#teacherSearchBtn::-webkit-input-placeholder,#selcampus::-webkit-input-placeholder,#attend_allState::-webkit-input-placeholder{
    font-size: 12px;
    color:#333;
}
#teacherSearchBtn:-moz-placeholder,#selcampus:-moz-placeholder,#attend_allState:-moz-placeholder{
    font-size: 12px;
    color:#333;
}
#teacherSearchBtn::-moz-placeholder,#selcampus::-moz-placeholder,#attend_allState::-moz-placeholder{
    color:#333;
    font-size: 12px;
}
#teacherSearchBtn:-ms-input-placeholder,#selcampus:-ms-input-placeholder,#attend_allState:-ms-input-placeholder{
    color:#333;
    font-size: 12px;
}
.attend_time input::-webkit-input-placeholder,#name::-webkit-input-placeholder{
    color:#bbb;
}
.attend_time input:-moz-placeholder,#name:-moz-placeholder{
    color:#bbb;
}
.attend_time input::-moz-placeholder,#name::-moz-placeholder{
    color:#bbb;
}
.attend_time input:-ms-input-placeholder,#name:-ms-input-placeholder{
    color:#bbb;
}
*{
    font-family: "Helvetica Neue";
}
input::-ms-clear {
    display: none
}

html {
    width: 100%;
    height: 100%;
}

#time:-ms-input-placeholder {
    text-align: center;
    text-indent: 0px;
}

#time::-webkit-input-placeholder {
    text-align: center;
    text-indent: 0px;
}


::-webkit-input-placeholder {
    color: #a9a9a9;
    font-size: 12px
}

::-moz-placeholder {
    color: #a9a9a9;
    font-size: 12px
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #a9a9a9;
    font-size: 12px
}

/* Internet Explorer 10+ */
:-moz-placeholder {
    color: #a9a9a9;
    font-size: 12px
}

.center-list {
    background: #f7f8f9;
}
.accord-all{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 182px;
    height: 32px;
    background-color: #EEE;
    border: 1px solid #ddd;
    margin-right: 10px;
}
.accord-all div:first-child{
    margin-left:-1px;
}
.accord-all div:last-child{
    margin-right:-1px;
}
.accord-all div{
    outline: none;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    border: none;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
/*.accord-all div:hover{*/
    /*color: #1ba3e4;*/
    /*background-color: #fff;*/
/*}*/
.accord-active{
    color: #1ba3e4 !important;
    background-color: #fff;
}
.shu {
    color: #D1D1CF;
    font-size: 10px;
}
.shourujine,.studyNum{
    font-size: 12px;
    color: #333;
    width: 206px;
    height: 64px;
    line-height: 64px;
    text-align: right;
    margin-right: 6px;
}
.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27.5px;
    margin-left: -40px;
}

.loading > p {
    color: #1ba3e4;
}

.showdetails {
}
.operation{
    position: relative;
    text-align: left;
    cursor: pointer;
}
.operation ul{
    position: absolute;
    top: 45px;
    right:31px;
    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;
}

.operation .caozuo-up{
    display: none;
    position: absolute;
    top:40px;
    right: 31px;
    width:10px;
    height:5px;
    background: url("/images/sanjiao_up.png") no-repeat;
    background-size: 10px 5px;
    z-index:3;
}
.operation ul li{
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    list-style:none
}
.operation ul li:hover{
    background-color: #E8F5FC;
}

#kelist {
    position: fixed;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 4px;
    max-width: 600px;
    /*    width: 1000px;*/
    font-size: 14px;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
    color: #333;
    z-index: 999;
    display: none;
}

#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);
    }
}

.dontHaveList {
    line-height: 16px;
    color: #999;
    margin: 0;
    text-align: center;
    font-size: 16px;
    background: #fff;
}

.wrap {
    width: 1200px;
    /* background: #fff; */
    margin: 0 auto;
}

.crumbs {
    background: #f1f1f1;
}

.crumbs > p {
    margin: 0;
    padding-bottom: 12px;
}

.crumbs > p > a {
    font-size: 12px;
    text-decoration: none;
    color: #666;
}

.jxlist {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 50px;
    padding-left: 2px;
    background-color: #fff;
}

.jxlist span {
    display: inline-block;
    width: 58px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-right: 40px;
    margin-top: 7px;
}

.jxlist span:hover {
    color: #1ba3e4;
}

#homeworkcord, #commentcord {
    border-left: none;
}

#infocord {
    border-left: none;
}

