*{
    font-family: "Helvetica Neue";;
}
#personDiv::-webkit-input-placeholder,#identityDiv::-webkit-input-placeholder{
    font-size: 12px;
    color:#bbb !important;
}
#personDiv:-moz-placeholder,#identityDiv:-moz-placeholder{
    font-size: 12px;
    color:#bbb !important;
}
#personDiv::-moz-placeholder,#identityDiv::-moz-placeholder{
    color:#bbb !important;
    font-size: 12px;
}
#personDiv:-ms-input-placeholder,#identityDiv:-ms-input-placeholder{
    color:#bbb !important;
    font-size: 12px;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input::-ms-clear {
    width : 0;
    height: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.check0{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../../images/check0.png") no-repeat;
    background-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}
.check1{
    background: url("../../images/check1.png") no-repeat;
    background-size: 14px;
    vertical-align: middle;
}
ul{
    list-style: none;
}
.inputText::-webkit-input-placeholder{
    color:#333;
}
.inputText:-moz-placeholder{
    color:#333;
}
.inputText::-moz-placeholder{
    color:#333;
}
.inputText:-ms-input-placeholder{
    color:#333;
}

#startdate::-webkit-input-placeholder,#enddate::-webkit-input-placeholder{
    color:#ccc;
}
#startdate:-moz-placeholder,#enddate:-moz-placeholder{
    color:#ccc;
}
#startdate::-moz-placeholder,#enddate::-moz-placeholder{
    color:#ccc;
}
#startdate:-ms-input-placeholder,#enddate:-ms-input-placeholder{
    color:#ccc;
}
body{
    background: #f0f0f0 !important;
}
.fc-header tbody tr:hover{
    background-color:#f0f0f0 !important;
}

.hideDOM {
    display: none !important;
}

tbody tr:hover{
    background: #e5e5e5 !important
}

thead td {
    background: #f5f5f5;
    text-align: center;
    color: #999;
}
tbody tr {
    text-align: center;
    color: #333;
}

/*暂无记录*/
.dontHaveList{
    line-height: 200px;
    color: #999;
    margin: 0;
    text-align: center;
    font-size: 12px;
    background: #fff;
}

.dontHaveListBox {
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: center;
    -moz-justify-content: center;
        justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    width: 100%;
    background: #fff;
}

.dontHaveListBox>img{
    width: 136px;
    height: 124px;
    display: block;
    margin: 0px auto;
    margin-bottom: 16px;
}

/*努力加载中*/
.loading{
    position:absolute;
    z-index: 10000;
    left:50%;
    top:50%;
    margin-top:-27.5px;
    margin-left:-40px;
}
.loading>p,.loading1>p{
    color: #1ba3e4;
}
.loading1{
    position:absolute;
    z-index: 10000;
    left:50%;
    top:50%;
    margin-top:-27.5px;
    margin-left:-40px;
}
#PageLoadingEffect{
    height: 25px;
    width: 25px;
    border-radius: 100%;
    margin:0 auto;
    border: 2px solid #1ba3e4;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
    margin-bottom:8px;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
#masklayer{
    position:fixed;
    z-index:13;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.44);
}

