/** 公共部分 **/
.area_code_content_wrapper{
    position: relative;
}
.input_area .input_text {
    background-color: #f7f7f7;
    border: none;
    width: 360px;
    line-height: 44px;
    height: 44px;
    box-sizing: border-box;
    font-size: 16px;
    margin-right: 0;
}
.area_code_content_wrapper .area_code_content{
    width: 139px;
    background-color: #F7F7F7;
    height: 44px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.area_code_content img {
    width: 12px;
    height: 7px;
    margin-right: 8px;
    margin-left: 7px;
}
.area_code_content_wrapper .vertical_line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #808080;
    position: absolute;
    left: 139px;
    top: 50%;
    transform: translateY(-50%);
}
.area_code_content_wrapper .phone_name {
    width: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset;
}
.code_wrap {
    border: 1px solid #D6D7DC;
    border-radius: 4px;
    width: 110px;
    box-sizing: border-box;
    padding: 0 4px;
    display: inline-block;
    right: 0;
    top: 0;
    position: absolute;
}
.code_wrap .code {
    width: 80px;
    height: 40px;
    vertical-align: middle;
    margin-right: 2px;
    /*object-fit: cover;*/
}
.code_wrap .updata_icon {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.code_wrap .updata_icon:hover{
    content: url('../images/login_register/update-hover.png');
}
.input_text.red_input, div.red_input{
    border: 1px solid #f04235;
}
div.red_input{
    border-radius: 4px;
}
.failure_msg{
    padding: 6px 0 0 20px;
    margin-left: 0!important;
    color: #F04235;
    font-size: 16px;
    background: none;
}
/** 公共部分 end **/

/** reset_pw1.html start **/
.reg_pg.tab{
    padding-top: 60px;
}
#mobile, #mb_mobile{
    width: 220px;
}
#m_captcha, #e_captcha, #q_captcha{
    width: 240px;
}
.input_wrapper {
    margin-bottom: 14px;
}
.select_qus{
    font-size: 18px;
    color: #323232;
    padding-bottom: 30px;
}
.select_qus:after{
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
input[type="radio"] + label::before{
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: url("../images/login_register/check_n.png");
    background-size: contain;
    margin-right: 10px;
    margin-top: 3px;
}
input[type="radio"]:checked + label::before{
    background: url("../images/login_register/check_c.png");
    background-size: contain;
}
input[type="radio"]{
    display: none;
}
.input_area dl.pad_l:after{
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.reset_title{
    padding: 80px 0 40px 0;
    text-align: center;
    font-size: 30px;
    color: #323232;
    font-weight: bold;
}
.tab_reset_wrapper{
    text-align: center;
}
.tab_reset{
    padding: 0 60px;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
}
.tab_reset ul{
    list-style: none;
}
.tab_reset ul li{
    display: inline-block;
    font-size: 18px;
    color: #999;
}
.tab_reset ul li span{
    padding-bottom: 14px;
    cursor: pointer;
}
.phone_reset span{
    display: inline-block;
    background-image: url("../images/login_register/phone2-nor.png");
    background-repeat: no-repeat;
    padding-left: 28px;
}
.phone_reset span:hover{
    background-image: url("../images/login_register/phone2-hover.png");
    color: #4BC5F4;
}
.reset_on.phone_reset span{
    background-image: url("../images/login_register/phone2-sel.png");
}
.email_reset{
    width: 262px;
    text-align: center;
}
.email_reset span{
    display: inline-block;
    background-image: url("../images/login_register/email2-nor.png");
    background-repeat: no-repeat;
    padding-left: 28px;
}
.email_reset span:hover{
    background-image: url("../images/login_register/email2-hover.png");
    color: #4BC5F4;
}
.reset_on.email_reset span{
    background-image: url("../images/login_register/email2-sel.png");
}
.mibao_reset span{
    display: inline-block;
    background-image: url("../images/login_register/ques-nor.png");
    background-repeat: no-repeat;
    padding-left: 28px;
}
.mibao_reset span:hover{
    background-image: url("../images/login_register/ques-hover.png");
    color: #4BC5F4;
}
.reset_on.mibao_reset span{
    background-image: url("../images/login_register/ques-sel.png");
}
.reset_on span{
    color: #0097FF!important;
    border-bottom: 4px solid #0097FF;
    font-weight: bold;
}
/** 表单样式 **/
.area_code_content{
    width: 139px;
}
/** reset_pw1.html end **/