.jxlist .active {
    /*color: #fff;*/
    /*background-color: #1ba3e4;*/
    /*background-image: url("../../images/kaoqing_n_bai.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 16px;*/
    /*text-align: left;*/
    /*border-bottom: 1px solid #1ba3e4;*/
    /*height: 34px !important;*/
    /* padding-left: 8px; */
    border-bottom:3px solid #1ba3e4;
    color:#1ba3e4;
}

.jxlist .teacher {
    /*background-image: url("../../images/teacher_u.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 16px;*/
    /*color: #1ba3e4;*/
}

.jxlist .dipin {
    /*background-image: url("../../images/dianpin_n.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 16px;*/
    /*color: #1ba3e4;*/
}

.jxlist .homeworkcord {
    /*background-image: url("../../images/zuoye_n_blue.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 16px;*/
    /*color: #1ba3e4;*/
}

#attend_allState {
    width: 120px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    text-indent: 10px;
    font-size: 12px;
    color: #333;
    background: url("/images/xiala_sanjiao.png") center no-repeat;
    background-size: 11px 7px;
    background-position: 99px;
    background-color: #fff;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.attend_time {
    width: 232px;
    height: 32px;
    border-radius: 2px;
    /*border: 1px solid #ddd;*/
    background-color: #fff;
    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;
    margin-right: 30px;
}

#starttimeS,#starttimeC,#starttimeT {
    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: none;
    border-left: 1px solid #ddd;
    /*border-radius: 0 3px 3px 0;*/
    font-size: 12px;
    cursor: pointer;
    color: #333;
}

#endtimeS,#endtimeC,#endtimeT {
    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 3px 3px 0;*/
    font-size: 12px;
    cursor: pointer;
    color: #333;
}

.attend_name {
    position: relative;
    /*width: 120px;*/
    margin-top: 10px;
    height: 30px;
    display: -webkit-box;
    display: flex;
    align-self: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
}
.attend_name>span{
    display: block;
    font-size: 12px;
}

#name {
    cursor: text;
    border-radius: 2px 0 0 2px;
    padding: 0 26px 0 0;
    height: 32px;
    width: 200px;
    border: solid 1px #ddd;
    color: #333;
    font-size: 12px;
    text-indent: 10px;
    outline: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 20px;
    margin: 0;
}
.clearInputImg{
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    margin-right: 35px;
    cursor: pointer;
}
.searchbtn {
    position: absolute;
    right: 16px;
    top: 14px;
    cursor: pointer;
    margin-right: 10px;
}

.exportRecord {
    position: relative;
    width: 90px;
    height: 32px;
    display: -webkit-box;
    display: flex;
     -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: url('../../images/stdSanjiao.png');
    background-repeat: no-repeat;
    background-position: 70px center;
    cursor: pointer;
    border-radius: 2px;
    font-size: 12px;
    text-indent: 10px;
    margin-left:auto;
}
.exportRecord:hover{
    color: #1ba3e4;
    border: 1px solid rgba(27,163,228,0.40);
}

.exportCommon:hover{
    color: #1ba3e4;
    border: 1px solid rgba(27,163,228,0.40);
}
.exportCommon{
    position: relative;
    width: 78px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    margin-left:auto;
}

.attend_advancedFilterBox,.class-more-screen {
    position: relative;
}

.del-btn #btnyes{
    line-height: 32px;
    background: #ccc;
    border: none;
    color: #fff;
    outline: none;
    width:70px;
    height:32px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
}
.del-btn #btnyes:hover{
    background-color: #1ba3e4;
}
#remark {
    outline: none;
    vertical-align: top;
    resize: none;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    padding: 5px 10px;
    width: 464px;
    height: 80px;
    line-height: 30px;
}
#attend_advancedFilter,#class-more-input {
    width: 50px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    text-indent: 4px;
    font-size: 12px;
    color: #333;
    outline: none;
    background: url(../../images/unfold-drown.png) center no-repeat;
    background-size: 8px 9px;
    background-position: 33px;
    background-color: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.attend_advanced_UlBox,.class-more-UlBox {
    display: none;
    position: absolute;
    padding-top:5px;
    top: 37px;
    left: -12px;
    width: 196px;
    height: 140px;
    -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;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0980392156862745);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0980392156862745);
    z-index: 2;
}

.attend_advanceBoxs {
    display: -webkit-box;
    display: flex;
    height:35px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    /*padding: 0 14px;*/
    margin-top: 9px;
}

.attend_advanceBoxs:first-child {
    margin: 0;
}

.attend_advanceBoxs>span {
    color: #666;
    font-size: 12px;
}

