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

.tc-register-company {
    height: 560px;
    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: #1064EC;
    line-height: 46px;
    text-align: center;
}

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

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


/*注册弹窗*/
.tc-register {
    height: 520px;
    background: #EDF2FF;
    border-radius: 16px;
    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;
    background: #1064EC;
    line-height: 66px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    background-size: 100% 100%;
}

.layer-tc-close {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 18px;
    top: 19px;
    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-login {
    height: 430px;
    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 #DCDCDC;
}

.sn_box .layui-form-label {

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

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

.sn_box .layui-input {
    float: left;
    width: 266px;
    width: 286px;
    height: 46px;
    background: transparent;
    border: none;
    padding-right: 10px;
}

.sn_box .layui-btn {
    width: 350px;
    height: 46px;
    background: #1064EC;
    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: 40px;
    color: #177dff;
    margin-top: 2px;
    cursor: pointer;
}

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

.sn_box .other {
    font-size: 14px;
}

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

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