/*顶部菜单栏*/
.center-list {
    position: fixed;
    top: 98px;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
}
.top_list{
    width: 1214px;
    /*height: 0;*/
    /*margin: 5px auto 12px;*/
    margin:0px auto 0px;
    position: relative;
    z-index: 10;
    padding: 16px 0 16px 15px;
    font-size: 0;
}
.top_list>div{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
}
.inputBtn{
    outline: none;
    border-radius: 2px;
    width: 80px;
    height: 32px !important;
    line-height: 30px !important;
    background: #1ba3e4;
    border: 1px solid #1ba3e4;
    color: #fff;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 10px;
}
.inputBtn:hover{
    background: #5bbdec;
    border: 1px solid #5bbdec;
}
.boldVal{
    font-weight: 700;
}
.inputText{
    outline: none;
    position: relative;
    width: 120px;
    height: 32px;
    background: #fff url('../../images/xiala_sanjiao.png') no-repeat 100px center;
    background-size: 10px 7px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
    padding: 0 20px 0 10px;
    cursor: pointer;
}
.inputTextUl{
    display: none;
    position: absolute;
    z-index: 1000;
    top: 33px;
    left: 0px;
    border-radius: 4px;
    width: 120px;
    max-height: 242px;
    border: 1px solid #dcdfe6;
    background: #fff;
    overflow-y: auto;
    padding: 8px 0;
    box-shadow: rgba(0, 0, 0, 0.098) 1px 3px 6px;
}
.inputTextUl>li{
    position: relative;
    height: 30px;
    line-height: 28px;
    padding-left: 10px;
    font-size: 12px;
    cursor: pointer;
    padding-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    list-style: none;
}
.inputTextUl>li.active{
    background-color: #E8F5FC;
    /*color: white;*/
}
.inputTextUl>li.normal:hover{
    background-color: #E8F5FC;
}
.top_list>.listStatusWrap{
    display: inline-block;
}
/*.pinHole{*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    bottom: -32px;*/
/*    width: 120px;*/
/*    height: 30px;*/
/*    background: #ffab57;*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*    border-radius: 4px;*/
/*    text-align: center;*/
/*    line-height: 28px;*/
/*}*/
/*#pin_unconfirmed{*/
/*    display: inline-block;*/
/*    min-width: 24px;*/
/*}*/
/*.pinRect{*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: -4px;*/
/*    transform: rotate(45deg);*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: #ffab57;*/
/*    border-width: 1px;*/
/*    border-style: solid;*/
/*    border-color: rgba(220, 223, 230, 1);*/
/*    border-right: 0px;*/
/*    border-bottom: 0px;*/
/*}*/
/*视图切换*/
#borderTop{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: #1ba3e4;
    height: 3px;
    width: 110px;
}
#paikeBgPic{
    position: absolute;
    bottom: -14px;
    left: -5px;
    z-index: 3;
    width: 120px;
    /*border-style: solid;*/
    /*border-width: 9px;*/
    /*border-color: #fff #fff transparent transparent;*/
    /*transform: rotate(135deg);*/
    /*box-shadow: 2px -2px 3px rgba(0,0,0,0.1);*/
}
.viewChangeDiv{
    margin: 0 10px 0 20px;
    vertical-align: middle;
    /*-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);*/
    font-size: 0;
}
.viewChangeDiv>div{
    display: inline-block;
    z-index: 10;
    width: 110px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    /*font-weight: 700;*/
    color: #1ba3e4;
    cursor: pointer;
    padding-left: 16px;
}
.viewChangeDiv>.calendarView.active{
    background-image: url(../../images/rili_n.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 16px center;
    border-right: 1px solid #f7f7f7;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    z-index: 9;
    /*border-top:3px solid #1ba3e4;*/
}
.viewChangeDiv>.calendarView.normal{
    background-image: url(../../images/rili_u.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 16px center;
    border-right: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    color: #888;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    /*border-top:3px solid #f7f7f7;*/
}
.viewChangeDiv>.listView.active{
    background-image: url(../../images/list_n.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    z-index: 9;
    /*border-top:3px solid #1ba3e4;*/
}
.viewChangeDiv>.listView.normal{
    background-image: url(../../images/list_u.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-color: #f7f7f7;
    color: #888;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    /*border-top:3px solid #f7f7f7;*/
}
.viewChangeDiv>div>span{
    vertical-align: sub;
    position: relative;
    z-index: 99;
}

.exportDiv .switchModelButton {
    text-align: left;
    text-indent: 30px;
    margin-left: auto;
    margin-right: 10px;
    /*width: 145px;*/
    height: 32px;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #dedfe6;
    padding-right: 10px;
    /*background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADz0lEQVRYCb3XSUslMRQF4Pr/P0Sc59mV4rASBxwWulVX4gAOOKX5AucRikaa7n4G8pJK3XvPuUNSed3b21vR3t/fy9fXV51/fn6Wj4+POs/Py8tLubq6KoeHh2Vzc7Osra2VlZWV2tfX18vW1lY5Ojoq19fX5fX1NWp1ZItNzdhidhaBpyERYYoPDw8VdHl5uSwuLlZg84WFhbK0tFTX5ufn6xyhrB8cHJT7+/uBbTbjIKyQ6AIe0IzWT09Pq2EAjO/t7ZXLy8tye3tbvSSr89iad2RaIicnJwMSIdBidFnEyot4Lcyzs7OVwNnZWXl6ekqQBmMb2sFiKeX5+bmcn58XkWKDLZHsy8OuKTDRCTw+PlZFodzZ2anGwhhIZFtAczKtHFuIsMEWMmxbb210rSKWBBXV/v5+FY5xKWkB+gTyDEB+jZqRLTbVDAyNLe+6CAIQKmwppPVBwz4R67+PnpFMGpts2y2pu0qAgImCky8hCyljCxhj343kkdIzJw90e3u7zM3NVaxg1BoQFuHR5U2LgYDFm7u7u2KLbWxsVI94ZW7NOy2y0U2U2IYhzTDJVQIOF1tNtYd9ayg5JTcxMVFlp6en69yzOX1zMrzLPg8ZazoMpMlpnRMOI3s3W61VZoCi8AVsbGxsQCLg1kKKLB26IZC8w4AnEs6PzvHqhHOApCVkeY7naoSnk5OTtV6mpqaKbt2ad+aJBP0QaMfd3d0aBcd2x7hz3SmmBTwK8srgzMxMBRgZGamFBBiobq64vEOCLJ1+TcTmxcVFWV1drd+OztYTEkfp7wgoLkbHx8crGCARC6hnc2vmCJGlQ1cLcEZYMGF3vFcU/S9YhFV48iy8wPTR0dHqKW/Ns5400aHbEqgPpVQsmLA7xacghF7hpGVOMMUHhIc8TZiTnnhPJsVIV4stczicy3b8EQKpKwSA61ImDT+SghqG5ke61UhNwU8UYbATCUUoAr4LQ9+GKWYkQsA2VHvHx8fDP4gC2hJxEEnBzc3N8I/iEMhR7IPEeymoR7HQOA0xGvbHCAlXNdszh9SPfI4T/nyIbD83Zq0ScFD8rwsJowDTcwgZXXaclLCy/s9XMoYCFk+ra03Ve86VzLZPPdD975dSRQcgxQckl1Khby+lZGoK4gHhv72Wx0br/R9dy9uwYYQElkIlXz4a3/0xId9vio0OXTbYYpNsIkMH9tD+mtnWCCi45DzgGa3XFEQgrCKQaDgn5M/h4QNibi8D0M2teZevHJ14zS6bbbSD2eUCaiEChPuh/e7vOWBhBuqOSbZtbehhBBz2L2LEhzvn82AsAAAAAElFTkSuQmCC') left 10px center no-repeat white;*/
    background: url("../../images/shezhi_b.png") left 10px center no-repeat white;
    background-size: 13px 11px;
    color: #3e3e3e;
    font-size: 12px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.exportDiv .switchModelButton:hover {
    color: #1ba3e4;
    border: 1px solid rgba(27,163,228,0.40);
}
.top_list>.exportDiv{
    float: right;
    margin-right: 0;
}
.top_list>.timeRange{
    font-size: 0;
}
.timeRange>input{
    display: inline-block;
    vertical-align: top;
}
.laydate-prev-m {
    background: url(../../images/prevTime.png) no-repeat 2px !important;
}
.laydate-next-m {
    background: url(../../images/nextTime.png) no-repeat 2px !important;
}
.laydate-prev-y, .laydate-prev-m, .laydate-next-y, .laydate-next-m {
    height: 22px;
    width: 12px;
    border: 1px solid #e5e5e5;
}
.layui-icon {
    width: 12px;
    height: 20px;
    top: 15px !important;
}
.laydate-prev-y {
    background: url(../../images/prev-y.png) no-repeat 2px !important;
}
.laydate-next-y {
    background: url(../../images/next-y.png) no-repeat 2px !important;
}




#startdate{
    outline: none;
    width: 118px;
    height: 32px;
    text-align: center;
    background: #fff url(../../images/xiala_sanjiao.png) no-repeat 100px center;
    background-size: 10px 7px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: none;
    border-radius: 2px 0 0 2px;
    font-size: 12px;
    cursor: pointer;
    color: #333;
}
#enddate{
    outline: none;
    width: 118px;
    height: 32px;
    background: #fff url(../../images/xiala_sanjiao.png) no-repeat 100px center;
    background-size: 10px 7px;
    padding-right: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: none;
    border-radius: 0 2px 2px 0;
    font-size: 12px;
    cursor: pointer;
    color: #333;
    padding-top:1px;
}
.dashed{
    outline: none;
    width: 26px;
    height: 32px;
    text-align: center;
    border-top: 1px solid #dcdfe6;
    border-bottom: 1px solid #dcdfe6;
    border-left: none;
    border-right: none;
    font-size: 12px;
    color: #666;
}
.top_list>.piliangConfirmDiv{
    display: inline-block;
    /*vertical-align: middle;*/
    position: absolute;
    right: 80px;
}
#piliangConfirm{
    outline: none;
    width: 110px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    background: #fff url("../../images/piliangConfirm.png") no-repeat 6px center;
    padding-left: 20px;
    color: #666;
    font-size: 12px;
}
.export{
    outline: none;
    font-size: 12px;
    color: #666;
    width: 80px;
    height: 32px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
}
.export:hover{
    color: #1ba3e4;
    border: 1px solid rgba(27,163,228,0.40);
}
.export.list{
    /*padding-right: 10px;*/
}

#exportType{
    display: none;
    position: absolute;
    top: 32px;
    right: 0px;
    width: 110px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dcdfe6;
    /*padding: 8px 0;*/
    text-align: right;
}
#exportType>li{
    padding: 0 4px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    background: #fff url(../../images/ico_out_n.png) no-repeat 4px center;
}
#exportType>li:first-child{
    border-bottom: 1px solid #ddd;
}
#exportType>li:hover{
    color: #1ba3e4;
    background: white url(../../images/ico_out_p.png) no-repeat 4px center;
}

/*日历插件的样式*/
.fc-state-default.fc-corner-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    line-height: 28px;
}
.fc-button-month {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-left: 4px;
}
.fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay {
    height: 30px !important;
    line-height: 28px !important;
    color: #666;
    border: 1px solid #e5e5e5;
    width: 40px;
    background-color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    text-align: center;
}
.fc-button-agendaDay {
    border: 1px solid #e5e5e5 !important;
}
.fc-button {
    display: inline-block !important;
    margin-top: 15px !important;
    padding: 0 !important;
}
.fc-button-next, .fc-button-prev {
    border: 0 none;
    background: none;
    box-shadow: none;
    color: #1BA3E4;
}
.fc-header-title {
    height: 30px;
    line-height: 60px;
}
.fc-header{
    margin-bottom: 6px;
}
.fc-state-default.fc-corner-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    line-height: 28px;
}
.fc-state-default.fc-corner-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
}
.fc-widget-header {
    font-size: 12px;
    background: #fff;
    font-weight: normal;
}
.fc-header-center .fc-state-active {
    color: #fff;
    background-color: #1BA3E4;
    outline: 0;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}
.fc-header-center {
    float: right;
    margin-right: -171px;
    text-align: right !important;
    margin-top: -1px;
}
.fc-button-month:hover, .fc-button-agendaWeek:hover, .fc-button-agendaDay:hover {
    background: #e6e6e6;
}
.fc-header-title h2 {
    display: inline-block;
    width: 114px;
    height: 56px;
    line-height: 56px;
    margin: 0px;
    font-size: 12px;
    text-align: center;
}
thead .fc-widget-header {
    height: 35px;
    line-height: 33px;
    background: #fff;
    font-size: 12px;
    color: #333;
}
.fc-event, .fc-event-vert {
    cursor: pointer;
    overflow: hidden;
}
.fc-event {
    color: #fff;
    text-align: left;
    padding-left: 4px;
    border-top: 1px solid #666;
    border-top-width: 1px !important;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 5px solid #666;
    border-left-width: 5px !important;
    min-height: 20px !important;
    border-radius: 2px !important;
    margin-top: 2px;
}
.fc-content{
    background: #fff;
    margin-top: -6px;
}