.attend_advanceBoxs input {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 12px;
    width: 166px;
    height: 30px;
    right: -1px;
    top: -13px;
    margin: 15px auto;
    position: relative;
    cursor: pointer;
    color: #666;
    outline: none;
    /*background-image: url(../../images/xialatupian.png);*/
    background-image: url('/images/xiala_sanjiao.png');
    background-size: 11px 7px;
    background-repeat: no-repeat;
    background-position: 142px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    /*padding-right:25px;*/
    /*margin-left: 6px;*/
}
.attend_advanceBoxs input.secondInput{
    margin: 11px auto;
}
.rect-top{
    position: absolute;
    top: 32px;
    left: 37px;
    -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;
    z-index: 3;
    display: none;
}

#selcampus{
    margin-top: 16px;
}
#toggleHide{
    width: 70px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    color: #1BA3E4;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-right: 9px;
    cursor: pointer;
}
.exportUl {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    width: 118px;
    background: #fff;
    font-size: 12px;
    z-index: 999;
    border-radius: 3px;
    box-shadow: 0 2px 2px #ccc;
    /*padding: 8px 0;*/
}

.exportUl li {
    padding-left: 30px;
    width: 100%;
    height: 30px;
    color: #666;
    line-height: 28px;
    background-image: url(../../images/ico_out_n.png);
    /*background-image: url(../../images/exp.png);*/
    background-repeat: no-repeat;
    background-position: 8px center;
    cursor: pointer;
    list-style: none;
}
.exportUl li:first-child{
    border-bottom: 1px solid #ddd;
}
.exportUl li:hover {
    color: #1ba3e4;
    background-image: url(../../images/ico_out_p.png)
}

#kelist {
    position: absolute;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 4px;
    max-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
    color: #333;
    display: none;
}

.search {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 64px;
}

/*.searchinput{*/
/*	width: 142px;*/
/*    height: 30px;*/
/*    float: left;*/
/*    line-height: 30px;*/
/*    !*text-indent: 20px;*!*/
/*    font-size: 12px;*/
/*    border-width: 1px 1px 1px;*/
/*    border-style: solid none solid solid;*/
/*    border-color: rgb(229, 229, 229) rgb(229, 229, 229) rgb(229, 229, 229);*/
/*    border-image: initial;*/
/*	border-radius: 4px;*/
/*	border-right:0;*/
/*	outline: 0;*/
/*}*/
.fanwei {
    font-size: 14px;
    color: #535353;
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}

#time {
    margin-left: 8px;
    border-radius: 0;
    padding-left: 0px;
    cursor: pointer;
    width: 180px;
    border-right: 1px solid #ebebeb;
    text-indent: 14px;
}

.classdiv,.assistantdiv,.subjectsdiv,.coursediv {
    position: relative;
    cursor: pointer;
    height: 30px;
    width: 166px;
}
#claname, #subcourse {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-image: url(../../images/xialatupian.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 80px;
    padding-right: 18px;
    border: 1px solid #e5e5e5;
    color: #999;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    background-color: #fff;
    border-radius: 3px;
}

#allsub {
    position: absolute;
    top: 32px;
    left: -10px;
    width: 120px;
    box-shadow: 0px 0px 2px #e5e5e5;
    background: #fff;
    display: none;
    max-height: 240px;
    overflow-y: auto;
}

#allsub li {
    width: 120px;
    list-style: none;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

#allsub li:hover {
    background: rgba(0, 0, 0, .1);
    color: #20B3C8;
}

.attend_hewderBox {
    /*display: -webkit-box;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*-moz-justify-content: space-between;*/
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
    /* -webkit-box-align: center;*/
    /*-moz-align-items: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    width: 1200px;
}
.attend_hewderBox-left{
    position: absolute;
    width: 0;
    height: 50px;
    top:0;
    left: 0;
    background-color: #fff;
}
.attend_hewderBox-right{
    position: absolute;
    width: 0;
    height: 50px;
    top:0;
    right: 0;
    background-color: #fff;
}
.attend_table {
    width: 1200px;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    /*border: 1px solid #e5e5e5;*/
}

table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.attend_table_trOne,.accord-class-tr {
    font-weight: 600;
    /*border-bottom: 1px solid #ebeef5;*/
}

table thead td {
    height: 44px;
    font-size: 12px;
    background: #f5f5f5;
    text-align: left;
    color: #666;
}

tbody tr {
    background: #fff;
}

tbody td {
    height: 44px;
    font-size: 12px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    max-width: 100px;
}

#laydate_box, #laydate_box * {
    box-sizing: content-box
}

#backforward {
    background: url("../../images/ico-back.png") no-repeat 10px;
    border-radius: 4px;
    margin-right: 12px;
    display: inline-block;
    width: 70px;
    height: 30px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    padding-left: 30px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    margin-right: 16px;
}

