html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}
body * {
    box-sizing: border-box;
}
h1, h2, p{
    margin: 0;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clear:after{
    content: '';
    display: table;
    clear: both;
}
.mt36{margin-top: 0.36rem;}
.mt115{margin-top: 1.15rem;}
.mb5{margin-bottom: 0.05rem;}
.mb6{margin-bottom: 0.06rem;}
.mb7{margin-bottom: 0.07rem;}
.mb8{margin-bottom: 0.08rem;}
.mb13{margin-bottom: 0.13rem;}
.mb16{margin-bottom: 0.16rem;}
.mb19{margin-bottom: 0.19rem;}
.mb20{margin-bottom: 0.20rem;}
.mb30{margin-bottom: 0.30rem;}
.mb40{margin-bottom: 0.40rem;}
.mb44{margin-bottom: 0.44rem;}
.mb65{margin-bottom: 0.65rem;}
.mb116{margin-bottom: 1.16rem;}
.mb120{margin-bottom: 1.20rem;}
.ml10{margin-left: 0.10rem;}
.ml25{margin-left: 0.25rem;}
.ml26{margin-left: 0.26rem;}
.mr7{margin-right: 0.07rem;}
.mr13{margin-right: 0.13rem;}
.mr73{margin-right: 0.73rem;}
.mr76{margin-right: 0.76rem;}
.text-align-center{text-align: center;}
.text-align-right{text-align: right;}
.text-align-left{text-align: left;}

.blue-text{color:#22A1F5;}
.nowrap{white-space: nowrap;}

.out-container{
    width: 100%;
    margin: 0 auto;
}
.out-container .content{
    width: 3.4rem;
    margin: 0 auto;
    color: #000;
    font-size: 0.12rem;
    /*line-height: 0.165rem;*/
}
.sale .out-container .content{
    width: 3.2rem;
}
.first{
    height: 2.7rem;
    background: url("../img/top_back.png") top right no-repeat;
    background-size: 3.19rem;
    background-position-x: 1.31rem;
}
.shop .first{
    background: url("../../PC/img/shop-first-back.png") top right no-repeat;
    background-size: 3.19rem;
    background-position-x: 1.31rem;
}
.sale .first{
    background: url("../../PC/img/top_back_sale.png") top right no-repeat;
    background-size: 3.19rem;
    background-position-x: 1.31rem;
}
.track .first{
    background: url("../../PC/img/top_back_track.png") top right no-repeat;
    background-size: 3.19rem;
    background-position-x: 1.31rem;
}
.logo{
    width: 0.96rem;
    margin: 0.33rem 0 0.41rem 0;
}

.more_features{
    height: 0.9rem;
    background-color: white;
    border-top: 2px solid #F2F2F2;
}
.more_features .content{
    position: relative;
    height: 100%;
}
.more_features .more_features_left_title{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.8rem;
}
.more_features .more_features_left_title span{
    color: #22A1F5;
    font-style: normal;
    font-weight: 400;
    font-size: 0.15rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.more_features .more_features_left_title img{
    position: absolute;
    width: 0.2rem;
    top: 2px;
    right: 0px;
}
.more_features .more_features_right{
    position: relative;
    height: 100%;
    padding-left: 0.8rem;
    text-align: center;
}
.more_features .more_features_right .feature{
    width: 0.7rem;
    height: 0.5rem;
    margin-left: 0.1rem;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    top: 0.2rem;
    color: #868686;
    font-weight: 400;
    font-size: 0.1rem;
    float: right;
    text-decoration-line: none;
    padding: 0;
}
.more_features .more_features_right .left_icon{
    position: relative;
    top: 0.09rem;
    width: 0.25rem;
    height: 0.25rem;
}


.first .content h1{
    font-size: 0.24rem;
    font-weight: bold;
}
.first .content p:first-of-type{
    /*margin-top: 19px;*/
}
.first .content p{
    /*font-size: 20px;*/
    font-weight: normal;
    color:#979797;

}
.skip-btn{
    cursor: pointer;
}
.first .skip-btn{
    margin-top: 54px;
}

.second{
    margin-top: 0.35rem;
    height: 6.5rem;
    background: url(../img/handPhone.png) 22% bottom no-repeat, url(../img/handPhoneBack.png) 70% bottom no-repeat;
    background-size: 63%, 220%;
}
.sale .second{
    background: url(../../PC/img/handPhoneSale.png) 22% bottom no-repeat, url(../img/handPhoneBack.png) 70% bottom no-repeat;
    background-size: 63%, 220%;
}
.shop .second{
    background: url(../../PC/img/handPhoneShop.png) 22% bottom no-repeat, url(../img/handPhoneBack.png) 70% bottom no-repeat;
    background-size: 63%, 220%;
}
.track .second.track{
    margin-top: 0.35rem;
    height: 4.3rem;
    background: url(../img/handPhoneBack.png) 70% bottom no-repeat!important;
    background-size: 220%!important;
}
.second h1.title{
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
}
.sale .second h1.title{
    letter-spacing: -0.01rem;
}
.second .content .canvas{
    width: auto;
    text-align: center;
    margin-top: 0.4rem;
}
.second .content .canvas span{

}

.second .content .canvas h2{
    font-size: 0.16rem;
}
.sub-details{
    margin-top: 0;
}
.sub-details>div{
    width: 1.52rem;
}
.sub-details>div img{
    width: 100%;
}

.third{
    height: 7.68rem;
    margin-top: -0.5rem;
    background: url(../img/ThirdBack.png) 54% top no-repeat;
    padding-top: 0.73rem;
    background-size: 296% 100%;
}
.sale .third{
    height: 8.2rem;
}
.track .third{
    height: 6.51rem;
}
.shop .third{
    height: 8.42rem;
}
.third .content{
    color: white;
}
.third .content h1{
    font-size: 0.2rem;
    line-height: 0.28rem;
}
.third .content h2{
    font-size: 0.16rem;
    line-height: 0.22rem;
}
.des-list{
    width: 2.8rem;
    margin: 0 auto;
}
.des-list p{
    margin-bottom: 0.23rem;
}
.des-list p *{
    vertical-align: middle;
    /*line-height: 33px;*/
}
.des-list p img{
    width: 0.11rem;
    margin-right: 0.06rem;
}
.des-list p span{
    display: inline-block;
    width: 2.62rem;
    position: relative;
    top: -0.1rem;
}
.des-right{width: 2.96rem;margin: 0 auto;}
.shop .des-right{
    width: 2.30rem;
    height: 3.20rem;
    margin: 0 auto;
    background: url("../../PC/img/shop-third-1.png") top left no-repeat,
    url("../../PC/img/shop-third-2.png") top right no-repeat,
    url("../../PC/img/shop-third-3.png") bottom left no-repeat,
    url("../../PC/img/shop-third-4.png") bottom right no-repeat;
    background-size: 50%, 50%, 50%, 50%;
}
.des-right .des-right-top {margin-bottom: 0.15rem;}
.des-right .des-right-top img{width: 47.972%;}
.des-right .problems{
    width: 100%;
    height: 1.08rem;
    padding: 0.21rem 0.12rem;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 0.04rem 0.04rem rgba(0,0,0,0.25);
}
.sale .des-right .problems{
    width: 100%;
    height: 0.91rem;
    padding: 0.01rem 0.18rem;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 0.04rem 0.04rem rgba(0,0,0,0.25);
}
.problems .problem-item{
    display: inline-block;
    line-height: 0.29rem;
    padding: 0 0.05rem;
    background: #22A1F5;
    border-radius: 0.04rem;
    box-shadow: 0 0.04rem 0.04rem rgba(0,0,0,0.25);
    text-align: center;
    font-size: 0.1rem;
    margin-right: 0.03rem;
    margin-bottom: 0.06rem;
}
/*.problems .problem-item:nth-child(1){width: 165px;}*/
/*.problems .problem-item:nth-child(2){width: 135px;}*/
/*.problems .problem-item:nth-child(3){width: 194px;}*/
/*.problems .problem-item:nth-child(4){width: 165px;}*/
.problems .problem-item:nth-child(5){margin-right: 0;}
.problems .problem-item:last-child{margin-right: 0;width: 0.52rem;}
.problems .ask{
    color: #000;
    margin-top: 0.16rem;
}
.problems .ask>span {
    display: inline-block;
}
.problems .ask>span *{
    vertical-align: middle;
}
.problems .ask>span img{
    width: 0.12rem;
    margin-right: 0.02rem;
}
.problems .ask>span:nth-child(1){
    margin-right: 0.18rem;
    margin-bottom: 0.13rem;
}
.sale .content .problems .ask>span{
    margin-right: 0.18rem;
    margin-bottom: 0.13rem;
}
.sale .content .problems .ask>span:nth-child(3n){
    margin-right: 0;
}
.problems .ask>span:nth-child(2){
    margin-right: 0.13rem;
    margin-bottom: 0.13rem;
}
.problems .ask>span:nth-child(4){
    margin-right: 0.3rem;
}

.fourth{
    height: 6.8rem;
}
.track .fourth{
    height: 4.6rem;
}
.fourth .content h1{
    font-size: 0.2rem;
    line-height: 0.27rem;
    white-space: nowrap;
    margin-top: 0.45rem;
}
.fourth .content h2{
    font-size: 0.16rem;
    line-height: 0.22rem;
    white-space: nowrap;
    margin-top: 0.07rem;
}
.fourth .panels {
    margin: 0.4rem auto 0 ;
    width: 2.95rem;
}
.fourth .panels .panel-top {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}
.fourth .panels .panel-top .panel{

}
.fourth .panels .panel{
    width: 1.38rem;
    margin: 0 auto;
    position: relative;
}
.fourth .panels .panel .panel-circle{
    width: 1.38rem;
    height: 1.38rem;
    border-radius: 50%;
    margin-bottom: 0.16rem;
    background: url("../img/Fourth1.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
    background-size: 1.38rem!important;
}
.fourth .panels .panel:nth-child(2) .panel-circle{
    background: url("../img/Fourth2.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.fourth .panels .panel .panel-circle.outside{
    background: url("../img/Fourth3.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}

.sale .fourth .panels .panel:nth-child(1) .panel-circle{
    background: url("../../PC/img/sale-fourth-1.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.sale .fourth .panels .panel:nth-child(2) .panel-circle{
    background: url("../../PC/img/sale-fourth-2.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.sale .fourth .panels .panel .panel-circle.outside{
    background: url("../../PC/img/sale-fourth-3.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}

.shop .fourth .panels .panel:nth-child(1) .panel-circle{
    background: url("../../PC/img/shop-fourth-1.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.shop .fourth .panels .panel:nth-child(2) .panel-circle{
    background: url("../../PC/img/shop-fourth-2.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.shop .fourth .panels .panel .panel-circle.outside{
    background: url("../../PC/img/shop-fourth-3.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}

.track .fourth .panels .panel:nth-child(1) .panel-circle{
    background: url("../../PC/img/track-fourth-1.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.track .fourth .panels .panel:nth-child(2) .panel-circle{
    background: url("../../PC/img/track-fourth-2.png") center bottom no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.FourthSub{
    position: absolute;
    width: 0.98rem;
    top: 0.37rem;
    right: -0.8rem;
}

.fifth, .shop .fifth{
    height: 4.2rem;
    background: rgba(217, 217, 217, 0.2);
    padding-top: 0.25rem;
}

.sale .fifth{
    height: 6.8rem;
    background: rgba(217, 217, 217, 0.2);
    padding-top: 0.25rem;
}
.track .fifth{
    height: 5.5rem;
}
.fifth .content h1{
    font-size: 0.2rem;
    line-height: 0.27rem;
}
.fifth .content h2{
    font-size: 0.16rem;
    line-height: 0.22rem;
    white-space: nowrap;
    margin-top: 0.09rem;
}
.function-list{
    margin-top: 0.31rem;
}
.func {
    width: 2.92rem;
    margin: 0 auto 0.55rem;
}
.func .func-icon{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    /*margin-right: 0.2rem;*/
    background: url("../img/fifth1.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
    background-size: 50%, 100%!important;
}
.func:nth-child(2) .func-icon{
    background: url("../img/fifth2.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.func:nth-child(3) .func-icon{
    background: url("../img/fifth3.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.sale .func:nth-child(2) .func-icon{
    background: url("../../PC/img/sale-fifth-2.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.sale .func:nth-child(3) .func-icon{
    background: url("../../PC/img/sale-fifth-3.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.sale .func:nth-child(4) .func-icon{
    background: url("../../PC/img/sale-fifth-4.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.sale .func:nth-child(5) .func-icon{
    background: url("../../PC/img/sale-fifth-5.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}

.shop .func:nth-child(3) .func-icon{
    background: url("../../PC/img/shop-fifth-3.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}

.track .content .func:nth-child(1) .func-icon{
    background: url("../../PC/img/track-fifth-1.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);background-size: 50%;
}
.track .content .func:nth-child(2) .func-icon{
    background: url("../../PC/img/track-fifth-2.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.track .content .func:nth-child(3) .func-icon{
    background: url("../../PC/img/track-fifth-3.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}
.track .content .func:nth-child(4) .func-icon{
    background: url("../../PC/img/track-fifth-4.png") center center no-repeat,linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
}

.fun-des p span:nth-child(1){
    font-size: 0.14rem;
    font-weight: bold;
}
.fun-des p span:nth-child(2){
    font-size: 0.16rem;
    transform: scale(0.5);
    transform-origin: left bottom;
    display: inline-block;
}
.fifth .ask{
    color: #000;
    margin-top: 0.11rem;
    max-width: 2.12rem;
    display: flex;
    flex-wrap: wrap;
}
.fifth .ask>span{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fifth .ask>span {
    display: inline-block;
}
.fifth .ask>span *{
    vertical-align: middle;
}
.fifth .ask>span img{
    width: 0.12rem;
    margin-right: 0.04rem;
    position: relative;
    top: 0.01rem;
}
.fifth .ask>span:nth-child(1){
    margin-right: 0.05rem;
}
.fifth .ask>span:nth-child(2){
    margin-right: 0.05rem;
}
.fifth .ask>span:nth-child(4){
    margin-right: 0.05rem;
}

.sixth{
    height: 6.0rem;
    padding-top: 0.5rem;
    background: rgba(217, 217, 217, 0.2);
}
.sixth .content h1{
    font-size: 0.2rem;
    line-height: 0.22rem;
}
.sixth .content h2{
    font-size: 0.16rem;
    line-height: 0.2rem;
    white-space: nowrap;
    margin-top: 0.1rem;
}
.version-list{
    margin-top: 0.18rem;
}
.version-list > div{
    width: 2.73rem;
    margin: 0 auto;
}
.version-list .version{
    width: 1.31rem;
    height: 1.8rem;
    /*margin-right: 20px;*/
    box-shadow: 0 0.04rem 0.04rem rgba(0,0,0,0.25);
    border-radius: 0.04rem;
    text-align: center;
    padding: 0.34rem 0.09rem 0;
    margin-bottom: 0.11rem;
}
.version-list .version img{width:0.28rem;}
.version-list .version:nth-child(2) img{width:0.28rem;}
.version-list .version:nth-child(3) img{width:0.3rem;}
.version-list .version:nth-child(4) img{width:0.34rem;}
.version-list .version:last-child{
    margin-right: 0;
}
.version-list .version .sub-title{
    font-size: 0.14rem;
    line-height: 0.19rem;
    margin-top: 0.12rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
}
.version-list .version div:nth-child(3){
    font-size: 0.12rem;
}


.seven{
    background: url("../img/seventhBack.png") center top no-repeat;
    padding-top: 0.19rem;
    background-size: 100%;
}
.seven .content h1{
    font-size: 0.18rem;
    line-height: 0.22rem;
    color: white;
    margin-bottom: 0.17rem;
    text-align: center;
}
.seven .content .introduce{
    color: white;
    font-size: 0.12rem;
    line-height: 0.18rem;
    width: 3.15rem;
    margin: 0 auto;
}
.company-list{
    margin-top: 0.47rem;
}
.company-list .company{
    padding-top: 0.23rem;
    padding-bottom: 0.26rem;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.company-list .company:last-child{
    border-bottom: 1px solid rgba(0,0,0,0);
}
.company-list .company .company-logo{
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 50%;
    background: url("../img/seven1.png") center center no-repeat, rgba(217,217,217,0.1);
    background-size: 50%;
    box-shadow: 0 0.04rem 0.04rem rgba(0,0,0,0.25);
}
.company-list .company:nth-child(2) .company-logo{
    background: url("../img/seven2.png") center center no-repeat, rgba(217,217,217,0.1);
    background-size: 70%;
}
.company-list .company:nth-child(3) .company-logo{
    background: url("../img/seven3.png") center center no-repeat, rgba(217,217,217,0.1);
    background-size: 50%;
}
.company-list .company .company-introduce{
    width: 2.29rem;
}
.company-list .company .company-introduce h2{
    margin-bottom: 0.06rem;
}


.eight{
    background: rgb(245,245,245);
    height: 2.05rem;
}
.out-container.eight .content{
    width: 3.3rem;
}
.eight .logo-list{
    padding-top: 0.24rem;

}
.eight .logo-list .logo-item{
    width: 0.47rem;
    height: 0.32rem;
    box-shadow: 0 0.04rem 0.04rem rgba(0,0,0,0.25);
    float: left;
    margin-right: 0.09rem;
    margin-bottom: 0.08rem;
    text-align: center;
    line-height: 0.32rem;
    font-weight: bold;
    background: white;
    background-size: 50%;
}
.eight .logo-list .logo-item:nth-child(6n){
    margin-right: 0;
}
.eight .logo-list .logo-item:nth-child(1){background: url("../img/partner/1.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(2){background: url("../img/partner/2.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(3){background: url("../img/partner/3.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(4){background: url("../img/partner/4.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(5){background: url("../img/partner/5.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(6){background: url("../img/partner/6.png") center center no-repeat, white;background-size: 50%;}

.eight .logo-list .logo-item:nth-child(7){background: url("../img/partner/7.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(8){background: url("../img/partner/8.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(9){background: url("../img/partner/9.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(10){background: url("../img/partner/10.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(11){background: url("../img/partner/11.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(12){background: url("../img/partner/12.png") center center no-repeat, white;background-size: 50%;}

.eight .logo-list .logo-item:nth-child(13){background: url("../img/partner/13.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(14){background: url("../img/partner/14.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(15){background: url("../img/partner/15.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(16){background: url("../img/partner/16.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(17){background: url("../img/partner/17.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(18){background: url("../img/partner/18.png") center center no-repeat, white;background-size: 50%;}

/*.eight .logo-list .logo-item:nth-child(19){background: url("../img/partner/1.png") center center no-repeat;}*/
.eight .logo-list .logo-item:nth-child(20){background: url("../img/partner/20.png?t=20220909") center center no-repeat, white;background-size: 50%;}
/*.eight .logo-list .logo-item:nth-child(21){background: url("../img/partner/1.png") center center no-repeat;}*/
.eight .logo-list .logo-item:nth-child(22){background: url("../img/partner/22.png") center center no-repeat, white;background-size: 50%;}
.eight .logo-list .logo-item:nth-child(23){background: url("../img/partner/23.png") center center no-repeat, white;background-size: 50%;}
/*.eight .logo-list .logo-item:nth-child(24){background: url("../img/partner/1.png") center center no-repeat;}*/

.ten{
    background: #22A1F5;
    padding-top: 0.31rem;
    text-align: center;
}
.ten .content{
    color: white;
}
.ten .content h1{
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: white;
}

.eleven{
    height: 2.25rem;
    text-align: center;
    background: url(../img/eleven/bg.png) center no-repeat white;
    background-size: cover;
    position: relative;
}
.eleven .eleven_title{
    font-style: normal;
    font-weight: bold;
    font-size: 0.2rem;
    text-align: center;
    color: #444444;
    position: absolute;
    top: 0.2rem;
    left: 50%;
    transform: translate(-50%, 0%);
}
.eleven_card_list{
    height: 100%;
    width: 3.2rem;
    margin: 0 auto;
    position: relative;
    padding-top: 0.65rem;
}
.eleven_card_list .eleven_card{
    display: block;
    width: 100%;
    height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    text-align: center;
    position: relative;
    text-decoration-line: none;
    margin-bottom: 0.1rem;
}
.eleven_card_list .eleven_card .eleven_card_icon{
    position: absolute;
    display: inline-block;
    background: linear-gradient(180deg, #08BAFE 14.06%, #4084EC 100%);
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    top: 50%;
    left: 0.1rem;
    margin-top: -0.1rem;
}
.eleven_card_list .eleven_card .eleven_card_icon img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0.2rem;
    height: 0.2rem;
}
.eleven_card_list .eleven_card .eleven_card_icon img.eleven_card_icon_lx{
    width: 0.12rem;
    height: 0.12rem;
    top: 0.04rem;
    left: 0.04rem;
}
.eleven_card_list .eleven_card_text{
    font-size: 0.125rem;
    color: #6C6C6C;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: 0.4rem;
    transform: translate(0px, -50%);
}
.eleven_card_list .eleven_card_right_icon{
    width: 0.14rem;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 0.1rem;
}

.prizes{
    /*padding: 389px 90px 0;*/
    width: 2.8rem;
    margin: 0.09rem auto 0 ;
}
.prizes .prize{
    width: 2.74rem;
    height: 1.6rem;
    background: rgba(255,255,255,0.85);
    border-radius: 5px 100px 100px 5px;
    color: #000;
    position: relative;
}
.prizes .prize:last-child{
    border-radius: 100px 5px 5px 100px;
}
.prizes .prize img{
    width: 0.46rem;
    height: 0.95rem;
}
.prizes .prize:last-child img{
    width: 0.90rem;
    height: 1.02rem;
}
.prizes .prize{
    position: relative;
    left: 0.1rem;
}
.prizes .prize:last-child{
    margin-top: 0.18rem;
    position: relative;
    left: -0.2rem;
}
.prizes .prize .prize-pic img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}
.prizes .prize:last-child .prize-pic img{
    left: auto;
    right: 0;
}
.prizes .prize:nth-child(2) .prize-pic img{
    bottom: -24px;
    transform: translateY(-50%) translateX(50%);
}
.prize-title{
    font-size: 0.14rem;
    font-weight: bold;
    padding-top: 0.13rem;
    margin-bottom: 0.05rem;
}
.prize-des{
    padding: 0 0.38rem;
    text-align: left;
    /*line-height: 33px;*/
    /*letter-spacing: 3px;*/
}
.ten-des{
    font-size: 0.12rem;
}
.proves{
    padding-bottom: 40px;
}
.proves .certificate_list{
    margin: 0 auto;
    display: flex;
    height: 1.5rem;
}
.proves .certificate_list .certificate{
    flex: 1;
    position: relative;
    height: 100%;
}
.proves .certificate_box{
    width: 1.5rem;
    height: 1.2rem;
    background: url(../img/security/bg.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.proves .certificate_icon{
    position: absolute;
    left: 50%;
    top: 0.18rem;
    transform: translate(-50%, 0);
    width: 0.32rem;
    height: 0.32rem;
}
.proves .certificate_name_box{
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 0.5rem;
    text-align: center;
}
.proves .certificate_name{
    color: #283038;
    font-size: 0.16rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.out-container.bottom-bar{
    height: 1.69rem;
    text-align: left;
    background: #393939;
    padding-top: 0.23rem;
}
.out-container.bottom-bar .content{
    color: #fff;
    width: 3.23rem;
}
.out-container.bottom-bar .content .footer-left{
    width: 50%;
}
.out-container.bottom-bar .content .footer-left p:nth-child(1){
    font-size: 0.12rem;
    line-height: 0.16rem;
    font-weight: bold;
    white-space: nowrap;
}
.out-container.bottom-bar .content .footer-left p:nth-child(2){
    font-size: 0.16rem;
    line-height: 0.11rem;
    display: inline-block;
    transform: scale(0.5);
    transform-origin: left;
    white-space: nowrap;
    color: #979797;
    margin-top: 0.02rem;
}
.out-container.bottom-bar .content .input-bar{
    width: 1.83rem;
    height: 0.27rem;
    background: white;
    border-radius: 2rem;
    color: #000;
    font-size: 0.2rem;
    line-height: 60px;
    position: relative;
    overflow: hidden;
    margin-top: 0.24rem;
    margin-bottom: 0.13rem;
}
.out-container.bottom-bar .content .input-bar .input-left{
    width: 0.27rem;
    height: 100%;
    background: #67FDCF;
    color: #061E91;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    line-height: 0.27rem;
    padding-left: 0.04rem;
}
.out-container.bottom-bar .content .input-bar .input-left span{
    display: inline-block;
    transform: scale(0.5);
    transform-origin: left center;
}
.out-container.bottom-bar .content .input-bar .input-left span:last-child{
    position: relative;
    left: -0.1rem;
    color: #000;
}
.out-container.bottom-bar .content .input-bar .input-right{
    padding-left: 0.3rem;
    display: inline-block;
    /*transform: scale(0.5);*/
    transform-origin: left center;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*left: 0.18rem;*/
    font-size: 0.1rem;
    font-weight: bold;
    height: 100%;
}

.footer-center{
    width: 50%;
    text-align: right;
}
.footer-center img{
    width: 1.09rem;
    margin-bottom: 0.29rem;
}
.footer-center>p{
    width: 100%;
}
.footer-center>p:nth-child(3) {
    margin-bottom: 0.08rem;
}
.footer-center>p:nth-child(2n) {
    font-size: 0.12rem;
    line-height: 0.16rem;
    font-weight: bold;
}
.footer-center>p:nth-child(1n) {
    font-size: 0.2rem;
    line-height: 0.16rem;
    font-weight: bold;
    display: block;
    transform: scale(0.5);
    transform-origin: right;
}


.out-container.bottom-bar .content .footer-top{
    /*border-bottom: 1px solid #fff;*/
}

.bottom-bar img.gw{
    cursor: pointer;
    margin-left: -0.02rem;
    width: 0.88rem;
}


.fixed-bar{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
}
.fixed-bar .fixed{
    width: 0.5rem;
    height: 0.5rem;
    white-space: nowrap;
    border-radius: 0.05rem;
    box-shadow: 0 0.04rem 0.04rem rgba(0,0,0,0.25);
    padding: 0.1rem 0 0;
    font-size: 0.16rem;
    background: white;
    overflow: hidden;
    margin-bottom: 0.01rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.fixed-bar .fixed *{
    vertical-align: middle;
}
.fixed-bar .fixed img{
    width: 0.2rem;
}
.fixed-bar .fixed span{
    display: block;
    transform: scale(0.5);
    white-space: nowrap;
    transform-origin: center top;
    margin-top: 0.04rem;
}
.fixed-bar .fixed.fixed1{
    background: linear-gradient(to bottom, #08BAFE 14.06%, #4084EC 100%);
    color: white;
    position: relative;
}
/*.fixed-bar .fixed.fixed1:hover{*/
    /*width: 200px;*/
    /*margin-left: -125px;*/
/*}*/
/*.fixed-bar .fixed.fixed2:hover{*/
    /*width: 275px;*/
    /*margin-left: -200px;*/
/*}*/
/*.fixed-bar .fixed.fixed3:hover{*/
    /*width: 200px;*/
    /*margin-left: -125px;*/
/*}*/
/*.fixed-bar .fixed.fixed4:hover{*/
    /*width: 150px;*/
    /*margin-left: -75px;*/
/*}*/
.extra{
    height: 5.53rem;
    background: url("../img/extraBackMobile.png") center center no-repeat;
    background-size: 100%;
    padding-top: 0.43rem;
}
.extra .content h1{
    font-size: 0.2rem;
    line-height: 0.27rem;
    color: white;
}
.extra .content h2{
    font-size: 0.12rem;
    line-height: 0.1646rem;
    white-space: nowrap;
    margin-top: 0.17rem;
    color: white;
}