.lo_cen {
    background: url(../images/re_bac.jpg)no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 850px;
    padding-top: 131px;

}

.enroll_con {
    width: 560px;
    height: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 39px 60px 55px;
    margin: 0 auto;
}

.enroll_con h2 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}

.enrol_ul>ul>li {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
}

.enrol_ul>ul>li input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 3px;
    padding: 0 20px;
    color: #A3A3A3;
    font-size: 16px;
}

.enrol_ul>ul>li input::-webkit-input-placeholder {
    color: #A3A3A3;
}

.en_yan {
    font-size: 0;
}

.enrol_ul>ul .en_yan input {
    width: 68%;
}

.en_yan button {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(242, 242, 242, 1);
    border-radius: 3px;
    font-size: 16px;
    color: #D00B3C;
    border: none;
    cursor: pointer;
}

.en_a a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(208, 11, 60, 1);
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}

.en_yue {
    margin-top: 20px;
    font-size: 14px;
    color: #4C4C4C;
}

.en_yue a {
    color: #D00B3C;
}

.lo_header {
    background: #fff;
}