#backforward:hover {
    background: url("../../images/ico-back-p.png") no-repeat 10px;
    color: #1aa4fb;
}

#cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    z-index: 12
}

.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;
}
#punchcardDiva {
    display: none;
    position: fixed;
    z-index: 12;
    top: 50%;
    left: 50%;
    margin-left: -420px;
    width: 840px;
    height: auto;
    max-height: 555px;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.head-l {
    float: left;
}

.head-r {
    float: right;
    cursor: pointer;
}

.punchcardCenter {
    margin-top: 18px;
    margin-left: 10px;
}

#ksinputa {
    border: 1px solid #e5e5e5;
    margin-left: -3px;
    padding-right: 8px;
    padding-top: 3px;
    width: 141px;
}

#ksinput {
    border: 1px solid #e5e5e5;
    margin-left: -3px;
    padding-right: 8px;
    padding-top: 3px;
    width: 141px;
}

#ksinput div {
    height: 24px;
    margin-left: 0;
    margin-right: 6px;
}

#ksinput div span {
    float: left;
    display: inline-block;
    width: 30px;
    height: 100%;
    cursor: pointer;
    color: #1aa4fb;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

#ksinput div input {
    display: block;
    float: left;
    text-align: center;
    width: 32px;
    height: 100%;
    background: #fff;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}

.date input[type=time] {
    width: 210px;
    height: 30px;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

#lesdate, #lestime {
    width: 142px;
    height: 30px;
    color: #333;
    font-size: 14px;
    outline: none;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    background: #fff;
}

#lesdatea, #lestimea {
    width: 142px;
    height: 30px;
    color: #333;
    font-size: 14px;
    outline: none;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    background: #fff;
}

#ksnum {
    text-align: center;
    outline: none;
    border: none;
    float: left;
    width: 32px;
}

#ksreduce {
    outline: none;
    border: none;
    float: left;
    width: 32px;
    text-align: center;
    /*  margin-top: -4px; */
    line-height: 30px;
    font-size: 18px;
    color: #1aa4fb;
}

#ksaadd {
    outline: none;
    border: none;
    float: left;
    width: 30px;
    text-align: center;
    /* margin-top: -4px; */
    line-height: 30px;
    font-size: 18px;
    color: #1aa4fb;
    border-right: 1px solid #e5e5e5;
}

#typesign {
    line-height: 30px;
    /* margin-top: -4px; */
}

.zoomdiv input {
    width: 142px;
    outline: none;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.selectinput {
    width: 142px;
    height: 30px;
    color: #333;
    font-size: 14px;
    padding-right: 22px;
    outline: none;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    background: url(../../images/xialatupian.png) no-repeat 120px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.consume, .remark {
    margin-top: 12px;
}

.back {
    width: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#dakabank {
    width: 394px;
    height: 63px;
    padding: 10px;
    font-size: 12px;
    margin-left: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    resize: none;
    outline: none;
}

.punchcardBtn {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

#punchcardsure {
    width: 120px;
    height: 30px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    cursor: pointer;
    background: rgb(27, 191, 210);
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       -webkit-border-image: initial;
            border-image: initial;
    border-radius: 4px;
}

#hdiePunchcardDiv {
    width: 120px;
    height: 30px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-left: 44px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 168, 168);
    -o-border-image: initial;
       -webkit-border-image: initial;
            border-image: initial;
    outline: none;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}

.addHead {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
}

/* 闂佽娴烽弫鎼佸储瑜斿畷鐢割敇閻旇　鏋栭柟鍏肩暘閸ㄨ櫣锟界數鏁诲娲礌閳╁啫顏堕梻浣告惈缁夋挳宕查懠顒侇潟闁跨噦鎷� */
.undoinfo {
    float: left;
    margin-left: 8px;
    position: relative;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    border: 1px solid #1ba3e4;
    padding: 0 8px;
    font-size: 14px;
    width: auto;
    border-radius: 4px;
    text-align: center;
    color: #1ba3e4;
    background: #ffffff;
}

.undoinfo_n {
    color: #ffffff;
    background: #1bbfd2;
}

.exportRecord_n {
    color: #333;
    background: #E8F5FC;
}

.mergeorgUl {
    position: absolute;
    top: 46px;
    left: 6px;
    width: 166px;
    max-height: 200px;
    overflow: auto;
    padding: 8px 0;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    z-index: 2;
    display: none;
}

.mergeorgUl li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding-left: 10px;
    font-size: 12px;
    color: #666666;
    text-align: left;
    height: 30px;
    line-height: 28px;
}

