* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

.lf {
    float: left;
}

.rt {
    float: right
}

body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei";
}

.logo_header {
    padding-left: 10%;
    margin: 10px auto;
}

.logo_header span {
    font-size: 28px;
    color: #dd2424;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    letter-spacing: 1.5px;
}

.login_content {
    position: absolute;
    top: 68px;
    left: 0;
    /* height: calc(100% - 68px); */
    height: 100%;
    width: 100%;
    background-image: url("/images/loginBg.png");
    background-position: center 0;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    -webkit-background-size: cover;
    /* 兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: cover;
    /* 兼容Opera */
    zoom: 1;
}

.login_form {
    /* background: url(../img/loginForm.png) no-repeat; */
    width: 29.5%;
    background: #fff;
    /* box-shadow: 0px 0px 9px 0px #b35353; */
    /* height: 51%; */
    right: 14%;
    top: 18%;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    /* behavior: url('PIE.htc'); */
}


.loginBtn1,
.loginBtn2 {
    width: 70%;
    height: 50px;
    margin: 10%;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-radius: 80px;
    /* behavior: url('static/css/ie-css3.htc');
    position: relative;
    z-index: 2; */
    cursor: pointer;
    border: none;
    display: inherit;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    background: -webkit-linear-gradient(left, #e8674a, #e52e2d);
    background: -o-linear-gradient(right, #e8674a, #e52e2d);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #e8674a, #e52e2d);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #e8674a, #e52e2d);
    /* 标准的语法（必须放在最后） */
    /* box-shadow: 0px 0px 10px 3px #ffc8c8;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e8674a, endColorstr=#e52e2d)";
    /*IE8+*/
}

.codeLogin {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.login_code {
    display: none;
    z-index: 999;
    width: 29.5%;
    background: #fff;
    box-shadow: 0px 0px 9px 0px #b35353;
    /* height: 51%; */
    right: 14%;
    top: 18%;
    position: absolute;
    border-radius: 10px;
    text-align: center;
}

.pcLogin {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.code_title {
    padding: 10% 0 5% 0;
    color: #cb1c1d;
    font-size: 16px;
}

.code_img {
    width: -webkit-max-content;
    /* width: max-content; */
    border: 1px dashed #bfbfbf;
    margin: 0 auto;
    padding: 3%;
}

.refresh {
    padding: 2% 0 10% 0;
    color: #ff2929;
    font-size: 12px;
    cursor: pointer;
}

.footer {
    width: 100%;
    /* height: 172px; */
    background-image: url(/images/footerBg.png);
    background-size: 100% auto;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0px;
    /* text-align: center; */
    /* box-sizing: border-box; */
    padding-top: 140px;
    /* font-size: 14px; */
    /* font-family: MicrosoftYaHei; */
    /* font-weight: 400; */
    /* color: rgba(96, 96, 96, 0.99); */
}

.loginType {
    color: #999999;
    padding-top: 10%;
    /* overflow: hidden; */
}

.userLogin {
    padding-left: 13%;
    color: #d92026;
    font-size: 16px;
    cursor: pointer;
    width: 37%;
    float: left;
}

.koulLogin {
    cursor: pointer;
    font-size: 16px;
    width: 37%;
    float: right;
    padding-right: 13%;
    text-align: right;
}

.userDiv {
    /* width: 291px; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
}

.userInput {
    border: none;
    outline: none;
    margin-left: 10px;
}

.passwordDiv {
    /* width: 291px; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 41px;
    position: relative;
}

.passwordInput {
    border: none;
    outline: none;
    margin-left: 10px;
    width: 50%;
    /* margin-right: 54px; */
}

.passwordBtn {
    width: 36%;
    height: 30px;
    background: #fff;
    border-radius: 4px;
    /* behavior: url('PIE.htc'); */
    border: 1px solid #cb1c1d;
    color: #cb1c1d;
    outline: none;
    cursor: pointer;
    /* position: relative; */
    z-index: 2;
}

.loginType2 {
    display: none;
}



.tip {
    border-bottom: 1px solid red;
}

.tipText {
    font-weight: bold;
    color: red;
    font-size: 14px;
}

.layer {
    display: none;
    border-radius: 5px;
    position: absolute;
    left: calc(50% - 175px);
    width: 350px;
    height: 55px;
    color: #f56c6c;
    line-height: 55px;
    top: 100px;
    padding: 0 20px;
    background-color: rgba(254, 240, 240, 1);
}

.layer #layer_i {
    display: inline-block;
    background: #e86b6a;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}

.dialog {
    display: none;
}

.lightbox {
    width: 100%;
    z-index: 9999;
    height: 100%;
    background-color: #000;
    filter: alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tanchuang_content {
    width: 460px;
    height: 229px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    z-index: 99999;
    left: calc(50% - 230px);
    top: calc(50% - 114.5px);
}

.tanchuang_title {
    padding: 0 19px;
    height: 51px;
    line-height: 51px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    border-bottom: 1px solid rgba(248, 248, 248, 1);
}

.tc_tip {
    font-size: 14px;
    color: #333;
    padding: 15px 40px;
    line-height: 24px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}