/*日历视图*/
.calendarWrap{
    position: relative;
    z-index: 0;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
#calendar {
    position: absolute;
    width: 100%;
    top: -37px;
    margin-left: 7px;
}
#today{
    display: none;
    width: 40px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    border-radius: 2px;
    outline: none;
    position: absolute;
    z-index: 10;
    right:90px;
    top: 13px;
    background-color: #fff;
    font-size: 12px;
    /*background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
    color: #666;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}
#today:hover{
    background: #e6e6e6;
}
/*日历单元格新增排课*/
#affirmAddCourseDiv{
    position: fixed;
    z-index: 13;
    top: 50%;
    left: 50%;
    margin-left: -189px;
    width: 378px;
    background: #fff;
    border-radius: 4px;
    font-size: 0px;
    padding: 43px 20px 30px 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.affirmAddCourseCenter{
    text-align: center;
}
.affirmAddCourseCenter h2{
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: bold;
}
.affirmAddCourseCenter p{
    font-size: 14px;
    color: #666;
    margin: 26px 0 6px 0;
}
.affirmAddCourseCenter div{
    font-size: 12px;
    margin-bottom: 16px;
}
.ico-time{
    margin-right: 4px;
}
.affirmAddCourseFoot{
    text-align: center;
}

element.style {
    margin-top: 18px;
    margin-right: 14px;
}

/*筛选弹窗*/
#showTeachersDiv,#showClassroomsDiv,#showClassesDiv,#showCoursesDiv,#showStudentsDiv{
    display: none;
    position: fixed;
    z-index: 12;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    width: 760px;
    background: #fff;
    border-radius: 4px;
    font-size: 0px;
    padding: 0 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.headDiv{
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
}
.head-l {
    float: left;
    height: 54px;
    line-height: 54px;
}
.head-l span{
    color: #727272;
    font-size: 18px;
}
.head-r{
    float: right;
    cursor: pointer;
    height: 54px;
    line-height: 54px;
}
.searchTea, .searchClass, .searchClasses, .searchStd, .searchCou{
    position: relative;
    margin: 14px 0 4px 0;
}
.searchTea>img, .searchClass>img, .searchClasses>img, .searchStd>img, .searchCou>img{
    position: absolute;
    left: 115px;
    top: 8px;
}
.clearContent{
    display: none;
    left: 102px !important;
    top: 12px !important;
    cursor: pointer !important;
}
#searchTeacher, #searchClassroom, #searchClasses, #searchStudents, #searchCourses{
    padding: 0 34px 0 10px;
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    outline: none;
    font-size: 12px;
    overflow: hidden;
}
#showTeachersTable tr,#showClassroomsTable tr,#showCoursesTable tr,#showClassesTable tr,#showPersonsTable tr{
    height:40px;
    line-height: 40px;
    text-align: center;
}
.labaDes{
    float: left;
    /*margin-top: 26px;*/
    display: inline-block;
    line-height: 30px;
}
.labaDes>span{
    vertical-align: middle;
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}
.footClass{
    height: 30px;
    text-align: right;
    margin: 10px auto;
}
.querenBtn{
    display:inline-block;
    width: 70px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    background: #1ba3e4;
    outline: none;
    border: none;
    border-radius: 3px;
    cursor:pointer;
    text-align:center;
    line-height:30px;
    margin-left: 20px;
}
.querenBtn:hover{
    background: #5bbdec;
}
.quxiaoBtn{
    display:inline-block;
    width: 70px;
    height: 30px;
    border: 1px solid #dcdfe6;
    color: #666;
    outline: none;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    cursor:pointer;
    text-align:center;
    line-height:28px;
}
.quxiaoBtn:hover{
    border: 1px solid #1ba3e4;
    color: #1ba3e4;
}
.removeTdBtn{
    display: inline-block;
    width: 46px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    background: #ff7979;

    margin-left: 10px;
}
.editinfo{
    color:#fff;
    display: inline-block;
    width: 60px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    background: #1ba3e4;
    cursor: pointer;
    text-align: center;
}
.editinfo:hover{
    background: #5bbdec;
}
.shorteditinfo{
    display: inline-block;
    width: 40px;
    height: 25px;
    line-height: 25px;
    background: #1ba3e4;
    color:#fff;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}
.shorteditinfo:hover{
    background: #5bbdec;
}
.stuHeader {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
.ellipsis{
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.shortdelinfo{
    display: inline-block;
    width: 40px;
    height: 25px;
    line-height: 25px;
    color:#fff;
    border-radius: 3px;
    background: #ff7979;
    cursor: pointer;
    margin-left: 10px;
}

/*删除筛选表格的二次确认弹窗*/
#deldiv{
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -166px;
    width: 332px;
    background: #fff;
    border-radius: 4px;
    padding: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*排课的二次确认框*/
#delSureCourse{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -154px;
    margin-top:-95px;
    background: #fff;
    border-radius: 6px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*列表*/
.courseList table .textLeft{
    text-align: left !important;
}
.courseList table .paddingLeft30{
    padding-left: 30px !important;
}
.courseList table thead tr td {
    height: 44px;
    font-size: 12px;
    text-align: left;
    background: #f5f5f5;
    color: #666;
    position: relative;
    font-weight: 600;
    /*border-bottom: 1px solid #eee;*/
}
.courseList tbody tr td{
    height: 44px;
    text-align: left;
    font-size: 12px;
    font-family: "Helvetica Neue";
    /*color: #888;*/
    /*font-family: "microsoft YaHei","pingfang SC";*/
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.courseList tbody .alreadyConfirm td{
    color: #bebebe;
}
.forlongname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    cursor: default;
    padding-right:28px;
}
.clamp{
    width: 130px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    cursor: default;
}
.tableWrapDiv{
    margin: 0px auto 0px;
    padding-left: 17px;
}
#tableWrap{
    width: 1202px;
    margin: 0 auto;
    border-radius: 4px;
    background: #fff;
    padding:10px;
}
.courseList tbody .cuurseCaozous {
    position: relative;
    text-align: left;
}

.cuurseCaozous>a {
    padding: 0 5px;
    cursor: pointer;
    margin-right: 8px;
    width: 66px;
}
.rect{
    position: absolute;
    top: -6px;
    left: 23px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(220, 223, 230, 1);
    border-right: 0px;
    border-bottom: 0px;
}
.cuurseCaozous>ul{
    display: none;
    position: absolute;
    top: 40px;
    right: -6px;
    z-index: 1000;
    background: #fff;
    width: 60px;
    border-radius: 3px;
    padding: 8px 0;
    border: 1px solid #dcdfe6;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
}
.cuurseCaozous>ul>li{
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    text-align: center;
}
.cuurseCaozous>ul>li:hover{
    background: #1ba3e4;
    color: #fff;
}

.alreadyCourseConfirm{
    margin-right: 8px;
    display: inline-block;
    line-height: 24px;
    width: 64px;
    height: 24px;
    border-radius: 3px;
    background: #e9fcf2;
    color: #18b86c;
    /*box-shadow: 1px 1px 0px rgba(162, 242, 204, 1);*/
    text-align: center;
}
.alreadyCancel{
    display: inline-block;
    margin-right: 8px;
    line-height: 24px;
    width: 64px;
    height: 24px;
    border-radius: 3px;
    background: #f2f2f2;
    color: #999;
    /*box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);*/
    text-align: center;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.149019607843137);
    cursor: not-allowed;
}
.alreadyCancelText{
    display: inline-block;
    margin-right: 8px;
    line-height: 24px;
    width: 58px;
    height: 24px;
    background: transparent;
    color: #1ba3e4;
    text-align: center;
}
.cuurseCaozous .operation ul{
    display: none;
    position: absolute ;
    top: 40px ;
    right:2px ;
    width:90px ;
    height:84px ;
    background-color: #fff ;
    border-radius: 2px ;
    padding: 10px 0 ;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.20) ;
    z-index: 1 ;
    border: 0 ;
}
.cuurseCaozous .operation ul li{
    width: 90px ;
    height: 32px ;
    line-height: 32px ;
    text-align: center ;
    font-size: 12px ;
    background-color: #fff ;
    color: #333 ;
    cursor: pointer ;
}
.cuurseCaozous .operation ul li:hover{
    background-color: #E8F5FC ;
}
.courseConfirm{
    display: inline-block;
    line-height: 26px;
    padding: 0 6px;
    margin-right: 8px;
    height: 26px;
    border-radius: 2px;
    background: #1ba3e4;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.courseConfirm:hover {
    /*background: #dbeeff;*/
}