.mergeorgUl li.active {
    background-color: #E8F5FC;
}
.mergeorgUl li.normal:hover {
    background-color: #E8F5FC;
}

#typeInput {
    width: 60px;
    height: 20px;
    color: #333;
    font-size: 12px;
    padding-left: 12px;
    background-image: url("../../images/Triangle_b.png");
    background-repeat: no-repeat;
    background-position: 46px;
    background-size: 8px;
    border: none;
    outline: none;
    cursor: pointer;
}

.attend_allType {
    position: relative;
}

.typeUl {
    position: absolute;
    top: 32px;
    left:0;
    width: 120px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    z-index: 2;
    overflow-y: auto;
    display: none;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0980392156862745);
    padding: 8px 0;
}

.typeUl li {
    height: 30px;
    line-height: 28px;
    padding-left: 10px;
    list-style: none;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.typeUl li:last-child {
    border: none;
}
.typeUl li.active{
    background-color: #E8F5FC;
}
.typeUl li.normal:hover {
    background-color: #E8F5FC;
}

.All_class {
    display: none;
    position: absolute;
    top: 32px;
    right: -24px;
    background: #fff;
    z-index: 99;
    width: 187px;
    box-shadow: 0 0 5px 1px #d7d7d7;
    border-radius: 4px 4px 0 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.classdiv .All_class input {
    display: block;
    outline: none;
    border: 1px solid #ddd;
    width: 166px;
    height: 30px;
    font-size: 12px;
    line-height: 24px;
    background: url(../../images/ico-search.png) no-repeat 145px center;
    background-size: 11px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: -6px;
    border-radius: 3px;
    cursor:text;
    /*padding-left: 6px;*/
}

#allcla {
    font-size: 12px;
    line-height: 30px;
}

.content {
    margin: 0 auto;
    overflow: auto;
    position: relative;
    width: 187px;
    max-height: 170px;
    box-sizing: border-box;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.allclassBox {
    display: block;
    position: relative;
}

#allclass {
    display: block;
    position: absolute;
    font-size: 12px;
    width: 187px;
    max-height: 200px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    margin-left: -1px;
}

#allclass li, #allcla li {
    padding-left: 14px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    height: 30px;
    line-height: 28px;
}
#allclass li.active {
    background: #E8F5FC;
}
#allclass li.normal:hover {
    background: #E8F5FC;
}

#allcla li:hover {
    color: #ffffff;
    background: #E8F5FC;
}

/*筛选教师*/
.arrow {
    display: block;
    float: right;
    width: 20px;
    height: 30px;
    background-image: url(../../images/xialatupian.png);
    background-size: 10px;
    position: relative;
    top: 13px;
    background-color: rgb(255, 255, 255);
    border-width: 1px 1px 1px;
    border-style: solid solid solid none;
    border-color: rgb(229, 229, 229) rgb(229, 229, 229) rgb(229, 229, 229);
    -o-border-image: initial;
       -webkit-border-image: initial;
            border-image: initial;
    border-left: none;
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 0 3px 3px 0;
}

.teachar_all_class {
    display: none;
    position: absolute;
    top: 38px;
    right: -25px;
    background: #fff;
    z-index: 99;
    width: 187px;
    box-shadow: 0px 0px 5px 1px #d7d7d7;
    border-radius: 3px;
}

.teachar_all_class input {
    outline: none;
    cursor: auto;
    border: 1px solid #ddd;
    width: 165px;
    height: 24px;
    line-height: 24px;
    background: url(../../images/ico-search.png) no-repeat 145px center;
    background-size: 11px;
    display: block;
    margin: 20px auto -6px auto;
    border-radius: 3px;
    /*padding-left: 6px;*/
    font-size: 12px;
}

.tealistscreen,.cla-assistant {
    font-size: 12px;
    width: 187px;
    max-height: 200px;
    overflow: auto;
}

.pubLi {
    padding-left: 14px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    height: 30px;
    line-height: 28px;
}
.pubLi.active{
    background-color: #E8F5FC;
}
.pubLi.normal:hover {
    background-color: #E8F5FC;
}

/*筛选教师*/

.content .mCSB_inside > .mCSB_container {
    margin-right: 17px;
}

.content #mCSB_2 {
    left: 0 !important;
}

.content #mCSB_1 {
    left: 0 !important;
}

.sjx_info {
    width: 15px;
    height: 5px;
    position: absolute;
    top: -5px;
    left: 18px;
    background: url("../../images/trianglediv.png") no-repeat center;
}

.yanjin {
    width: 14px;
    height: 8px;
    display: inline-block;
    margin-left: 9px;
    background: url(../../images/yanjing-zheng.png) no-repeat center;
    background-size: 14px 8px;
    cursor: pointer;
}

