body {
    background: #fff;
    font-size: 12px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Roboto,SF Pro Display,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
}

.otp-dialog{
    display: none;
}
.otp-dialog-cover{
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 0.48rem;
    margin-bottom: 0.96rem;
}
.otp-dialog-title{
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    font-weight: bold;
    color: #292A33;
    height:0.8rem;
    padding: 0 0.2rem;
}
.opt-tips{
    text-align: center;
    margin-top: 0.64rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #292A33;
    line-height: 0.4rem;
}
.errorTips{
    width: 100%;
    height: 0.48rem;
}
.sendAgen{
    font-size: 0.24rem;
    font-weight: 400;
    color: #BDC0C7;
    line-height: 0.48rem;
    float: right;
    padding-right: 0.3rem;
}
.sendActive {
    color: rgb(81, 122, 184);
    /* text-decoration: underline; */
}
.verification-code{
    display: flex;
    flex-direction: row;
    margin:  0.48rem 0 0.12rem 0;
}
.verification-code-item{
    outline: none;
    height: 0.88rem;
    width: 3.85rem;
    background: #FFFFFF;
    border-radius: 0.06rem;
    border: 0.02rem solid #C0C7CF;
    font-size: 0.42rem;
    font-weight: 400;
    color: #32333D;
    padding-left: 0.32rem;
    letter-spacing:0.63rem;
}
.otp-down{
    font-size: 0.24rem;
    font-weight: 400;
    color: #9CA0AB;
}
.loading{
    text-align: center;
    display: none;
}
.loading img{
    width: 64px;
    height: 64px;
    animation: load 2s linear infinite;
}
.loading p{
    display: none;
    font-size: 0.24rem;
    font-weight: 400;
    color: #F23441;
    line-height: 30px;
}
@keyframes load{
    
    0%   { transform:rotate(0deg)}
    100%   { transform:rotate(360deg)}
}
   
.otp-complete{
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.96rem;
    background: #C4E8C4;
    border-radius: 0.48rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    /* width: 6.5rem; */
    /* bottom: 0.4rem; */
}
.otp-complete-activation{
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.96rem;
    background: #10A310;
    border-radius: 0.48rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    /* width: 6.2rem;
    bottom: 0.4rem; */
}
.otp-complete-advertising-space{
    position: absolute;
    top: -0.18rem;
    right: 0.12rem;
    width: 2.02rem;
    height: 0.36rem;
}
.other-verification{
    margin-top: 0.48rem;
    position: relative;
}
.other-verification-title{
    font-size: 0.28rem;
    margin-bottom: 0.14rem;
    font-weight: bold;
    color: #292A33;
    line-height: 0.88rem;
    border-bottom: #F2F3F5 0.02rem solid;
}
.pay-cover{
    -webkit-user-select: none;
    user-select: none;
}
.pay-item{
    display: flex;
    align-items: center;
    white-space: nowrap;
    /*width: 6.56rem;*/
    height: 0.88rem;
    border-bottom: 0.02rem solid #F2F3F5;
}
.pay-item-icon{
    height: 0.32rem;
    width: 0.32rem;
}
.pay-item-txt{
    margin-left:0.16rem;
    font-size:0.28rem;
    font-weight: 400;
    color: #292A33;
}
.pay-item-more{
    margin-left: auto;
    font-size: 0.26rem;
    font-weight: 400;
    color: #292A33;
}
.otp-error{
    float: left;
    margin-left: 0.3rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #FF4C4C;
    line-height: 0.48rem;
    display: none;
}
.net-error {
    position: absolute;
    top: -1rem;
    left: -0.2rem;
    padding-top: 0.5rem;
    margin-left: 0.2rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #F23441;
    display: none;
}
.close-icon{
    font-size: 0.4rem;
    font-weight: lighter;
    position: relative;
    top: 0.01rem;
    margin-right: 0.32rem;
}
.keep-dialog{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.keep-dialog-cover {
    width: 90%;
    background: #FFFFFF;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.48rem 0.48rem 0.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    margin-top: -50%;
}
.keep-title{
    font-size: 0.38rem;
    font-weight: bold;
    color: #32333D;
}
.keep-sub-title{
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #393A46;
}
.keep-continue{
    position: relative;
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 0.88rem;
    background: #10A310;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    color: #FFFFFF;
}
.tips-ussd{
    display: block;
    margin-top: 0.28rem;
    font-size: 0.24rem;
    color: #6285C3;
}
.tips-service{
    display: block;
    margin-top: 0.24rem;
    font-size: 0.24rem;
    color: #517AB8;
}
.close-otp-icon{
    position: absolute;
    top: 0.24rem;
    right: 0.24rem;
}
.otp-top-cover{
    /*position: fixed;*/
    /*background-color: #ffffff;*/
    /*width: 100%;*/
}
.arrow-icon{
    font-size: 0.32rem;
    color: #292A33;
    margin-left: 0.16rem;
}

.loading-cover{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.24rem;
    color: #9CA0AB;
}
.loading-item {
    border: .2em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: 1s bet-loader linear infinite;
    animation: 1s bet-loader linear infinite;
    position: relative;
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    color: #DEE1E5;
    vertical-align: middle;
    pointer-events: none;
}
.loading-item-txt{
    font-size: 0.24rem;
    color: #9CA0AB;
}
.otp-completing {
    border: .2em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: 1s bet-loader linear infinite;
    animation: 1s bet-loader linear infinite;
    position: relative;
    display: inline-block;
    width:0.28rem;
    height: 0.28rem;
    color: #FFFFFF;
    vertical-align: middle;
    pointer-events: none;
    margin-right: 0.4rem;
    display: none;
}

@keyframes bet-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.input-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* margin: 0.16rem 0 0.08rem 0; */
    justify-content: space-around;
}

