* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Mis';
    src: url('./../font/Mis-sbo.woff') format('woff');
}
@font-face {
    font-family: 'Mis-d';
    src: url('./../font/Mis-sbo-n.woff') format('woff');
}

a {
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Mis';
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

body {
    background: #fff;
}

.d-fx {
    display: flex;
}
.fx-1 {
    flex: 1;
}
.fx-ai-c {
    align-items: center;
}
.fx-jc-c {
    justify-content: center;
}
.fx-jc-sb {
    justify-content: space-between;
}
.fw-b {
    font-weight: 800;
}
.fs-i {
    font-style: italic;
}
.mb-36 {
    margin-bottom: .36rem;
}
.mb-2 {
    margin-bottom: .2rem;
}

.container {
    font-size: 0;
    padding-bottom: .4rem;
}

.main {
    width: 16rem;
    max-width: 1500px;
    margin: 0 auto;
}

.header {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    height: 100px;
    background: #fff;
    margin-bottom: 50px;
}
.header .main {
    height: 100%;
}
.header .main .logo {
    width: 70px;
    height: 70px;
}
.header .main .right .btn {
    width: 2.06rem;
    height: 0.72rem;
    background:rgba(0, 122, 255, 1);
    border-radius: 1rem;
    color: #fff;
    font-size: 0.18rem;
    cursor: pointer;
    text-decoration: none;
}
.header .main .right .btn:hover {
    background: rgba(0, 122, 255, .9);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
}

/* Navigation links styling */
.header .main .nav-links {
    display: flex !important;
    align-items: center;
    gap: .4rem;
}

.header .main .nav-link {
    color: #999999 !important;
    font-size: .18rem;
    font-weight: 500;
    text-decoration: none;
    padding: .1rem .2rem;
    border-radius: .1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.header .main .nav-link:hover {
    color: #1976D2 !important;
    background: rgba(25, 118, 210, 0.1);
    transform: scale(1.1) !important; /* 字体增大110% */
}

.banner {
    margin-bottom: 1rem;
}
.banner .bmain {
    width: 12.62rem;
    height: 7.05rem;
    max-width: 1262px;
    max-height: 705px;
    margin: 0 auto;
    position: relative;
}
.banner .b-swiper {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}
.banner .bitem {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.banner .pw-ib {
    position: absolute;
    top: 50%;
    margin-top: -.32rem;
}
.banner .ib {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    cursor: pointer;
}
.banner .ib:hover {
    background: #E6E6E6;
}
.banner .pw-ib.prev-b {
    left: -1rem;
}
.banner .pw-ib.next-b {
    right: -1rem;
}
.banner .prev-b:before {
    display: block;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .2rem;
    width: .02rem;
    background: #1A1A1A;
    position: absolute;
    left: 48%;
    top: 24%;
}
.banner .prev-b:after {
    display: block;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .2rem;
    width: .02rem;
    background: #1A1A1A;
    position: absolute;
    left: 48%;
    top: 44%;
}
.banner .next-b:before {
    display: block;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .2rem;
    width: .02rem;
    background: #1A1A1A;
    position: absolute;
    left: 51%;
    top: 26%;
}
.banner .next-b:after {
    display: block;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .2rem;
    width: .02rem;
    background: #1A1A1A;
    position: absolute;
    left: 52%;
    top: 46%;
}

.content1 {
    margin-bottom: 1.8rem;
}
.content1 .text1 {
    font-family: 'Mis-d';
    font-size: .5rem; /* 原为 .75rem */
    font-weight: 500; /* 原为 800 */
    color: #242331;
    line-height: 0.8em; /* 调整行高 原为1.3和1.1*/
    text-align: center;
    margin-bottom: .15rem;
}
.content1 .text2 {
    font-size: .25rem; /* 原为 .25rem */
    font-weight: 300;
    color: #797979;
    line-height: 1.6em; /* 调整行高 原为1.8和1.6*/
    text-align: center;
    margin-bottom: .4rem;
}
.content1 .btn {
    gap: .5rem;
}

/* 应用商店按钮样式 */
.app-store-buttons {
    gap: .3rem;
}

.app-btn {
    width: 5.8rem !important;
    height: 1.8rem !important;
    display: block;
    transition: transform 0.2s ease;
}

.app-btn:hover {
    transform: scale(1.05);
}

.app-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content2 {
    margin-bottom: .6rem;
}

/* Scrolling banner styles */
.scrolling-banner {
    width: 100%;
    height: 0.6rem;
    background: linear-gradient(90deg, #4CAF50, #66BB6A, #81C784, #A5D6A7, #C8E6C9, #E8F5E8, #C8E6C9, #A5D6A7, #81C784, #66BB6A, #4CAF50);
    background-size: 200% 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    animation: gradientShift 3s ease-in-out infinite;
}

.scrolling-text {
    position: absolute;
    white-space: nowrap;
    color: white;
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.6rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    animation: scrollLeft 15s linear infinite;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes scrollLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.content2 .btn1 {
    margin-bottom: .3rem;
}
.content2 .btn1 .bs {
    width: 1.72rem;
    height: .77rem;
    font-size: .2rem;
    font-weight: 700;
    color: #1976D2;
    border-radius: .39rem;
    background: #ECF1FF;
    cursor: pointer;
}
.content2 .btn1 .bs:hover {
    background: rgba(236, 241, 255, .9);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
}

.content2 .ctext {
    width: 12.62rem;
    font-size: .28rem;
    font-weight: 300;
    color: #666;
    line-height: 1.8em;
    max-width: 1262px;
    margin: 0 auto .2rem auto;
    text-align: center;
}
.content2 .ctext2 {
    font-size: 16px;
    background: #6b6b6b;
    color: #fff;
    line-height: 1.6em;
    margin: 0 auto .8rem auto;
    text-align: center;
    padding: 16px;
    font-family: 'Mis-d';
}
.content2 .c-title {
    font-size: .5rem;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    color: #242331;
    margin-bottom: .3rem;
}
.content2 .title {
    font-size: .5rem;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    color: #242331;
    margin-bottom: .9rem;
}
.content2 .du {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .7rem .9rem;
}
.content2 .du .item {
    width: 7rem;
    max-width: 700px;
    gap: .24rem;
}
.content2 .du .item i {
    display: block;
    width: .8rem;
    height: .8rem;
    background: url(./../images/ibg.png) no-repeat center center;
    background-size: contain;
}
.content2 .du .item .text .t1 {
    font-size: .36rem;
    font-weight: 800;
    line-height: 1.1em;
    color: #1976D2;
    margin-bottom: .2rem;
}
.content2 .du .item .text .t2 {
    font-size: .24rem;
    font-weight: 500;
    line-height: 1.4em;
    color: #242331;
}

.s-page-box {
    display: none;
}

.footer .text {
    gap: .6rem;
}
.footer .text p {
    font-size: .18rem;
    color: #999;
}
.footer .text p a {
    color: #999;
    text-decoration: underline;
}

.footer .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem .2rem;
    gap: .2rem;
}
.footer .btn a {
    flex: 1;
    max-width: 3rem;
}

.content-article {
    padding: .1rem 0 1rem 0;
}
.content-article .title {
    font-weight: 700;
    font-size: .34rem;
    text-align: center;
    margin-bottom: .5rem;
    color: #000;
}
.content-article .text {
    font-size: .24rem;
    line-height: 1.4em;

}
.content-article .text a {
    text-decoration: underline;
}
.content-article .text p {
    font-family: 'Mis-d';
    color: #626262;
}
.content-article .text p.fw-b {
    color: #000;
    font-family: 'Mis';
}

@media screen and (min-width: 1920px) {
    .content2 .du {
        gap: 70px 90px;
    }
}

@media screen and (max-width: 785px) {
    .main {
        width: 100%;
        padding: 0 .3rem;
    }

    .banner .bmain {
        width: 100%;
        height: inherit;
        padding: 0 .3rem;
    }

    .banner .b-swiper {
        border-radius: .1rem;
    }
    .banner .bitem {
        border-radius: .1rem;
    }

    .header {
        height: 70px;
        margin-bottom: 20px;
    }
    .header .main .logo {
        width: 40px;
        height: 40px;
    }
    
    /* Logo responsive sizing for different screen widths */
    @media screen and (max-width: 412px) {
        .header .main .logo {
            width: 100px !important;
            height: 100px !important;
        }
        
        .header .main .nav-links {
            gap: 0.05rem !important; /* 进一步减少FAQs和Blog之间的距离 */
            margin-right: 0.1rem !important; /* 进一步减少右边距 */
        }
        
        .header .main .nav-link {
            font-size: 0.22rem !important; /* 进一步减小字体 */
            padding: 0.03rem 0.08rem !important; /* 进一步减少内边距 */
        }
    }
    
    @media screen and (min-width: 413px) and (max-width: 768px) {
        .header .main .logo {
            width: 60px !important;
            height: 60px !important;
        }
    }

    /* Mobile navigation layout */
    .header .main {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: .2rem;
        align-items: center !important;
    }

    .header .main .nav-links {
        order: 2 !important;
        justify-content: flex-end !important;
        flex: 1 !important;
        margin-right: .2rem !important;
    }

    .header .main .right {
        order: 3 !important;
        flex-shrink: 0 !important;
        display: flex !important;
    }
    
    /* Mobile Manage Playlists button height adjustment */
    .header .main .right .drop-btn .text {
        height: auto !important;
        min-height: 48px !important;
        line-height: 1.2 !important;
        padding: 8px 20px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    /* Mobile navigation link font size and positioning */
    .header .main .nav-link {
        font-size: 0.27rem !important; /* 0.36rem * 0.75 = 0.27rem */
    }
    
    .header .main .nav-links {
        margin-right: 0.3rem !important; /* 移动端减少右边距 */
    }
    
    .header .main .nav-link:first-child {
        margin-left: 0.3rem !important; /* FAQs向右移一点 */
    }
    
    /* Mobile active state feedback */
    .header .main .nav-link:active {
        transform: scale(0.95) !important; /* 点击时缩小到95% */
        background: rgba(25, 118, 210, 0.2) !important; /* 点击时背景色 */
        color: #1976D2 !important; /* 点击时文字颜色 */
        transition: all 0.1s ease !important; /* 快速过渡效果 */
    }
    
    /* Mobile dropdown menu width adjustment */
    .drop-btn .drop {
        width: 180% !important; /* 增大宽度 */
        right: 10px !important; /* 调整位置 */
    }

    .banner .pw-ib {
        display: none;
    }

    .content1 .text1 {
        font-size: .6rem;
        margin-bottom: .2rem;
        line-height: 1.4em;
    }

    .content1 .text2 {
        font-size: .3rem; /* 原为 .22rem */
    }

    .content1 {
        margin-bottom: .8rem;
    }

    .content2 .title {
        margin-bottom: .5rem;
    }

    .content2 .ctext {
        width: 100%;
    }

    .content2 .ctext2 {
        width: 100%;
        font-size: 15px;
        padding: 12px 12px;
    }
    

    .s-page-box {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom:  -.7rem;
    }

    .s-page-box .pagination {
        width: auto!important;
    }
    .s-page-box .pagination .swiper-pagination-bullet {
        width: .2rem!important;
        height: .2rem!important;
        cursor: pointer;
    }

    .s-page-box .ib {
        position: relative;
        transform: scale(.5);
    }

    .footer .text {
        flex-direction: column;
        gap: .15rem;
    }

    /* 移动端应用商店按钮样式 */
    .app-store-buttons {
        flex-direction: column;
        gap: .2rem;
    }

    .app-btn {
        width: 5.2rem !important;
        height: 1.6rem !important;
    }
}/* Force refresh */
