a,b,body,button,blockquote,canvas,dd,div,dl,dt,em,fieldset,form,footer,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,tr,thead,th,tbody,td,textarea,ul,video{margin:0;padding:0}
html{font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{font-size:.14rem;overflow-x:hidden;-webkit-overflow-scrolling:touch}
a{background-color:transparent;text-decoration:none;-webkit-text-decoration-skip:objects;outline:none}
a:hover,a:active{outline-width:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
em,strong,th,i,b{font-style:normal;font-weight:normal}
table{border-collapse:collapse;border-spacing:0}
ol,ul,li{list-style:none outside none}
fieldset,img{border:0}
button,input{-webkit-appearance:none;line-height:normal;border:0;outline:0;border-radius:0}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#ccc}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#ccc}
input::-moz-placeholder,textarea::-moz-placeholder{color:#ccc}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none}
input[type="number"]{-moz-appearance: textfield}
.vbody{max-width:750px;height:100%;margin:0 auto;overflow:hidden;position:relative}
.hbody{max-width:1334px;height:100%;margin:0 auto;overflow:hidden;position:relative}
img{
    display: block;
    height: 100%;
    margin: 0 auto;
}
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;
    z-index: 3;
    overflow: hidden;
}

.btn-menu{
    position: fixed;
    top: .02rem;
    right: .1rem;
    background: url(../images/m/menu.png) no-repeat;
    background-size: 100% auto;
    width: 1.05rem;
    height: 1.05rem;
    z-index: 12;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height:0;
    transition: .5s ease-in-out;
    z-index: 102;
    font-family: 'Noto Serif JP', serif;
    background: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.header.active{
    height: 8.3rem;
}
.header .close-header{
    position: absolute;
    top: .2rem;
    right: .2rem;
    background: url(../images/m/close.png) no-repeat;
    background-size: 100% auto;
    width: .76rem;
    height: .76rem;
    z-index: 1;
}
.header .nav-box{
    height: 8.4rem;
    margin: 0 auto;
    width: 100%;
}
.header .nav-box ul{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
.header .nav-box ul li{
    height: .8rem;
    margin: .5rem auto;
    text-align: center;
}
.header .nav-box ul li a.nav-a{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
.header .nav-box ul li a.nav-a.active::after{
    position: absolute;
    left: -1.6rem;
    top: .3rem;
    background: url(../images/m/nav-arrow2.png) no-repeat;
    background-size: 100% auto;
    content: "";
    width: .8rem;
    height: .19rem;
}
.header .nav-box ul li a.nav-a.active::before{
    position: absolute;
    right: -1.6rem;
    top: .3rem;
    background: url(../images/m/nav-arrow1.png) no-repeat;
    background-size: 100% auto;
    content: "";
    width: .8rem;
    height: .19rem;
}
.header .nav-box ul li a.nav-a span{
    display: block;
    font-size:.4rem;
    color: #154f7d;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
}
.header .nav-box ul li a.nav-a i{
    display: block;
    font-size: .22rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    width: 100%;
    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);
}

.header.black{
    background: url(../images/nav-b-bg.png) no-repeat center center;
    height: 106px;
}
.header.black .nav-box ul li a.nav-a span{
    color: #fff;
}
.header.black .nav-box ul li a.nav-a i{
    color: #80e3f5;
}


.nav-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 1.15rem;
    z-index: 10;
}
.nav-header .header-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 7.6rem;
    height: 1.15rem;
    background: url(../images/m/nav-bg2.png) no-repeat;
    background-size: 100% auto;
}
.nav-header .header-box .icon-box{
    width: .72rem;
    height: .72rem;
    position: absolute;
    top: .15rem;
    left: .3rem;
}
.nav-header .header-box .appstore-download{
    position: absolute;
    top: .15rem;
    left: 1.3rem;
    width: 2rem;
    height: .72rem;
    background: url(../images/m/app-download.png) no-repeat;
    background-size: 100% auto;
}
.nav-header .header-box .google-download{
    position: absolute;
    top: .15rem;
    left: 3.5rem;
    width: 2.36rem;
    height: .72rem;
    background: url(../images/m/google-download.png) no-repeat;
    background-size: 100% auto;
}



.share-box{
    position: fixed;
    top: 1.12rem;
    right: .12rem;
    width: 1.05rem;
    height: 3.4rem;
    z-index: 10;
}
.share-box .share-list{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.share-box .share-list li{
    width: 100%;
    margin: 0.02rem auto;
}
.share-box .share-list li .share-icon{
    background: url(../images/m/icon-list.png) no-repeat;
    background-size: 1.05rem 4.29rem;
    width: 1.05rem;
    display: block;
    height: .75rem;
}
.share-box .share-list li .share-icon.youtube{
    background-position: 0 -1.1rem;
}
.share-box .share-list li .share-icon.twitter{
    background-position: 0 -1.9rem;
}
.share-box .share-list li .share-icon.line{
    background-position: 0 -2.7rem;
}
.share-box .share-list li .share-icon.facebook{
    background-position: 0 -3.5rem;
}
.share-box .share-list li .share-icon.yuyue{
    background-position: 0 -3.25rem;
} 


.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%;
}
.main-wrap .swiper-main .swiper-slide .page{
    position: relative;
    width: 100%;
    height: 100%;
}
.main-wrap .swiper-main .swiper-slide .page .main-content{
    position: relative;
    height: 100%;
}

.main-wrap .swiper-main .swiper-slide .page .page-title{
    position: relative;
    text-align: center;
    padding-top: .6rem;
    height: 1.45rem;
}

.main-wrap .pageOne{
    position: relative;
    background: url(../images/m/bg1.jpg) no-repeat top center; 
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 8;
}
.main-wrap .pageOne .main-content .btns {
    position: absolute;
    top: 1.1rem;
    left: .2rem;
}
.main-wrap .pageOne .main-content a {
    display: block;
}
.main-wrap .pageOne .main-content .notice-link{
    width: 2.64rem;
    height: .68rem;
    background: url(../images/m/notice-btn.png?v=20231026) no-repeat;
    background-size: 100% auto;
}
.main-wrap .pageOne .main-content .faq-link{
    width: 2.64rem;
    height: .68rem;
    background: url(../images/m/faq-btn.png?v=20231026) no-repeat;
    background-size: 100% auto;
}
.main-wrap .pageOne .main-content .gta-link{
    width: 2.64rem;
    height: .68rem;
    background: url(../images/m/gta-btn.png?v=20231026) no-repeat;
    background-size: 100% auto;
}

.main-wrap .pageOne .main-content .logo-box{
    position: absolute;
    top: -2.15rem;
    left: 0.75rem;
}
.main-wrap .pageOne .main-content .logo{
    display: block;
    height: 3rem;
}
.main-wrap .pageOne .main-content .index-info{
    position: absolute;
    bottom: 1.3rem;
    left: 0;
    width: 100%;
}
.main-wrap .pageOne .main-content .index-info .yuyue-box{
    width: 7rem;
    height: 3rem;
    margin: .2rem auto;
    position: relative;
}
.main-wrap .pageOne .main-content .index-info .yuyue-box .yuyue{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    background: url(../images/m/p1-yuyue.png) no-repeat;
    background-size: 100% auto;
    width: 4.33rem;
    height: 1.42rem;
    margin-left: -2.16rem;
}
.main-wrap .pageOne .main-content .banner-link{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 7.5rem;
    height: 1.13rem;
}
.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-pagination {
  top: .06rem;
  right: -0.45rem;
  margin-bottom: .08rem;
  display: flex;
  flex-direction: column;
}
.main-wrap .pageOne .main-content .banner-link .swiper-pagination-bullet{
    position: relative;
    width: 9px;
    height: 9px;
    margin-bottom: .06rem;
    box-sizing: border-box;
    border: 1px solid #154f7d;
}
.main-wrap .pageOne .main-content .banner-link .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 5px;
    height: 5px;
    background: #154f7d;
    border-radius: 50%;
  }
.main-wrap .pageOne .main-content .banner-link a{
    display: block;
    height: 1.13rem;
}
.main-wrap .pageOne .main-content .banner-link .thumb{
    display: inline-block;
    height: 100%;
}
.main-wrap .pageOne .main-content .banner-link .news{
    display: inline-block;
    height: .32rem;
    margin: .1rem .2rem;
}
.main-wrap .pageOne .main-content .yuyue-box .info-btn.appstore{
    position: absolute;
    bottom: 1.8rem;
    left: 0;
    width: 3.02rem;
    height: 1.11rem;
    background: url(../images/pc/btn-app-y.png) no-repeat;
    background-size: 100% auto;
}
.main-wrap .pageOne .main-content .yuyue-box .info-btn.google{
    position: absolute;
    bottom: 1.8rem;
    left:3.2rem;
    width: 3.6rem;
    height: 1.11rem;
    margin-left: .2rem;
    background: url(../images/pc/btn-google-y.png) no-repeat;
    background-size: 100% auto;
}
.main-wrap .pageOne .main-content .index-info .slogan-img{
    position: relative;
    top: 0.1rem;
    height: 1.55rem;
    margin: 0 auto;
}


.main-wrap .pageOne .main-content .download-box{
    width: 6.87rem;
    margin: .2rem auto;
    height: 1.11rem;
    position: relative;
}
.main-wrap .pageOne .main-content .download-box .info-btn{
    display: block;
    float: left;
}



.main-wrap .swiper-main .swiper-slide .page.pageTwo{
    background: url(../images/m/bg2.jpg) no-repeat center center; 
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.main-wrap .swiper-main .swiper-slide .page.pageTwo .page-title{
    padding-top: 1.2rem;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .info-text{
    text-align: center;
    width: 7rem;
    margin: .2rem auto 0 auto;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .info-text p{
    margin: 0 auto;
    padding: 0;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .info-text p img{
    width: 100%;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box{
    width: 7rem;
    height: 4.2rem;
    margin: .2rem auto;
    overflow: hidden;
    position: relative;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box p{
    position: absolute;
    width: 3.5rem;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box p a{
    width:100%;
    display: block;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box p a img{
    height: auto;
    width: 100%;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box .p1{
    left: 0;
    top: 0;
    z-index: 1;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box .p2{
    left: 3.5rem;
    top: 0;
}
.main-wrap .swiper-main .swiper-slide .page.pageTwo .view-box .p3{
    left: 50%;
    margin-left: -1.75rem;
    top: 2.1rem;
}

.main-wrap .swiper-main .swiper-slide .page.pageThree{
    background: url(../images/m/bg3.jpg) no-repeat center bottom; 
    background-size: cover;
    position: relative;
    width: 100%;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .page-title{
    padding-top: 1.6rem;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system{
    width: 100%;
    margin-top: .4rem;
    height:7rem;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide{
    width: 100%;
    position: relative;
    padding-bottom: .4rem;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide img{
    height: auto;
    width: 100%;
}

.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide .s-img{
    width: 6rem;  
    margin: 0 auto;
    position: relative;
}
.main-wrap .swiper-main .swiper-slide .page.pageThree .swiper-system .swiper-slide .s-text{
    width: 6rem;
    text-align: center;
    margin: 0 auto;  
}

.main-wrap .swiper-pagination{
    bottom: 0;
}
.main-wrap .swiper-pagination-bullet{
    background: url(../images/m/pagetion-bg.png) no-repeat -.5rem 0;
    background-size: 1.33rem .32rem;
    width: .32rem;
    height: .32rem;
    margin: 0 10px;
    opacity: 1;
}
.main-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-position:0 0;
}

@keyframes fadeInLeftHero {
    0% {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightHero {
    0% {
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)    ;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
}
}
.main-wrap .back-top{
    position: fixed;
    transition: .3s ease-in-out;
    bottom: 10%;
    right: .2rem;
    background: url(../images/m/backtotop.png) no-repeat;
    background-size: 100% auto;
    width: .87rem;
    height: .87rem;
    z-index: 15;
    display: none;
}

.main-wrap .swiper-hero{
    position: relative;
    width: 100%;
    margin-top: -.6rem;
    height: calc(100% - 2rem);
}
.main-wrap .swiper-hero .swiper-slide{
    width: 100%;
    position: relative;
}
.main-wrap .swiper-hero img{
    height: auto;
    width: 100%;
}

.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: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.main-wrap .swiper-hero .swiper-slide .hero-img{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    transform: scale(.9) translate3d(-10%, 0, 0);
}
.main-wrap .swiper-hero .swiper-slide .hero-info{
    position: absolute;
    left: 0;
    bottom:-.8rem;
    width: 7.5rem;
    height: 8rem;
    opacity: 0;
}
.main-wrap .swiper-hero .swiper-slide .hero-info .text{
    position: absolute;
    top: 0;
    left: 0; 
}
.main-wrap .swiper-hero .swiper-slide .hero-info .music{
    position: absolute;
    top: 2rem;
    left: .5rem; 
    background: url(../images/m/voice.png) no-repeat;
    background-size: cover;
    width: .58rem;
    height: .58rem;
    cursor: pointer;
}
.main-wrap .swiper-hero .swiper-pagination{
    bottom: .2rem;
}
.main-wrap .swiper-hero .swiper-pagination .swiper-pagination-bullet{
    margin:0 .1rem;
}
.main-wrap .swiper-hero .swiper-button-next,.main-wrap .swiper-hero .swiper-button-prev{
    opacity: 0;
}
.main-wrap .swiper-hero .swiper-button-next.active{
    animation: fadeInLeft  1s .3s ease-in-out both;
    -webkit-animation: fadeInLeft  1s .3s ease-in-out both;
}
.main-wrap .swiper-hero .swiper-button-prev.active{
    animation:  fadeInRight 1s .3s ease-in-out both;
    -webkit-animation:  fadeInRight 1s .3s ease-in-out both;
}

.main-wrap .pageFour{
    background: url(../images/m/bg4.jpg) no-repeat center center; 
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.main-wrap .swiper-main .swiper-slide .pageFour .main-content .page-title{
    padding-top: 1rem;
}
.main-wrap .swiper-main .swiper-slide .pageFive .main-content .page-title{
    padding-top: 1rem;
}
.main-wrap .swiper-main .swiper-slide .pageSix .main-content .page-title{
    padding-top: 1rem;
}
.main-wrap .pageFive{
    background: url(../images/m/bg5.jpg) no-repeat center center; 
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.main-wrap .pageFive .info-text img{
    width: 100%;
    height: auto;
}
.main-wrap .pageFive .info-text{
    text-align: center;
    width: 7rem;
    margin: .2rem auto 0 auto;
}
.main-wrap .pageFive .info-text p{
    margin: .2rem auto;
    padding: 0;
}
.main-wrap .pageSix{
    background: url(../images/m/bg6.jpg) no-repeat center center; 
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.main-wrap .pageSix .download-model{
    text-align: center;
    margin: .5rem auto 0 auto;
    width: 4.8rem;
    position: relative;
} 
.main-wrap .pageSix .download-model .item{
    position: absolute;
    width: 4.8rem;
    transition: .5s ease-in-out;
} 
.main-wrap .pageSix .download-model .item img{
    width: 100%;
    height: auto;
}
.main-wrap .pageSix .download-model .item.cos-photo{
    top: 0;
    left: 0;
}
.main-wrap .pageSix .download-model .item.cos-wallpaper{
    top: 2.4rem;
    left: 0;
}
.main-wrap .pageSix .download-model .item.cos-music{
    top: 4.8rem;
    left: 0;
}

.main-wrap .swiper-movie{
    position: relative;
    width: 100%;
    margin-top: 2rem;
}
.main-wrap .swiper-movie .swiper-slide{
    width: 100%;
    position: relative;
}
.main-wrap .swiper-movie .swiper-slide .slide-item{
    width: 100%;
    height: 5rem;
    margin: 0 auto;
}
.main-wrap .swiper-movie .swiper-slide .item-movie{
    background: url(../images/m/video-bg.png) no-repeat;
    background-size: 100% auto;
    width: 5.97rem;
    height: 3.48rem;
    border: 0;
    margin: 0 auto;
    position: relative;
}
.main-wrap .swiper-movie .swiper-slide .item-movie iframe{
    width: 5.69rem;
    height: 3.2rem;
    position: absolute;
    top: .11rem;
    left: .13rem;
    border: 0;
    border-radius: .15rem;
    -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: .43rem;
}
.main-wrap  .swiper-button-next{
    background: url(../images/pc/btn-prev.png) no-repeat 0 0;
    background-size: 100% auto;
    width: .67rem;
    height: .92rem;
    margin-top: -.8rem;
    right: 0;
}
.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;
    left: 0;
}

.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: 3.8rem;
    background: rgba(19, 47, 62, 0.7);
}
.page-foot .foot-main{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 .4rem .3rem .4rem;
    height: 3.2rem;
}
.page-foot .foot-main .text{
    width: 6.62rem;
    margin: .3rem auto;
    position: relative;
}
.page-foot .foot-main .text img{
    display: block;
    width: 100%;
}
.page-foot .foot-main .text .terms{
    position: absolute;
    height: .3rem;
    left: .5rem;
    font-size: 0;
    top: 2.3rem;
    display: block;
    width: .8rem;
}
.page-foot .foot-main .text .privacy{
    position: absolute;
    left: 1.4rem;
    top: 2.3rem;
    font-size: 0;
    height: .3rem;
    width: 1.9rem;
    display: block;
}
.page-foot .foot-main .text .cc{
    position: absolute;
    left: 3.45rem;
    top: 2.3rem;
    font-size: 0;
    height: .3rem;
    width: 2.4rem;
    display: block;
}
.page-foot .foot-bottom{
    background: #000;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
}
.page-foot .foot-bottom p{
    color: #fff;
    margin: 0 auto;
    font-size: .16rem;
    text-align: center;
}

.pop_group{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 102;
    width: 7rem;
    height: 8rem;
    background-image: url(../images/pc/foot_pop.png);
    background-size: 7rem 8rem;
    margin: -4rem 0 0 -3.5rem;
    display: none;
    font-size:.16rem;
}
.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 img{
    height: auto;
    width: 100%;
}
.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 .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
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 98;
    display: none
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 98;
    display: none;
    animation: blur-in .4s ease-out 80ms forwards;
}
.modal .box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6.1rem;
    transform: translate(-50%, -50%);
}
.modal .box svg {
    width: 6.855rem!important;
    height: 9.4rem!important;
    stroke-width: 0.04rem!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}
.modal .box .btn-close-modal {
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    margin-left: -0.24rem;
    width: 0.48rem;
    height: 0.48rem;
    font-size: 0;
    color: #fff;
    transition: transform .235s ease-in-out;
    background-image: url(../images/pc/pop_close.png);
    background-size: cover;
}
.modal .box .btn-close-modal:hover {
    transform: rotate(90deg);
}
.modal .box .content {
    height: 100%;
    padding: 0.4rem 0 0.3rem 0;
}
.modal .box .content h4 {
    font-size: .42rem;
    text-align: center;
    color: #fff;
    margin: 0;
    padding-bottom: 0.2rem;
    border-bottom: 3px solid #7180a4;
    font-weight: bold;
    line-height: 1.2;
}
.modal .box .content .info {
    font-size: .24rem;
    text-align: left;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-top: 0.2rem;
    padding-right: 0.2rem;
    height: 7rem;
    overflow-y: auto;
    white-space: normal!important;
}
.modal .box .content .info::-webkit-scrollbar {
    width: .06rem;
    height: .06rem;
    background: transparent
}
.modal .box .content .info::-webkit-scrollbar-track {
    border-radius: 3px;
    background-image: linear-gradient(90deg,transparent 0,transparent 20%,#666 0,#666 80%,transparent 0,transparent)
}
.modal .box .content .info::-webkit-scrollbar-thumb {
    width: .06rem;
    background-color: #fff
}
.modal .box .content .info p {
    font-size: .24rem!important;
    line-height: 1.4;
    margin: 0 0 0.2rem 0;
    color: inherit!important;
    background: transparent!important;
    white-space: pre-wrap;
    word-break: break-word;
}
@keyframes blur-in {
    0% {
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0)
    }

    to {
        -webkit-backdrop-filter: blur(.08rem);
        backdrop-filter: blur(.08rem)
    }
}