.layui-layer {
    /*background: transparent !important;*/
}

.tc-register{
    height: 520px;
    background: #ffffff;
    border-radius: 6px;
    display: none;
    overflow: hidden;
}

.tc-register-organization {
    height: 560px;
    background: #ffffff;
    border-radius: 6px;
    display: none;

}

.tc-register-company .layui-form-item, .tc-register-organization .layui-form-item {
    margin-bottom: 16px;
}

.pwd-helth-box {
    /*width: 514px;*/
    height: 24px;
    /*margin: 10px auto 0px;*/
    /*background: #cccccc;*/

}

.pwd-helth-box .helth-item {
    width: 110px;
    height: 24px;

    background: #eeeeee;
    margin-right: 2px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    border-right: 2px;

}

.pwd-helth-box .helth-item:nth-child(1).active {
    background: #CA3628;
    color: #fff;
}

.pwd-helth-box .helth-item:nth-child(2).active {
    background: #EDAF2D;
    color: #fff;
}

.pwd-helth-box .helth-item:nth-child(3).active {
    background: #49BB3A;
    color: #fff;
}

.get-checkcode {
    width: 110px;
    font-size: 14px;
    font-weight: 500;
    color: #4C7EF7;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #4C7EF7 !important;
    background-color: #4C7EF7;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #4C7EF7 !important;
}


/*注册弹窗*/
.tc-register {
    height: 600px;
    background: #ffffff;
    border-radius: 6px;
    display: none;
    overflow: hidden;

}

.myskin {
    background-color: transparent !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.tc-top-bar {
 /*   height: 66px;
    line-height: 66px;*/
    line-height: 1;
    padding: 40px 0 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    letter-spacing: 2px;
}

.layer-tc-close {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.type-img-box {
    display: block;
    width: 300px;
    height: 300px;
    position: relative;
    cursor: pointer;
    transition: all ease 0.3s;
}

.type-img {
    display: block;
    width: 300px;
    height: 300px;
    object-fit: contain;
    cursor: pointer;
    transition: all ease 0.3s;
}

.type-img-box:hover {
    transform: scale(1.02);
}

.type-img-box:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);

}

.type-img-box .reg-title {
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all ease 0.3s;
}

/*准考证弹窗*/
.tc-zkz-container {
    width: 690px;
    height: 662px;
    display: none;
}

.tc-zkz {
    width: 690px;
    height: 560px;
    background: url("../images/zkz-tc-bg.png") no-repeat;
    background-size: 100% 100%;


}

.tc-zkz .tc-top-bar {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
    height: auto;
    padding: 20px 0;
    text-align: center;
    background: transparent;
}

.zkz-img-box {
    margin: 0 auto 30px;
    width: 620px;
    height: 360px;
}

.zkz-img {
    display: block;
    width: 620px;
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
    object-fit: contain;
    background-color: #fff;

}

.zkz-fn {
    display: block;
    width: 180px;
    height: 60px;
    background: #FFB353;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.zkz-fn:nth-child(1) {
    margin-right: 50px;
}

.tc-zkz-container .b-close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url('../images/b-close.png') no-repeat;
    background-size: 100% 100%;
    margin: 22px auto 0;
}

/*登录弹窗*/
.tc-login {
    height: 450px;
    background: #ffffff;
    border-radius: 6px;
    display: none;
    overflow: hidden;

}

.sn_box .layui-form-item {
    margin-bottom: 20px;
}

.sn_box .layui-input-block {
    margin-left: 0;
    height: 46px;
    /*background: #F8F9FA;*/
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    font-size: 16px;
    color: #111111;
}

.sn_box .layui-form-label {

    position: relative;
    float: left;
    /*width: 86px;*/
    width: 42px;
    height: 100%;
    padding: 13px 13px 13px 13px;
    /*height: 46px;*/
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    color: #111111;


}
.sn_box .layui-form-label.phone {
    background-image: url("../images/icon-phone.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}
.sn_box .layui-form-label.password {
    background-image: url("../images/icon-pwd.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}
.sn_box .layui-form-label.checkcode {
    background-image: url("../images/icon-check-code.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.sn_box .layui-form-label:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
    width: 1px;
    height: 20px;
    background: #DCDCDC;
    display: none;
}

.sn_box .layui-input {
    float: left;
    width: 336px;
    height: 45px;
    background: transparent;
    border: none;
    padding-right: 10px;
    padding-left: 0;
}

.sn_box .layui-btn {
    width: 350px;
    height: 46px;
    background: #2490FF;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;

}

.sn_box .layui-btn:hover {
    color: #fff;
    opacity: 0.9;
}

.sn_box .check_code {
    float: right;
    width: 94px;
    height: 44px;
    line-height: 44px;
    color: #177dff;
    cursor: pointer;
}

.sn_box .check_code img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sn_box .other {
    font-size: 14px;
    /*text-align: right;*/
}

.sn_box .other:hover #toRigister {
    font-weight: bold;
}

.sn_box .other:hover .toXieyi {
    font-weight: bold;
}

.remember-pwd-box{

}
.remember-pwd-box.checked .icon-check{
    background: url("../images/remember-checked.png") no-repeat left;
}
.icon-check{
    display: block;
    height: 20px;
    background: url("../images/remember-unchecked.png") no-repeat left;

    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding-left: 24px;
    cursor: pointer;
}
