.checks .label_check_hover {
    background: url(../images/check_hover-4fabdeced4b94364732612857b71028e.png) 0 7px no-repeat;
    color: #0084ea;
}

.form_op a:focus {
    outline: none;
}

.form_delete {
    display: none;
}

.form_eye_enabled {
    color: #0084ea;
}

.form-item-tip-icon {
    display: none;
}

.form_judge_ture, .form_judge_false {
    display: none;
}

.form-error-msg {
    display: none;
}

.winTab-con {
    display: block;
}

/* layui css reset start */
.layui-layer-dialog .layui-layer-title {
    height: 32px;
    line-height: 32px;
}
.layui-layer-dialog .layui-layer-setwin {
    top: 10px;
}
/* layui css reset end */

#img_data, #captchaImg {
    height: 30px;
}

/* 强制修改密码页面样式 start */
.open-update-pwd .header {
    height: 36px;
    background-image: url("../images/shield-126c2f06e607f5315aefe59e85a554b9.png");
    background-size: auto 36px;
    background-repeat: no-repeat;
    background-color: #2e82ff;
    background-position-x: 10px;
    background-position-y: 50%;
    border-bottom: #258bd6;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px #ddd;
    padding: 6px 10px 6px 50px;
    color: #FFFFFF;
}
.open-update-pwd .msg {
    text-align: center;
    margin: 40px 0;
}
.open-update-pwd .msg span {
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #2e82ff;
}
.open-update-pwd .submit_cancel {
    right: -60px;
}

.open-update-pwd .webWidth2 {
    position: relative;
    margin-right: 220px;
}

.open-update-pwd .password-checker {
    display: none;
    position: absolute;
    right: -220px;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 7px 21px rgba(0,0,0,.1);
}
.open-update-pwd .checker-title {
    font-size: 12px;
    color: #A6A6A6;
    line-height: 17px;
    display: block;
    margin-bottom: 4px;
    box-sizing: border-box;
}
.open-update-pwd .check-result {
    display: flex;
    height: 17px;
    margin-bottom: 4px;
    box-sizing: border-box;
}
.open-update-pwd .password-checker .check-result:last-child {
    margin-bottom: 0;
}
.open-update-pwd .check-mark {
    position: relative;
    display: flex;
    width: 12px;
    height: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin-left: 2px;
    margin-right: 6px;
    box-sizing: border-box;
}
.open-update-pwd .check-mark .form_judge_ture {
    top: 0;
    left: 1px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
}
.open-update-pwd .check-mark.checked i.form_judge_ture {
    display: inline;
}
.open-update-pwd .check-mark.checked {
    border: none;
}
/* 强制修改密码页面样式 end */

/* 去掉ie10 input后面的叉和小眼睛 */
input::-ms-clear, input::-ms-reveal {
    display: none;
}