.on {
    display: block !important;
}
.popup_validateCode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    font-size: 16px;
    z-index: 1;
}
.popup_validateCode .font_form {
    font-size: 14px;
    color: white;
}
.popup_validateCode button,
.popup_validateCode input {
    outline-style: none;
    border-radius: 3px;
}
.popup_validateCode input {
    padding: 9px 20px 8px;
}
.popup_validateCode button {
    padding: 9px 18px 10px;
    color: #fff;
    background: #0075fa;
    cursor: pointer;
    font-size: 16px;
}
.popup_validateCode button:hover {
    opacity: 0.8;
}
.popup_validateCode .popup_content {
    width: 340px;
    position: absolute;
    left: 50%;
    top: 60%;
    margin-left: -170px;
    margin-top: -250px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px 20px 10px;
}
.popup_validateCode .form_item_04 {
    text-align: right;
}
.popup_validateCode .mb22 {
    margin-bottom: 22px;
}
.popup_validateCode .tit {
    overflow: hidden;
    position: relative;
}
.popup_validateCode .tit span {
    float: left;
    height: 50px;
    padding: 0 40px;
    color: #0075fa;
    font-size: 18px;
    border-bottom: 2px solid #0075fa;
    line-height: 50px;
}
.popup_validateCode .icon_close_validateCode {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../../images/pc/userCenter/icon_close.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.popup_validateCode .lable_type,
.popup_validateCode .tip01 {
    color: #4a4949;
    line-height: 30px;
}
.popup_validateCode .errorMsg {
    line-height: 30px;
    color: #e60101;
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
    background: #fff3f3;
    border-radius: 3px;
    margin-bottom: 10px;
}
.popup_validateCode .icon_error {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/pc/userCenter/setwarning.png);
    position: absolute;
    left: 10px;
    top: 5px;
}
.popup_validateCode .select_type {
    display: none;
}
.popup_validateCode .selected {
    width: 100%;
    font-size: 14px;
    color: #0d1115;
    position: relative;
}
.popup_validateCode .tag_select {
    display: block;
    padding: 9px 20px 10px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.popup_validateCode .arrow {
    width: 13px;
    height: 7px;
    background: url(../../images/pc/userCenter/arr_07.png) no-repeat right center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}
.popup_validateCode .tag_options {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #fff;
    z-index: 9;
    position: absolute;
    top: 40px;
}
.popup_validateCode .tag_options li {
    padding: 10px 20px;
    margin-top: -1px;
    cursor: pointer;
}
.popup_validateCode .form_item:before,
.popup_validateCode .form_item:after {
    content: " ";
    display: table;
}
.popup_validateCode .form_item:after {
    clear: both;
}
.popup_validateCode .input02 {
    width: 178px;
    border: 1px solid #e6e6e6 !important;
    float: left;
    height: 45px;
    padding: 0px 0px 0px 20px;
}
.popup_validateCode .imgCon {
    width: 132px;
    overflow: hidden;
    float: right;
}
.popup_validateCode .imgCon img {
    display: block;
    width: 100%;
    height: 40px;
}
.popup_validateCode .btn_getPassword {
    width: 132px;
    float: right;
    color: #fff;
}
.popup_validateCode .btn_getPassword_1 {
    width: 132px;
    padding: 9px 0;
    background: #bcbcbc;
    float: right;
}
.popup_validateCode .btn_getVoiceCode {
    background: none;
    color: #0d1115;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.popup_validateCode .btn_submit {
    width: 100%;
}
.popup_validateCode .otherType {
    display: block;
    text-align: center;
    color: #0075fa;
    line-height: 30px;
    margin-top: 10px;
}

#tipValidate{
    padding-left: 31px;
    background: #b7b3b3 url(../../images/pc/pc-tip.png) no-repeat 5px 0px;
}

#tipValidate_2FA{
    padding-left: 31px;
    background: #b7b3b3 url(../../images/pc/pc-tip.png) no-repeat 5px 0px;
}

#tipWrap{
    height: 27px;
    margin-bottom:4px;
    overflow: hidden;
    margin-top: 10px;
}

