#jiaschool {

    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    overflow: auto;
    /* background: #eeeeee;
     -ms-touch-action: none;

     /* Prevent the callout on tap-hold and text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Prevent text resize on orientation change, useful for web-apps */
    /* -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
     -ms-text-size-adjust: none;
     -o-text-size-adjust: none;
     text-size-adjust: none;
    */
}

.jiaschool_pox {
    width: 100%;
    position: absolute;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.jiaschool_none {
    width: 100%;
    display: table;
}

.jiaschool_none span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.jiaschool_none span div img {
    width: 84px;
    height: auto;
    margin-bottom: 20px;
}

.jiaschool_none span div p {
    font-size: 15px;
    color: #b4b4b4;
}

/*未付款*/
.lephone {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.tou_pox {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
}

.tou_pox img {
    width: 100%;
    height: auto;
}

.lephone p {
    font-size: 15px;
    color: #333;
    line-height: 30px;
    float: left;
}

.lephone p span {
    margin-left: 5px;
}

.lephone_right {
    float: right;
    font-size: 15px;
    line-height: 30px;
}

.lephone_right img {
    width: 13px;
    height: 16px;
    float: left;
    margin: 4px 3px 3px 0;
}

.wei_form {
    width: 100%;
    margin-top: 12px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
}

.wei_form div {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #555555;
    overflow: hidden;
}

.wei_form dl {
    overflow: hidden;
    padding: 16px 15px 0;
}

.wei_form dl dt {
    font-size: 13px;
    color: #171717;
    float: left;
}

.wei_form dl dd {
    float: right;
    color: #171717;
    font-size: 13px;
    text-align: right;
}

.dingdan_apply {
    padding: 10px 15px;
    background: #fff;
    overflow: hidden;
}

.dingdan_apply_pox {
    overflow: hidden;
    float: right;
}

.dingdan_apply_btn {
    display: block;
    float: left;
    margin-left: 20px;
    color: #333;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #333;
}

.dingdan_apply_btn2 {
    color: #3ea3fe;
    border: 1px solid #3ea3fe;
}

/*提示*/
.alert_sure {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.alert_sure span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tishi_box {
    width: 80%;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin: auto;
}

.ti_p1 {
    font-weight: bold;
    line-height: 30px;
    font-size: 17px;
    color: #333;
    padding: 10px 0;
}

.ti_p2 {
    color: #333;
    font-size: 15px;
}

.tishi_btn_box {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    border-top: 1px solid #e5e5e5;
}

.tishi_btn {
    text-align: center;
    font-size: 15px;
    color: #3ea3fe;
    line-height: 40px;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    font-weight: bold;
}

.tishi_btn2 {
    border-right: 1px solid #e5e5e5;
}

.none {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.all_apply {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: #3ea3fe;
    padding: 10px 15px;
}