.courseEndConfirm{
    display: inline-block;
    line-height: 24px;
    padding: 0 6px;
    margin-right: 8px;
    height: 24px;
    border-radius: 3px;
    background: #fff;
    color: #999;
    -webkit-box-shadow: 1px 1px 0px rgba(153, 153, 153, 0.0784313725490196);
    text-align: center;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.149019607843137);
    cursor: pointer;
}
.courseEdit{
    display: inline-block;
    line-height: 24px;
    width: 42px;
    height: 24px;
    border-radius: 3px;
    background-color: #eef7ff;
    color: rgb(24,150,208);
    box-shadow: rgb(167,232,241) 1px 1px 0;
    text-align: center;
    margin-right: 4px;
    cursor: pointer;
}

.noCourse {
    margin-right: 9px;
    height: 24px;
    line-height: 24px;
    background-color: #F2F2F2;
    color: #999;
    padding: 0 6px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    font-weight: 100;
    font-size: 12px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.149019607843137);
    cursor: not-allowed;
}

.dakaBottom:hover{
    background-color: #dbeeff;
}

.dakaBottom{
    position: relative;
    display: inline-block;
    line-height: 24px;
    width: 44px;
    height: 24px;
    border-radius: 3px;
    background-color: #eef7ff;
    color: rgb(24,150,208);
    box-shadow: rgb(167,232,241) 1px 1px 0;
    text-align: center;
    margin-right: 4px;
    white-space: nowrap;
}

.failure{
    display: inline-block;
    white-space: nowrap;
    background-color: #f2f2f2 !important;
    color: #999 !important;
    cursor: not-allowed !important;
}

#courseSure_page{
    width: 1202px;
    margin: 10px auto 20px;
}
.pubUl{
    display: none;
}




/*下拉li后面的数字*/
.liGrayBgCircle{
    position: absolute;
    top: 6px;
    right: 4px;
    text-align: center;
    background: none;
    border-radius: 9px;
    height: 18px;
    line-height: 16px;
    padding: 0 4px;
}
.liGrayBgCircle>span{
    font-size: 12px;
    color: #333;
}
.liGrayBgCircle>span.active{
    font-size: 12px;
    color: #333;
}

/*日历视图点击单元格弹窗*/
.eventmouseover{
    display: block;
    z-index:9;
    position: absolute;
    width: 264px;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.eventmouseoverHeader{
    position:relative;
    height: 50px;
    background: #1aa5fb;
    padding:0 0 0 20px;
    line-height: 50px;
    border-radius: 4px 4px 0 0;
}
.eventmouseoverHeaderGray{
    position:relative;
    height: 50px;
    background: #c9c9c9;
    padding:0 0 0 20px;
    line-height: 50px;
    border-radius: 4px 4px 0 0;
}
#courseStatus{
    display: inline-block;
    font-size: 12px;
    background: #1584c9;
    color:#fff;
    width: 66px;
    height: 24px;
    border-radius: 4px;
    line-height: 24px;
    margin-left: 54px;
    background-image: url("../../images/xialadown233.png");
    background-repeat: no-repeat;
    background-position: 49px center;
    background-size: 17px 17px;
    padding-left:10px;
    cursor: pointer;
}
#courseStatus:hover{
    background: #1795e2;
    background-image: url("../../images/trangleDao.png");
    background-repeat: no-repeat;
    background-position: 50px center;
}
#courseStatusGray{
    display: inline-block;
    font-size: 12px;
    background: #a1a1a1;
    color:#fff;
    width: 66px;
    height: 24px;
    border-radius: 4px;
    line-height: 24px;
    text-align: center;
    margin-left: 54px;
    cursor: auto;
}
#caozuolist{
    display: none;
    position: absolute;
    padding: 10px 0;
    width: 70px;
    right: 12px;
    top: 42px;
    color: #666;
    line-height: 25px;
    background: #fff;
    list-style: none;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
}
#caozuolist>li{
    cursor: pointer;
}
#caozuolist>li:hover{
    background: #1ba3e4;
    color:#fff;
}
.eventmouseoverBody{
    padding:10px 20px;
}
.eventmouseoverBody>p{
    height: 18px;
    line-height: 18px;
    color:#666;
}
.eventmouseoverBody>p:last-child{
    margin-bottom: 0;
}
.eventmouseoverBody>p>span{
    font-size: 14px;
    color:#666;
    vertical-align: middle;
}
.mgr20{
    margin-right: 20px;
}
#coursetimesection{
    color:#fff;
    font-size: 18px;
    font-weight: bold;
}
.eventBtn{
    outline: none;
    width: 66px;
    height: 24px;
    line-height: 22px;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 5px;
}
.eventBtnEdit{
    background: #1ba3e4;
    color: #fff;
    margin-left: 16px;
}
.eventBtnEdit:hover{
    background: #5bbdec;
}
.failures {
    outline: none;
    width: 66px;
    height: 24px;
    line-height: 22px;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 5px;
    background: #f2f2f2;
    color: #999;
    margin-left: 16px;
    cursor: not-allowed !important;
}
.eventBtnDel{
    background: #ff7979;
    color: #fff;
    margin-left: 16px;
}

/*选择当前还是当前和今后的二次选择框*/
#editDelCourseDiv{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -154px;
    background: #fff;
    border-radius: 6px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.editDelCourseDivCenter{
    padding: 14px 0 30px 26px;
}
.editDelCourseDivCenter>h1{
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: normal;
}
.editDelCourseDivCenter>h1>img{
    margin-right: 6px;
}
.selType{
    margin-top: 10px;
    padding-left: 48px;
    text-align: left;
}
.selType>div{
    margin-top: 16px;
    color: #666;
    font-size: 14px;
}
.selType>div>input[type=radio]{
    vertical-align: sub;
    margin-right: 6px;
    outline: none;
}
.editDelCourseDivFoot{
    padding: 0 14px 14px 48px;
    text-align: right;
}
.editDelCourseDivFoot>input{
    width: 66px;
    height: 26px;
    outline: none;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

/*关闭排课的二次确认框*/
#closeCourseDiv{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -154px;
    margin-top:-95px;
    background: #fff;
    border-radius: 6px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newAddCourseCenter>p{
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.newAddCourseFoot{
    margin-bottom: 20px;
}
/*排课时间段选择*/
.layui-laydate-content .laydate-time-list > li {
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    margin: 3px 0;
    position: relative;
    text-align: center;
    width: 50%;
}
.laydate-time-list > li:last-child{
    display: none;
}
.layui-laydate-content .laydate-time-list ol li {
    cursor: pointer;
    line-height: 30px;
    padding-left: 53px;
    text-align: left;
    width: 130%;
}

/*完课确认*/
#confirmCourseDiv{
    display: none;
    position: fixed;
    width: 650px;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -325px;
    background: #fff;
    border-radius: 4px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#confirmCourseDivHeader{
    height: 60px;
    border-bottom: 1px solid #dcdfe6;
    padding: 0 40px;
    line-height: 58px;
}
#confirmCourseDivHeader>span{
    color: #3e3e3e;
    font-size: 18px;
}
#confirmCourseDivHeader>img{
    float: right;
    cursor: pointer;
    margin-top: 24px;
}

#confirmCourseDivBody{
    padding: 0px 40px 20px;
}
.courseMsg{
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    background: #f8f9fb;
    padding: 10px;
}
.courseMsg>ul>li{
    position: relative;
    display: inline-block;
    width: 32%;
    color: #7E8B9C;
    font-size: 12px;
}
.courseMsg>ul>li>span{
    display: inline-block;
    vertical-align: middle;
}
.courseMsg>ul>li>.blueStyle{
    /*width: 114px;*/
    margin-left: 6px;
    color: #1ba3e4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.extra{
    display: none;
    position: absolute;
    right: 2px;
    top:1px;
    color: #1ba3e4;
}
#confirmCourseDivBody>div{
    position: relative;
    margin: 24px 0;
}
#confirmCourseDivBody>div>span{
    font-size: 14px;
    color: #3e3e3e;
    vertical-align: top;
}
.courseConfirmStatus>p{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    margin: 0 0 0 10px;
    cursor: pointer;
}
.courseConfirmStatus>p>span{
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
    background: #1ba3e4;
}
.notChosenCircle>span{
    display: none;
}
#confirmCourseDivBody>div>.blueFont{
    font-size: 14px;
    color: #1ba3e4;
    margin: 0 20px 0 10px;
}
#confirmCourseDivBody>div>.grayFont{
    font-size: 14px;
    color: #999;
    margin: 0 20px 0 10px;
}

