.block_mask{
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    position:fixed;
    top:0;
    left:0;
    z-index: 111;

}
.block_enroll_box{
    display:none;
    width: 1200px;
    background: #fff;
    overflow: scroll;
    z-index: 9999;
    position: fixed;
    left: 50%;
    margin-left: -600px;
    height: 680px;
    top: 45%;
    margin-top: -300px;
}

.block_enroll_box1{
    display:none;
    width: 1200px;
    background: #fff;
    overflow: scroll;
    z-index: 9999;
    position: fixed;
    left: 50%;
    margin-left: -600px;
    height: 680px;
    top: 45%;
    margin-top: -300px;
}
.enroll_table{
    width:1000px;
    margin:50px auto;
    border:1px solid #ececec;
    border-collapse: collapse;

}
.enroll_table td{
    border:1px solid #ececec;
    padding:10px;
}
.enroll_table td>span {
    display: inline-block;
    width: 120px;
}
.jg_select select{
    margin-left:30px;
}

.wh_options{
    display:inline-block;
    margin-left:30px;
}
.text_input_box{
    width:590px;
    border:1px solid #f2f2f2;
    padding:6px 10px;
    background:#f2f2f2;
}
.text_input_box textarea,.text_input_box input{
    background:#f2f2f2;
}
.block_enroll_btn{
    width:100px;
    height:30px;
    line-height:30px;
    color:#fff;
    background:#4A90E2;
    text-align:center;
    margin:30px auto;
    border-radius:2px;
    cursor:pointer;

}


/*****闈㈡巿鍩硅鈥斺�斿煿璁�氱煡******/
.block_ms_notice{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,0.6);
}
.ms_notice_box{
    background:#fff;
    color:#4a4a4a;
    padding:40px 60px;
    position:fixed;
    left:50%;
    top:50%;
    width:1200px;
    margin-top:-250px;
    margin-left:-600px;
    line-height:180%;

}
.ms_notice_title{
    font-size:16px;
    margin:16px 0;
    text-align:center;
}
.ms_notice_content p{
    text-indent:2em;
}
/*****闈㈡巿鍩硅鈥斺�斿煿璁�氱煡******/
.timeselect{width: 140px; height: 35px; color: rgb(102, 102, 102); display: inline-block; background-color: rgb(248, 248, 248);}
