body.modal-open {
    position: fixed;
    width: 100%;
}
.shade-mask{
    position: fixed;
    top: 0;
    height: 100%;
    /* bottom: 0; */
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.home-wrap{
    overflow: hidden;
    background-color: #6358ED;
}
.home-banner{
    padding: 0.44rem 0.3rem;
}
.home-banner .logo img{
    width: 1.7rem;
}
.home-banner .info-wrap .solgan {
    width: 100%;
    text-align: center;
    margin-top: 0.75rem;
}
.home-banner .info-wrap .solgan img{
    width: 75%;
}
.home-banner .info-wrap .register{
    display: block;
    font-size: 0.3rem;
    width: 3.6rem;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0.6rem auto;
    color: #513600;
    font-weight: 600;
    background-color: #FFB828;
    text-align: center;
}
.home-banner .tip {
    font-size: 0.24rem;
    text-align: center;
    color: #FFF;
}
.home-banner .tip img{
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: top;
    margin-right: 0.1rem;
}
.home-function{
    padding-bottom: 0.3rem;
}
.home-function .audition{
    margin: 0 0.3rem;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 0.66rem;
    line-height: 0.66rem;
}
.home-function .audition img{
    width: 0.08rem;
    height: 0.12rem;
    margin-left: 0.1rem;
}
.home-function .content{
    margin: 0 0.3rem;
    padding: 0.6rem 0.3rem;
    background-color: #FFF;
}
.home-function .content .title, .home-information .content .title{
    color: #6358ED;
    text-align: center;
}
.home-function .content .title .rhombus, .home-information .content .title .rhombus{
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    background-color: #6358ED;
    transform: rotate(45deg);
    vertical-align: middle;
}
.home-function .content .title .rhombus.border-rhombus, .home-information .content .title .rhombus.border-rhombus{
    box-sizing: border-box;
    background-color: #FFF;
    border: 0.04rem solid #6358ED;
}
.home-function .content .title .text, .home-information .content .title .text{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.36rem;
    margin: 0.2rem;
}
.home-function .content .item{
    display: flex;
    padding: 0.36rem 0 0.3rem;
    border-bottom: 1px solid #F4F4F4;
}
.home-function .content .item .left{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.4rem;
}
.home-function .content .item .left img{
    width: 1.2rem;
    height: 1.2rem;
}
.home-function .content .item .right{
    flex: 1;
}
.home-function .content .item .right .small-title, .home-information .content .title .small-title{
    font-weight: bold;
    font-size: 0.32rem;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
}
.home-function .content .item .right .small-title .support-btn, .home-information .content .title .support-btn{
    font-size: 0.24rem;
    float: right;
    color: #6358ED;
}
.home-function .content .item .right .small-title .support-btn img, .home-information .content .title .support-btn img{
    width: 0.08rem;
    height: 0.12rem;
    margin-left: 0.1rem;
    vertical-align: middle;
}
.home-function .content .item .right .desc{
    font-size: 0.22rem;
    color: #9F9F9F;
    line-height: 0.36rem;
}
.home-information{
    padding: 0.6rem 0.3rem 0;
    background-color: #FFF;
}
.home-information .content .title{
    position: relative;
}
.home-information .content .title .small-title{
    position: absolute;
    right: 0;
    top: 0.2rem;
}
.home-information .content .item{
    display: flex;
    padding: 0.34rem 0;
    border-bottom: 1px solid #F4F4F4;
}
.home-information .content .item .left{
    flex: 1;
    margin-right: 0.2rem;
}
.home-information .content .item .left .desc{ 
    font-size: 0.34rem;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home-information .content .item .left .view-num img{
    width: 0.3rem;
    vertical-align: sub;
}
.home-information .content .item .left .view-num{
    font-size: 0.2rem;
    font-weight: 500;
    color: #C9C9C9;
    line-height: 0.24rem;
}
.home-information .content .item .right{
    width: 2.4rem;
    height: 1.4rem;
}
.home-information .content .item .right img{
    max-width: 100%;
    max-height: 100%;
}
.footer-tab-separate{
    background-color: #FFF!important;
    overflow: hidden;
    padding-bottom: 1rem;
}
.footer-tab{
    position: fixed;
    display: flex;
    background-color: #FFF;
    height: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
}
.footer-tab .item{
    display: flex;
    flex: 1;
    font-size: 0.18rem;
    justify-items: center;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-weight: bold;
    color: #9F9F9F;
}
.footer-tab a.item>div{
    display: flex;
    flex: 1;
    justify-items: center;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.footer-tab .item.active{
    background-color: #F4F3FF;
    color: #6358ED;
}
.footer-tab .item img{
    width: 0.42rem;
    height: 0.42rem;
    margin-bottom: 0.06rem;
}
#supportModal{
    display: none;
}
.commonModal .support, .commonModal .agreement{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    background-color: #FFFFFF;
    overflow-y: scroll;
}
.commonModal .cont-wrap {
    padding-top: 1.1rem;
}
.commonModal .cont-wrap .cont-top{
    position: fixed;
    top: 35%;
    width: 100%;
    box-sizing: border-box;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    color: #2C2C2C;
    font-size: 0.36rem;
    font-weight: bold;
    background-color: #FFF;
}
.commonModal .cont-wrap .cont-top img{
    width: 0.36rem;
    height: 0.36rem;
    position: absolute;
    top: 0.38rem;
    right: 0.32rem;
}
#supportModal .support .cont-wrap .cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0.3rem;
}
#supportModal .support .cont-wrap .item{
    width: 1.1rem;
    margin-right: 0.34rem;
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
    text-align: center;
}
#supportModal .support .cont-wrap .item img{
    display: flex;
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: 0.2rem;
}
#supportModal .support .cont-wrap .item:nth-of-type(5n){
    margin-right: 0;
}
.small-cont-top{
    font-size: 0.3rem;
    text-align: center;
    height: 1.1rem;
    line-height: 1.1rem;
    border-top: 1px solid #F4F4F4;
}
#addWxModal, #wxNumberModal{
    display: none;
}
#addWxModal .addwx-wrap, #wxNumberModal .wxnum-wrap{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
#addWxModal .addwx-cont, #wxNumberModal .wxnum-cont{
    width: 6rem;
    height: 7rem;
    max-height: 100%;
    background-size: 100%;
}
#addWxModal .addwx-cont img{
    max-width: 100%;
}
#wxNumberModal .wxnum-cont{
    text-align: center;
    background: url('../images/m/home/wx_number.png');
    background-size: 100%;
}
#addWxModal .close-addwx, #wxNumberModal .close-wxnum{
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 1rem;
}
#addWxModal .close-addwx img, #wxNumberModal .close-wxnum img{
    max-width: 100%;
}
#wxNumberModal .wx_number_title{
    width: 3.45rem;
    margin-top: 0.84rem;
    margin-bottom: 0.2rem;
}
#wxNumberModal .desc span{
    display: inline-block;
    line-height: 0.48rem;
    font-weight: bold;
}
#wxNumberModal .desc span.color-red{
    color: #FA1942;
}
#wxNumberModal .desc span.color-blue{
    color: #023CEE;
}
#wxNumberModal .separate{
    width: 4.2rem;
    height: 1px;
    background: #E3E0FF;
    margin: 0.3rem auto 0.2rem;
}
#wxNumberModal .number{
    color: #2C2C2C;
    font-weight: bold;
    font-size: 0.24rem;
}
#wxNumberModal .number span{
    font-size: 0.6rem;
    color: #023CEE;
}
#wxNumberModal .tip{
    margin-top: 1rem;
    font-size: 0.24rem;
    color: #FFF;
}
#wxNumberModal .addwx-btn{
    width: 4.8rem;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0.3rem auto 0;
    background: linear-gradient(270deg, #FFD9A8 0%, #FFFFFF 100%);
    border-radius: 0.44rem;
    font-size: 0.3rem;
    color: #5347E8;
    font-weight: 800;
}
.home-copy-url{
    /* background: url('../images/m/home/copy_url_bg.png'); */
    background-color: #6358ED;
    background-size: 100%;
    overflow: hidden;
}
.home-copy-url .title{
    text-align: center;
    font-size: 0.34rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.34rem;
    vertical-align: middle;
    margin: 0.6rem 0;
}
.home-copy-url .title img{
    width: 0.66rem;
    height: 0.16rem;
}
.home-copy-url .sm-title{
    color: #fff;
    margin: 0 0.2rem 0.3rem 0;
}
.home-copy-url .sm-title .img{
    display: inline-block;
    width: 0.92rem;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    background-color: #ffb828;
    font-size: 0.24rem;
    color: #2c2c2c;
    margin-left: 0.6rem;
    margin-right: 0.2rem;
    vertical-align: middle;
    position: relative;
}
.home-copy-url .sm-title .img::after{
    position: absolute;
    border-bottom: 17px solid transparent;
    border-right: 5px solid #6358ED;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
}
.home-copy-url .copy-content{
    display: flex;
    box-sizing: border-box;
    padding: 0 0.6rem 0.8rem;
}
.home-copy-url .copy-con-img{
    max-width: 100%;
}
.home-copy-url .copy-content .copy-btn{
    text-align: center;
    width: 1.6rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #FFB828;
    font-size: 0.34rem;
    font-weight: 800;
    color: #513600;
}
.home-copy-url .copy-content .copy-input{
    flex: 1;
    line-height: 0.9rem;
    background-color: #FFF;
    font-size: 0.36rem;
    font-weight: bold;
    color: #5E5E5E;
    box-sizing: border-box;
    padding-left: 0.3rem;
}
.home-footer-link{
    color: #9F9F9F;
    background-color: #2C2C2C;
}
.home-footer-link a{
    color: #9F9F9F;
}
.home-footer-link .item-wrap .item{
    height: 1.2rem;
    line-height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    border-bottom: 1px solid #303030;
}
.home-footer-link .item-wrap .item img{
    width: 0.12rem;
    height: 0.18rem;
}
.home-footer-link .contact{
    box-sizing: border-box;
    padding: 0.5rem 0.3rem;
}
.home-footer-link .contact .title{
    font-size: 0.26rem;
    font-weight: 500;
    color: #9F9F9F;
    margin-bottom: 0.5rem;
}
.home-footer-link .contact-cont{
    display: flex;
}
.home-footer-link .contact-cont .item{
    flex: 1;
}
.home-footer-link .contact-cont .item .text{
    font-size: 0.26rem;
    font-weight: 500;
    color: #5E5E5E;
    margin-bottom: 0.2rem;
}
.home-footer-link .contact-cont .item .number{
    font-size: 0.32rem;
    font-weight: bold;
    color: #9F9F9F;
}
.copyright{
    text-align: center;
    font-size: .24rem;
    color: #5E5E5E;
    padding: 0.6rem 0;
    line-height: 0.36rem;
    background-color: #272727;
}
.copyright a{
    color: #5E5E5E;
}