#confirmCourseRemark{
    position: absolute;
    right: 0;
    resize: none;
    width: 500px;
    height: 100px;
    outline: none;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    padding: 10px;
    vertical-align: top;
    color: #666;
    font-size: 12px;
}

#confirmCourseDivFooter{
    height: 60px;
    border-top: 1px solid #dcdfe6;
    padding: 0 40px;
    line-height: 58px;
    text-align: right;
}
#confirmCourseDivFooter>input{
    outline: none;
    width: 70px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.cancelBtn{
    color: #666;
    background: #fff;
    border: 1px solid #dcdfe6;
}
.cancelBtn:hover{
    color: #1ba3e4;
    border: 1px solid #1ba3e4;
}
.confirmBtn{
    margin-left: 20px;
    color: #fff;
    background: #1ba3e4;
    border: 1px solid #1ba3e4;
}
.confirmBtn:hover{
    background: #5bbdec;
    border: 1px solid #5bbdec;
}
.noEditBtn{
    outline: none;
    width: 66px;
    height: 24px;
    line-height: 22px;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    margin-bottom: 20px;
    background: #f2f2f2;
    color: #999;
    margin-left: 15px;
    cursor:not-allowed !important;
}

/*编辑教工样式*/
#addTeaDiv{
    display:none;
    z-index: 999;
    position:fixed;
    top:50%;
    left:50%;
    padding: 20px 40px;
    margin-left: -264px;
    width: 550px;
    background: #fff;
    font-size: 18px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pubHeadDiv {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
}
.head-lf {
    float: left;
}
.head-rgt {
    float: right;
    cursor: pointer;
}
.title {
    width: auto;
    height: 42px;
    padding-top: 18px;
    margin-left: 14px;
    font-size: 14px;
    color: #1ba3e4;
}
.addTeaCenter {
    width: auto;
    height: auto;
    margin: 9px 12px 0 0;
}
.addTeaMsg {
    position: relative;
}
.papers-div {
    position: absolute;
    top: 0;
    right: 25px;
    width: 90px;
    height: 98px;
}
#addTeaDiv .papers-div img {
    width: 90px;
    height: 98px;
    border: 1px solid #e5e5e5;
}
#teaHeadImgs {
    width: 90px;
    height: 98px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-top: -98px;
    z-index: 11;
}
.TeaMsgUl {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin-left: 14px;
}
.TeaMsgUl>li {
    position: relative;
    height: 30px;
    margin-bottom: 5px;
    list-style: none;
}
.TeaMsgUl li>span {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #333;
    font-family: "microsoft YaHei","pingfang SC";
    height: 30px;
    line-height: 30px;
}
.marginRight {
    margin-right: 14px;
}
.TeaMsgUl li input[type=text] {
    float: left;
    height: 28px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    font-size: 12px;
    color: #666666;
    border-radius: 4px;
    margin-left: 5px;
}
#nameTec {
    width: 243px;
}
#tecphoneTec, #ageTec {
    width: 104px;
}
.TeaMsgUl>li>.sex {
    margin-left: 23px;
    float: left;
    margin-right: 9px;
}
.sexb {
    outline: none;
    width: 72px;
    height: 30px;
    float: left;
    position: relative;
}
.newAddSex {
    width: 72px;
    background: url(../../images/ico_arrow_down.png) no-repeat 50px;
    padding-right: 20px;
    cursor: pointer;
}
.sexb>ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 5px;
    z-index: 10;
    width: 74px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
}
.sexb>ul>li {
    background: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #666;
    cursor: pointer;
}
.sexb>ul>li:hover{
    background: #1ba3e4;
    color: #fff;
}
.TeaMsgUl>li>.class {
    width: 348px;
    height: 28px;
    padding-left: 10px;
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    color: #757575;
    border: 1px solid#E5E5E5;
}
#labelJj {
    width: 348px;
}
#college, #jobTec {
    width: 136px;
}
#seniorityTea, #major {
    width: 130px;
}
.teaStyle {
    width: 65px;
    margin-right: 12px;
}
.experience, .prove {
    width: 320px;
}
.creatProve, .creatExe {
    position: absolute;
    top: 6px;
    right: -24px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../../images/jia.png) no-repeat center;
}
.proveUl .deleteProve, .expUl .deleteExe {
    position: absolute;
    top: 6px;
    right: -24px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../../images/cha.png) no-repeat center;
    background-size: 16px 16px;
}
.addTeaDivBtn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.addTeaDivBtn>.pubSureBtn{
    margin-left: 0px;
}
/*教工经历编辑*/
#coverBox {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}
#exeBox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    padding: 20px;
    margin-left: -190px;
    /* margin-top: -100px; */
    background-color: white;
    font-size: 18px;
    border-radius: 4px;
    z-index: 1001;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tit {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.tit-lf {
    float: left;
    font-size: 20px;
}
.tit-rgt {
    float: right;
    cursor: pointer;
}
.exeTime {
    padding: 12px;
    width: 100%;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
}
.exeTime input#strTime {
    margin-left: 10px;
}
.exeTime input {
    width: 120px;
    height: 28px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-image: url(../../images/std_details/time.png);
    background-repeat: no-repeat;
    background-position: 90px center;
    background-size: 15px 15px;
    cursor: pointer;
}
.cont-txt {
    width: 100%;
    text-align: center;
}
.cont-txt textarea {
    width: 322px;
    height: 104px;
    padding: 5px;
    font-size: 14px;
    color: #999;
    text-indent: 15px;
    resize: none;
}
.btns {
    margin-top: 20px;
    text-align: center;
}
.exeSureBtn, .btn-enter {
    width: 120px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    background: #1ba3e4;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.exeCancleBtn, .btn-calcel {
    width: 120px;
    height: 30px;
    border: 1px solid #a9a8a8;
    color: #666;
    outline: none;
    font-size: 14px;
    background: #fff;
    margin-left: 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 5px;
}

