*{padding: 0;border: 0;margin: 0;}
body{
    overflow-x: hidden;
    color: #d4af37;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    background: #111111;
    max-width: 480px;
    margin: 0 auto;
}
    /* Header Styles */
    .top-header {
        text-align: center;
        padding: 20px 0 10px 0;
        background: #111111;
    }
    .top-header h1 {
        font-size: 22px;
        font-weight: bold;
        color: #d4af37;
        letter-spacing: 1px;
        text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
    }

	.down{
		display: flex;
		padding: 15px 7.5px;
	}
    .down button{
        margin: 0 7.5px;
        background: linear-gradient(to right, #d4af37, #fcf6ba, #b38728, #fbf5b7, #aa771c);
        color: #000;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        width: calc(50% - 15px);
        font-size: 16px;
        font-weight: bold;
    }
    .swiper {
        margin: 15px 40px;
        border-radius: 7.5px;
        overflow: hidden;
        border: 1px solid #d4af37;
    }
    .swiper img {
        display: block;
    }
	.down_help{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 0 60rpx 0;
	}
    .down_help .down_help_1{
        margin: 0 0 7.5px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 540rpx;
    }
    .down_help .down_help_2{
        margin: 0 0 7.5px 0;
    }
    .down_help .down_help_2 b{
        color: #d4af37;
        font-weight: normal;
    }
	.link{
		background: #1a1a1a;
		margin: 15px;
		border-radius: 7.5px;
		padding: 15px;
        border: 1px solid #d4af37;
	}
    .link .item{
        margin: 0 0 7.5px 0;
        display: flex;
        align-items: center;
    }
    .link .item img {
        border-radius: 50%;
        border: 1px solid #d4af37;
    }
    .link .item:last-child{
        margin: 0;
    }
    .link .item .info{
        flex: 1;
        margin: 0 7.5px;
    }
    .link .item .info h3{
        font-size: 28rpx;
        color: #fcf6ba;
    }
    .link .item .info p{
        font-size: 24rpx;
        color: #d4af37;
    }
    .go {
        margin: 15px;
        border: 1px solid #d4af37;
        color: #d4af37;
        font-size: 16px;
        padding: 10px;
        border-radius: 7.5px;
        text-align: left;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .go p {
        margin: 0;
        padding: 2px 0;
    }
    .go p::before {
        content: "✔";
        margin-right: 5px;
        display: inline-block;
    }
    .link .item .jump-btn {
        width: 90px;
        background: none;
        height: 30px;
        line-height: 30px;
        border: 1px solid #d4af37;
        color: #d4af37;
        border-radius: 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13.3333px; /* Match button default font size */
    }
    .link .item button{
        width: 90px;
        background: none;
        height: 30px;
        line-height: 30px;
        border:1px solid #d4af37;
        color: #d4af37;
        border-radius: 15px;
    }
	.more{
		background: #1a1a1a;
		margin: 15px;
		padding: 15px;
		border-radius: 7.5px;
        border: 1px solid #d4af37;
	}
    .more img{
        margin: 0 0 7.5px 0;
    }
    .more.item{
        margin: 0 0 15px 0;
    }
    .more.item:last-child{
        margin: 0;  
    }
    .more #item_title{
        display: flex;
        justify-content: center;
        margin: 0;
    }

    /* Styled Text Title Replacement */
    .more-title-text {
        font-size: 18px;
        font-weight: bold;
        color: #d4af37;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
    }
    .deco-icon {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #d4af37;
        transform: rotate(45deg);
        position: relative;
    }
    .deco-icon::after {
        content: '';
        position: absolute;
        top: -4px;
        left: -4px;
        width: 100%;
        height: 100%;
        border: 1px solid #fcf6ba;
    }

    .content{
		padding: 15px;
		
	}
    .content .item{
        margin: 0 0 15px 0;
        border: 1px solid #333;
    }

    .content_android{
        padding: 15px;
    }
    .content_android .collapse{

    }
    .content_android .collapse .collapse_item{}
    .content_android .collapse .collapse_item .item_title{
        height: 40px;
        line-height: 40px;
        border: 1px solid #444;
        padding: 0 5px;
        margin: 0 0 7.5px 0;
        background: #333;
        color: #d4af37;
        font-size: 16px;
    }
    .u-collapse-content{}
    .u-collapse-content .item{}

    /* Lightbox Styles */
    .lightbox {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.9);
        justify-content: center;
        align-items: center;
    }
    .lightbox-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        border: 2px solid #d4af37;
        box-shadow: 0 0 15px #d4af37;
    }
    .lightbox-close {
        position: absolute;
        top: 20px;
        right: 35px;
        color: #d4af37;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        cursor: pointer;
    }
    .lightbox-close:hover,
    .lightbox-close:focus {
        color: #fcf6ba;
        text-decoration: none;
        cursor: pointer;
    }
    /* Zoom Animation */
    .lightbox-content {
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    @keyframes zoom {
        from {transform:scale(0)}
        to {transform:scale(1)}
    }
    /* Make images cursor pointer to indicate clickability */
    .swiper img, .more img {
        cursor: pointer;
    }
