/** 公共部分 **/
.area_code_content_wrapper{
    position: relative;
}
.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;
}
/** 公共部分 end **/
.reg_box_x{
    width: 360px;
    margin: 0 auto 78px auto;
}
input.input_text{
    height: 44px;
    box-sizing: border-box;
    background-color: #F7F7F7;
    border: none;
    padding: 13px 20px;
    box-sizing: border-box;
    font-size: 16px;
}
#mobile_reg_form #mobile{
    width: 220px;
}
#v_code.input_text, #v_code2.input_text{
    width: 240px;
    margin-right: 0;
    border-radius: 4px;
}
.get_code_x{
    color: #0097FF;
    font-size: 16px;
    border: 1px solid #0097FF;
    line-height: 36px;
    height: 36px;
    /*padding: 0 10px;*/
    width: 110px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    top: 4px;
    right: 0;
    position: absolute;
}
.get_code_x:hover{
    color: #4BC5F4;
    border: 1px solid #4BC5F4;
}
input[type="password"], .email{
    width: 360px!important;
}
.login_tip .blue_text:hover{
    color: #4BC5F4;
}
.reg_title{
    font-size: 30px;
    color: #323232;
    font-weight: bold;
    line-height: 42px;
    padding: 0 0 30px 0;
    text-align: center;
}
.input_wrapper{
    margin-bottom: 14px;
}
.checked_wrapper{
    margin-top: 30px;
}
input[type='checkbox'] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: text-top;
    font-size: 16px;
    width: 14px;
    height: 14px;
    background: url(../images/icon_agree_normal.png);
    background-size: contain;
    margin: 3px 6px 0 0;
}
input[type='checkbox']:checked + label::before {
    background: url(../images/icon_agree_checked.png);
    background-size: contain;
}
.sub_btn{
    line-height: 44px;
    background-color: #0097FF;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    display: block;
    width: 100%;
    border: none;
    font-weight: bold;
    cursor: pointer;
}
.sub_btn:hover{
    background-color: #4BC5F4;
}
#m_agree_label a:hover,#e_agree_label a:hover{
    color: #4BC5F4;
}
.failure_msg{
    padding: 6px 0 0 20px;
    margin-left: 0!important;
    color: #F04235;
    font-size: 16px;
    background: none;
}
.refresh_code{
    /*height: 36px;*/
    height: 40px;
    background: none;
}
ul.pw_notice{
    position: absolute;
    transform: translateY(15px);
}
#m_agree_failure, #e_agree_failure{
    border: none;
    width: auto;
    background-color: transparent;
    padding: 5px 0 0 20px;
}
.regist_toggle{
    padding-top: 30px;
}
.regist_toggle a{
    cursor: pointer;
    color: #0097FF;
    font-size: 14px;
}
.regist_toggle a:hover{
    color: #4BC5F4;
}
.smaller{
    color: #909090;
    border: 1px solid #909090;
}
.smaller:hover{
    color: #909090;
}
.mobile_regist, #email_reg_form{
    display: none;
}
.login_tip{
    width: 612px;
    margin: 0 auto;
    text-align: right;
    padding: 30px 0;
}
.login_tip img{
    margin-right: 6px;
}
