@charset "UTF-8";
/**!
 * 登录页
 * date:2022-06-10
 * author: fxyue;
 */
body {
    background: url("../../../images/themes/gansu/login/bg.jpg") 50% 38px no-repeat;
}

.header-sub {
    height: 123px;
    padding-top: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #CF3B3C;
    -webkit-box-shadow: 0px 4px 5px rgba(192, 38, 40, 0.3);
    box-shadow: 0px 4px 5px rgba(192, 38, 40, 0.3);
}

.login {
    width: 358px;
    height: 363px;
    border-left: 1px solid #FFE6E3;
    border-right: 1px solid #FFE6E3;
    border-bottom: 1px solid #FFE6E3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login .com-tt::before {
    background-image: url("../../../images/themes/gansu/index/login_icon.png");
}

.login input::-webkit-input-placeholder {
    font-size: 13px;
    color: #9E9E9E;
}

.login input::-moz-placeholder {
    font-size: 13px;
    color: #9E9E9E;
}

.login input:-moz-placeholder {
    font-size: 13px;
    color: #9E9E9E;
}

.login input:-ms-input-placeholder {
    font-size: 13px;
    color: #9E9E9E;
}

.login-content {
    margin: 218px 0 245px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 8px 5px rgba(207, 59, 60, 0.05);
    box-shadow: 0px 0px 8px 5px rgba(207, 59, 60, 0.05);
}

.login-bd {
    padding: 25px 29px 0;
}

.login-top {
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0;
    text-align: center;
}

.login-top > ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.login-node {
    float: left;
    font-weight: 400;
    height: 30px;
    line-height: 18px;
    letter-spacing: -0.165px;
    color: rgba(51, 51, 51, 0.8);
    position: relative;
    margin: 0 22px;
    cursor: pointer;
}

.login-node.active {
    font-weight: 700;
    color: #991E1F;
}

.login-node.active::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    bottom: 0;
    background: #991E1F;
}

.login-bottom {
    padding-top: 3px;
}

.login-list {
    margin-top: 15px;
    /*overflow: hidden;*/
    display: inline-block;
}

.em-font-red {
    color: red;
    margin-top: 2px;
}

.login-label {
    float: left;
    line-height: 32px;
    width: 4em;
}

.login-box {
    width: 228px;
    height: 31px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-wrap .login-box {
    width: 131px;
    margin-right: 0;
}

.login-input {
    width: 100%;
    height: 100%;
    background: none;
    text-indent: 12px;
}

.login-input2 {
    width: 100%;
    height: 100%;
    background: none;
    text-indent: 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.login-btn {
    display: block;
    height: 41px;
    background: #CF3B3C;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.login-btn2 {
    display: block;
    height: 41px;
    width: 80px;
    background: #CF3B3C;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: normal;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 200px;
    margin-top: -36px;
}

.login-other {
    margin-top: 10px;
}

.login-other > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FF5353;
}

.login-code {
    float: right;
    margin: 0 4px 0 13px;
    width: 84px;
    height: 31px;
}

.login-code > img {
    display: block;
    width: 100%;
    height: 100%;
}

.login-verificate {
    padding-right: 110px;
    position: relative;
}

.login-send {
    position: absolute;
    right: 9px;
    line-height: 29px;
    top: 0;
    font-weight: 400;
    font-size: 13px;
    color: #FF8484;
    cursor: pointer;
    background: none;
    padding: 0;
    margin: 0;
}

.login-send.disable {
    cursor: not-allowed;
}

.login-card .login-box {
    width: 216px;
}

.login-card .login-box2 {
    width: 126px;
    height: 30px;
    margin-left: 4em;
}

.footer {
    background: #CF3B3C;
    color: #fff;
}

.footer span {
    color: #fff;
}

.footer a {
    color: #fff;
}
