div, p, dl, dd, a, input, textarea, button, select, form, section, label, span, td, li, nav, footer, body, ul, h4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: break-word;
    word-break: break-all;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Microsoft YaHei',Helvetica,Arial,sans-serif;
}
a {
    text-decoration: none;
}

body{
    background: #fff;
    margin :  0px ;
    padding :  0px ;
}

.main_container{
    width: 100%;
    height: 100%;
    background: #fff;
}

.head_wrapper, .next_head_wrapper{
    height: 3.5rem;
    text-align:center;
}

.imgBox{
    top :0rem;
    padding-top:  0.9rem;
    text-align:center;
    height: 1.8rem; /* 80+84+30*/
    width: 4.8rem;
    margin: 0 auto;
}

.icon_bind{
    max-height: 0.84rem;
    max-width: 1.02rem;
}

.intro_title{
    top :0rem;
    color: #7d7d80;
    font-size :  0.26rem ;
}

.intro_title p{
    margin-top:0.14rem;
    line-height: 0.30rem;
}

.bind_wrapper, .change_bind_wrapper{
    top:0;
    font-size :  0.3rem ;
    background: #fff;
    width: 100%;
    /*height: 3rem; !* 200px *!*/
    border-top:  #e8e8e8 1px solid ;

}
.mobileBox, .old_mobileBox {
    height: 1.3rem; /* 100px */
    width: 100%;
    border-bottom:  #e8e8e8 1px solid;
    background: #fff;
    overflow:hidden;
}
.authBox, .old_authBox, .authBox_img {
    height: 1.3rem;
    width: 100%;
    border-bottom:  #e8e8e8 1px solid;
    background: #fff;
    overflow:hidden;
}

.mobilePlus, .old_mobilePlus{
    float: left;
    margin: 0.45rem 0.16rem 0.45rem 0.3rem;
    font-size :  0.3rem ;
    line-height: 0.40rem ;
    color:#1a1a1a;
}
.mobile, .old_mobile{
    float: left;
    margin: 0.4rem 0.14rem 0.4rem;


}
.auth_code, .old_auth_code, .img_code{
    float: left;
    margin: 0.4rem 0.14rem .4rem .3rem;
}

.verify_btn, .old_verify_btn, .refresh_btn {
    margin: 0.4rem  0.3rem;
    float: right;
    border-radius: 2px;
    font-size: 0.3rem; /*26px*/
    color: #1a1a1a;
    /*width: 2rem; !*160px *!*/
    height: 0.5rem; /*50px*/
    line-height: 0.5rem;
    text-align: center;
    overflow: hidden;
}
.btn_disable{
    color:#999;
}
.refresh_btn {
    background: none;
}
.refresh_btn img {
    width: 1.7rem;
}
::-webkit-input-placeholder {
    font-size :  0.30rem ;
    line-height: 0.52rem;
    border: 0px solid #d3d4d4;
    background: #fff ;
    color: #999999;
}

.text_input{
    width:45%;
    font-size :  0.3rem ;
    line-height: normal;
    line-height: 0.5rem;
    border: 0 solid #d3d4d4;
    background: #fff ;
    color: #1a1a1a;
    overflow: hidden;
    text-decoration: none;
}
input:disabled {
    color:#1a1a1a;
}
.submitBox, .old_submitBox {
    width: 4rem;
    margin: .6rem auto 0;
}

.bindBtn, .nextStep {
    border-radius: 30px;
    border:1px solid #e6e6e6;
    font-size: 0.34rem; /*34px*/
    color: #cccccc;
    line-height: 0.84rem;
    text-align: center;
    overflow: hidden;
}

.btn_active {
    border:none;
    /*background: linear-gradient(left, #f64c2e, #e9083b);*/
    /*background: -webkit-linear-gradient(left, #f64c2e, #e9083b);*/
    /*box-shadow:0 3px 15px #fabcbd;*/
    /*-webkit-box-shadow:0 3px 15px #fabcbd;*/
    color: #1a1a1a;
}
.next_active{
    border:none;
    background: linear-gradient(left, #f74c2e, #ea083b);
    background: -webkit-linear-gradient(left, #f74c2e, #ea083b);
    /*box-shadow:0 3px 15px #fabcbd;*/
    /*-webkit-box-shadow:0 3px 15px #fabcbd;*/
    color: #fff;
}
.pop_tips{
    position: fixed;
    width:4.4rem;
    font-size :  0.26rem ;
    line-height: 1.5 ;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    border-radius: 4px;
    left: 50%;
    padding:.2rem;
    -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
            transform:translateX(-50%);
    bottom: 8%;
    z-index: 200;
    text-align: center;
}

.hide{
    display: none;
}

.note,.note1{
    display: inline-block;
    width:45%;
    font-size:0.24rem;
    height:.3rem;
    margin-top: 1.2rem;
    padding-bottom:.6rem;
    line-height: .3rem;
    text-align: center;
    color: #7d7d80;
    /*position: absolute;*/
    /*bottom: .3rem;*/
}
.note{
    padding-left: 1rem;
    width:45%;
}
.note1{
    width: 34%;
}
.verifyForm .note {
    margin-top: 2.5rem;
}
.note p,.note1 p {
    color: #ff382e;
}
.imgBox ul li {
    width:.9rem;
    height:.9rem;
    float: left;
    position: relative;
}
.imgBox ul li img {
    width:100%;
}
.imgBox p {
    position: absolute;
    width: .5rem;
    left: .2rem;
    top:55%;
    border-bottom: 1px dashed #cecece;
}
.imgBox li.middle {
    width: 1.2rem;
}
.imgBox .middle p {
    width: .8rem;
}
.intro_title p.reset {
    margin-top: 0.5rem;
    font-size: .34rem;
    color:#000;
}

.tell-verify{
    width: 100%;
    color:#FF252B;
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: .24rem;
    padding-left: .3rem;
}
.tell-verify span.tell{
    color:#FF252B;
}

