.loading_box{
    width: 100vw;
    height: 100vh;
    line-height: 100vh;
    text-align: center;
    background-color: rgba(0, 4, 51, 0.302);
    font-size: 2.2916667vw;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
html,body{
    width: 100vw;
    height: 100vh;
    color: #fff;
    overflow: hidden;
}
.out_box {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url(../image/content_bg.png) center top no-repeat;
    background-size: 100% 100%;
}
.five_hundred_out_box{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url(../image/five_content_bg.png) center top no-repeat;
    background-size: 100% 100%;
}
.content_bg{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
}
.banner{
    width: 72.3958vw;
    height: 8.98148vh;
    margin: 5.37037vh auto 0px auto;
    display: block;
}
.aggregate_banner{
    width: 72.3958vw;
    height: 8.98148vh;
    margin: 2.037037vh auto 0px auto;
    display: block;
}
.info_box{
    width: 89.9479vw;
    height: 45.92592vh;
    background-color: rgba(255, 253, 254, 0.4);
    border-radius: 16px;
    position: relative;
    margin: 5.74074vh auto 0px auto;
}
.aggregate_info_box{
    width: 89.9479vw;
    height: 45.555555vh;
    position: relative;
    margin: 1.759vh auto 0px auto;
    background: rgba(255, 253, 254, 0.4);
    border-radius: 16px;
}
.account_box{
    width: 50.8vw;
    height: 4.83vh;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 0 0 16px 16px;
    font-size: 1.25vw;
    line-height: 4.83vh;
    background-color: #3ea3ff;
}
.pop_account_box{
    width: 50.8vw;
    height: 4.83vh;
    color: #ffffff;
    border-radius: 0 0 16px 16px;
    font-size: 1.25vw;
    line-height: 4.83vh;
    background-color: #3ea3ff;
    margin: 0 auto;
}
.pop_account_box span {
    display: inline-block;
}
.pop_account_box span:nth-child(1) {
    float: left;
    margin-left: 2.239vw;
}
.pop_account_box span:nth-child(2) {
    float: right;
    margin-right: 2.239vw;
}

.account_box span {
    display: inline-block;
}
.account_box span:nth-child(1) {
    float: left;
    margin-left: 2.239vw;
}
.account_box span:nth-child(2) {
    float: right;
    margin-right: 2.239vw;
}
.handle_box{
    width: 25vw;
    height: 9.259259vh;
    margin:  2.22222vh auto 0px auto;
    position: relative;
}
.transact_button{
    width: 25vw;
    height: 9.259259vh;
    display: block;
}
.sel_border .button_choose_border{
    border: 4px solid #8249f6;
    border-radius: 16px;
}
.button_choose_border{
    width: 25.3vw;
    height: 9.759259vh;
    position: absolute;
    right: -5.5px;
    top: -5.9px
}
.rule_box{
    width: 79.8958vw;
    height: 32.3148vh;
    margin: 2.3148vh auto 0 auto;
    color: #333333;
}
.rule_title{
    font-size: 1.5625vw;
    color: #333333;
}
.five_rule_info{
    width: 80.05208vw;
    height: 26.2037vh;
    color: #333;
    font-size: 1.25vw;
    margin-top: 3.4259vh;
    line-height: 2.14vh;
}
.thousand_rule_info{
    width: 80.05208vw;
    height: 26.2037vh;
    color: #333;
    font-size: 1.25vw;
    margin-top: 3.4259vh;
    line-height: 2.6vh;
}
.five_rule_info>p{
    /* line-height: 1vh; */
}
.kilomega_img{
    width: 79.8958vw;
    height: 32.3148vh;
    display: block;
}
.aggregate_five_rule_box{
    width: 80.05208vw;
    height: 31.666667vh;
    margin: 2.77777vh auto 0 auto;
}
.five_rule_box{
    width: 80.05208vw;
    height: 31.666667vh;
    margin: 3.2407vh auto 0 auto;
}
.five_rule{
    width: 80.05208vw;
    height: 31.666667vh;
    display: block;
}
.pop_rule_box{
    width: 83.22916vw;
    height: 37.5vh;
    font-size: 1.25vw;
    color: #333333;
    line-height: 2.8vh;
    margin-left: 4vw;
    margin-top: 2vh;
}
.pop_rule_box p {
    margin-bottom: 0.9vw;
}
.pop_rule_box p span{
    color: #333333 !important;
}
.aggregate_pop_rule_box{
    width: 83.22916vw;
    height: 37.5vh;
    font-size: 1.25vw;
    color: #333333;
    line-height: 2.3vh;
    margin-left: 4vw;
    margin-top: 2vh;
}
.aggregate_pop_rule_box p {
    margin-bottom: 0.9vw;
}
.aggregate_pop_rule_box p span{
    color: #333333 !important;
}
.pop_bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgb(24, 23, 23);
    opacity: 0.3;
}
.pop_content{
    /* width: 65.36vw;
    height: 28.229vw; */
    width: 52.6042vw;
    height: 61.1111vh;
    border-radius: 10px;
    /* background: url('../image/pop_content.png') no-repeat; */
    background: url(../image/code_bg.png) no-repeat top left;
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    margin-left: -26.3021vw;
    top: 50%;
    margin-top: -30.55555vh;
}
.pop_title{
    width: 100%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 2.5vw;
    margin-top: 5.46vh;
}
.pop_hint{
    padding: 0 1.02vw 0 1.54vw;
    color: #333333;
    font-size: 1.8vw;
    letter-spacing: 1px;
    margin-top: 16.72vh;
    line-height: 4.6vh;
    margin-bottom: 6vh;
}
.pop_button_box{
    margin-top: 3.59vh;
    overflow: hidden;
}
.sure_box{
    width: 18.229vw;
    height: 9.259vh;
    box-sizing: border-box;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 5.208vw;
    border-radius: 10px;
    font-size: 2.5vw;
    letter-spacing: 1px;
    background-image: linear-gradient(to right , #169aff,#632dfc);
    float: left;
    margin-left: 5.2083vw;
    margin-right: 5.729vw;
}
.cancel_box{
    width: 18.229vw;
    height: 9.259vh;
    box-sizing: border-box;
    color: #5d36fc;
    border: 2px solid #5d36fc;
    text-align: center;
    line-height: 5.208vw;
    border-radius: 10px;
    font-size: 2.5vw;
    letter-spacing: 1px;
    float: left;
}
.button-border{
    border: 3px solid #f8b551;;
}
.conform_box{
    width: 34.1666vw;
    height: 24.537vh;
    margin: 36.8518vh auto 0 auto;
}
.tisu_img{
    width: 34.1666vw;
    height: 24.537vh;
    display: block;
}

.loading_box img{
    width: 100vw;
    height: 100vh;
    display: block;
}
.ruleModal{
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.502;
}
.verificationContent{
    width: 65.364583vw;
    border-radius: 1vw;
    box-sizing: border-box;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 1vw;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    /* Opera */
    margin: 0 auto;
    width: 65.364583vw;
    /* height: 50.0925vh; */
    background-color: #fff;
    z-index: 50;
}
.verificationBg{
    width: 52.6042vw;
    height: 61.1111vh;
    background: url(../image/code_bg.png) no-repeat top left;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -26.3021vw;
    top: 50%;
    margin-top: -30.55555vh;
    box-sizing: border-box;
    padding-top: 15.8148vh;
}
.sendTips {
    font-size: 1.354vw;
    font-family: "PingFang";
    color: #333;
    width: 52.6042vw;
    height: 11.0185vh;
    padding: 0px 3.125vw 0px 2.083vw;
    box-sizing: border-box;
    line-height: 2.9vh;
}
.verification_num{
    font-size: 1.5625vw;
    color: #000000;
    width: 52.6042vw;
    box-sizing: border-box;
    padding-left: 21.5625vw;
    margin-top: 4.07407vh;
}
.verification_btn_box{
    color: #333;
    box-sizing: border-box;
    height: 5.2083vw;
    line-height: 5.208vw;
    position: fixed;
    top: 16.5625vw;
}
.code_text{
    font-size: 1.875vw;
    position: fixed;
    top: 16.5625vw;
    left: 5.52vw;;
}
.yZmall{
    width: 17.8125vw;
    height: 5.208vw;
    background-color: #e5e5e5;
    position: fixed;
    top: 16.5625vw;
    left: 13.8125vw;
    border-radius: 10px;
    color: #999999;
    box-sizing: border-box;
}
.activepp{
    width: 17.8125vw;
    height: 5.208vw;
    background-color: #e5e5e5;
    border-radius: 10px;
    color: #999999;
    box-sizing: border-box;
    border: 3px solid #f8b551;
}
.shj {
    width: 3.802vw;
    height: 6.6667vh;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #e5e5e5;
    float: left;
    margin-right: 1.51vw;
    color: #000;
    font-size: 1.86vw;
    text-align: center;
    line-height: 5.80645vh;
}
.getVerificationBtn1{
    width: 21.354vw;
    height: 5vw;
    line-height: 4.6vw;
    text-align: center;
    color: #ffffff;
    font-size: 2.083vw;
    background-color: rgb(180, 76, 76);
    box-sizing: border-box;
    border-radius: 10px;
    position: fixed;
    top: 16.5625vw;
    left:34.74vw;
}
.getVerificationBtn2{
    width: 21.354vw;
    height: 5.208vw;
    line-height: 4.6vw;
    text-align: center;
    color: #ffffff;
    font-size: 2.083vw;
    background-color: rgb(180, 76, 76);
    box-sizing: border-box;
    border: 3px solid #f8b551;
    border-radius: 10px;
    position: fixed;
    top: 16.5625vw;
    left:34.74vw;
}
.getVerificationBtn3{
    width: 21.354vw;
    height: 5vw;
    line-height: 4.6vw;
    text-align: center;
    color: #ffffff;
    font-size: 2.083vw;
    background-color: #d2d2d2;
    box-sizing: border-box;
    border-radius: 10px;
    position: fixed;
    top: 16.5625vw;
    left:34.74vw;
}
.confirm_btn_box{
    width: 100%;
    padding: 0 5.5729vw;
    position: fixed;
    bottom: 1.5vw;
    box-sizing: border-box;
}
.confirm_sure_btn{
    width: 25vw;
    height: 5.2083vw;
    position: relative;
    float: left;
}
.confirm_sure_btn img{
    width: 25vw;
    height: 5.2083vw;
    display: block;
}
.activeClass .confirm_sure_change,
.activeClass .confirm_cancel_change{
    background: url(../image/rule_sure_change.png) no-repeat top left;
    background-size: 100% 100%;
}
.confirm_sure_change{
    position: absolute;
    left: 8px;
    top: -1px;
    width: 24.5vw;
    height: 5vw;
}
.confirm_cancel_btn{
    width: 24vw;
    position: relative;
    float: right;
    height: 4.3vw;
    margin-top: 0.3vw;
}
.confirm_cancel_btn img{
    width: 24vw;
    height: 4.3vw;
    display: block;
}
.confirm_cancel_change{
    position: absolute;
    left: -4px;
    top: -5px;
    width: 24.7vw;
    height: 5vw;
}
.success_pop{
    width: 65.36458vw;
    height: 50.0925vh;
    background: url('../image/pop_bg.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    margin-top: -25.04625vh;
    left: 50%;
    margin-left: -32.68229vw;
}
.success_text{
    font-size: 2.083333vw;
    color: #333333;
    width: 65.36458vw;
    text-align: center;
    margin-top: 24.259vh;
}
.success_sure{
    width: 25vw;
    height: 9.259259vh;
    line-height: 9.259259vh;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(to right , #169aff, #632dfc);
    border-radius: 16px;
    margin: 6.6667vh auto 0px auto;
    font-size: 2.0833vw;
}
.success_sure_border{
    border: 3px solid #8249f6;
    border-radius: 16px;
}
.fail_pop{
    width: 65.36458vw;
    height: 50.0925vh;
    background: url('../image/fail_pop.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    margin-top: -25.04625vh;
    left: 50%;
    margin-left: -32.68229vw;
}
.fail_text{
    font-size: 2.083333vw;
    color: #333333;
    width: 65.36458vw;
    text-align: center;
    margin-top: 24.259vh;
}
.fail_sure{
    width: 25vw;
    height: 9.259259vh;
    line-height: 9.259259vh;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(to right , #169aff, #632dfc);
    border-radius: 16px;
    margin: 6.6667vh auto 0px auto;
    font-size: 2.083333vw;
}
.title_banner{
    width: 100vw;
    height: 34.537037vh;
    margin: 0 auto;
    background: url('../image/1000_banner.png') no-repeat top left;
    background-size: 100% 100%;
} 
.aggregate_title_banner{
    width: 100vw;
    height: 25.833333vh;
    background: url('../image/1000_banner.png') no-repeat top left;
    background-size: 100% 100%;
    margin: 13.05555vh auto 0px auto;
}
.five_title_banner{
    width: 100vw;
    height: 34.537037vh;
    display: block;
    margin: 0 auto;
    background: url('../image/500_banner.png') no-repeat top left;
    background-size: 100% 100%;
}
.aggregate_five_title_banner{
    width: 100vw;
    height: 25.833333vh;
    display: block;
    background: url('../image/500_banner.png') no-repeat top left;
    background-size: 100% 100%;
    margin: 13.0555vh auto 0px auto;
}
.tab_box{
    width: 100vw;
    height: 15.5556vh;
    background: url('../image/tab_bg.png') no-repeat top left;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 3.611111vh;
    z-index: 10;
    position: absolute;
}
.kuandaixufei_img{
    width: 13.48958vw;
    height: 6.85185vh;
    display: block;
    float: left;
    margin-left: 9.21875vw;
}
.kuandaitisu_img{
    width: 14.7916vw;
    height: 7.59259vh;
    display: block;
    float: left;
    margin-left: 8.28125vw;
}
.kuandaibaozhang_img{
    width: 15vw;
    height: 7.77778vh;
    display: block;
    float: left;
    margin-left: 7.60416vw;
}
.jidinghe_img{
    width: 15.46875vw;
    height: 5.648148vh;
    display: block;
    float: left;
    margin-left: 6.4583vw;
    margin-top: 1.1111vh;
}
.pop_line{
    width: 89.9479vw;
    height: 2px;
    background-color: #169aff;
    margin-top: 3.148vh;
}

.withSuccess{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(2, 4, 29, 0.5);
}
.second_confirmation_box{
    position: fixed;
    width: 52.604vw;
    height: 61.1111vh;
    margin-left: -26.302vw;
    left: 50%;
    margin-top: -30.55555vh;
    top: 50%;
    background: url("../image/code_bg.png") no-repeat;
    background-size: 100% 100%;
}
.second_confirmation_info{
    width: 52.604vw;
    min-height: 14vh;
    color: #333;
    font-size: 1.354vw;
    margin-top: 15.88889vh;
    font-family: "PingFang";
    padding: 0px 3.125vw 0px 2.083vw;
    box-sizing: border-box;
    line-height: 3.5vh;
}
.sms_num{
    color: #000;
    font-size: 1.5625vw;
    margin-top: 2.074vh;
    margin-left: 21.5625vw;
}
.sms_yzm{
    font-size: 1.875vw;
    color: #fff;
    position: absolute;
    left: 3.4895vw;
    top: 35.925vh;
}
.sms_kuang{
    width: 47.083vw;
    height: 13.796vh;
    margin: -1.203vh auto 0px auto;
}
.sms_kuang img{
    width: 47.083vw;
    height: 13.796vh;
    display: block;
}
.smsYzmall{
    width: 31.875vw;
    position: absolute;
    top: 37.05556vh;
    left: 4.6454vw;
}
.active-classpp>.smsShj{
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 10px;
    border-color: #ff6656 !important;
    box-shadow: 0px 0px 2px rgba(255, 139, 88, 0.8);
    box-sizing: border-box;
}
.smsShj{
    width: 3.802vw;
    height: 6.6667vh;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #e5e5e5;
    float: left;
    margin-right: 1.51vw;
    color: #000;
    font-size: 1.86vw;
    text-align: center;
    line-height: 5.80645vh;
}
.sms_verification{
    width: 11.9791vw;
    height: 6.1111vh;
    background-color: #4db838;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    line-height: 6.1111vh;
    position: absolute;
    font-size: 1.5625vw;
    right: 4.0104vw;
    top: 37.533vh;
    box-sizing: border-box;
}
.active_sms_code{
    border-style: solid !important;
    border-radius: 10px !important;
    border-width: 2px !important;
    border-color: rgb(255, 139, 88) !important;
    box-shadow: 0px 0px 2px rgba(255, 139, 88, 0.8);
    line-height: 5.6vh !important;
}
.sms_timer{
    width: 11.9791vw;
    height: 6.1111vh;
    background-color: #e5e5e5;
    border-radius: 10px;
    text-align: center;
    color: #333;
    line-height: 6.1111vh;
    position: absolute;
    font-size: 1.5625vw;
    right: 4.0104vw;
    top: 37.533vh;
    box-sizing: border-box;
}
.sms_sure{
    width: 18.229vw;
    height: 9.259vh;
    box-sizing: border-box;
    position: absolute;
    top: 49.16667vh;
    left: 6.979vw;
    line-height: 9.259vh;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    font-size: 2.5vw;
    letter-spacing: 1px;
    background-image: linear-gradient(to right , #169aff,#632dfc);
}
.active_sms_sure{
    border-style: solid !important;
    border-radius: 10px !important;
    border-width: 2px !important;
    border-color: rgb(255, 139, 88) !important;
    box-shadow: 0px 0px 2px rgba(255, 139, 88, 0.8);
    line-height: 8.8vh !important;
}
.sms_cancel{
    width: 18.229vw;
    height: 9.259vh;
    box-sizing: border-box;
    border: 2px solid #5d36fc;
    border-radius: 10px;
    background-color: #fff;
    color: #5d36fc;
    text-align: center;
    line-height: 9.259vh;
    font-size: 2.5vw;
    position: absolute;
    top: 49.16667vh;
    right: 6.822vw;
}
.active_sms_cancel{
    border-style: solid !important;
    border-radius: 10px !important;
    border-width: 2px !important;
    border-color: rgb(255, 139, 88) !important;
    box-shadow: 0px 0px 2px rgba(255, 139, 88, 0.8);
}
.share_box{
    width: 9.53125vw;
    height: 3.88889vh;
    position: absolute;
    bottom: 0;
    right: 0;
}
.activeShare{
    border: 4px solid rgb(255, 139, 88) !important;
    border-radius: 4px;
}
.share_img{
    width: 9.53125vw;
    height: 3.88889vh;
    display: block;
}
.pop_box{
    position: fixed;
    width: 32.8906vw;
    height: 20.3906vw;
    top: 50%;
    margin-top: -10.1953vw;
    left: 50%;
    margin-left: -16.4453vw;
    background-color: #fff;
    border-radius: 10px;
    z-index: 200006;
}
.pop_text{
    width: 28vw;
    margin: 4.609vw auto 0 auto;
    line-height: 2.65625vw;
    text-align: center;
    font-size: 1.71875vw;
    color: #000000;
}  
.sure_btn_box{
    width: 12.578vw;
    height: 3.5156vw;
    margin: 2.368vw auto 0 auto;
}
.sure_choose{
    border: 4px solid rgb(255, 139, 88) !important;
    border-radius: 27px;
    box-shadow: 0px 0px 10px rgba(255, 139, 88, 0.8);
}   
.sure_btn_box_img{
    width: 12.578vw;
    height: 3.5156vw;
    display: block;
} 
.upgrade_box{
    width: 65.364vw;
    height: 54.722vh;
    position: fixed;
    left: 50%;
    margin-left: -32.682vw;
    top: 50%;
    margin-top: -27.361vh;
    background: url('../image/no_start_pop.png') center top no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}
.upgrade_text{
    width: 65.364vw;
    text-align: center;
    font-size: 2.083vw;
    color: #333333;
    margin-top: 27.222vh;
}
.upgrade_back{
    width: 18.229vw;
    height: 9.259vh;
    border-radius: 5px;
    /* background-image: linear-gradient(to right , #169aff, #632dfc); */
    background-color: #632dfc;
    color: #fff;
    text-align: center;
    line-height: 9.259vh;
    font-size: 2.083vw;
    margin: 10vh auto 0px auto;
    box-sizing: border-box;
}
.activeUpgrade{
    border: 4px solid rgb(255, 139, 88) !important;
    border-radius: 5px;
}
.verification_kuang{
    width: 47.083vw;
    height: 13.796vh;
    margin: -1.203vh auto 0px auto;
}
.child_lock_kuang{
    width: 47.083vw;
    height: 13.796vh;
    display: block;
}
.child_lock_yzm{
    width: 31.875vw;
    position: absolute;
    top: 35.05556vh;
    left: 4.6454vw;
}
.child_lock_verification{
    width: 11.9791vw;
    height: 6.1111vh;
    background-color: #4db838;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    line-height: 6.1111vh;
    position: absolute;
    font-size: 1.5625vw;
    right: 4.0104vw;
    top: 35.533vh;
    box-sizing: border-box;
}
.child_lock_timer{
    width: 11.9791vw;
    height: 6.1111vh;
    background-color: #e5e5e5;
    border-radius: 10px;
    text-align: center;
    color: #333;
    line-height: 6.1111vh;
    position: absolute;
    font-size: 1.5625vw;
    right: 4.0104vw;
    top: 35.533vh;
    box-sizing: border-box;
}
.child_lock_sms_code{
    border-style: solid !important;
    border-radius: 10px !important;
    border-width: 2px !important;
    border-color: rgb(255, 139, 88) !important;
    box-shadow: 0px 0px 2px rgba(255, 139, 88, 0.8);
    line-height: 5.6vh !important;
}
.child_lock_classpp>.shj{
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 10px;
    border-color: #ff6656 !important;
    box-shadow: 0px 0px 2px rgba(255, 139, 88, 0.8);
    box-sizing: border-box;
}
.failed_box{
    width: 34.21875vw;
    height: 23.0555vh;
    margin: 38.4359vh auto 0 auto;
}
.failed_img{
    width: 34.21875vw;
    height: 23.0555vh;
    display: block;
}
[v-cloak]{display: none};
