.gray-page{
    filter:grayscale();
    -webkit-filter:grayscale();
}
.form-box input {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
 /*    手指单独配置css*/
 .form-box .phone-box img.hand {
    width: 11rem;
    left: 1rem;
    top: -1.9rem;
    -webkit-animation: none;
    animation: none;
}
.form-box .msg-box img.hand1 {
    position: absolute;
    width: 4rem;
    right: 0.5rem;
    top: -2rem;
    display: none;
}

.form-box .msg-box img.hand2 {
    width: 11rem;
    left: 0.5rem;
    top: -1.7rem;
}

div.form-box {
    padding: 2.2rem 0 0rem;
    background: transparent;
}

div.form-box input {
    margin-bottom: 1.3rem;
}

.form-box img.hand3 {
    position: absolute;
    width: 8rem;
    bottom: -1rem;
    display: none;
}

.pupup_5g .btn-box img.hand4 {
    position: absolute;
    width: 2.5rem;
    bottom: -2.5rem;
    right: 1.5rem;
    -webkit-animation: scaleDraw 1s infinite;
    animation: scaleDraw 1s infinite;
}

.get-flow-code {
    height: 2.7rem;
    right: 0!important;
    border-radius: 0 1.5rem 1.5rem 0;
}
.form-protocol-list{
    justify-content:center;
    width: 85%;
    padding: 10px;
    display: flex;
    position: relative;
    color: #ffffff;
    font-size: 16px;
}
.form-protocol-hidden{
    display: none !important;
}
.form-protocol-list > img{
    position: absolute;
    top: -1.9rem;
    left: 0.5rem;
    width: 11rem;
}
.form-protocol-list .check-box{
    padding: 0;
    width: 15px;
    height: 15px;
    margin-right:5px;
    border-radius: 50%;
    border: 1px solid rgb(255, 102, 0);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.protocol-item{
    color: rgb(255,224,0);
    flex-shrink: 0;
}
#protocol-modal{
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0,0,0,0.5);
    z-index: 1010;
}
.protocol-modal-body{
    background-color: #ffffff;
    border-radius: 8px;
    width: 90%;
    position: relative;
    overflow: hidden;
}
.protocol-modal-content{
    max-height: 50vh;
    overflow: auto;
}
.protocol-modal-content img{
    width: 100%;
    display: block;
}
.protocol-modal-btn{
    margin-top: 20px;
    height: 30px;
    width: 30px;
}
.scroll_tips {position: absolute;width: 100%;overflow: hidden;top: 0px;}
.scroll_tips .scroll_box {
    width: max-content;
}

.scroll_tips .scroll_box .scroll_item{
    width: max-content;
    width: 8rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 1rem;
    background: rgba(0,0,0,.44);
    color: #fff;
    font-size: 0.75rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    letter-spacing: 1px;
}

.my-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.65);
}


.my-dialog .window {
    width: 17rem;
    background: #fff;
    border-radius:0.5rem;
    text-align: center;
    padding: 1rem;
}


.my-dialog .window h1{
    font-size: 1rem;
    color:#ff7900;
    line-height:1.5em;
    font-weight: 600;
    margin: 0;
}


.my-dialog .window p{
    margin-top: 1rem;
    font-size: 0.8rem;
    color:#444;
    line-height:1.6em;
    letter-spacing: 1px;
}

.my-dialog .window p.max-p{
    font-size: 0.9rem;
}

.my-dialog .window p.min-p{
    font-size: 0.7rem;
}

.my-dialog .window .btn-box button {
    outline: none;
    -webkit-appearance: none;
    border: none;
    margin-top: 1.2rem;
    border-radius: 2.2rem;
    width: 6.3rem;
    height: 2rem;
}

.my-dialog .window .btn-box .btn-ok {
    color: #ffffff;
    background: #ff7900;
}

.my-dialog .window .btn-box  .btn-cancel {
    background: #ddd;
    color: #ffffff;
}


.loading2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 110;
}

.loading2 .content {
    position: fixed;
    top: 40%;
    left: 48%;
    text-align: center;
    width: 3.800000rem;
    height: 3.280000rem;
    line-height: 3.280000rem;
    vertical-align: middle;
    margin-left: -1.600000rem;
    margin-top: -0.640000rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0.306667rem;
    color: #fff;
    font-size: 0.926667rem;
}

.loading2 .icon {
    display: inline-block;
    width: 1.853333rem;
    height: 2.280000rem;
    line-height: 1.280000rem;
    background-image: url('ab.gif');
    background-size: 1.853333rem 1.853333rem;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}