.login-common-wrap{
    padding: 1.1rem 0.76rem;
}
.login-common-wrap .logo img{
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.3rem;
}
.login-common-wrap .logo .title{
    font-size: 0.36rem;
    color: #2C2C2C;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.login-common-wrap .logo .small-title{
    font-size: 0.24rem;
    color: #9F9F9F;
}
.login-common-wrap .common-form-item{
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #E8E8E8;
}
.login-common-wrap .common-form .common-form-item input{
    width: 88%;
}
.login-common-wrap .common-form .common-form-item input::-webkit-input-placeholder{
    color: #9F9F9F;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.36rem;
}
.login-common-wrap .common-form .common-form-item img{
    width: 0.42rem;
    height: 0.42rem;
    margin-top: 0.02rem;
    margin-right: 0.2rem;
}
.login-common-wrap .common-form .common-form-item.focus{
    border-bottom: 1px solid #6358ED;
}
.login-common-wrap .common-form .verification-form-item input{
    width: 50%;
}
.login-common-wrap .common-form  .verification-form-item .get-code{
    float: right;
    color: #6358ED;
}
.login-common-wrap .common-form .common-form-btn .main,.login-common-wrap .common-form .common-form-btn  .secondary{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    background: #6358ED;
    text-align: center;
    color: #FFFFFF;
    margin: 1rem 0 0.4rem;
}
.login-common-wrap .common-form .common-form-btn .secondary{
    margin-top: 0;
    background-color: #EDEDFF;
    color: #6358ED;
}
.login-common-wrap .common-form .common-form-tip{
    text-align: center;
    font-size: 0.24rem;
    color: #9F9F9F;
}
.login-common-wrap .common-form .common-form-tip a{
    color: #6358ED;
}
.login-common-wrap .forget-pass {
    line-height: 1rem;
}
.login-common-wrap .forget-pass a{
    color: #9F9F9F;
}
.verify-captcha-wrap{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.verify-captcha-cont{
    background-color: #FFF;
    padding: 0.6rem;
    border-radius: 0.1rem;
    margin: 2.6rem auto;
    width: 92%;
    box-sizing: border-box;
    position: relative;
}
.verify-captcha-cont .close-verify-captcha img{
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    cursor: pointer;
}
.verify-captcha-cont .captcha_img{
    width: 3.4rem;
    height: 1rem;
}
.verify-captcha-cont .captcha_reload{
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 0.4rem;
}
.verify-captcha-cont .form-item{
    margin-top: 0.6rem;
}
.verify-captcha-cont .form-item .captcha-code{
    border: 1px solid #e5e5e5;
    width: 3.4rem;
    box-sizing: border-box;
    padding: 0.2rem 0.4rem;
    margin-right: 0.2rem;
}
.verify-captcha-cont .form-item .verify-code-btn{
    background-color: #6358ED;
    color: #FFF;
    height: 0.86rem;
    width: 1.3rem;
    cursor: pointer;
}

#registerSuccModal {
    display: none;
}
#registerSuccModal .shade-mask{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.common-box-wrap{
    width: 80%;
}
#registerSuccModal .content{
    background-color: #FFF;
    padding: 30px;
}
#registerSuccModal .content .info{
    text-align: center;
}
#registerSuccModal .content .info .title{
    color: #2C2C2C;
    font-weight: bold;
    font-size: 0.36rem;
    margin: 0.36rem auto 0.2rem;
}
#registerSuccModal .content .info .small-title{
    color: #5E5E5E;
    font-size: 0.24rem;
}
#registerSuccModal .content .btn-wrap{
    margin-top: 0.44rem;
}
#registerSuccModal .content .btn-wrap span{
    display: inline-block;
    height: 0.88rem;
    line-height: 0.88rem;
    background: #F8F8F8;
    font-size: 0.3rem;
}
#registerSuccModal .content .btn-wrap span.down{
    display: inline-block;
    width: 3.6rem;
    background: #6358ED;
    color:#FFF;
}

