.form-section {
    width:100%;
    /*background-color: #fe894b;*/
    /* padding: .3rem 0; */
    margin: 0 auto;
    /* margin-top: .3rem; */
}
.form-section form {
    width:100%;
    margin: 0 auto;
    background-color: #fff;
    padding:30px 0;
    border: 1px solid #eeeeee;
}
.form-section form .name-input {
    font-size: 0;
    width: 80%;
    margin: 0 auto;
    height:76px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom:35px;
}
.form-section form .name-input input {

    border: none;
    outline: none;
    font-size:32px;
    color: #333333;
    margin-left: 30px;
}
.form-section form .tel-input input {

    border: none;
    outline: none;
    font-size:32px;
    color: #333333;
    margin-left: 30px;
}
.form-section form .notice {
    line-height: 24px;
    color: #848484;
    text-align: center;
    width:400px;
    margin:30px auto;
}
.form-section form .submit-button input {
    width:600px;
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #146bb5;
    padding: 15px 0;
    font-size: 32px;
    color: #fff;
    border-radius: 10px;
}
.form-section form .tel-input {
    font-size: 0;
    width: 80%;
    margin: 0 auto;
    height: 76px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
.bm-section {
    padding: 30px 0;
    background-color: #fe894b;
    width:100%;
    border: 1px solid #eeeeee;
    border-top: 0px;
}
.bm-section header {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-bottom:30px;
}
.enroll-section {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    /* margin-top: 10px; */
}
.enroll-section header span {
    float: left;
    font-size: 20px;
    color: #146bb5;
}
.enroll-section header {
    /* border-bottom: 1px solid #d51c20; */
    padding:10px 0;
}
.enroll-section header .name-span {
    width: 148px;
    text-align: center;
}
.enroll-section header .city-span {
    width: 107px;
    text-align: center;
}
.enroll-section header .major-select {
    width:228px;
    text-align: center;
}
.enroll-section header .apply-status {
    width: 140px;
    text-align: center;
}
.enroll-section .name-span {
    width: 148px;
    text-align: center;
}
.enroll-section .city-span {
    width: 107px;
    text-align: center;
}
.enroll-section .major-select {
    width:228px;
    text-align: center;
}
.enroll-section .apply-status {
    width: 140px;
    text-align: center;
}
.enroll-section li span {
    float: left;
}
#enroll-list {
    overflow: hidden;
    height: 200px;
    /* width: 333px; */
    position: relative;
}
#scroll-list {
    height: auto;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#scroll-list li {
    list-style-type: none;
    line-height: 40px;
    text-align: left;
    font-size: 19px;
}
#scroll-list2 li {
    list-style-type: none;
    line-height: 40px;
    text-align: left;
    font-size: 19px;
}
.header{
width: 100%;
    background: #fe894b;
    line-height: 88px;
    font-size: 34px;
}
.header p{
    margin: 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;

}
.img img{
    display:block;
    margin:auto;
}