/*教室编辑样式*/
.addInputBtn{
    background-repeat: no-repeat;
    background-position: 8px;
    background-color: #1BA3E4;
    color:white;
    text-align: center;
    margin-right: 10px;
    margin-top: 12px;
    border-radius: 3px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.addInputBtn:hover{
    background-color: #5bbdec;
}
#classRoomList {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -203px;
    width: 406px;
    height: auto;
    background: #fff;
    border-radius: 4px;
    padding: 0 18px 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.classRoomListCenter {
    padding: 10px 0;
}
.TeaMsgUl li>span .red {
    color: #e60012;
}
/*编辑课程样式*/
#newClaPackage {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -247px;
    width: 494px;
    background: #fff;
    border-radius: 4px;
    font-size: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 18px;
}
.newClaPackageHead>.head-l span {
    color: #333;
    margin-left: 12px;
    font-size: 18px;
}
.newClaPackageCenter {
    padding: 4px 12px 0 12px;
}
.newClaPackageCenter>ul>li {
    padding: 0;
    margin: 16px 0 0 0;
    list-style: none;
    font-size: 14px;
}
.newClaPackageCenter>ul>li>span {
    font-size: 14px;
    display: inline-block;
    margin-right: 18px;
    text-align: right;
}
.newClaPackageCenter>ul>li>span>b {
    color: #e60012;
    vertical-align: middle;
    margin-right: 2px;
}
.triangle {
    position: relative;
}
#chargetype{
    color: #666;
}
.xialaimg {
    cursor: pointer;
    margin-left: 6px;
    vertical-align: sub;
}
#courselabel {
    width: 114px;
    padding-left: 14px;
    height: 30px;
    border: 1px solid #e5e5e5;
    padding-right: 20px;
    background: url(../../images/ico_arrow_down1.png) no-repeat 92px;
    cursor: pointer;
    margin-right: 48px;
    color: #666;
}
.courselabelul {
    overflow-y: auto;
    background: #fff;
    left: 0;
    width: 114px;
}
.triangleul {
    position: absolute;
    left: -18px;
    top: 28px;
    width: 84px;
    max-height: 100px;
    border: 1px solid #e5e5e5;
    display: none;
    z-index: 2;
}
.triangleul li {
    background: #fff;
    height: 24px;
    line-height: 24px;
    padding-left: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    cursor: pointer;
}
.triangleul li:hover{
    background: #1ba3e4;
    color: #fff;
}
.i-type .triangleul {
    left: -17px;
    top: 26px;
    width: 50px;
    height: 82px;
}
.i-type .triangleul li {
    height: 20px;
    line-height: 20px;
    padding-left: 16px;
}
#claPackCampus {
    width: 114px;
    padding-left: 6px;
    height: 30px;
    /* border: 1px solid #e5e5e5; */
    border: 0;
    padding-right: 20px;
    /* background: url(../../images/ico_arrow_down1.png) no-repeat 92px; */
    cursor: pointer;
}
.newClaPackageCenter>ul>li>input[type=text] {
    height: 30px;
    padding-left: 14px;
    outline: none;
    border: 1px solid #e5e5e5;
}
#cilname-add {
    width: 282px;
}
.altradio {
    background: url(../../images/weixuan.png) no-repeat;
    background-position-y: 5px;
    margin-right: 80px;
    font-weight: normal;
}
.altradiochecked {
    background-image: url(../../images/xuanzhong.png);
}
.singlesel[type=radio] {
    width: 13px;
    height: 13px;
    opacity: 0;
    vertical-align: middle;
    margin: 0;
    margin-right: 8px;
    cursor: pointer;
}
.clalabel>img, .tolltype>img, .chosetea>img, .repetition>img {
    margin: 0 38px 0 6px;
    cursor: pointer;
    vertical-align: sub;
}
.i-type, .i-price {
    font-style: normal;
    margin: 0 6px;
}
.newClaPackageFoot {
    margin: 28px 0;
    text-align: center;
}
/*编辑班级*/
#newAddCla {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    width: 680px;
    background: #fff;
    border-radius: 4px;
    font-size: 0px;
    padding: 0 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.addHead {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
}
.addHeadCenter {
    padding: 0 6px;
}
.claBasicMsg>li {
    margin-top: 15px;
    position: relative;
}
.basic-li-l {
    float: left;
}
.basic-li-r {
    float: right;
}
.basic-li-a {
    float: left;
}
.basic-important {
    color: #000;
    position: relative;
}
.basic-important i {
    position: absolute;
    color: #e60012;
    left: -2px;
    font-style: normal;
}
.basic-label {
    font-size: 14px;
    line-height: 14px;
    color: #333;
    width: 62px;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
}
.basic-input-short {
    width: 200px;
}
.basic-input-long {
    width: 550px;
}
.basic-input {
    padding-left: 14px;
    font-size: 14px;
    height: 30px;
    border: 1px solid #e9e9e9;
    outline: none;
}
#addco-lid {
    cursor: pointer;
}
.selLabelImg {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.addFoot {
    margin: 24px 0;
    text-align: center;
}
.orgLabelLists{
    display: none;
    position: absolute;
    right: 2px;
    top: 32px;
    border: 1px solid #e5e5e5;
    background: #fff;
    z-index: 2;
    width: 166px;
    max-height: 100px;
    overflow-y: auto;
}
.orgLabelLists>li{
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    padding-right: 3px;
    padding-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.orgLabelLists>li:hover{
    background: #1ba3e4;
    color: #fff;
}
/*编辑学员样式*/
#newAddStd {
    width: 982px;
    /* height: 490px; */
    position: fixed;
    z-index: 998;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -481px;
    background: #fff;
    border-radius: 5px;
    font-size: 0px;
    padding: 0 18px;
}
.newAddStdCenter>ul {
    margin: 0;
    padding: 0;
}
.newAddStdCenter>ul>li {
    list-style: none;
    float: left;
    font-size: 14px;
    color: #333;
    margin-top: 18px;
}
.newAddStdCenter>ul>li>span, .namephone>span, .parentInfo>ul>li>p>span {
    display: inline-block;
    margin-right: 14px;
}
.newAddStdCenter>ul>li>span>i, .namephone>span>i, .parentInfo>ul>li>p>span>i {
    color: #e60012;
    font-style: normal;
    vertical-align: middle;
}
.newAddStdCenter input[type=text] {
    outline: none;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    font-size: 14px;
    color: #666;
    height: 30px;
}
#newAddAge, #baomingriqi {
    cursor: pointer;
    background: url(../../images/rili.png) no-repeat 255px center;
    background-size: 16px;
}
.newAddStdCenter .sex {
    border: 1px solid #e5e5e5;
    height: 30px;
    vertical-align: top;
    margin: 0;
    cursor: pointer;
}
.newAddStdCenter .sex .man {
    background: url(../../images/manone.png) no-repeat 6px center;
    color: gray;
    text-align: right;
    display: inline-block;
    width: 54px;
    height: 30px;
    line-height: 30px;
    padding-right: 6px;
    /* border: 1px solid #999999; */
}
.newAddStdCenter .sex .nanren {
    background: url(../../images/mantwo.png) no-repeat 6px center;
}
.newAddStdCenter .sex .woman {
    background: url(../../images/wmanone.png) no-repeat 6px center;
    color: gray;
    text-align: right;
    display: inline-block;
    width: 54px;
    height: 30px;
    line-height: 30px;
    padding-right: 6px;
    /* border: 1px solid #999999; */
}
.newAddStdCenter .sex .nvren{
    background:url(../../images/wmantwo.png) no-repeat 6px  center;
}
.newAddStdCenter>ul>li>div {
    float: left;
    position: relative;
}
#benren, .benren {
    position: absolute;
    max-height: 65px;
    overflow: auto;
    z-index: 10;
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 65px;
    right: 0;
    top: 30px;
    text-align: center;
}
#benren li {
    cursor: pointer;
}
#newAddClaName {
    background: url(../../images/silddown.png) no-repeat 260px center;
    padding-right: 100px;
    cursor: pointer;
}
.stdAddClaList {
    position: absolute;
    width: 150px;
    height: 80px;
    background: #fff;
    z-index: 2;
    left: 0;
    /* left: 52px !important; */
    overflow-y: auto;
    display: none;
    /* margin-left: 24px; */
}
.selectul {
    padding: 0;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow-y: auto;
    position: absolute;
    top: 32px;
    left: 82px;
    width: 58px;
    z-index: 1;
    display: none;
}

.selectul li {
    height: 30px;
    line-height: 28px;
    padding-left: 16px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selectul li:hover {
    color: #fff;
    background: #1ba3e4;
}

.stucamwrap {
    display: inline-block;
    position: relative;
}
#stucampus {
    cursor: pointer;
    background: url(../../images/silddown.png) no-repeat 295px center;
    margin-right: 12px;
    padding-right: 20px;
    color: #666;
    /* margin-left: 15px; */
    /* vertical-align: top; */
}
.campusul {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 250px;
    max-height: 200px;
    background: #fff;
    border: 1px solid #e5e5e5;
    /* left: 84px; */
    top: 30px;
    left: 90px;
    z-index: 1000;
    overflow-y: auto;
    border-radius: 3px;
    /* display: none; */
}
.campusul>li{
    height: 30px;
    line-height: 28px;
    color: #666;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.campusul>li:hover{
    background: #1ba3e4;
    color: #fff;
}
.papers-div {
    position: absolute;
    top: 0;
    right: 25px;
    width: 90px;
    height: 98px;
}
.papers-div img {
    width: 114px;
    height: 114px;
    border: 1px solid #e5e5e5;
}
.djsczjz {
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: -15px;
    z-index: 10000;
    font-size: 12px;
    line-height: 24px;
    background: rgba(33,150,243,0.6);
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    left: 0;
}
#stdHeadImgs {
    width: 114px;
    height: 114px;
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 10;
}
.finishstu {
    height: 34px;
    /* background: #eef7fe; */
    margin-top: 44px;
    border-radius: 2px;
    border-bottom: 1px solid #ddd;
}
.finishstu p {
    line-height: 34px;
    /* color: #1ba3e4; */
    width: 200px;
    background: url(../../images/ziliao.png) no-repeat 8px center;
    font-size: 14px;
    text-indent: 29px;
}
.newAddStdCenter>ul>li {
    list-style: none;
    float: left;
    font-size: 14px;
    color: #333;
    margin-top: 18px;
}
.xuexiao input {
    cursor: pointer;
    background: url(../../images/silddown.png) no-repeat 50px center;
}
#ifbenren {
    cursor: pointer;
    background: url(../../images/silddown.png) no-repeat right center;
    width: 75px;
    display: inline-block;
    height: 30px;
    float: right;
    margin-left: 12px;
    /* background: #1bbfd2; */
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    border: 0 none;
    outline: 0 none;
}
.nianji, .banji {
    position: absolute;
    max-height: 80px;
    overflow: auto;
    z-index: 10;
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 65px;
    right: 0;
    top: 30px;
    text-align: center;
}
.banji li {
    cursor: pointer;
}
.newAddStdFoot {
    margin: 38px 0 20px 0px;
    text-align: center;
}