input {
    width: 1.12rem;
    height: 1.12rem;
    background: #EDEEF0;
    border-radius: 0.32rem;
    
    /* margin-right: 0.16rem; */
    font-size: 0.4rem;
    text-align: center;
    border: none; 
    caret-color: rgba(16, 163, 16, 1);
    /* width: 0.96rem;
    height: 0.96rem; */
    /* border-radius: 0.2rem;
    
    /* 这里注意修改默认外边框属性,不用border*/
    /* outline: 0.02rem solid #BDC0C7; */
}

input:focus {
    outline: 0 solid #EDEEF0;
}
.input-error{
    outline: 0 solid #EDEEF0;
}

.backDown{
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    display: none;
}

.backUp{
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    display: none;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);

}

.liveChat{
    height: 0.88rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border-bottom: #F2F3F5 0.02rem solid;
    
}
.livechat-box{
    display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
}
.liveChat-text{
    font-size: 0.28rem;
    font-weight: 400;
    color: #292A33;
    line-height: 40px;
}
.liveChat-desc{
    font-size: 0.26rem;
    font-weight: 400;
    color: #292A33;
    line-height: 32px;
}

.netWorkError{
    height: 1rem;
    background: #292A33;
    border-radius: 44px;
    opacity: 0.91;
    font-size: 0.28rem;
    font-weight: 400;
    color: #F2F3F5;
    line-height: 1rem;
    text-align: center;
    display: none;
    position: fixed;
    width: 90%;
    left: 5%;
    z-index: 99;
}

.AIHelpSupportBox {
    width: 100%;
    height: 100% !important;
    position: fixed;
    right: 0rem;
    bottom: 0rem;
    z-index: 999999;
}
.AIHelpSupportBox .close {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    color: #fff;
    background: #f9c633;
    border-radius: 0.25rem;
    cursor: pointer;
}
.AIHelpSupportBox .close:before {
    position: absolute;
    content: '';
    width: 0.4rem;
    height: 0.04rem;
    background: #fff;
    transform: rotate(45deg);
    top: 0.28rem;
    left: 0.12rem;
}

.AIHelpSupportBox .close:after {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.04rem;
    background: #fff;
    transform: rotate(-45deg);
    top: 0.28rem;
    left: 0.12rem;
}

.icon-livehelp{
    margin-right: 0.06rem;
    font-size: 0.48rem;
    color: #10A310;

}
.ussdShow{
    display: none;
    text-align: center;
    padding-top: 0.64rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #292A33;
    line-height: 0.32rem;
    font-style: normal;
}
.ussdShow span{
    color: #517AB8;
}