.school_box {
    width: 100%;
    position: absolute;
    top: 50px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.school_p1 {
    padding: 10px 15px;
    font-size: 13px;
    color: #ffba00;
    background: #fff;
    line-height: 20px;
}

.xueyuan {
    font-size: 13px;
    color: #333;
    line-height: 30px;
    padding: 5px 15px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.school_form {
    padding: 0px 15px;
    background: #fff;
}

.school_form_dl {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f9;
    padding: 5px 0;
}

.school_form_dt {
    width: 70px;
    font-size: 15px;
    color: #333;
    float: left;
    line-height: 30px;
}

.school_form_dd {
    float: left;
    overflow: hidden;
    position: relative;
}

.school_form_dd input {
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    color: #999;
}

.forget_inp_a {
    width: 80px;
    font-size: 13px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: #3F8DF7;
    text-align: center;
    display: block;
    border-left: 1px solid #EDEDED;
}

.hui {
    color: #ed3434;
}

.sub {
    width: 100%;
}

.sub a {
    display: block;
    line-height: 45px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    background: #1ab3e9;
    text-align: center;
    margin: 20px 0;
}

.tishi_p {
    font-size: 13px;
    color: #999;
    text-align: center;
    padding: 20px 0 10px;
}

.lianxi {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    background: #fff;
}

.lianxi a {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    border-right: 1px solid #f1f1f1;
    text-align: center;
    display: block;
    padding: 14px 0;
    font-size: 14px;
    color: #333;
    line-height: 16px;
}

.zixun {
    width: 80px;
    margin: auto;
    overflow: hidden;
}

.lianxi a img {
    width: 20px;
    height: 16px;
    float: left;
}

.tonghua {
    font-size: 13px;
    color: #1ab3e9;
    text-align: center;
}


/*报名成功*/

.success_box {
    padding: 20px 0;
    background: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    overflow-y: scroll;
    overflow: hidden;
    width: 100%;
}

.success_box img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 10px auto 20px;
}

.success_box p {
    font-size: 20px;
    text-align: center;
    color: #333;
    font-weight: 600;
    margin: 10px 0;
}

.alert_back {
    width: 230px;
    overflow: hidden;
    margin: 20px auto;
}

.alert_a1 {
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #1ab3e9;
    display: block;
    text-align: center;
    color: #1ab3e9;
}

.alert_a2 {
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #1ab3e9;
    display: block;
    text-align: center;
    color: #fff;
    background: #1ab3e9;
}