/*备注查看*/
#courseRemarkDiv{
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -210px;
    width: 500px;
    height: 420px;
    background: #fff;
    border-radius: 3px;
}
#courseRemarkHeader{
    height: 60px;
    padding: 0 40px;
    line-height: 58px;
    border-bottom: 1px solid #dcdfe6;
}
#courseRemarkHeader>span{
    color: #3e3e3e;
    font-size: 18px;
}
#courseRemarkHeader>img{
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 24px;
    cursor: pointer;
}
#courseRemarkBody{
    padding: 10px 40px 30px;
}
#courseRemarkBody>div{
    margin-top: 10px;
}
#courseRemarkBody>div>p{
    font-size: 14px;
}
#courseRemarkBody>div>textarea{
    resize: none;
    width: 100%;
    height: 120px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    outline: none;
    padding: 10px;
    font-size: 12px;
    color: #666;
}

/*筛选框后面的小圆圈*/
.grayBgCircle{
    position: absolute;
    top: 8px;
    right: 20px;
    text-align: center;
    /*background: #ecedee;*/
    border-radius: 9px;
    height: 18px;
    line-height: 16px;
    padding: 0 4px;
    cursor: pointer;
}
.grayBgCircle>span{
    font-size: 12px;
    color: #333;
}
/*筛选后的输入框样式*/
.activeInput{
    /*border: 1px solid #b7e2f7 !important;*/
    /*background: #f6fcff url("../../images/xialatupian.png") no-repeat 100px center !important;*/
    color: #00ADFF !important;
}

/***********    批量打卡页面  ***********/
#punchcardDivOne {
    position: fixed;
    display: none;
    width: 1060px;
    height:600px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 12;
    top: 50%;
    left: 50%;
    margin-left: -530px;
    margin-top:-300px;
}

.batch_punchcardHead {
    height: 60px;
    padding: 0 40px;
    background-color: #fbfdff;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #d1dfe7;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.batch_punchcardHead_hreder {
    font-size: 18px;
}

.clanametitle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.modelUl {
    width: 140px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    color: #1ba3e4;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
}

.pictwo {
    display: none;
}

.pictwo > img {
    margin-right: 6px;
}

.picthree > img {
    margin-right: 6px;
}

#closePunchcardDivOne {
    cursor: pointer;
}

.batch_punchcardCenterB {
    height: 58px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    padding: 0 40px;
}

.batch_punchcardCenterB_ul {
    display: -webkit-box;
    display: flex;
}

.classTime_text {
    margin-right: 8px
}

#classTime {
    background: url("../../images/rili_icon.png") no-repeat center;
    background-position: 96px;
    background-size: 12px;
    display: inline-block;
    width: 120px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    text-indent: 10px;
    line-height: 30px;
    color: #666;
    cursor: pointer;
    margin-right: 6px;
}

#classTimes {
    display: inline-block;
    width: 92px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    text-indent: 10px;
    line-height: 30px;
    color: #666;
    cursor: pointer;
    margin-right: 40px;
    background: url("../../images/small_time.png") center no-repeat;
    background-size: 12px;
    background-position: 70px;
}

.batch_tea {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.batch_teaText {
    margin-right: 12px;
}

#classTea {
    width: 126px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    text-indent: 10px;
    margin-right: 40px;
    position: relative;
    background: url("../../images/xialatupian.png") center no-repeat;
    background-position: 105px;
    cursor: pointer;
}

#pteanameulOne {
    display: none;
    position: absolute;
    width: 152px;
    max-height: 186px;
    overflow: auto;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    z-index: 11;
}

#pteanameulOne li:hover {
    background: #e5e5e5;
}

.classTea {
    position: relative;
    cursor: pointer;
}

.classPay {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.classPay_text {
    margin-right: 10px;
}

#classPay {
    width: 76px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.jiankeshi {
    color: #1ba3e4;
    cursor: pointer;
}

.jiakeshi {
    color: #1ba3e4;
    cursor: pointer;
}

.batch_contentOne {
    padding-left: 40px;
}

/*学生卡*/
#picstdlist {
    height: 424px;
    overflow: auto;
}

.studpic {
    width: 180px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.xueshengpic {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.xueshengpic span {
    width: 80px;
    text-align: left;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txpic_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    padding: 0 2px;
}
/*.txpic_box img:first-child {*/
/*    border: 1px solid #dcdfe6;*/
/*}*/

.txpic {
    border-radius: 4px;
    margin: 10px 8px;
    border: 1px solid #dcdfe6;
}

.closeIcon {
    margin-right: 10px;
    margin-top: -15px;
    cursor: pointer;
}

#className, #PDpayment {
    background: url(../../images/stdSanjiao.png) 142px no-repeat;
    background-color: #fff;
    width: 160px;
    height: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 6px;
    color: #666;
    margin: 0 auto;
    font-size: 12px;
    padding-right: 32px;
    outline: none;
}

.PDpayment_box {
    padding: 0 10px;
    position: relative;
}

#clalengthSm {
    width: 12px;
    /*background:rgba(251,125,125,1);*/
    position: absolute;
    right: 30px;
    top: 5.5px;
    height: 12px;
    color: #759aac;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
}

.stuBtm {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    height: 32px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    margin-top: 10px;
}

.stuBtmBtn {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    color: #999;
    margin: 0 10px;
    cursor: pointer;
}
.stuBtmBtn .options{
    position:absolute;
    left:0;
    top:-.5px;
    z-index:10;
    width:100%;
}
.stuBtmBtn p{
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 24px;
}
.stuBtmBtn .sliding{
    position:absolute;
    left:0;
    top:0;
    width:39px;
    height:22px;
    background-color:#5bbdec;
    border-radius:10px;
    font-size:12px;
    text-align:center;
    line-height:22px;
    color:#fff;
    -webkit-transition: left .5s,background-color .5s;
    transition: left .5s,background-color .5s;
    -webkit-transition: left .5s ,background-color .5s; /* Safari */
}
.stuBtmBtn .slidingTransition{
    left:39px;
    background-color:#ffab57;
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}
.stuBtmBtn .textWhite{
    color:#fff;
}
#stuListClassTime {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    width: 74px;
    height: 20px;
    border-left: 1px solid #d4cfcf;
    box-sizing: border-box;
    padding: 0 10px;
}

#stuListClassTime > span {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    color: #999;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}

.kjks {
    display: inline-block;
    width: 24px;
    height: 26px;
    outline: none;
    text-align: center;
    border: none;
    margin: 0 7px;
    font-size: 12px;
    color:#1ba3e4;
}

#chuqinBtn {
    position: absolute;;
    top: 3px;
    left: 4px;
    -webkit-transition: left 1S ease;
    transition: left 1S ease;
}

.batch_punchcardBtn {
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    padding: 0 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
}

.batch_button {
    width: 164px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
}

.batch_pubRemoveBtn {
    width: 72px;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
    color: #666;
    text-algin: center;
    line-height: 30px;
    cursor: pointer;
    outline:none;
}

.batch_pubSureBtn {
    width: 72px;
    height: 30px;
    border-radius: 4px;
    background-color: #1ba3e4;
    color: #fff;
    text-algin: center;
    line-height: 30px;
    border: none;
    cursor: pointer;
}

/*列表视图*/
.batch_stdlist_box {
    padding-left:40px;
    padding-right:23px;
    white-space: nowrap;
    height: 424px;
    overflow: auto;
    display: none;
}

.batch_cen {
    display: block;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 4px;
    background: #f5f5f5;
    outline: none;
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}
.batch_cen thead tr td{
    height: 36px !important;
    text-align: center;
    background-color: #f5f5f5;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #888888;
}

.studentListOne {
    overflow: auto;
    background-color: #fff;
}

.batch_jinridaka {
    display: block;
    margin:0 auto;
    width:18px;
    height:18px;
    border-radius:50%;
    text-align:center;
    line-height:18px;
    font-size:12px;
}

