/*body {
     background: url('../img/login_5.png') #BCE3E8 no-repeat center top; 
    background: url('../img/login_50.png') #fff8f3 no-repeat center top;
}*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    list-style: none;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

a,
button,
img {
    cursor: pointer;
    display: block;
}

.flo {
    float: left;
}

.loginBox {
    width: 1460px;
    height: 760px;
    background: url(../img/login-bg.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -380px 0 0 -730px;
    box-shadow: 0 0 20px #be2810;
}
.loginBoxTalent {
    width: 1460px;
    height: 760px;
    /* background: url(../img/login_1.png) no-repeat center center #fff; */
    background: url(../img/login_2.jpg) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -380px 0 0 -730px;
    box-shadow: 0 0 20px #be2810;
}
@media screen and (max-width:1366px) {
    .lbT{
        padding: 0 0 0 50px !important;
    }
    .loginBox {
     width: 97%;
     margin-left: 20px;
     left: 0;
    }
}
.lbT {
    height: 100%;
    font-size: 44px;
    position: relative;
    padding: 0 0 0 40px;
    color:#be2810;
}

.lbTt {
    font-weight: 100;
    line-height: 120px;
}

.lbTb {
    position: absolute;
    bottom: 30px;
    /* width: 100%; */
    font-weight: 100;
}

.lbTb div {
    height: 60px;
    font-size: 48px;
}

.lbTb div p {
    font-size: 21px;
    line-height: 18px;
    height: 30px;
    line-height: 40px;
}

.loginFom a {
    display: block;
    height: 115px;
    padding: 35px 0 0;
}

.loginFom a img {
    margin: 0 auto;
}

.loginFom {
    width: 490px;
    position: absolute;
    top: 0;
    right: 20px;
}

.bordFom {
    margin-right: 50px;
    border: 1px solid #a2220e;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
}
::-webkit-input-placeholder{
    background-color: #f0e5e3;
}
.loginBut button {
    width: 100%;
    float: left;
    height: 64px;
    text-align: center;
    background-color: #be2810;
    color: #fff;
}

.loginBut button.cur {
    background-color: #fff;
    color:#be2810;
    font-size: 20px;
}

.sbitBut {
    width: 100%;
    display: block;
    height: 56px;
    color: #fff;
    background-image:linear-gradient(89.87deg,#be2810 0%,#c82f48 50.55%,#edae4e 100%);
    border-radius: 8px;
    text-align: center;
    line-height: 56px;
}

.formBox {
    padding: 10px 35px 20px;
}

.formBox ul {
    padding: 0 0 20px;
}

.formBox li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #a2220e;
}

.formBox li label {
    padding: 8px 13px;
    background: url(../img/login_4.png) no-repeat;
}

.formBox li label.ma {
    background: url(../img/login_3.png) no-repeat;
}

.formBox li input {
    text-indent: 1em;
}

.forZC {
    display: none;
}

.yanM {
    padding: 20px 0 40px;
}

.yanM input,
.yanM span {
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #be2810;
    border: 1px solid #999999;
    float: left;
    display: block;
    text-indent: 1em;
    background-color: #fff;
}

.yanM span {
    text-align: center;
    margin: 0 0 0 20px;
    text-indent: 0;
    width: 200px;
}