.yanjin_b {
    background: url("../../images/yanjing-bi.png") no-repeat center;
}

.tishi_info {
    display: none;
    position: absolute;
    top: -8px;
    left: -32px;
    width: auto;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    background-color: #fff;
    color: #333;
    /* border: 1px solid #ddd; */
    padding: 0px 3px;
    white-space: nowrap;
}
/*全部课程*/
.All_course {
    display: none;
    position: absolute;
    top: 32px;
    right: -24px;
    background: #fff;
    z-index: 99;
    width: 187px;
    box-shadow: 0 0 5px 1px #d7d7d7;
    border-radius: 4px 4px 0 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.coursediv .All_course input {
    display: block;
    outline: none;
    border: 1px solid #ddd;
    width: 166px;
    height: 30px;
    font-size: 12px;
    line-height: 24px;
    background: url(../../images/ico-search.png) no-repeat 145px center;
    background-size: 11px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: -6px;
    border-radius: 3px;
    cursor:text;
    /*padding-left: 6px;*/
}

.item-courses {
    display: block;
    position: absolute;
    font-size: 12px;
    width: 187px;
    max-height: 200px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    margin-left: -1px;
}

.item-courses li {
    padding-left: 14px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    height: 30px;
    line-height: 28px;
}
.item-courses li.active {
    background: #E8F5FC;
}
.item-courses li.normal:hover {
    background: #E8F5FC;
}

.item-courses li:hover {
    background: #E8F5FC;
}
/* 闁告帗顨夐妴鍐冀瀹勬壆纭�濞ｅ浂鍠楅弫锟� */
.message_info {
    display: block;
    background: url("../../images/plus2.png") no-repeat left center;
    color: #6ac5d4;
    cursor: pointer;
}

.gray td {
    color: #888;
}

/* 闁圭儤甯掔花顓㈡焻婢跺顏ラ柡宥呭槻缁憋拷 */
.dkpx, .dkpxone {
    display: inline-block;
    width: 12px;
    height: 16px;
    vertical-align: text-bottom;
    margin-left: 8px;
    cursor: pointer;
    background: url("../../images/sortno.png") no-repeat center;
}

.dk_action {
    background: url("../../images/sortup2.png") no-repeat center;
}
.dk_action_down {
    background: url("../../images/sortdowm.png") no-repeat center;
}

/* 闁轰焦鐟ョ粭锟介梺顐㈩槹鐎氥劌顕ｉ崷顓犲炊闁哄秴鍢茬槐锟� */
.contentOne {
    margin: 0 auto;
    overflow: auto;
    position: relative;
    /* padding: 20px; */
    /* background: #333; */
    /* margin: 10px; */
    width: 800px;
    /* max-width: 97%; */
    max-height: 420px;
    min-height: 152px;
    height: auto;
    box-sizing: border-box;
    margin-top: 16px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.seach_jiaoshi {
    outline: 0 none;
    border: 1px solid #dddddd;
    height: 32px;
    width: 229px;
    background: url("../../images/sousuo.png") no-repeat 8px center;
    padding-left: 30px;
    line-height: 32px;
}

#pteanameul li {
    list-style: none;
    width: 147px;
    height: 128px;
    background: url("../../images/beijing.png") no-repeat center;
    margin-right: 8px;
    margin-bottom: 24px;
    text-align: center;
    cursor: pointer;
    float: left;
    box-shadow: 0px 0px 6px 1px #d9d8d8;
}

#pteanameul .teapic {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-top: 12px;
    display: inline-block;
}

.zhiwei {
    margin: 3px 0px 0px 0px;
}

.zhiwei span {
    margin-left: 4px;
    font-size: 14px;
    color: #dddddd;
}

.contentOne .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.contentOne #mCSB_2 {
    left: 0 !important;
}

.contentOne #mCSB_1 {
    left: 0 !important;
}

.punalert {
    display: none;
    position: fixed;
    z-index: 12;
    top: 50%;
    left: 50%;
    margin-left: -213px;
    width: 427px;
    height: auto;
    max-height: 555px;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.alertMain {
    padding: 0 8px;
}

.alertMain span {
    display: block;
    border-bottom: 1px solid #dddddd;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 6px;
}

.alertMain p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    padding: 0 6px;
}

.ee_ee {
    font-size: 24px;
    text-align: center;
    line-height: 66px;
    color: #999999;
}

/* 闁哄啫鐖煎Λ鍧楀箵閹哄秵顐介柡宥呭槻缁憋繝姊婚锟介。锟� */
.laydate-prev-y {
    background: url("../../images/prev-y.png") no-repeat 2px !important;
}