#PDpayments {
    position: relative;
    display: block;
    margin-left:6px;
    padding-right:40px;
    width: 160px;
    height:24px;
    border:1px solid #e5e5e5;
    border-radius:3px;
    background: url(../../images/stdSanjiao.png) 140px no-repeat;
    background-color:#fff;
    line-height:24px;
    cursor: pointer;
    font-size: 12px;
    text-indent:8px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.batch_stuBtmBtnTd{
    padding-top:6px;
}
.batch_stuBtmBtnList {
    position:relative;
    width: 58px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #e5e5e5;
    color: rgb(27, 191, 210);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    padding-left: 21px;
}

#batch_chuqinBtnLiebiao {
    position: absolute;;
    top: 4px;
    left: 7px;
    -webkit-transition: left 1S ease;
    transition: left 1S ease;
}
#studentListOne td {
    height: 40px;
    text-align: center;
    font-size: 12px;
    color: #888;
    font-family: "microsoft YaHei", "pingfang SC";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/***********    批量打卡页面  ***********/

/***********    批量打卡二次确认页面  ***********/
#punchCardReconfirm {
    width: 540px;
    height: 464px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    margin-top: -234px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 11;
}

.punchCardReconfirm_header {
    height: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
    background-color: #fbfdff;
    padding: 0 40px;
    font-size: 18px;
}

.punchCardReconfirm_header > img {
    cursor: pointer;
}

.punchCardReconfirm_ul {
    height: 348px;
    padding:28px 0 0 40px;
    font-size: 14px;
}

.punchCardReconfirm_ul li {
    margin-bottom: 34px;
    display: -webkit-box;
    display: flex;
}

.punchCardReconfirm_ul li div {
    display: inline-block;
    width: 33.333%;
}

.punchCardReconfirm_ul p {
    margin: 0;
    display: inline-block;
    color: #1ba3e4;
    margin-left: 16px;
}

.span_gray {
    color: #999;
}

#punchCardReconfirm_back {
    width: 388px;
    height: 80px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 7px;
    font-size: 12px;
    margin-left: 16px;
    font-size:12px;
    outline: none;
    resize: none;
}

.punchCardReconfirm_footer {
    height: 60px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
    padding:0 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.punchCardReconfirm_footer span{
    position:relative;
    margin-left:25px;
    font-size:12px;
}

.punchCardReconfirm_footer span:before{
    position:absolute;
    content:url("../../images/tixing.png");
    left: -25px;
    top: -1px;
}

.punchCardReconfirm_button {
    width: 164px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#punchCardReconfirm_button_cancel {
    width: 72px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#punchCardReconfirm_button_sure {
    width: 72px;
    height: 30px;
    background-color: #1ba3e4;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#clpay {
    outline: none;
    border: none;
    height: 26px;
    width: 40px;
    float: left;
    text-align: center;
}
/***********    批量打卡二次确认页面  ***********/

/*批量打卡相关代码*/
#addPayPackageB, #PayPackageDetails {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -340px;
    margin-top: -245px;
    width: 680px;
    height: 490px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    box-shadow: none;
    z-index: 999;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;
}

.jiaofeiBaoyPackageBa, .jfbPayPackageDetailsb {
    margin: 17px 0px 0px 17px;
    width: 662px;
    height: 340px;
}

.jiaofeiBaoyPackageB > div > div > img, .jfbPayPackageDetails > div > div > img {
    margin-top: 14px;
    margin-right: 12px;
}

.jiaofeiBaoyPackageB > div > ul > li > input, .jfbPayPackageDetails > div > ul > li > input {
    width: 25px;
    float: left;
    margin: 8px 0px 0 14px;
    cursor: pointer;
}

#addPayPackageB > div:first-child, #PayPackageDetails > div:first-child {
    height: 34px;
    width: 646px;
    margin: 17px 17px 0 17px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

#addPayPackageB > div > span, #PayPackageDetails > div > span {
    float: left;
    font-family: '閻庣敻鍋婇崰娑㈡嫃鐎ｎ喗鈷栭柛娑橆嚟閹凤拷';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
}

#addPayPackageB div img, #PayPackageDetails div img {
    float: right;
    cursor: pointer;
}

.jiaofeiBaoyPackageB, .jfbPayPackageDetails {
    width: 646px;

}

#addPayPackageB > div:last-child, #PayPackageDetails > div:last-child {
    width: 646px;
    height: 77px;
    margin: 0px 17px 0 17px;
}

#addPayPackageB > div:last-child > span, #PayPackageDetails > div:last-child > span {
    display: inline;
    padding: 5px 50px;
    font-family: '閻庣敻鍋婇崰娑㈡嫃鐎ｎ喗鈷栭柛娑橆嚟閹凤拷';
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    margin: 10px;
    margin: 25px;
}

.showdetails {
    cursor: pointer;
    position: relative;
    max-width: 107px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 12px 0 0;
}

.jiaofeiBaoyPackageB > div, .jfbPayPackageDetails > div {
    width: 646px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(229, 229, 229, 1);
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 15px;
}

.jiaofeiBaoyPackageB > div > div, .jfbPayPackageDetails > div > div {
    width: 646px;
    height: 36px;
    background: inherit;
    background-color: rgba(240, 240, 240, 1);
    border: none;
    border-radius: 2px;
    font-size: 12px;
    line-height: 36px;
}

.jiaofeiBaoyPackageB > div > div > span, .jfbPayPackageDetails > div > div > span {
    float: left;
    color: #999999;
    margin-right: 55px;

}

.jiaofeiBaoyPackageB > div > div > img, .jfbPayPackageDetails > div > div > img {
    float: right;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none
}

.jiaofeiBaoyPackageB > div > ul > li, .jfbPayPackageDetails > div > ul > li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin: 5px 0 5px 0;
}

.jiaofeiBaoyPackageB > div > ul > li > span, .jfbPayPackageDetails > div > ul > li > span {
    float: left;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    height: 28px;
}

.jiaofeiBaoyPackageB > div > ul > li > span:last-child, .jfbPayPackageDetails > div > ul > li > span:last-child {
    width: 84px;
    height: 25px;
    background-color: rgba(242, 242, 242, 1);
    color: #20B3C8;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}



#recordPackageB {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -444px;
    margin-top: -230px;
    width: 890px;
    height: 461px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 10px;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;
    z-index: 15;
}

#recordPackageB > div:first-child {
    width: 850px;
    height: 35px;
    border-bottom: 1px solid rgba(215, 215, 215, 1);
    margin: 15px 20px 0 20px;
    padding-bottom: 10px;

}

#recordPackageB > div:first-child > span {
    float: left;
    font-size: 16px;
}

#recordPackageB > div {
    margin: 15px 0;
    margin-left: 19px;
}

#recordPackageB > .recordPackageBcenter {
    height: 20px;
    width: 850px;
}

#recordPackageB > .recordPackageBcenter > span {
    font-size: 11px;
    float: right;
    margin-left: 30px;
}

#recordPackageB > .recordPackageBcenter > span:first-child {
    font-weight: bold;
    float: left;
    margin: 0;
}

#recordPackageB > div > table {
    width: 850px;
    font-size: 11px;
}

#recordPackageB > div > table thead td {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #888888;
}

#recordPackageB > div > table tbody td {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 12px;
    color: #888;
    font-family: "microsoft YaHei", "pingfang SC";
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}

/*加载中*/
.shade{
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.1);
}

.shade>.loading{
    position: fixed;
    z-index: 10000;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: 0;
}

#loaderDK {
    position: fixed;
    display: none;
    width: 180px;
    height: 180px;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -90px;
    background: white;
    border-radius: 4px;
    z-index: 100;
}

.loaderDK {
    text-indent: -9999em;
    display:none;
    position: fixed;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    border:4px solid #999;
    border-bottom:3px solid transparent;
    animation: load-effect 2s infinite linear;
    -webkit-animation: load-effect 2s infinite linear;
    z-index: 999;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
}

@-webkit-keyframes load-effect {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes load-effect {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/*批量打卡相关代码*/

/*新功能弹窗*/
.actionTips{
    position: absolute;
    right: 0;
    bottom: -32px;
    z-index: 5;
    padding: 0 10px;
    min-height: 30px;
    background-color: #ffab57;
    border-radius: 4px;
    font-size: 12px;
    line-height:30px;
    white-space: nowrap;
    color: #fff;
}

.actionTips span {
    display: inline-block;
    position: relative;
}

.actionTips .sanjiao {
    position: absolute;
    top: -15px;
    right: 0;
    width: 4px;
    height: 4px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #ffab57 transparent;
}