.on {
    display: block !important;
}
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    font-size: 0.33rem;
    z-index: 1;
}
.popup button,
.popup input {
    outline-style: none;
    border-radius: 3px;
}
.popup input {
    padding: 9px 16px 8px;
}
.popup button {
    padding: 9px 18px 10px;
    color: #fff;
    background: #0075fa;
    cursor: pointer;
    font-size: 0.33rem;
}
.popup button:hover {
    opacity: 0.8;
}
.popup .popup_content {
    width: 6.6rem;
    height: 4rem;
    position: absolute;
    /*margin-left: 0.5rem;*/
    /*margin-top: 2rem;*/
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    padding: 0.15rem 0.15rem 0.15rem 0.15rem;
}
.popup .form_item_04 {
    text-align: right;
}
.popup .mb22 {
    margin-bottom: 22px;
}
.popup .tit {
    overflow: hidden;
    position: relative;
}
.popup .tit span {
    float: left;
    height: 50px;
    padding: 0 40px;
    color: #0075fa;
    font-size: 18px;
    border-bottom: 2px solid #0075fa;
    line-height: 50px;
}
.popup .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 .lable_type,
.popup .tip01 {
    color: #4a4949;
    line-height: 30px;
}
.popup .errorMsg {
    line-height: 30px;
    color: #e60101;
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
    background: #fff3f3;
    border-radius: 3px;
    margin-bottom: 10px;
}
.popup .icon_error {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/pc/userCenter/setwarning.png);
    position: absolute;
    left: 10px;
    top: 5px;
}
.popup .select_type {
    display: none;
}
.popup .selected {
    width: 100%;
    font-size: 14px;
    color: #0d1115;
    position: relative;
}
.popup .tag_select {
    display: block;
    padding: 9px 20px 10px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.popup .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 .tag_options {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #fff;
    z-index: 9;
    position: absolute;
    top: 40px;
}
.popup .tag_options li {
    padding: 10px 20px;
    margin-top: -1px;
    cursor: pointer;
}
.popup .form_item:before,
.popup .form_item:after {
    content: " ";
    display: table;
}
.popup .form_item:after {
    clear: both;
}
.popup .input01 {
    width: 178px;
    border: 1px solid #cccccc;
    float: left;
    height: 45px;
}
.popup .imgCon {
    width: 132px;
    overflow: hidden;
    float: right;
}
.popup .imgCon img {
    display: block;
    width: 100%;
    height: 40px;
}

.popup .verify {
    display: block;
    width: 30%;
    height: 0.7rem;
    float: right;
    font-size: 0.24rem;
}
.popup .btn_getPassword {
    width: 132px;
    float: right;
    color: #fff;
}
.popup .btn_getPassword_1 {
    width: 132px;
    padding: 9px 0;
    background: #bcbcbc;
    float: right;
}
.popup .btn_getVoiceCode {
    background: none;
    color: #0d1115;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.popup .btn_submit {
    width: 100%;
}
.popup .otherType {
    display: block;
    text-align: center;
    color: #0075fa;
    line-height: 30px;
    margin-top: 10px;
}

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

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

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

