.lo_cen {
    background: url("../images/lo_bac.jpg")no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 800px;
    padding-top: 186px;
}

.lo_data {
    width: 850px;
    height: 420px;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
}

.lo_data_fl {
    padding: 90px 30px 0;
}

.lo_data_fr {
    border-left: 1px solid #EBEBEB;
    height: 420px;
    width: 370px;
    padding: 42px 30px 0 39px;
    position: relative;
    overflow: hidden;
}

.lo_login h1 {
    margin-bottom: 29px;
}

.lo_login h1 em {
    font-size: 20px;
    color: #000000;
}

.lo_login h1 a {
    font-size: 12px;
    color: #D00B3C;
    margin-top: 8px;
}

.lo_input>ul>li {
    width: 100%;
    margin-bottom: 20px;
}

.lo_input>ul>li input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 2px;
    font-size: 12px;
    color: #8F8F8F;
}

.lo_input>ul>li input::-webkit-input-placeholder {
    color: #8F8F8F;
}

.lo_a a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(208, 11, 60, 1);
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

.lo_forgit {
    padding: 18px 0;
    border-bottom: 1px solid #E5E5E5;
    text-align: right;
}

.lo_forgit a {
    font-size: 12px;
    color: #4C4C4C;
    margin-left: 7px;
}

.lo_forgit a:first-child {
    color: #D00B3C;
}

.lo_ti {
    color: #585858;
    font-size: 12px;
    line-height: 20px;
    padding-top: 16px;
}

.lo_ban {
    position: absolute;
    /* bottom: 0;
    right: 0; */
    bottom: 1px;
    right: -30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.pass_sao .lo_ban{
    bottom: 0;
}

.lo_erlo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    background: rgba(153, 153, 153, 1);
}

.lo_bor {
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

.lo_input>ul .lo_in_xiu {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 2px;
    font-size: 0;
}

.lo_input>ul .lo_in_xiu input {
    width: 198px;
    border: none;
    height: 33px;
    line-height: 33px;
}

.lo_in_xiu button {
    font-size: 12px;
    color: #A7A7A7;
    width: 100px;
    border: none;
    background: none;
    position: relative;
    line-height: 40px;
    cursor: pointer;
}

.lo_in_xiu button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 1px;
    background: #D1D1D1;
    height: 20px;
}

.lo_login {
    position: relative;
    padding-bottom: 35px;
}

.pass_sao {
    bottom: -100%;
}
.pass_pass{
    right: -150%;
}