.laydate-prev-m {
    background: url("../../images/prevTime.png") no-repeat 2px !important;
}

.laydate-next-y {
    background: url("../../images/next-y.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;
}

.laydate-prev-y, .laydate-prev-m, .laydate-next-y, .laydate-next-m {
    height: 22px;
    width: 12px;
    border: 1px solid #e5e5e5;
}

.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%;
}

.laydate-time-list > li:LAST-CHILD {
    display: none;
}

.laydate-time-list > li {
    width: 50% !important;
}

/* 闁哄鍟村鍝勵嚕閸︻厾宕� */
#masklayer {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}

#authAlert {
    position: fixed;
    z-index: 999;
    top: 30%;
    left: 50%;
    margin-left: -189px;
    width: 378px;
    background: #fff;
    border-radius: 4px;
    padding: 0 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.addHead {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
}

.head-l {
    float: left;
}

.head-l span {
    color: #333;
    font-size: 18px;
    margin-left: 12px;
}

.authAlertInfo {
    text-align: center;
    margin: 32px;
    font-size: 14px;
    color: #666;
}

.authclosebtn {
    display: block;
    width: 120px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    background: #1bbfd2;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    margin-bottom: 18px;
}

.attend_playcard {
    /*display: inline-block;*/
    /*margin-right: 5px;*/
    /*width: 38px;*/
    /*height: 24px;*/
    /*border-radius: 2px;*/
    /*line-height: 24px;*/
    /*text-align: center;*/
    /*background-color: #eef7ff;*/
    /*font-family: "microsoft YaHei", "pingfang SC";*/
    /*font-weight: 400;*/
    /*font-style: normal;*/
    /*font-size: 12px;*/
    /*color: #1BA3E4;*/
    /*box-shadow: 1px 1px 0px rgba(167, 232, 241, 1);*/
    /*cursor: pointer;*/
}

.attend_playcard:hover {
    /*background-color: #dbeeff;*/
    /*cursor: pointer;*/
}
.attend_nonuse{
    /*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;*/
}

.attend_type{
    text-align: left;
 }

.attend_type_ball {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 4px;
    margin-left: 4px;
    float:left;
    margin-top:5px;
}

.attend_green {
    background-color: #1cd67c;
}

.attend_orange {
    background-color: #ffab57;
}
.attend_gray{
    background-color: #999;
}

.attendLine {
    /*width: 1px;*/
    /*height: 20px;*/
    /*background-color: #dcdfe6;*/
}

/*#wline{*/
/*    display:none;*/
/*    position:absolute;*/
/*    top:35px;*/
/*    right:0;*/
/*    padding:11px 5px;*/
/*    width:198px;*/
/*    background-color:#fff;*/
/*    border-radius:3px;*/
/*    border:1px solid #c1c9cf;*/
/*    text-align: left;*/
/*}*/

/*顶部筛选框后面的小圆圈*/
.grayBgCircle{
    position: absolute;
    top: 6px;
    right: 22px;
    text-align: center;
    /*background: #ecedee;*/
    border-radius: 9px;
    height: 18px;
    /*line-height: 50px;*/
    padding: 0 4px;
    margin-right: 6px;
    cursor: pointer;
}
.grayBgCircle>span{
    font-size: 12px;
    color: #759aac;
}
/*高级筛选后面的小圆圈*/
.grayBgCircleH{
    position: absolute;
    top: 4px;
    right: 18px;
    text-align: center;
    /*background: #ecedee;*/
    border-radius: 9px;
    height: 18px;
    line-height: 16px;
    padding: 0 4px;
    cursor: pointer;
}
.grayBgCircleH>span{
    font-size: 12px;
    color: #759aac;
    position: relative;
    left: 9px;
    top: 1px;
}
#searchimgbox{
    position: relative;
    top: -20px;
    left: 0px;
}
/*筛选后的输入框样式*/
.activeInput{
    /*border: 1px solid #b7e2f7 !important;*/
    /*background: #f6fcff url("../../images/xialatupian.png") no-repeat 140px center !important;*/
    color: #1ba3e4 !important;
}
.activeInput100{
    /*border: 1px solid #b7e2f7 !important;*/
    /*background: #f6fcff url("../../images/xialatupian.png") no-repeat 100px center !important;*/
    color: #1ba3e4 !important;
}
.chboxes input{
    right: -14px;
}
.chboxes .seach_classone{
    right: 2px;
}
.chboxes .seach_class{
    right: 2px;
}
#numberDown2{
    position: relative;
    top: 4px;
}
/*按导师*/
.showWarnTipWin{
    z-index: 999;
    position: absolute;
    top: 22px;
    left: -15px;
    display: inline-flex;
    padding: 6px 8px;
    line-height: 18px;
    font-size: 12px;
    color: #3e3e3e;
    border: 1px solid #dedfe6;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.up-sanjiao{
    display: none;
}
.up-sanjiao:before {
    content: '';
    z-index: 1002;
    position: absolute;
    left: 0px;
    top: 22px;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
}
.up-sanjiao:after {
    content: '';
    z-index: 1001;
    position: absolute;
    left: 2px;
    top: 20px;
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #dcdfe6;
    border-left: 9px solid transparent;
}
/*授课老师 start*/
.tableHeader{
    display: none;
    position: relative;
}
.tableHeader .tableHeader-left input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 20px;
}

