@charset "UTF-8";
/*弹出层*/

.paylayer_cover{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    background:rgba(51,51,51,0.1);
}
.paylayer_cover_box{
    position:relative;
    margin:0 auto;
    width:379px;
    height:220px;
    background:white;
    border-radius:12px;
}
.paylayer_cover_box_title{
    height:40px;
    line-height:40px;
    width:100%;
    background:#09aa83;
    font-size:20px;
    text-align:center;
    color:white;
    font-weight:normal;
    border-radius:12px 12px 0 0;
}
.paylayer_cover_box_content{
    padding:15px 22px 0 22px;
    font-size:13px;
    line-height:25px;
    color:rgb(51,51,51);
}
.paylayer_cover_box_button{
    position:absolute;
    left:38.5%;
    bottom:10px;
    width:90px;
    height:30px;
    background:#09aa83;
    color:white;
    line-height:30px;
    text-align:center;
    cursor:pointer;
}
.paylayer_cover_box_button_cover{
    position:absolute;
    bottom:10px;
    left:15%;
    width:70%;
}
#paylayer_cover_box_button_confirm{
    bottom:10px;
    /*width:90px;*/
    width:20%;
    height:30px;
    background:#09aa83;
    color:white;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    float:left;
}
#paylayer_cover_box_button_cancel{
    bottom:10px;
    /*width:90px;*/
    width:20%;
    height:30px;
    background:#09aa83;
    color:white;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    float:right;
}
.school_admin_hide{
    display:none;
}

.school-display{
    margin-left:-10px;
}
.layer_comfir{
    width: 100%;
    /*height: 100%;*/
}
.layer_comfir_contain{
    width: 96%;
    height: 115px;
    padding-left: 2.5%;
    font-size: 13px;
    margin: 0;
    margin-top: 25px;
}
.layer_comfir_button{
    width: 50%;
    height: 48px;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    float: left;
    cursor: pointer;
}
.layer_comfir_b_com{
    background-color: rgba(80,177,248,1);
    color: rgb(255,255,255);
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