.back-title-header{
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    position: relative;
}
.back-title-header .back-icon{
    height: 0.88rem;
    position: absolute;
    left: 0;
    top: 0;
}
.back-title-header .title{
    font-size: 0.36rem;
    color: #2C2C2C;
    font-weight: 800;
}
.information-wrap{
    padding: 0.3rem;
}
.information-wrap .tab-wrap{
    height: 0.72rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.information-wrap .tab-wrap::-webkit-scrollbar {
    display:none
}
.information-wrap .tab-wrap .item{
    display: inline-block;
    padding: 0.22rem 0.3rem;
    background: #F4F4F4;
    color: #9F9F9F;
    margin-right: 0.3rem;
}
.information-wrap .tab-wrap .item.active{
    color: #6358ED;
    background: #EDEDFF;
}
.information-detail-wrap{
    padding: 0.3rem;
}
.information-detail-wrap .title{
    font-size: 0.48rem;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 0.8rem;
}
.information-detail-wrap .tip{
    display: flex;
    justify-content: space-between;
    font-size: 0.2rem;
    color: #9F9F9F;
    padding: 0.2rem 0;
}
.information-detail-wrap .tip img{
    width: 0.3rem;
    height: 0.3rem;
}
.information-detail-wrap .cont{
    font-size: 0.34rem;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 0.6rem;
}
.information-detail-wrap  img{
    margin: 0.2rem 0;
    max-width: 100%;
}
.information-detail-wrap .cont p{
    white-space: pre-wrap;
    word-break: break-all;
}
.paginate-wrap{
    text-align: center;
    padding: 0.6rem 0;
}

.buy-wrap{
    background-color: #000000;
}
.buy-wrap .buy-nanner{
    width: 100%;
}
.buy-wrap .buy-nanner img{
    max-width: 100%;
}
.buy-wrap .version-tab{
    display: flex;
    width: 5.2rem;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.1);
    height: 1rem;
    justify-content: space-between;
}
.buy-wrap .version-tab .item{
    width: 2.5rem;
    height: 0.84rem;
    line-height: 0.84rem;
    color: #B2A496;
    text-align: center;
    margin: 0.08rem;
}
.buy-wrap .version-tab .item.active{
    background: linear-gradient(135deg, #FFF4E7 0%, #FFE4CB 100%);
    font-weight: 800;
    color: #2C2C2C;
}
.buy-wrap .version-table{
    padding: 0.3rem;
}
.buy-wrap .version-table table{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-collapse: collapse; 
}
.buy-wrap .version-table table thead th{
    height: 1.36rem;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.buy-wrap .version-table table thead th:nth-of-type(1){
    background: #FFF;
}
.buy-wrap .version-table table thead th:nth-of-type(2){
    background: #F7F1DF;
}
.buy-wrap .version-table table thead th:nth-of-type(3){
    background: #E6D8AE;
}
.buy-wrap .version-table table thead th .title{
    font-size: 0.2rem;
    font-weight: 800;
    color: #2C2C2C;
    line-height: 0.3rem;
    margin-bottom: 0.16rem;
}
.buy-wrap .version-table table thead th .money{
    font-size: 0.24rem;
    font-weight: 800;
    color: #6358ED;
}
.buy-wrap .version-table table thead th .money .number{
    font-size: 0.36rem;
    line-height: 0.4rem;
}
.buy-wrap .version-table table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);;
    border-collapse:collapse;
}
.buy-wrap .version-table table tbody tr td{
    height: 1.28rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);;
}
.buy-wrap .version-table table tbody tr td:nth-of-type(1){
    background: #FFF;
}
.buy-wrap .version-table table tbody tr td:nth-of-type(2){
    background: #F7F1DF;
}
.buy-wrap .version-table table tbody tr td:nth-of-type(3){
    background: #E6D8AE;
}
.buy-wrap .version-table table tbody tr .title{
    display: inline-block;
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    font-weight: 500;
    color: #5E5E5E;
}
.buy-wrap .version-table  .tip{
    margin-top: 0.4rem;
    text-align: right;
    font-size: 0.24rem;
    color: #767069;
}
.buy-wrap .question-wrap{
    padding: 0.3rem;
    margin-top: 0.9rem;
}
.buy-wrap .question-wrap .title-wrap p{
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #B2A496;
    line-height: 0.36rem;
    margin-bottom: 0.6rem;
}
.buy-wrap .question-wrap .item{
    margin-bottom: 1.2rem;
}
.buy-wrap .question-wrap .item .title span{
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    text-align: center;
    background: url('../images/m/buy/question_icon.png');
    background-size: 100%;
    font-size: 0.24rem;
    font-weight: bold;
    color: #0D0D0D;
    line-height: 0.3rem;
}
.buy-wrap .question-wrap .item .title p{
    display: inline-block;
    margin-left: 0.2rem;
    font-weight: 800;
    color: #B2A496;
    vertical-align: middle;
}
.buy-wrap .question-wrap .item .cont{
    margin-top: 0.2rem;
}
.buy-wrap .question-wrap .item .cont p{
    font-size: 0.24rem;
    font-weight: 500;
    color: #767069;
    line-height: 0.36rem;
    margin-bottom: 0.3rem;
}
.team-advantage{
    padding: 1.2rem 0.3rem 0;
    text-align: center;
}
.team-advantage .title{
    font-weight: bold;
    color: #FFEFDF;
    line-height: 0.28rem;
}
.team-advantage .item-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.team-advantage .item-wrap .item{
    flex: 1;
    text-align: center;
    border-radius: 0.1rem;
    padding-bottom: 15px;
    border-radius: 5px;
    background-color: #171717;
}
.team-advantage .item-wrap .item:nth-of-type(1){
    margin-right: 0.2rem;
}
.team-advantage .item-wrap .item img{
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0.4rem;
}
.team-advantage .item-wrap .item .title{
    height: 0.24rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFEFDF;
    margin:0.26rem 0 0.1rem;
}
.team-advantage .item-wrap .item .desc{
    font-size: 0.14rem;
    color: #5E5E5E;
    line-height: 1.4;
}
.to-pay-btn{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background-color: #6358ED;
    font-size: 0.3rem;
    font-weight: bold;
    position: fixed;
    bottom: 1rem;
}
.to-pay-btn a{
    color: #FFFFFF;
}
.pay-wrap .banner{
    width: 100%;
    height: 3.34rem;
    background: url('../images/m/buy/pay_banner.png');
    background-size: 100%;
    position: relative;
}
.pay-wrap .banner .user-info{
    padding: 0.2rem 0.3rem;
}
.pay-wrap .banner .user-info .username{
    font-weight: bold;
    color: #FFEFDF;
    line-height: 0.4rem;
}
.pay-wrap .banner .user-info .user-level{
    font-size: 0.24rem;
    font-weight: 500;
    color: rgba(255, 239, 223, 0.5);
    line-height: 0.3rem;
}
.pay-wrap .pay-version-tab{
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    height: 0.9rem;
    line-height: 0.9rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
}
.pay-wrap .pay-version-tab .item{
    flex: 1;
    text-align: center;
    font-size: 0.3rem;
    font-weight: 800;
    color: #FFEFDF;
    background: rgba(255, 255, 255, 0.1);
}
.pay-wrap .pay-version-tab .item.active{
    background: #FFE4CB;
    color: #2C2C2C;
}
.pay-wrap .pay-cont{
    padding: 0.6rem 0.3rem 1.8rem;
}
.pay-wrap .pay-cont .item-title{
    font-size: 0.24rem;
    font-weight: 500;
    color: #9F9F9F;
    line-height: 0.34rem;
    margin-bottom: 0.3rem;
}
.pay-wrap .pay-level {
    display: flex;
}
.pay-wrap .pay-level .item{
    width: 1.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #F4F4F4;
    text-align: center;
    margin-right: 0.3rem;
}
.pay-wrap .pay-level .item.active{
    background-color: #6358ED;
    color: #FFF;
}
.pay-wrap .mt30{
    margin-top: 30px;
}
.pay-wrap .pay-time{
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}
.pay-wrap .pay-time::-webkit-scrollbar {
    display:none
}
.pay-wrap .pay-time .item{
    display: inline-block;
    width: 3rem;
    height: 2.56rem;
    background: #FFFFFF;
    border: 2px solid #F4F4F4;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    margin-right: 0.2rem;
}
.pay-wrap .pay-time .item.active{
    border-color: #6358ED ;
}
.pay-wrap .pay-time .item .title{
    font-weight: bold;
    color: #2C2C2C;
    margin: 0.36rem auto 0.1rem;
}
.pay-wrap .pay-time .item .money{
    height: 0.72rem;
    font-weight: bold;
    color: #6358ED;
}
.pay-wrap .pay-time .item .money span{
    font-size: 0.66rem;
}
.pay-wrap .pay-time .item .old-money{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #F8F8F8;
    font-size: 0.24rem;
    color: #9F9F9F;
    font-weight: 500;
}
.pay-wrap .pay-time .item .old-money span{
    text-decoration:line-through;
}
.pay-wrap .pay-type .item{
    display: flex;
    justify-content: space-between;
    height: 1.1rem;
    line-height: 1.1rem;
}
.pay-wrap .pay-type .item .left img{
    display: inline-block;
    width: 00.66rem;
    height: 0.66rem;
    margin-right: 0.2rem;
}
.pay-wrap .pay-type .item .right{
    width: 0.42rem;
    height: 0.42rem;
    background: url('../images/m/buy/icon_no_select.png');
    background-size: 100%;
    margin-top: 0.34rem;
}
.pay-wrap .pay-type .item.active .right{
    background: url('../images/m/buy/icon_select.png');
    background-size: 100%;
}
.pay-wrap .pay-cont .tip{
    font-size: 0.24rem;
    font-weight: 500;
    color: #9F9F9F;
    line-height: 0.34rem;
    margin-top: 0.5rem;
}
.pay-wrap .pay-cont .tip img{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.2rem;
}
.pay-wrap .pay-btn-wrap{
    width: 100%;
    height: 1.4rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
    position: fixed;
    bottom: 0;
    background: #FFF;
}
.pay-wrap .pay-btn-wrap .left .pay-number{
    margin: 0.3rem 0 0.1rem;
    font-weight: 800;
    color: #2C2C2C;
}
.pay-wrap .pay-btn-wrap .left .pay-number span{
    color: #6358ED;
    font-size: 0.34rem;
}
.pay-wrap .pay-btn-wrap .left .agreement{
    font-size: 0.24rem;
    font-weight: 500;
    color: #C9C9C9;
}
.pay-wrap .pay-btn-wrap .right .pay-btn{
    width: 2.8rem;
    height: 1rem;
    line-height: 1rem;
    color: #FFF;
    background: #6358ED;
    text-align: center;
    margin-top: 0.2rem;
}
#agreementModal{
    display: none;
}
#agreementModal .cont-wrap .cont{
    padding: 0.3rem;
    font-size: 0.24rem;
    color: #2C2C2C;
    line-height: 0.6rem;
}