.tableHeader input {
    padding: 0 10px;
    width: 120px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
    margin-right: 10px;
    /*background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAfElEQVQYGX2LIRICMRAE04fkOYkFvgEGNwbFRzBUUYhVKPgDAnE6eQQPyVIruDpBsW66e5OkQ/pz4QfgIun2qwsefui9r4G9pPM8jB08/KK19i6lvFJK15zzstb6lHQCjsDGzEa+35K2wN3dR2Dl7jsze4SfohizcAqCfwAnQDTJ24/jcAAAAABJRU5ErkJggg==') 100px center no-repeat white;*/
    background: url('../../images/xiala_sanjiao.png') 100px center no-repeat white;
    background-size: 11px 7px;
    outline: none;
}

.tableHeader input[unselectable=on] {
    cursor: pointer;
}

.tableHeader input.activeInput {
    /*background: #f6fcff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAfElEQVQYGX2LIRICMRAE04fkOYkFvgEGNwbFRzBUUYhVKPgDAnE6eQQPyVIruDpBsW66e5OkQ/pz4QfgIun2qwsefui9r4G9pPM8jB08/KK19i6lvFJK15zzstb6lHQCjsDGzEa+35K2wN3dR2Dl7jsze4SfohizcAqCfwAnQDTJ24/jcAAAAABJRU5ErkJggg==') 100px center no-repeat !important;*/
    background-size: 11px 7px;
    color: #1ba3e4 !important;
}
#teacherSearchBtn{
    padding-right:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableHeader span {
    position: absolute;
    right: 36px;
    top: 7px;
    font-size: 12px;
    color: #759aac;
}
.tableHeader ul {
    display: none;
    z-index: 999;
    position: absolute;
    top: 31px;
    left: 0;
    padding: 6px 0;
    background-color: white;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    width: 120px;
    max-height: 200px;
    overflow: auto;
}
.tableHeader .teacherUlBox {
    padding: 0;
    width: 120px;
    overflow: hidden;
}
.tableHeader ul > li {
     line-height: 30px;
     font-size: 12px;
     padding: 0 10px;
     color: #333;
     cursor: pointer;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     font-weight: 500;
}
.tableHeader .teacherUlBox > li {
    padding: 0;
}

.tableHeader li.teacherSearchLi {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 40px;
}
.tableHeader input#teacherSearchBox {
    margin: 0;
    width: 105px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABD0lEQVQ4EZWSu3HDMAyGARY6lRkhI2SEjKARokY8VtEIzgRxKglq5BG0QZwJrBHiDVyzIHK/j9ApDycx73QAAXyACIApn3Ecb2KMj6r6wMxHIrolokNK6SWEsLc4kwxlGIY7VZ1SSpsQws6c2b4lolfv/ZPZITlXmpm5appmXjtNFxEkm7z3k9lcjLFFpUsQAouiaFV1Y9BZisj7J8OFC6p2XXdvbkdE/wK/xgFE964+TlVndO8vUlWrsiyX5gHc4vsNFJGWmee6rk8W5/Jw933fjxiNOUwCIqLnlNIyX/jOCwBFRKrc8gMzW8Nge8NyOOd261kvoFVYtxxvst+z7TL4G2gJfpJr+CoQyQDjvR/pU5Qs/fBXHgAAAABJRU5ErkJggg==') 84px center no-repeat white;
}
.tableHeader .teacherUlBox > li > .teacherUl {
    position: static;
    display: block !important;
    width: 100%;
    max-height: 158px;
    border-radius: 0;
    border: none;
    padding: 0;
}

/*授课老师 end*/
/*重置*/
.replacement{
    display: none;
    width: 24px;
    height: 17px;
    font-size: 12px;
    color: #FF7540;
    cursor: pointer;
}