html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
body.show{
    background: #000;
}
a, input {
    outline: 0
}
fieldset, img, input {
    border: 0
}
a, b, blockquote, body, button, canvas, dd, div, dl, dt, em, fieldset, footer, form, frame, frameset, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, nav, ol, optgroup, p, pre, section, select, span, strong, table, tbody, td, textarea, th, thead, tr, ul, video {
    margin: 0;
    padding: 0
}
b, em, i, strong, th {
    font-style: normal;
    font-weight: 400
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}
a {
    text-decoration: none;
    cursor: pointer
}
a:active, a:hover {
    outline-width: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
li, ol, ul {
    list-style: none
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both
}
*{
    font-family: "Microsoft Yahei";
}


a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

body img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 0;
}

html,body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@keyframes fadeInShow{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes fadeInHide{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}



.main-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    z-index: 3;
    overflow: hidden;
}

.main-wrap .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: .82rem;
    z-index: 10;
    font-family: 'Noto Serif JP', serif;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.main-wrap .header .nav-box{
    margin: 0 auto;
    width: 12rem;
    height: .82rem;
}
.main-wrap .header .nav-box ul{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 10.2rem;
}
.main-wrap .header .nav-box ul li{
    float: left;
    height: .82rem;
    width: 1.7rem;
}
.main-wrap .header .nav-box ul li a.nav-a{
    height: .82rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    display: block;
    position: relative;
}
.main-wrap .header .nav-box ul li a.nav-a span{
    display: block;
    font-size: .2rem;
    color: #154f7d;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    top: .35rem;
}
.main-wrap .header .nav-box ul li a.nav-a i{
    display: block;
    font-size: .12rem;
    position: absolute;
    text-align: center;
    width: 100%;
    top: .12rem;
    font-family: 'Noto Serif JP', serif;
    color: #006cb8;
    background-image: -webkit-linear-gradient(top,#5a91a1,#006cb8);
    background-image: -webkit-gradient(linear,0 0,0 bottom,from(#5a91a1),to(#006cb8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
}
.main-wrap .header.black{
    margin: 0 auto;
    background: rgba(27,43,60,1);
    background: -moz-linear-gradient(top, rgba(27,43,60,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(27,43,60,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(27,43,60,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(27,43,60,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(27,43,60,1) 0%, rgba(255,255,255,0) 100%);
}
.main-wrap .header.black .nav-box{
    background: url(../images/pc/black-bg.png) no-repeat center center;
    background-size: 100% auto;
    width: 12.36rem;
    height: .78rem;
}
.main-wrap .header.black .nav-box ul li a.nav-a span{
    color: #fff;
}
.main-wrap .header.black .nav-box ul li a.nav-a i{
    color: #80e3f5;
    background-image: -webkit-linear-gradient(top,#5a91a1,#80e3f5);
    background-image: -webkit-gradient(linear,0 0,0 bottom,from(#5a91a1),to(#80e3f5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
}
.main-wrap .page-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.main-wrap .page-bg .bg{
    position: absolute;
    top: 0;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.main-wrap .page-bg .bg1{
    background: url(../images/pc/bg2.jpg) no-repeat center center;
    background-size: cover;
}
.main-wrap .page-bg .bg2{
    background: url(../images/pc/bg3.jpg) no-repeat center center;
    background-size: cover;
}
.main-wrap .page-bg .bg3{
    background: url(../images/pc/bg4.jpg) no-repeat center center;
    background-size: cover;
}
.main-wrap .page-bg .bg4{
    background: url(../images/pc/bg5.jpg) no-repeat center center;
    background-size: cover;
}
.main-wrap .page-bg .bg5{
    background: url(../images/pc/bg6.jpg) no-repeat center center;
    background-size: cover;
}
.main-wrap .page-bg .bg.out{
    display: block;
    z-index: 11;
    animation: fadeInHide 2s ease-in-out;
    -webkit-animation: fadeInHide 2s ease-in-out;
}
.main-wrap .page-bg .bg.active{
    display: block;
    z-index: 12;
    animation: fadeInShow 1.5s ease-in-out;
    -webkit-animation: fadeInShow 1.5s ease-in-out;
}

.main-wrap .swiper-main{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 7;
}
.main-wrap .swiper-main .swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-wrap .swiper-main .swiper-slide .page{
    position: relative;
    width: 100%;
}
.main-wrap .swiper-main .swiper-slide .page .main-content{
    width: 12rem;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.main-wrap .swiper-main .swiper-slide .page .page-title{
    position: relative;
    text-align: center;
    padding-top: 1rem;
}
.main-wrap .swiper-main .swiper-slide .page .page-title img{
    width: auto;
    height: 1.2rem;
}

.main-wrap .pageOne{
    position: relative;
    background: url(../images/pc/bg1.jpg) no-repeat center center; 
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 8;
}


.main-wrap .bottom-box{
    position: fixed;
    bottom: -.12rem;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
    height: 1.31rem;
    background:url(../images/pc/bottom-bg.png) no-repeat center center;
    background-size: cover;
}
.main-wrap .bottom-box .bottom-main{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10rem;
    margin-left: -5rem;
    height: 1.3rem;
}
.main-wrap .bottom-box .download-box{
    width: 3.6rem;
    height: .54rem;
    position: absolute;
    left: 3.3rem;
    top: .15rem;
}
.main-wrap .bottom-box .download-box .info-btn{
    width: 1.5rem;
    height: .95rem;
    display: block;
    position: absolute;
}
.main-wrap .bottom-box .download-box .info-btn.appstore-download{
    width: 1.5rem;
    left: 0;
    height: .54rem;
    background: url(../images/pc/btn-d-app.png) no-repeat;
    background-size: 100% auto;
}
.main-wrap .bottom-box .download-box .info-btn.google-download{
    width: 1.78rem;
    left: 1.65rem;
    height: .54rem;
    background: url(../images/pc/google-play-badge.png) no-repeat;
    background-size: 100% auto;
}

.main-wrap .bottom-box .share-box{
    position: absolute;
    top: 0.15rem;
    right: 0;
    width: 2.6rem;
    z-index: 1;
}
.main-wrap .bottom-box .share-box .share-list{
    overflow: hidden;
    position: relative;
    width: 2.6rem;
}
.main-wrap .bottom-box .share-box .share-list li{
    float: left;
    margin-right: .05rem;
}
.main-wrap .bottom-box .share-box .share-list li .share-icon{
    background: url(../images/pc/share-icon.png) no-repeat;
    background-size: 2.65rem .58rem;
    width: .6rem;
    display: block;
    height: .6rem;
}
.main-wrap .bottom-box .share-box .share-list li .share-icon.youtube{
    background-position: 0 0;
}
.main-wrap .bottom-box .share-box .share-list li .share-icon.twitter{
    background-position: -.69rem 0;
}
.main-wrap .bottom-box .share-box .share-list li .share-icon.line{
    background-position: -1.37rem 0;
}
.main-wrap .bottom-box .share-box .share-list li .share-icon.facebook{
    background-position: -2.07rem 0;
} 

       
.main-wrap .pageOne .main-content .slogan-box{
    position: absolute;
    bottom: 3rem;
    right: 1.1rem;
    width: 4.5rem;
    height: calc(100% - 3.5rem);
}
.main-wrap .pageOne .main-content .slogan-box .slogan-img1{
    position: absolute;
    bottom: 2.6rem;
    left: 0;
    width: 4.48rem;
}  
.main-wrap .pageOne .main-content .slogan-box .slogan-video{
    position: absolute;
    bottom: -.1rem;
    left: 0;
    background:url(../images/pc/zhan-4.png) no-repeat;
    background-size: 100% auto;
    width: 4.4rem;
    height: 2.52rem;
    border: 0;
    cursor: pointer;
}
.main-wrap .pageOne .main-content .slogan-box .slogan-video::before{
    width: 4.15rem;
    height: 2.25rem;
    position: absolute;
    top: .09rem;
    left: .13rem;
    border-radius: .15rem;
    content:"";
    z-index: 2;
    border: 0;
    background: rgba(14,38,52,.3);
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}
.main-wrap .pageOne .main-content .slogan-box .slogan-video::after{
    width: .82rem;
    height: .81rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background:url(../images/pc/play-icon.png) no-repeat;
    background-size: 100% auto;
    content: "";
    margin: -.41rem 0 0 -.41rem;
    z-index: 3;
}
.main-wrap .pageOne .main-content .slogan-box .slogan-video img{
    width: 4.15rem;
    height: 2.25rem;
    position: absolute;
    top: .09rem;
    left: .13rem;
    border-radius: .15rem;
    border: 0;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}

.main-wrap .pageOne .main-content .slogan-box .logo-box{
    position: absolute;
    bottom: 4rem;
    left: 0;
}
.main-wrap .pageOne .main-content .slogan-box .logo-box .logo{
    width: 4.48rem;
    max-width: 400px;
    /* height: 2.85rem; */
    display: block;
    margin-left: auto;
} 
.main-wrap .pageOne .main-content .slogan-img2{
    margin: 0.4rem 0;
    width: 5.31rem;
}

.main-wrap .pageOne .main-content .banner-link{
    position: absolute;
    bottom: 1.1rem;
    left: 0.75rem;
    width: 10rem;
    height: 1.74rem;
}
.main-wrap .pageOne .main-content .banner-link .faq-link{
    position: absolute;
    top: -.75rem;
    left: -.08rem;
    background: url(../images/pc/link-faq.png) no-repeat;
    background-size: 100% auto;
    width: 2.48rem;
    height: .62rem;
}
.main-wrap .pageOne .main-content .banner-link .gta-link{
    position: absolute;
    top: -.75rem;
    left: 2.4rem;
    background: url(../images/pc/link-gta.png) no-repeat;
    background-size: 100% auto;
    width: 2.48rem;
    height: .62rem;
}
.main-wrap .pageOne .main-content .banner-link .swiper-banner-link{
    box-shadow: 0px 0.03rem 0.08rem 0.03rem rgba(94, 134, 151, 0.6)
}
.main-wrap .pageOne .main-content .banner-link .swiper-button-next{
    top: .9rem;
    right: -0.55rem;
    width: .46rem;
    height: 0.63rem;
    margin-top: -0.48rem;
}
.main-wrap .pageOne .main-content .banner-link .swiper-button-prev{
    top: .9rem;
    left: -0.55rem;
    width: .46rem;
    height: 0.63rem;
    margin-top: -0.45rem;
}
.main-wrap .pageOne .main-content .banner-link a{
    display: block;
    height: 1.5rem;
}
.main-wrap .pageOne .main-content .banner-link .thumb{
    display: inline-block;
    width: auto;
    height: 100%;
}
.main-wrap .pageOne .main-content .banner-link .news{
    /* float: left; */
    margin-left: -0.4rem;
    width: 2.52rem;
}
.main-wrap .pageOne .main-content .index-info{
    position: absolute;
    bottom: .7rem;
    left: .8rem;
    width: 11rem;
    height: 1.66rem;
}
.main-wrap .pageOne .main-content .index-info .yuyue-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 10rem;
    height: 1.66rem;
}
.main-wrap .pageOne .main-content .index-info .yuyue-box .info-btn{
    width: 1.07rem;
    height: 1.07rem;
    display: block;
    position: absolute;
}
.main-wrap .pageOne .main-content .index-info .yuyue-box .info-btn.link{
    background-position: 0 0;
    top: 0;
    left: 0;
    background: url(../images/pc/p1-top10.png) no-repeat;
    background-size: 100% auto;
}

.main-wrap .pageOne .main-content .index-info .yuyue-box .info-btn.appstore{
    width: 2.45rem;
    left: 4.6rem;
    height: .9rem;
    top: .05rem;
    background: url(../images/pc/btn-app-y.png) no-repeat;
    background-size: 100% auto;
}

.main-wrap .pageOne .main-content .index-info .yuyue-box .info-btn.google{
    width: 2.91rem;
    left: 7.2rem;
    top: .05rem;
    height: .9rem;
    background: url(../images/pc/btn-google-y.png) no-repeat;
    background-size: 100% auto;
}

.main-wrap .pageOne .main-content .index-info .yuyue-box .info-btn.link::before{
    position: absolute;
    top: 1rem;
    left: 0;
    content: "";
    width: 2.87rem;
    height: .5rem;
    background: url(../images/pc/p1-top.png) no-repeat;
    background-size: 100% auto;
}
.main-wrap .pageOne .main-content .index-info .yuyue-box .info-btn.yuyue{
    background-position: -110px 0;
    top: 0;
    left: 1.2rem;
    width: 3.3rem;
    background: url(../images/pc/p1-yuyue.png) no-repeat;
    background-size: 100% auto;
}



.main-wrap .swiper-main .swiper-slide .page.pageTwo{
    background: transparent;
    position: relative;
    overflow: hidden;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .info-text{
    text-align: center;
    margin: .2rem auto 0 auto;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .info-text p{
    margin: -.1rem auto;
    padding: 0;
    width: 6.2rem;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box{
    width: 11.05rem;
    margin: .3rem auto 0 auto;
    height: 2.2rem;
    position: relative;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box .item-list{
    position: relative;
    margin: 0 auto;
    width: 9.8rem;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box .item-list li{
    float: left;
    width: 3.2rem;
    margin-right: .1rem;
    transition: .5s ease-in-out;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box .item-list li:hover{
    transition: .5s ease-in-out;
    transform: scale(1.1);
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box .item-list li:last-child{
    margin-right:0;
}

.main-wrap .swiper-main .swiper-slide .page.pageThree{
    position: relative;
    width: 100%;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system{
    width: 100%;
    margin-top: 0.1rem;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide{
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}

.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide .s-img{
    width: 8rem;  
    margin: 0 auto;
    height: 4.6rem;
    position: relative;
}

@keyframes lightSpeedIn{
    0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}
    60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}
    80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}
    100%{-webkit-transform:none;transform:none;opacity:1}
}

.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide.active .s-img .s1{
    visibility: visible;
    opacity: 1;
    /* animation: fadeInLeft 1s 0s linear both;
    -webkit-animation: fadeInLeft 1s 0s linear both; */
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide.active .s-img .s2{
    visibility: visible;
    opacity: 1;
    /* animation: fadeInRight 1s 0.2s linear both;
    -webkit-animation: fadeInRight 1s 0.2s linear both; */
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide.active .s-img .s3{
    visibility: visible;
    opacity: 1;
    /* animation: fadeInLeft 1s 0.4s linear both;
    -webkit-animation: fadeInLeft 1s 0.4s linear both; */
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide.active .s-text{
    visibility: visible;
    animation: fadeInUp 1s 0.4s linear both;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide .s-text{
    height: .8rem;
    text-align: center;
    margin: 0 auto;  
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide .s-text img{
    width: auto;
    height: 100%;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide .s-img .s1{
    position: absolute;
    z-index: 10;
    top: 0;
    left: .9rem;
    width: 3.8rem;
    visibility: hidden;
    opacity: 0;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide .s-img .s2{
    position: absolute;
    z-index: 11;
    top: 1.2rem;
    width: 3.95rem;
    left: 3.8rem;
    opacity:0;
    visibility: hidden;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide .s-img .s3{
    position: absolute;
    z-index: 12;
    top: 1.8rem;
    width: 4.8rem;
    left: 0;
    opacity:0;
    visibility: hidden;
}
.main-wrap .swiper-pagination{
    bottom: 0;
    font-size: 0;
}
.main-wrap .swiper-pagination-bullet{
    background: url(../images/pc/pagetion-bg.png) no-repeat -.5rem 0;
    background-size: 1.32rem .32rem;
    width: .32rem;
    height: .32rem;
    margin: 0 .1rem;
    opacity: 1;
}
.main-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-position:0 0;
}

@keyframes fadeInLeftHero {
    0% {
        opacity: 0;
        transform: translate3d(-10%, -50%, 0);
        -webkit-transform: translate3d(-10%, -50%, 0);
        -moz-transform: translate3d(-10%, -50%, 0);
        -ms-transform: translate3d(-10%, -50%, 0);
        -o-transform: translate3d(-10%, -50%, 0);
}
    to {
        opacity: 1;
        transform: translate3d(0,-50%,0);
        -webkit-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
        -o-transform: translate3d(0,-50%,0);
}
}

@keyframes fadeInRightHero {
    0% {
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
.main-wrap .back-top{
    position: fixed;
    transition: .3s ease-in-out;
    bottom: 18%;
    right: 10%;
    background: url(../images/pc/backtotop.png) no-repeat;
    background-size: cover;
    width: .72rem;
    height: .72rem;
    z-index: 15;
    display: none;bottom-bg
}

.main-wrap .swiper-hero{
    position: relative;
    width: 100%;
    margin-top: -1.6rem;
    height: 8rem;
}
.main-wrap .swiper-hero .swiper-slide{
    width: 100%;
    position: relative;
    overflow: unset;
}

.main-wrap .swiper-hero .swiper-slide.active .hero-img{
     animation: fadeInLeftHero 1s 0s linear both;
     -webkit-animation: fadeInLeftHero 1s 0s linear both;
}
.main-wrap .swiper-hero .swiper-slide.active .hero-info{
    animation: fadeInRightHero 1s 0s linear both;
    -webkit-animation: fadeInRightHero 1s 0s linear both;
}

.main-wrap .swiper-hero .swiper-slide .slide-box{
    width: 12rem;
    height: 100%;
    position: relative;
    margin: 0 auto;

}
.main-wrap .swiper-hero .swiper-slide .hero-img{
    position: absolute;
    left: 0;
    width: 7rem;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.main-wrap .swiper-hero .swiper-slide .hero-info{
    position: absolute;
    left: 5.9rem;
    top: 0;
    opacity: 0;
    width: 6.5rem;
    height: 6rem;
}
.main-wrap .swiper-hero .swiper-slide.active .hero-img{
    opacity: 1;
}
.main-wrap .swiper-hero .swiper-slide.active .hero-info{
    opacity: 1;
}
.main-wrap .swiper-hero .swiper-slide .hero-info .text{
    position: absolute;
    top: 1rem;
    left: 0; 
}
.main-wrap .swiper-hero .swiper-slide .hero-info .music{
    position: absolute;
    top: 2.7rem;
    left:.45rem; 
    background: url(../images/pc/voice.png) no-repeat;
    background-size: 100% auto;
    width: .58rem;
    height: .58rem;
    cursor: pointer;
}
.main-wrap .swiper-hero .swiper-pagination{
    bottom: .5rem;
}

.main-wrap .pageFive .info-text{
    text-align: center;
    margin: .2rem auto 0 auto;
}
.main-wrap .pageFive .info-text p{
    margin: -.15rem auto;
    padding: 0;
    width: 5.4rem;
}

.main-wrap .pageSix .download-model{
    text-align: center;
    margin: .2rem auto 0 auto;
    width: 10rem;
    height: 6rem;
    position: relative;
} 
.main-wrap .pageSix .download-model .item{
    position: absolute;
    width: 4.8rem;
    transition: .5s ease-in-out;
} 
.main-wrap .pageSix .download-model .item:hover{
    transition: .5s ease-in-out;
    transform: scale(1.1);
}
.main-wrap .pageSix .download-model .item.cos-photo{
    top: .5rem;
    left: 0;
}
.main-wrap .pageSix .download-model .item.cos-wallpaper{
    top: .5rem;
    right:0;
}
.main-wrap .pageSix .download-model .item.cos-music{
    left: 50%;
    margin-left: -2.4rem;
    top: 3rem;
}

.main-wrap .swiper-movie{
    position: relative;
    width: 100%;
    margin-top: .5rem;
}
.main-wrap .swiper-movie .swiper-slide{
    width: 100%;
    position: relative;
}
.main-wrap .swiper-movie .swiper-slide .slide-item{
    width: 7.5rem;
    height: 6rem;
    margin: 0 auto;
}
.main-wrap .swiper-movie .swiper-slide .item-movie{
    background: url(../images/pc/video-bg.png) no-repeat;
    background-size: 100% auto;
    width: 7.5rem;
    height: 4.33rem;
    border: 0;
    position: relative;
}
.main-wrap .swiper-movie .swiper-slide .item-movie iframe{
    width: 7.24rem;
    height: 4.05rem;
    position: absolute;
    top: .09rem;
    left: .13rem;
    border-radius: .15rem;
    border: 0;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}
.main-wrap .swiper-movie .swiper-slide .item-text{
    margin: .5rem auto 0 auto;
    text-align: center;
    height: .51rem;
}
.main-wrap .swiper-movie .swiper-slide .item-text img{
    width: auto;
    height: 100%;
}
.main-wrap  .swiper-button-next{
    background: url(../images/pc/btn-next.png) no-repeat 0 0;
    background-size: 100% auto;
    width: .67rem;
    height: .92rem;
    transform: rotate(180deg);
    margin-top: -.8rem;
    right: .5;

}
.main-wrap  .swiper-button-prev{
    background: url(../images/pc/btn-next.png) no-repeat 0 0;
    background-size: 100% auto;
    width: .67rem;
    height: .92rem;
    margin-top: -.8rem;
    right: .5;
}
.main-wrap .swiper-movie .swiper-button-next{
    right: 2rem;
}
.main-wrap .swiper-movie .swiper-button-prev{
    left: 2rem;
}
.main-wrap .swiper-movie .swiper-button-next,.main-wrap .swiper-movie .swiper-button-prev{
    margin-top:-1.2rem;
}

.page-foot{
    position: relative;
    width: 100%;
    height: 4.2rem;
    background: rgba(19, 47, 62, 0.7);
}
.page-foot .foot-main{
    overflow: hidden;
    position: relative;
    width: 10rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: .3rem 0;
    height: 3rem;
}
.page-foot .foot-main .left{
    float: left;
    width: 4.4rem;
    height: 2.6rem;
}
.page-foot .foot-main p{
    font-size: .14rem;
    color: #fff;
    margin: .1rem auto;
}
.page-foot .foot-main p.p1{
    font-size: .22rem;
    margin-bottom: .1rem;
}
.page-foot .foot-main p.p4{
    margin-top: .3rem;
}
.page-foot .foot-main p .label{
    width: 1rem;
    display: inline-block;
    vertical-align: top;
}
.page-foot .foot-main .right p .label{
    width: 2.4rem;
}
.page-foot .foot-main p .text{
    display: inline-block;
}
.page-foot .foot-main .right{
    float: right;
    width: 5.4rem;
    height: 2.6rem;
}
.page-foot .foot-main .right .unline{
    width:auto;
    padding-bottom: .05rem;
    cursor: pointer;
    border-bottom:1px solid #fff;
}
.page-foot .foot-main .center{
    position: absolute;
    bottom: .1rem;
    left: 0;
    width: 100%;
    line-height: .2rem;
    height: .2rem;
    text-align: center;
}
.page-foot .foot-main .center .label{
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: .18rem;
    color: #fff;
    padding-bottom: .05rem;
    cursor: pointer;
    border-bottom:1px solid #fff;
}
.page-foot .foot-bottom{
    background: #000;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    font-size: .16rem;
}
.page-foot .foot-bottom p{
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.pop-content-box::-webkit-scrollbar {
    width: .1rem;
    height: .1rem;
}

.pop-content-box::-webkit-scrollbar-thumb {
    width: .1rem;
    height: .1rem!important;
    border-radius: 0.02rem;
    background-color: #3e2e2e;
}

.pop-content-box::-webkit-scrollbar-track {
    width: .1rem;
    border-radius: 0.5rem;
    background: none;
}

.pop_group{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 102;
    width: 9.35rem;
    height: 7.5rem;
    background-image: url(../images/pc/foot_pop.png);
    background-size: 9.35rem 7.5rem;
    margin: -3.8rem 0 0 -4.7rem;
    display: none;
    font-size:.2rem;
}
.pop_group .pop_rong_Box {
    position: relative;
    width: 100%;
    height: 100%;
}
.pop_group .close-pop {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.48rem;
    height: 0.45rem;
    background-image: url(../images/pc/pop_close.png);
    background-size: cover;
}
.pop_group .fooot-pop-title1 {
    display: block;
    margin: 0 auto;
    padding-top: 0.5rem;
    width: 1.91rem;
}
.pop_group .fooot-pop-title3 {
    display: block;
    margin: 0 auto;
    padding-top: 0.5rem;
    width: 4.2rem;
}
.pop_group .pop-content-box {
    width: 85%;
    height: 6rem;
    margin: 0.4rem auto 0;
    padding-right: .2rem;
    overflow-x: hidden;
    overflow-y: auto;
}
.pop_group .pop-content-box .active-detail p, .pop_group .pop-content-box .active-detail span {
    color: #423c3c;
}


.pop_video{
    background: none;
    height: 5.26rem;
    margin: -2.63rem 0 0 -4.7rem;
}
.pop_video .close-pop{
    top: 0;
    right: -.6rem;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 98;
    display: none
}