@-webkit-keyframes show-toast {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes  show-toast {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.toast_box {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1100;
    margin-left: -50%;
    /*-webkit-transform: translate(-50%,-50%);*/
    /*-moz-transform: translate(-50%,-50%);*/
    /*-ms-transform: translate(-50%,-50%);*/
    /*transform: translate(-50%,-50%);*/
    justify-content: center;
    display: none;
    -webkit-animation: show-toast 0.1s infinite;
    animation: show-toast 0.1s infinite;
    animation-iteration-count:1;
    pointer-events:none
}

.toast_box p {
    box-sizing: border-box;
    padding: 0.7rem 0.5rem;
    max-width: 72%;
    width: max-content;
    background: rgba(0,0,0,.6);
    color: #FFF;
    font-size: 0.82rem;
    text-align: center;
    border-radius: 0.2rem;
}

/*302跳转弹窗*/
.redirect_pop {
    width: 98%;
    position: fixed;
    z-index: 1050;
}

.redirect_pop .bg {
    width: 100%;
    display: block;
}
.redirect_pop .btn-box {
    position: absolute;
    bottom: 5%;
    width: 70%;
    height: 12%;
}

.redirect_pop .btn-box img.btn_ok {
    width: 85%;
    height: auto;
}

.redirect_pop .btn-box img.halfWidth {
    width: 45%;
    height: auto;
}

.redirect_pop .btn_cancel2 {
    position: absolute;
    bottom: -4rem;
    width: 1.4rem;
}


.customer-service-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.customer-modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    z-index: 99;
}
.customer-service{
    position: fixed;
    right: 0;
    top: 80px;
    width: 50px;
    z-index: 8;
}
.customer-phone{
    width: 100%;
}
.customer-service-modal{
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    touch-action: none;
    z-index: 9;
}
.user-fankui {
    position: absolute;
    right: 0;
    top: 1.68rem;
    padding: 0.15rem 0.2rem 0.15rem 0.5rem;
    background: rgba(226,236,254,.8);
    color: #fff;
    font-size: 0.9rem;
    border-radius: 3rem 0 0 3rem;
    opacity: 0.9;
}

.user-fankui p {
    color: #08003c;
    font-size: 0.75rem;
    letter-spacing: 1px;
}
.mask {
    background: rgba(0,0,0,0.8)!important;
}

.goBack_popup .goBack_close {
    position: absolute;
    bottom: -3.5rem;
    width: 1.4rem;
}

.img-popup {
    position: fixed;
    width: 90%;
    z-index: 1100;
}

.img-popup img {
    width: 100%;
}

.img-popup .close {
    position: absolute;
    bottom: -4rem;
    width: 1.4rem;
}

/*    手指动画*/
.form-box .phone-box {
    width: 85%;
    position: relative;
}

.form-box .phone-box .hand {
    width: 10rem;
    position: absolute;
    left: 1rem;
    top: -2.6rem;
    -webkit-animation: ico-hand .5s linear infinite;
    animation: ico-hand .5s linear infinite;
}
.form-box .phone-box input {
    width: 100%;
}

@-webkit-keyframes ico-hand {
    0%, 100% {-webkit-transform: none;transform: none;} 50% { -webkit-transform: translate(.3rem, .3rem); transform: translate(.3rem, .3rem);}
}

@keyframes  ico-hand {
    0%, 100% { transform: none;} 50% {transform: translate(.3rem, .3rem);}
}


/*302跳转弹窗*/
.common_pop {
    width: 98%;
    max-width: 400px;
    position: fixed;
    z-index: 2050;
}

.common_pop .bg {
    width: 100%;
    display: block;
}
.common_pop .btn-box {
    position: absolute;
    bottom: 6%;
    width: 70%;
}

.common_pop .btn-box img.btn_ok {
    width: 85%;
    height: auto;
}

.common_pop .btn-box img.btn_cancel {
    margin-right: 0.5rem;
}

.common_pop .btn-box img.halfWidth {
    width: 45%;
    height: auto;
}

.common_pop .btn_cancel2 {
    position: absolute;
    bottom: -4rem;
    width: 1.4rem;
}


.xfff{    position: fixed;
    top: 0;
    background: #fff;
    color: #000;
    width: 96%;
    z-index: 99999999;
    margin-left: 2%;
    padding: 5%;display: none;
    right: 0;
    left: 0;
    bottom: 0;
}
.xfff span{clear: BOTH;
    display: block;
    text-align: CENTER;
    color: #000;
    font-weight: bolder;
    font-size:20px;}
.xfff p{line-height: 1.6;
    font-size: 16px;
    text-align: justify;}
 .xfff dd{    border: 1px solid #514848;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    float: right;
    cursor: pointer;
    margin-bottom: 15px;}

.protocol-item font{cursor: pointer;}
.protocol-item a{color: rgb(255,224,0);text-decoration:none;}

.popupTextContent{
    width: 86%;
    box-sizing: border-box;
    padding: 15px;
    height: 80vh;
    z-index: 2025;
    border-radius: 18px;
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    transition: var(--van-popup-transition);
    -webkit-overflow-scrolling: touch;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    font-size: 14px;
    line-height: 1.8;max-width: 410px;
}
.popupTextContent img{position: absolute;right: 10px;width: 1.3rem;}

.code_p{color: #000;}

.van-overlay {    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 70%);
}

body{
    width: 100%;
    position: relative;
}


.erciyanzheng{width:100%;
    /* max-width:415px; */
    background-size: 100% 100%;    border-radius: var(--van-popup-round-border-radius);top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);    position: fixed;
    max-height: 100%;    background: var(--van-popup-background-color);
    transition: var(--van-popup-transition);
    background-color: transparent;
    overflow: hidden;
}

.sanci{clear:both;display: block;position: absolute;margin-top: -4.4rem;}
.erciyanzheng .ecr{width:100%;margin:0 auto;display: block;}
.erciyanzheng .tijiao{width:100%;display: block;margin-bottom: 20px;}
.erciyanzheng button{    width: 38%;
    background: none;
    border: 0;
    float: left;}
.erciyanzheng button:first-child{margin-left: 10.8%;}

.erciyanzheng .guanbi{width:30px;margin:0 auto;display: block;margin-top:2rem;}











