    
    a{
        color:#fff;
        text-decoration: none;
    }
    .download-qrcode img {
        width: 120px;        
        margin-bottom: 0%;
    }

    .slide-left{
        text-align: right;
    }

    .slide-left h2{
        text-align: center;
    }


    .swiper-slide,
    .swiper-slide h2,
    .swiper-slide p,
    .swiper-slide a {
        color: #fff;
    }
    .slide2 {
        background: linear-gradient(180deg, #000000 0%, #06213F 100%);
    }
    .slide3 {
        background: #06213F;
    }
    .slide4 {
        background: linear-gradient(180deg, #06213F 0%, #251F3E 100%);
    }
    .slide5 {
        background: linear-gradient(180deg, #251F3E 0%, #06213F 100%);
    }
    .slide5 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .slide5 footer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .slide5 footer .footer-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .slide5 footer p {
        margin: 6px 0;
    }
    .slide6 {
        background: #06213F;
    }
        /* 移动端样式 */
        @media (max-width: 768px) {
            .swiper-slide {
                height: 100vh;
                min-height: 100vh;
                padding: 0;
                box-sizing: border-box;
            }
            .slide-content {
                height: 100%;
                flex-direction: column;
                padding: 20% 1% 0;
            }
            .img-block {
                height: 70%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .text-block {
                height: 30%;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .slide2{
               /* padding-top: 80px; */
            }

            .slide5{
                padding-top: 20%;
            }
            .container {
                width: 100%;
                max-width: 100%;
            }

            .navbar {
                height: 60px;
            }

            .navbar .menu {
                display: none;
                position: absolute;
                top: 60px;
                left: 0;
                width: 100%;
                background: rgba(0, 0, 0, 0.8);
                flex-direction: column;
                padding: 0;
                margin: 0;
            }

            .navbar .menu.open {
                display: flex;
            }

            .navbar .menu li {
                margin: 0;
                text-align: center;
            }

            .navbar .menu a {
                display: block;
                padding: 10px 0;
                width: 100%;
            }

            .hamburger {
                /* display: block; */
                display: none;
                background: none;
                border: none;
                color: #fff;
                font-size: 24px;
                cursor: pointer;
                margin-right: 20px;
            }

            .slide-content {
                text-align: center;
            }

            .slide-left,
            .slide-right {
                flex: none;
                width: 100%;
                order: 1;
            }

            .slide-left {
                order: 0;
            
            }

            .slide-content.block-1 .slide-right {
                margin-right: 0;
                padding: 0 20px;
            }

            .swiper-slide h2 {
                font-size: 20px;
            }

            .slide1 .slide-left {
                margin-top: 0%;
                text-align: center;
            }

            .slide1 .slide-left h2 {
                letter-spacing: 6px;
                font-size: 20px;
            }

            .title-logo img {
                width: 60%;
            }

            .slide-left img,
            .slide-right img {
                height: 100%;
                width: auto;
                margin: initial;
            }
            
            .title-logo img {
                width: 100%;
            }

            .slide-content p {
                font-family: "Microsoft YaHei";
                color: #fff;
                font-weight: 400;
                font-size: 14px;
                line-height: 30px;
                letter-spacing: 1px;
                margin-top: 10px;
                text-align: justify;
                text-transform: uppercase;
            }

            .download-block {
                flex-direction: column;
                align-items: center;
                margin-top: 25%;
            }

            .title-slogen{
                font-size: 25px;
                font-weight: 300;
                letter-spacing: 25px;
            }

            .download-btns {
                margin-left: 0;
                margin-top: 0px;
            }

            .download-btns .btn{
                width: 100%;
            }

            .slide6 p {
                font-size: 20px;
            }

            .slide6 .container p{
                font-size: 16px;
            }

            footer {
                height: 150px;
                display: block;
            }

            footer .container {
                height: 150px;
                display: block;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .container.footer-content p {
                font-size: 14px;
                margin-top: 0px;
            }
            
            .download-qrcode img {
                width: 90px;
            }
        }

        @media (min-width: 769px) {
            .hamburger {
                display: none;
            }
            .banner-text {
                flex: 0 0 65%;
                max-width: 65%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
            }
            .banner-btns {
                flex: 0 0 35%;
                max-width: 35%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
            }
            .img-block {
                flex: 0 0 28%;
                max-width: 28%;
            }
            .title-logo img {
                margin-top: 0;
            }
            .title-slogen{
                font-size: 35px;
                font-weight: 300;
                letter-spacing: 16px;
            }
            .text-block {
                flex: 0 0 72%;
                max-width: 72%;
            }
            
            .download-qrcode img {
                width: 120px;
            }
        }