.tutorial-wrap{
    background-color: #FFFFFF;
    overflow: hidden;
}
.fixed-back-title-header{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #FFF;
}
.fixed-back-title-header-separate{
    padding-top: 0.88rem;
}
.back-title-header .open-icon, .back-title-header .close-icon{
    height: 0.88rem;
    position: absolute;
    left: 0;
    top: 0;
}
.back-title-header .home-icon{
    height: 0.88rem;
    position: absolute;
    right: 0;
    top: 0;
}
.back-title-header .close-icon{
    display: none;
}
.tutorial-wrap .left{
    width: 100%;
    height: calc(100% - 0.88rem);
    overflow-y: scroll;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 0.3rem;
    position: fixed;
    left: -100%;
    background-color: #FFF;
}

.tutorial-wrap .left::-webkit-scrollbar {
    width : 3px;
    height: 1px;
}
.tutorial-wrap .left::-webkit-scrollbar-thumb {
    border-radius: 1.5px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #C9C9C9;
}
.tutorial-wrap .left a{
    color: #2C2C2C;
}
.tutorial-wrap .left a.active{
    font-weight: bold;
    color: #6358ED;
}
.tutorial-wrap .left a:hover{
    color: #6358ED;
}
.tutorial-wrap .left .first-category{
    font-weight: bold;
    font-size: 0.36rem;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 0.86rem;
}
.tutorial-wrap .left .second-category{
    padding-left: 0.4rem;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 0.86rem;
}
.tutorial-wrap .left .third-category{
    padding-left: 0.8rem;
    font-weight: 500;
    color: #2C2C2C;
    line-height: .86rem;
}
.tutorial-wrap .right{
    flex: 1;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.tutorial-wrap .right img{
    max-width: 100%;
}
.tutorial-wrap .right a{
    color: #6358ED;
    text-decoration: underline;
}
.tutorial-wrap .right .first-title,.tutorial-wrap .right .second-title,.tutorial-wrap .right .third-title{
    color: #2C2C2C;
    font-weight: bold;
}
.tutorial-wrap .right .first-title{
    font-size: 0.48rem;
    line-height: 0.96rem;
}
.tutorial-wrap .right .cont{
    color: #2C2C2C;
    line-height: 0.6rem;
}
.tutorial-wrap .right .second-title{
    font-size: 0.36rem;
    line-height: 0.72rem;
    margin-top: 0.6rem;
}
.tutorial-wrap .right .third-title{
    font-size: 0.32rem;
    line-height: 0.64rem;
    margin-top: 0.6rem;
}