.zc_main{
    width: 840px;
    height: 40px;
    line-height: 40px;
    margin:0 auto;
    text-align: right;
    cursor: pointer;
}
.reg_main{
    width: 840px;
    height: 774px;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 0.9;
    padding-top: 30px;
    position: relative;
    margin:0 auto;
    box-sizing: border-box;
    z-index: 11;
}
.setReg_main{
    width: 750px;
    height: 637px;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 0.9;
    padding-top: 50px;
    position: relative;
    margin:0 auto;
    box-sizing: border-box;
    z-index: 11;
}
.ipt_one{
    width: 100%;
    height: auto;
    min-height: 46px;
    padding-left: 50px;
    clear: both;
    box-sizing: border-box;
    margin-bottom: 18px;
    position: relative;
}
.ipt_one .ipt_left{
    width:150px;
    height: 46px;
    line-height: 46px;
    font-size:14px;
    color: #333;
    text-align: right;
    margin-right: 16px;
    float: left;
}
.ipt_one .ipt_left .ipt_require{
    color: #FF393F;
}
.ipt_one .ipt_right{
    width: 475px;
    height: 46px;
    float: left;
}
.ipt_one .ipt_right .ipt_txt{
    width: 430px;
    height: 46px;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    padding-left: 8px;
    box-sizing: border-box;
    border-radius: 2px;
}
/* .ipt_one .ipt_right input:focus{
    border: 1px solid #0085CE!important;
} */
.ipt_one .error_tips{
    width: 100%;
    padding-left: 0px;
    color: #FF393F;
    font-size: 12px;
    line-height: 14px;
    clear: both;
    height: 14px;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    text-indent: 225px;
}
.ipt_one .ipt_right .ipt_txt_short{
    width: 280px;
    height: 46px;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    padding-left: 8px;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 10px;
    float: left;
}
.ipt_one .ipt_right .photo_code{
    width: 120px;
    height: 46px;
    float: left;
}
.ipt_one .ipt_right .photo_code img{
    width: 140px;
    height: 40px;
    cursor: pointer;
}
.ipt_one .ipt_right .sms_code{
    width: 140px;
    height: 46px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    float: left;
}

/*密码强度样式*/
.pwd_strength{
    width: 100%;
    height: 22px;
    margin-bottom: 16px;
}
.pwd_strength_main{
    margin-left: 186px;
    width: 430px;
    border-radius: 25px;
    height: 22px;
    padding-top: 3px;
    /* border: 1px solid #E4E4E4; */
    box-sizing: border-box;
    font-size: 12px;
    color: #aaa;
}
.pwd_strength_main .left{
    width: 88px;
    height: 5px;
    background: #E3E3E3;
    border-radius: 20px 0 0 20px ;
    margin-right: 4px;
    float: left;
    margin-left: 30px;
    text-align: center;
    line-height: 30px;
}
.pwd_strength_main .center{
    width: 88px;
    height: 5px;
    background: #E3E3E3;
    margin-right: 4px;
    float: left;
    text-align: center;
    line-height: 30px;
}
.pwd_strength_main .right{
    width: 88px;
    height: 5px;
    background: #E3E3E3;
    float: left;
    border-radius: 0  20px 20px 0;
    text-align: center;
    line-height: 30px;
}
/*立即注册按钮*/
.register_btn{
    width: 90.5%;
    height: 50px;
    line-height: 52px;
    cursor: pointer;
    font-size: 16px !important;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500 !important;
    color: #FFFFFF;
    text-align: center;
    border-radius: 4px;
}
/************底部提示文字******************/
.warn_bot_tips{
    width: 100%;
    height: 16px;
    margin-top: 16px;
    text-indent: 198px;
    position: relative;
    font-size: 12px;
    color:  #FB8333;
}
.warn_bot_tips img{
    width: 16px;
    height: 16px;
    position: absolute;
    top: -2px;
    left: 178px;
}

.reg-header-img{
    position: absolute;
    left: 50px;
    top: 35px;
}
.reg-header-img img{
    height: 43px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.reg-header-img span{
    display: inline-block;
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    
}
.page{
    min-height: 700px;
    padding-top: 120px;
    background-image: url('../../img/reg/reg.png');
   /*IE8 图片透明不可用filter*/
   -ms-behavior: url(/avic/css/background.htc);
   behavior:url(/avic/css/background.htc);
   background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.require .error {
    font-size: 14px;
}