/* 移动端样式 */
@media screen and (max-width: 768px) {
    body {
        max-width: 768px;
    }

    /* 头部 */
    header {
        height: 14.8rem;
        background-image: url('../images/header-bg-mobile.jpg');
    }

    /* 头部-文字 */
    .header-title {
        width: 100%;
        top: 3.64rem;
        left: 0;
        transform: translateX(0) skewX(-20deg);
        align-items: flex-end;
        padding-right: 0.2rem;
        gap: 0.04rem;
    }

    .header-title__small {
        font-size: 0.34rem;
        letter-spacing: 0.23rem;
    }

    .header-title__big span {
        font-size: 0.75rem;
    }

    .header-title__big span:last-child {
        bottom: -0.64rem;
        font-size: 0.26rem;
        line-height: 1rem;
    }

    .header-title__big-ml {
        margin-left: 0.2rem;
    }

    /* 头部-下载 */
    .header-download {
        top: 7.3rem;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0.2rem;
    }

    .header-download__icon {
        width: 2.2rem;
    }

    .header-download__icon i {
        width: 0.96rem;
        top: -10%;
        left: -13%;
    }

    .header-download__btn {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
    }

    .header-download__btn p {
        color: #1766B9;
        leading-trim: both;
        text-edge: cap;
        font-size: 0.48rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        -webkit-text-stroke-width: 0rem;
        letter-spacing: 0rem;
        text-shadow: none;
    }

    .header-download__btn button {
        width: 6.4rem;
        height: 1.08rem;
    }

    .header-download__btn-text span:nth-child(1) {
        padding-left: 0.07rem;
    }

    .header-download__btn-text span:nth-child(2) {
        width: 3.6rem;
        padding-left: 0.46rem;
        font-size: 0.34rem;
        background-image: url('../images/header-download-bg-mobile.png');
    }

    .header-download__btn button i {
        position: absolute;
        top: -0.56rem;
        left: -0.5rem;
        width: 0.96rem;
        aspect-ratio: 1/1;
        background-image: url('../images/header-icon-new.png');
        background-size: 100% auto;
        background-position: left top;
        background-repeat: no-repeat;
        z-index: 10;
        animation: scalePulse 1.5s ease-in-out infinite;
    }

    .header-download__btn button:hover .header-download__btn-text {
        padding: 0.16rem;
    }

    /* 头部-宣传口号 */
    .header-slogan {
        bottom: 0.4rem;
        font-size: 0.72rem;
        line-height: 1.3;
    }

    /* 页面展示 */
    .page-show {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: start;
        align-items: start;
        gap: 0.08rem 0rem;
        width: 100%;
        margin-top: 0.1rem;
    }

    .page-show li {
        width: 100%;
        height: 4.5rem;
        transform: skewY(-8.9deg) !important;
        margin-left: 0rem !important;
    }

    .page-show li:nth-child(1) {
        height: 5.5rem;
    }

    .page-show li:nth-child(7) {
        height: 4.56rem;
    }

    .page-show__item {
        transform: skewY(8.9deg);
    }

    .page-show li:nth-child(7) .page-show__item {
        transform: skewY(8.9deg);
    }

    .page-show__item::after {
        margin-left: 0rem !important;
        margin-top: -1.2rem;
        width: 100%;
        aspect-ratio: 750/562;
        background-size: cover;
        height: auto;
    }

    .page-show li:nth-child(1) .page-show__item::after {
        aspect-ratio: 750/547;
        margin-top: 0rem !important;
        background-image: url('../images/page-show/1-mobile.jpg');
    }

    .page-show li:nth-child(2) .page-show__item::after {
        background-image: url('../images/page-show/2-mobile.jpg');
    }

    .page-show li:nth-child(3) .page-show__item::after {
        background-image: url('../images/page-show/3-mobile.jpg');
    }

    .page-show li:nth-child(4) .page-show__item::after {
        background-image: url('../images/page-show/4-mobile.jpg');
    }

    .page-show li:nth-child(5) .page-show__item::after {
        background-image: url('../images/page-show/5-mobile.jpg');
    }

    .page-show li:nth-child(6) .page-show__item::after {
        background-image: url('../images/page-show/6-mobile.jpg');
    }

    .page-show li:nth-child(7) .page-show__item::after {
        aspect-ratio: 750/445;
        background-image: url('../images/page-show/7-mobile.jpg');
    }


    .page-show__item-content {
        left: 0.3rem !important;
        bottom: 1.4rem;
        height: auto;
    }

    .page-show li:nth-child(1) .page-show__item-content {
        bottom: inherit;
        top: 0.4rem;
    }

    .page-show li:nth-child(7) .page-show__item-content {
        bottom: 2.2rem;
    }

    .page-show__item-content i {
        display: none;
    }

    .page-show__item-content p {
        top: 0;
        left: 0rem;
        transform: translateY(0);
        height: 0.65rem;
        display: flex;
        align-items: center;
        padding-left: 0rem;
        padding-right: 0rem;
        font-size: 0.36rem;
        color: #0252CC;

        background: none;
        font-weight: 700;
        leading-trim: both;
        text-edge: cap;
        text-shadow:
            -0.03rem -0.03rem 0 #FFF,
            0.03rem -0.03rem 0 #FFF,
            -0.03rem 0.03rem 0 #FFF,
            0.03rem 0.03rem 0 #FFF,
            -0.03rem 0 0 #FFF,
            0.03rem 0 0 #FFF,
            0 -0.03rem 0 #FFF,
            0 0.03rem 0 #FFF,
            0 4px 0.3rem rgba(0, 0, 0, 0.50);
    }

    .page-show li:nth-child(6) .page-show__item-content p,
    .page-show li:nth-child(7) .page-show__item-content p {
        width: 3.78rem;
        white-space: normal;
        word-break: break-all;
    }

    .page-show__item-content p::after {
        display: none;
    }

    /* 使用教程 */
    .tutorial {
        background-image: url('../images/tutorial/bg-mobile.jpg');
        background-size: 100% auto;
        background-position: left top;
        background-repeat: no-repeat;
        margin-top: -0.7rem;
        padding-top: 0rem;
        padding-bottom: 0.4rem;
    }

    .tutorial::after {
        display: none;
    }

    .tutorial-top {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .tutorial-top h5{
        padding-left: 0.25rem;
    }


    .tutorial-top p {
        width: 6.6rem;
        font-size: 0.3rem;
        padding-top: 0.24rem;
        padding-bottom: 0.56rem;
        padding-left: 0.25rem;
        line-height: 1.4;
    }

    .tutorial-top span {
        padding: 0.26rem 0.38rem;
        font-size: 0.3rem;
        margin-left: 0;
        margin: 0 auto;
    }

    .tutorial-top span::before {
        top: -0.7rem;
        left: inherit;
        right: -0.5rem;
        background-image: url('../images/tutorial/icon-go-mobile.png');
    }

    .tutorial-player-list {
        flex-direction: column;
    }

    .tutorial-player-item {
        gap: 0.1rem;
        padding: 0 0.32rem;
    }

    .tutorial-player-item p {
        line-height: 1.2;
    }

    .tutorial-player-item p {
        font-size: 0.32rem;
        width: 2.2rem;
    }

    .tutorial-player-item:nth-child(1) {
        padding-top: 4.5rem;
    }

    .tutorial-player-item:nth-child(2) {
        align-items: flex-end;
        padding-top: 0.3rem;
        padding-left: 0;
    }

    .tutorial-player-item:nth-child(2) p {
        text-align: right;
    }

    .tutorial-player-item:nth-child(2) span {
        margin-left: auto;
    }

    .tutorial-player-item:nth-child(3) {
        padding-top: 2rem;
        padding-left: 0.32rem;
    }

    /* Swiper */
    .tutorial-swiper {
        padding-top: 2.5rem;
    }

    .tutorial-swiper_top {
        flex-direction: column;
        align-items: self-start;
        gap: 0.3rem;
    }

    .tutorial-swiper_top-text {
        width: 100%;
        align-items: center;
        gap: 0.32rem;
        padding-left: 0rem;
        margin-left: -0.25rem;
    }

    .tutorial-swiper_top-num {
        gap: 0.24rem;
        padding-left: 0.8rem;
    }

    .tutorial-swiper_top-num span {
        font-size: 0.4rem;
    }

    .tutorial-swiper_top-num span.tutorial-swiper_top-num-active {
        font-size: 1.5rem;
    }

    .tutorial-swiper_content .swiper-slide {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .tutorial-swiper_btn-prev,
    .tutorial-swiper_btn-next {
        top: 4.56rem;
    }

    .tutorial-swiper_btn-prev {
        left: inherit;
        right: 1.35rem;
    }

    .tutorial-swiper_btn-next {
        right: 0.2rem;
    }

    /* 页脚 */
    footer {
        padding: 0 0.27rem;
        padding-top: 0.5rem;
        padding-bottom: 0.7rem;

    }

    footer::after {
        top: 0rem;
        width: 1.37rem;
        height: 1.14rem;
    }

    footer::before {
        display: none;
    }

    .footer-app-info {
        top: 0.5rem;
        left: 0.27rem;
        width: auto;
        gap: 0.24rem;
    }

    .footer-app-info img {
        width: 1.94rem;
        height: auto;
    }

    .footer-app-info p {
        font-size: 0.36rem;
    }

    .footer-download-btn {
        top: 2.53rem;
        left: 2.9rem;
        width: 4.28rem;
        height: 0.8rem;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-content {
        position: relative;
        width: 100%;
        padding-top: 0;
    }

    .footer-content-item-1 {
        padding-left: 2.6rem;
        gap: 0.08rem;
    }

    .footer-content-item-1-lot {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.08rem;
    }

    .footer-content-item-1-lot p {
        font-size: 0.54rem;
    }


    .footer-content-item-2 {
        width: 100%;
        height: 3.12rem;
        background-image: url('../images/footer/img-mobile.png?v=1');
        margin-top: 1.4rem;
    }

    .footer-content-item-3 {
        padding-top: 0.24rem;
        font-size: 0.26rem;
    }
}