@charset "utf-8";

.logo span.logo_info {
    font-size: 16px;
    color: #9b9b9b;
    position: relative;
    left: 10px;
    bottom: 15px;
}

/*登录界面背景*/
.login_bg {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
    /* min-width:1400px; */
}

.login_bg img {
    width: 100%;
    min-height:650px;
}

.login_c {
    width: 100%;
    position: absolute;
    /* height: 435px; */
    top: 120px!important;
}

.w1200 {
    width: 90%;
    margin-left: 20px;
    margin: 0 auto;
}

.logo {
    margin-left: 12%;
    float: left;
}

.login_right {
    float: right;
    background: #fff;
    margin-right: 12px;
}

.login_right .login_PT {
    width: 420px;
    background: #d5001c;
    background-size: cover;
    line-height: 70px;
    color: #fff;
    font-size: 22px;
    text-indent: 22px;
    font-family: "微软雅黑";
    text-align: center;
}

.qydm {
    width: 377px;
    height: 60px;
    margin: 0px 0px 30px 25px;
    font-family: "微软雅黑";
}

.sr2 {
    width: 377px;
    height: 60px;
    background: url(../images/code.png) no-repeat;
}

.sr3 {
    width: 377px;
    height: 60px;
    background: url(../images/user.png) no-repeat;
}

.sr4 {
    width: 377px;
    height: 60px;
    background: url(../images/password.png) no-repeat;
}

input {
    line-height: 32px;
    border: 0;
    margin: 15px 0px 0px 70px;
    text-indent: 16px;
    width: 250px;
    color: #b4b4b4;
    font-family: "微软雅黑";
    font-size: 16px;
}

.login_input_panel {
    padding-top: 55px;
    width: 100%;
}

.login_btn {
    width: 370px;
    height: 60px;
    border-radius: 3px;
    background: #d5001c;
    margin:17px auto;
}

.login_btn .login_btn_submit {
    width: 100%;
    background: none;
    text-align: center;
    cursor: pointer;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}


.login_tip {
    display:flex;
    padding:0 25px 30px 25px;
    cursor: pointer;
    line-height:24px;
    color: #d5001c;    
    font-family: "微软雅黑";
    justify-content: flex-end;
}
.login_tip span{
    text-decoration:underline;
}
.school{
    position: absolute; width:320px; text-align:center; margin:20px 50px; border:solid 1px #fff; padding:10px 0;}
.school a{ color:#fff; font-size: 16px;}