html{width: 100%;height: 100%;
    overflow: hidden;}
body{width: 100%;height: 100%;overflow: hidden;background:#ffff;}
.container{position:absolute;left:0;top:0;width:100%;overflow: hidden;text-align:center;font-size:13px;min-height: 100%}
.common-list .list-wrapper{text-align: left;height:1rem;line-height:1rem;}

input::-webkit-input-placeholder{color:#c8c8c8}

.box{-webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    width: 100%;}
.box1{height:100vh;-webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);}
.box2{position: absolute;top:0;left:0;
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);text-align: left;}
.box1 .common-sec:before,.common-list:after,.common-sec:after{
    height:0;
}
.common-list-64 .span-left{display:block;position:relative;color: #3c3c3c;font-size: .26rem;width: 105px !important;}
.common-list .list-wrapper{color: #3c3c3c;-webkit-box-flex: 1;-moz-box-flex: 1;-ms-flex: auto;flex: auto;-webkit-flex: auto;}
.common-list .list-wrapper:before{height:0;}
.common-list-64 .list-wrapper{margin-left: 0px;}
.common-list .list-wrapper input{color: #AAAAAA;text-align: left;}

.set-style .common-list li{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: flex;display:-webkit-flex;-ms-flex-flow: row;flex-flow: row;-webkit-flex-flow: row;}
.set-style .common-list .list-wrapper{text-align: right;}
.set-style .common-list .list-wrapper input{text-align: right;}
.btn-wrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 3.85rem;
    background: url("https://s.momocdn.com/s1/u/giebgfjba/ffl-3/mask.png") no-repeat;
    background-size: 100% 100%;
}
a.common-blue-btn{
    width: 92%;
    height: 1.1rem;
    background: #4E7FFF;
    border-radius: 0.55rem;
    text-align: center;
    font-size: 0.28rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 1.1rem;
    position: fixed;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
}
a.bottomPx {
    bottom:0.7rem;
}
a.bottom-adr{
    bottom:0;
}
    
.line-style{
    width:92vw;
    height:1px;
    margin:0.1rem auto;
    background:#EBEBEB;
}
.line-style-margin{
    margin-top:0;
}
.grey-tip{margin-top:0.12rem;color: #aeaeae;font-size: .24rem;padding: 0rem .3rem;text-align: left;line-height: .36rem;}
.grey-tip a{color: #4E7FFF;text-decoration: none;}

.loading{
    width: .64rem;
    height: .64rem;
    background-image: url("https://s.momocdn.com/w/u/img/03/10/1457603892170-ic_loading.png?_bid=1090");
    background-size:100%;
    -webkit-animation: rotate .6s infinite linear both;
    animation: rotate .6s infinite linear both;
}
.loading-fixed{
    position: fixed;
    left: 0;
    right: 0;
    left: 50%;
    top: 50%;
    text-align: center;
    margin: -0.32rem;
    z-index: 101;
}
@-webkit-keyframes rotate {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

[v-cloak]{display: none;}

.tip-bg{
    width:100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 10;
    background:rgba(0,0,0,0.35);
    font-family: "PingFang SC";
}
.tip-bg .tip{
    width:6.1rem;
    height: 3.74rem;
    position: absolute;
    margin-left: -3.05rem;
    left:50%;
    margin-top: -1.87rem;
    top:40%;
    background: rgba(255,255,255,0.94);
    border-radius: .16rem;
    overflow: hidden;
    padding-top: .5rem;
}
.tip .t-title{
    width:100%;
    text-align: center;
    height: .38rem;
    line-height: .38rem;
    font-size: .32rem;
    margin-bottom: .5rem;
}
.tip .t-desc{
    margin-left: .8rem;
    margin-right: .8rem;
    text-align: center;
    font-size: .3rem;
    line-height: .42rem;
    color: rgb(100,100,100);
}
.tip .cancle-btn{
    width: 50%;
    height: 1.02rem;
    line-height: 1.02rem;
    text-align: center;
    font-size:.32rem;
    color:rgb(90,90,90);
    position: absolute;
    left:0;
    bottom: 0;
}
.tip .update-btn{
    width: 50%;
    height: 1.02rem;
    line-height: 1.02rem;
    text-align: center;
    font-size:.32rem;
    color:rgb(52,98,255);
    position: absolute;
    right:0;
    bottom: 0;
}
.tip .short-line{
    height: 1.02rem;
    width:1px;
    background: rgb(230,230,230);
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    position: absolute;
    left: 50%;
    bottom: 0;
}
.tip .long-line{
    height: 1px;
    width:100%;
    background: rgb(230,230,230);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    position: absolute;
    bottom: 1.02rem;
    left: 0;
}

/*add captcha start*/
.g-captcha-wrapper {
    text-align: center;
    margin-top: 40px;
    height: 200px;
    justify-content: center;
}

.g-captcha-wrapper.hide {
    display: none;
}

.g-captcha-full-wrapper {
    position: absolute;
    top: 0;
    margin-top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 250px;
    background-color: rgba(0, 0, 0, 0.3);
}

.get-captcha img {
    border: none;
    width: 74px;
    height: 28px;
    background-color: rgb(238, 238, 238);
}

#div_geetest_lib {
    text-align: center;
    margin-top: 40px;
    height: 200px;
}

#g-captcha {
    display: flex!important;
    width: 100vw;
    justify-content: center;
    margin: 0 auto;
}

.gee-width {
    width: 300px;
    margin: 0 auto;
}

.gee-v2-width{
    width: 260px;
    margin: 0 auto;
}
#g-captcha svg {
    margin: auto;
    background: transparent;
    position: absolute;
    left: 18%;
}
.nc-iconfont{
    background: none !important;
}
._nc .stage1 .icon{
    bottom: 0 !important;
}
.closeBtn{
    position: absolute;
    top: 55px;
    right: 10px;
    color: #FFFFFF;
    font-size: 0.6rem;
}
/*add captcha end */
.common-list .span-left{
    text-align: left;
    line-height:0.4rem;
    color: #323333;
    font-size: .26rem;
    padding-top:0.3rem;
    padding-bottom:10px;
}
.common-list li:first-child .span-left{
    padding-top:0.4rem;
}
.set-style .common-list .span-left{font-size:0.32rem;padding-bottom:0;}

.geetest_logo,.geetest_box_logo,.geetest_feedback{
    display:none!important;
}
.geetest_btn_svg{
    left:0%!important;
}



.agree-box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    z-index: 2;
    width: 100vw;
    left: 0;
}
.agree-box .agree-desc {
    color: #aeaeae;
    font-size: .24rem;
    text-align:left;
    line-height: .36rem;
}
.agree-box .agree-desc .blue-color {
    color: #5c89ff;
}
.agree-box .checkout-box {
    box-sizing: border-box;
    width: .3rem;
    height: .3rem;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 0.1rem;
}
.agree-box .checkout-box.checked {
    border: none;
    background: url('../img/checked.png') no-repeat 0 0 / cover;
}
.agree-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}
.agree-dialog .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.agree-dialog-box {
    box-sizing: border-box;
    width: 6.3rem;
    background: #ffffff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-family: 'PingFang SC';
    font-style: normal;
    padding: 0 .5rem;
    position: relative;
}

.agree-dialog-box .text {
    margin-top: .8rem;
    font-weight: 400;
    font-size: .36rem;
    line-height: .5rem;
    color: #323333;
}

.agree-dialog-box .sub-text {
    font-weight: 400;
    font-size: .28rem;
    color: #aaaaaa;
    margin-top: .3rem;
    text-align: center;
    .blue-color {
        color: #4e7fff;
    }
}

.agree-dialog-box .btn {
    width: 4rem;
    height: 1rem;
    background: #4e7fff;
    border-radius: 2.56rem;
    font-weight: 500;
    font-size: .28rem;
    color: #ffffff;
    margin-top: .8rem;
    line-height:1rem;
}
.agree-dialog-box .cancel-btn {
    font-style: normal;
    font-weight: 400;
    font-size: .28rem;
    text-align: center;
    color: #aaaaaa;
    margin: .3rem 0px;
}