.course::-webkit-input-placeholder,.course-statusInput::-webkit-input-placeholder,.charge-patternInput::-webkit-input-placeholder{
    color:#333;
}
.course:-moz-placeholder,.course-statusInput:-moz-placeholder,.charge-patternInput:-moz-placeholder{
    color:#333;
}
.course::-moz-placeholder,.course-statusInput::-moz-placeholder,.charge-patternInput::-moz-placeholder{
    color:#333;
}
.course:-ms-input-placeholder,.course-statusInput:-ms-input-placeholder,.charge-patternInput:-ms-input-placeholder{
    color:#333;
}

.search-input::-webkit-input-placeholder{
    color:#bbb !important;
}
.search-input:-moz-placeholder{
    color:#bbb !important;
}
.search-input::-moz-placeholder{
    color:#bbb !important;
}
.search-input:-ms-input-placeholder{
    color:#bbb !important;
}
ul,li{
 list-style: none;
}
body{
    font-size: 12px;
}
.ellipsisText{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:178px;
}

.classbox{
    position: fixed;
    top: 90px;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
    background: #f7f8f9;
    padding-left: 17px;
}
.courseNav{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height:50px;
    background-color: #fff;
}
.courseNav-left{
    position: absolute;
    content: '';
    width:0;
    height: 50px !important;
    top: 0;
    left:0;
    background-color: #fff;
    margin-right: 0 !important;
}
.courseNav-right{
    position: absolute;
    content: '';
    width: 0;
    height: 50px !important;
    top: 0;
    right:0;
    background-color: #fff;
    margin-right: 0 !important;
}
.courseCategroy,.subjectSetting{
    width: 1200px;
    margin: 0 auto;
}
.courseNav div{
    width:96px;
    height:32px;
    display: inline-block;
    line-height: 32px;
    /*margin-right: 30px;*/
}
.courseNav div span{
    color:#333;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 56px;
    height:43px;
    line-height: 43px;
    font-size: 14px;
    vert-align: middle;
}
.courseNav div span:hover{
    color:#1BA3E4;
}
.teacherContent .blueAdd,.blue-add{
    cursor: pointer;
}
.teach-box{
    width: 90px;
    height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.blue-add{
    display: none;
    width:12px;
    height:11px;
    margin-left: 4px;
    margin-bottom: 2px;
}
.courseNav div span.active{
    border-bottom: 3px solid #1BA3E4;
    color:#1BA3E4;
    margin-top:7px;
}


/*课程列表筛选栏开始*/
.courseList .topbar {
    width: 1200px;
    height: 64px;
    margin: 0px auto 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.courseList .activeInput{
    /*border: 1px solid #b7e2f7 !important;*/
    /*background: #f6fcff url(../../images/xialatupian.png) no-repeat 120px center !important;*/
    color: #1ba3e4 !important;
}
.topbar input{
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 0 38px 0 10px;
    cursor: pointer;
    outline: none;
    margin-left:12px;
    font-size: 12px;
    color:#333;
}
.school,.course,.course-statusInput,.charge-patternInput{
    width: 140px;
    height: 32px;
    background: #fff url(../../images/xiala_sanjiao.png) no-repeat 120px center;
    background-size: 11px 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.search-input{
    width: 200px;
    height: 32px;
    cursor: auto !important;
}
.topbar .addStuBtn{
    width: 90px;
    height: 32px;
    border-radius: 2px;
    border: none;
    background-color: #1ba3e4;
    outline: none;
    text-align: center;
    /* padding-right: 8px; */
    font-size: 12px;
    float: left;
    line-height: 32px;
    color:#FFF;
    padding:0;
    margin-left:0 !important;
}

.topbar .addStuBtn:hover {
    background: #5bbdec;
}

.search-btn{
    width: 24px;
    height: 32px;
    cursor: pointer;
    outline: none;
    background: url(../../images/ico-search.png);
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0px 2px 2px 0px;
    position:absolute;
    top:0px;
    right:0px;
}
.search,.school-box,.course-box,.course-status,.charge-pattern{
    position:relative;
}

.school-box .schoolNum{
    position: absolute;
    top:6px;
    right:24px;
    font-size: 12px;
    color: #759aac;
}
.school-box ul,.course-box ul,.course-status ul,.charge-pattern ul{
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1000;
    top: 32px;
    left: 12px;
    background: #fff;
    width: 140px;
    max-height: 230px;
    overflow-y: auto;
    padding: 8px 0;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.098) 1px 3px 6px
}
.school-box ul li,.course-box ul li,.course-status ul li,.charge-pattern ul li{
    position: relative;
    height: 30px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
    font-size: 12px;

}
.school-box ul li.active,.course-box ul li.active,.course-status ul li.active,.charge-pattern ul li.active{
    background: #E8F5FC;
    /*color: #fff;*/
}
.school-box ul li.normal:hover{
    background: #E8F5FC;
}
.course-box ul li.normal:hover{
    background: #E8F5FC;
}
.course-status ul li.normal:hover{
    background: #E8F5FC;
}
.charge-pattern ul li.normal:hover{
    background: #E8F5FC;
}

.clearInputImg{
    position: absolute;
    right: 28px;
    top: 12px;
    cursor: pointer;
}
/*筛选栏结束*/

/*列表开始*/
.content-list{
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
}
.content-list table thead td{
    height: 45px;
    text-align: left;
    background-color: #f5f5f5;
    /* font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; */
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #666;
    padding:0;

    /* background: #C1C9CF; */
}
.content-list table tbody td{
    height: 44px;
    font-size: 12px;
    /*font-family: "microsoft YaHei", "pingfang SC";*/
    text-align: left;
    font-family:"Helvetica Neue";
    color: #333;
    line-height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
}
.content-list table tbody tr {
    /*border-bottom: 1px solid #e5e5e5;*/
}
.operation{
     position: relative;
     text-align: left;
     cursor: pointer;
 }
.operation ul{
    position: absolute;
    top: 45px;
    right:13px;
    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: 20px;
    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;
}
.operation ul li:hover{
    background-color: #E8F5FC;
}
.showdetails{
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    /*max-width: 93px;*/
    padding-right:32px;
    box-sizing: border-box;
}
#courseName{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.teacherContent .blueAdd{
    color: #1BA3E4;
}
.closeAndStatrBtn{
    position: relative;
    width: 48px;
    height: 20px;
    line-height:20px;
    color: #fff;
    cursor: pointer;
}
.closeAndStatrBtn00 {
    /*background: #1BA3E4;*/
}
.closeAndStatrBtn01{
    /*background: #ccc;*/
}
.circle{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    -webkit-transition:left 0.2s ease 0s;
    transition:left 0.2s ease 0s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
}
.circle00 {
    left: 31px;



}
.circle01{
    left: 1px;
}
.btnText{
    position: absolute;
    color:#fff;
    -webkit-transition:left 0.2s ease 0s ;
    transition:left 0.2s ease 0s ;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top:50%;
    color:#fff;
}
.btnText00 {
    left: 3px;
}
.btnText01{
    left: 20px;
}
/*.ban{*/
/*    position:absolute;*/
/*    top:12px;*/
/*    left:14px;*/
/*}*/
.suspensionbox{
    display: none;
    position:absolute;
    z-index:9;
    background: #fff;
    top:40px;
    left:14px;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    border-radius: 4px;
    max-height: 240px;
}
.suspensionboxUl{
    max-height: 240px;
    overflow: auto;
}

.suspensionbox:after{
    content: '';
    display: block;
    position: absolute;
    width:14px;
    height:14px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top:-7px;
    left:14px;
    border:1px solid #e5e5e5;
    border-right:none;
    border-bottom: none;
    z-index:-1;
}
.suspensionbox li{
    width:225px;
    height:38px;
    border-bottom:1px solid #e5e5e5;
    line-height: 38px;
    padding-left:35px;
    position:relative;
}
.suspensionbox img{
    width:18px;
    height:18px;
    position: absolute;
    top:9px;
    left:12px;
}
.classname{
    padding:10px 0;
    color: #333;
}
.teacherbox{
    display: none;
    position:absolute;
    z-index:9;
    background: #fff;
    top:38px;
    left:-21px;
    border:1px solid #e5e5e5;
    border-radius: 4px;
    max-height: 240px;
}
.teacherboxUl{
    max-height: 240px;
    overflow: auto;
}
.teacherboxUl li:last-child{
    border-bottom: none;
}
.teacherbox:after{
    content: '';
    display: block;
    position: absolute;
    width:14px;
    height:14px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top:-7px;
    left:14px;
    border:1px solid #e5e5e5;
    border-right:none;
    border-bottom: none;
    z-index:-1;
}
.teacherbox li{
    width:315px;
    height:60px;
    border-bottom:1px solid #e5e5e5;
    line-height: 38px;
    padding-left:14px;
    display:-webkit-box;
    display:flex;
    -webkit-box-align: center;
            align-items: center;
}
.teachers{
    padding:10px 0;
    color:#333;
}
.teacherimg,.teacherimg img{
    width:38px;
    height:38px;
    border-radius: 2px;
}
.teachertext{
    margin-left:10px;

}
.teachertexttop,.teachertextbottom{
    height:19px;
    line-height:19px;
}
.teachername{
    font-size:13px;
    color:rgb(27, 163, 228);
    margin-right:10px;
    cursor: pointer;
}
.teacher{
    font-size:12px;
    border:1px solid #ccc;
    padding:0 2px;
}
.identity{
    margin-right: 5px;
}
.iphone{
    margin-left:5px;
}
#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;
}
.loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27.5px;
    margin-left: -40px;
}

.loading > p {
    color: #1ba3e4;
}
#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);
    }
}
.dontHaveList {
    line-height: 16px;
    color: #999;
    margin: 0;
    text-align: center;
    font-size: 16px;
    background: #fff;
    font-size: 14px;
}

/*添加授课老师悬浮框开始*/
#addTeaBoxcover,.addCourseCover{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:11;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background: rgba(0,0,0,0.5);
}
.addteacher{
    /*width:620px;*/
    /*height:540px;*/
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
}
#closeAddTeacher{
    cursor:pointer;
}

.addteacherHeader{
    padding: 0 40px;
    border-radius: 5px 5px 0 0;
    width:800px;
    height:60px;
    border-bottom:1px solid #D1DFE7;
    background-color:rgba(251, 253, 255, 1) ;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.addteacherHeader .title{
    font-size:18px;
}
.addteacherBody{
    height:370px;
    padding: 0 40px;

}

.addteacherBody .bodytop{
    height:62px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.addteacherBody .bodybottom{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;

}
.addteacherBody .classtitle{
    font-size: 16px;
    padding-left:12px;
    vertical-align: middle;
    display: inline-block;
    max-width: 580px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.addteacherBody .addnewclassbtn{
    width:70px;
    height:32px;
    color:#fff;
    background: #1BA3E4;
    line-height: 32px;
    text-align: center;
    border-radius:3px;
    cursor: pointer;
    font-size: 12px;
}
.addteacherBody .teacherLeft,.addteacherBody .teacherRight{
    width:340px;
    height:300px;
}

.addteacherBody .topTitle{
    height:30px;
    background:rgba(235, 238, 245, 1);
    border-radius: 5px 5px 0 0;
    color: #999999;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    font-size:12px;
    padding-left:10px;
    padding-right:20px;

}
.selectTeacherTable{
    height: 386px;
    overflow-y: auto;
}
.selectTeacherTable td,.currTeacherTable td{
    border:none;
    text-align: left;
}
.currTeacherTable{
    height: 378px;
    margin: 10px 0 12px 0;
    overflow-y: auto;
}
.currTeacherTable table,.selectTeacherTable table{
    /*width: 100%;*/
/*width:320px;*/
}
.selectTeacher>tr>td.td1,.currTeacher>tr>td.td1 {
    width: 95px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;

}
.selectTeacher>tr>td,.currTeacher>tr>td{
    height: 34px;
    line-height: 34px;
    text-align: left;
    font-size: 12px;
    /*padding-left:0;*/
}
.currTeacher>tr{
    background: #F7F8F9;
    border-radius: 2px;
}
.td1 .picimg{
    width:30px;
    height:30px;
}
.teaNameAndTphne{
    font-size: 12px;
}
.addTeacherBtn{
    width: 25px;
    text-align: right;
    vertical-align: middle;
    /*padding-right: 20px;*/
}

.bodybottom li{
    height:45px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.bodybottom table img{
    height:30px;
    width:30px;
    cursor: pointer;
}
.currTeacher svg{
    cursor: pointer;
}
.bodybottom table tr{
    height:40px;
}
.teacherLeft,.teacherRight{
    /*border:1px solid rgba(235, 238, 245, 1);*/
    /*border-radius: 5px;*/
    color:#333;
    font-size:12px;
}
.teacherLeft table tr,.teacherRight table tr{
    /*padding-left:10px;*/
    /*padding-right:10px;*/
    /*padding-top:10px;*/
}
.addteacherFoot{
    height:58px;
    padding:0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    border-top: 1px solid #D1DFE7;
    margin-top:5px;

}
.addteacherFoot div{
    height:30px;
    width:72px;
    border-radius:3px;
    text-align: center;
    line-height:30px;
    cursor: pointer;
    font-size: 14px;
}
.addteacherFoot .cancelBtn{
    border:1px solid #c3c3c3;
    margin-right:20px;
    color:#666;
}
.addteacherFoot .sureBtn{
    background-color: #1aa1fb;
    color:#fff;
}
/*添加班级*/
.classcover{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:11;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background: rgba(0,0,0,0.5);
}
.addclass{
    width:650px;
    height:494px;
    background: #fff;
    border-radius: 5px;
}
#closeAddCourse{
    cursor: pointer;
}
.addclassHeader{
    padding: 0 40px;
    border-radius: 5px 5px 0 0;
    width:650px;
    height:60px;
    border-bottom:1px solid #D1DFE7;
    background-color:rgba(251, 253, 255, 1) ;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.addclassBody .addnewclassbtn{
    width:70px;
    height:32px;
    color:#fff;
    background: #1BA3E4;
    line-height: 32px;
    text-align: center;
    border-radius:3px;
    cursor: pointer;
}
.addclassBody .classtitle{
    font-size: 16px;
    padding-left:12px;
    vertical-align: middle;
}
.addclassHeader .title{
    font-size:18px;
}
.addclassBody .bodybottom{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;

}
.addclassBody{
    height:370px;
    padding: 0 40px;

}
.addclassBody .bodytop{
    height:62px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.addclassFoot div{
    height:30px;
    width:72px;
    border-radius:3px;
    text-align: center;
    line-height:30px;
    cursor: pointer;
}
.addclassFoot .cancelBtn{
    border:1px solid #c3c3c3;
    margin-right:20px;

}
.addclassFoot .sureBtn{
    background-color: #1aa1fb;
    color:#fff;
}
.addclassFoot{
    height:58px;
    padding:0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    border-top: 1px solid #D1DFE7;
    margin-top:5px;

}

.classbodybottom{
    border:1px solid rgb(235,238,245);
    border-radius: 5px;
    height: 300px;

}
.classbodybottom thead{
    background-color:rgb(235,238,245);
}
.classbodybottom thead tr{

    height:30px;
    font-size:12px ;
    color:rgb(153,153,153);
}
.classbodybottom tbody{

}
.classbodybottom tbody tr{
    font-size:12px ;
    height:40px;
    line-height: 40px;
}

/*新建课程弹框样式*/
.addCourseBox{
    width:758px;
    height:544px;
    background: #fff;
    border-radius: 4px;
}
.addCourseHeader{
    display: flex;
    width:100%;
    height:50px;
    justify-content:space-between;
    align-items: center;
    background-color: #F7FAFF;
    font-size: 14px;
    color: #333;
    padding: 12px 21px;
    border-radius: 4px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.addCourseHeader .title{
    font-size: 14px;
}
.addCourseHeader .closeImg{
    width: 12px;
    height: 12px;
}
.addCourseBody{
    height:448px;
    overflow-y: auto;
}

.addCourseBody img {
    vertical-align: middle;
}

.addCourseFoot{
    height:50px;
    padding:0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    border-top: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    background-color: #F7FAFF;
    font-size: 12px;
}
.addCourseFoot div{
    height:32px;
    width:70px;
    border-radius:2px;
    text-align: center;
    line-height:32px;
    cursor: pointer;
}
.addCourseFoot .cancelBtn{
    border:1px solid #dddddd;
    margin-right:20px;
    background-color: #fff;

}
.addCourseFoot .sureBtn{
    line-height: 34px;
    background-color: #1ba3e4;
    color:#fff;
}
.addCourseBody>ul{
    width:678px;
    margin-left:40px;
}

.addCourseBody>ul>li{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding:10px 0;
}
/*.addCourseBody .inSchool{*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*border: 1px solid rgb(220, 223, 230);*/
    /*color: rgb(153, 153, 153);*/
    /*cursor: pointer;*/
/*}*/
.addCourseBody .campus .campusUl{
    display: none;
    width:250px;
    position:absolute;
    top:33px;
    left:66px;
    background-color: #fff;
    border:1px solid #e9e9e9;
    z-index:9;
    overflow-y: auto;
    height:156px;
    border-radius: 5px;
}
.addCourseBody .campus .campusUl li{
    cursor: pointer;
    padding:5px;
    font-size: 12px;
}
.addCourseBody .campus .campusUl li:hover{
    background-color: rgb(228,248,255);
}
.addCourseBody .liItem{
    width:321px;
}
.liItem span{
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
}
.byClassNuit{
    position:absolute;
    right:8px;
    top:8px;
    font-size: 12px;
    color:#666666;
}
.basceInput{
    width:255px;
    padding:0 14px;
    font-size: 12px;
    color:#3e3e3e;
    height: 30px;
    border: 1px solid #e9e9e9;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    box-sizing: border-box;
}
.chargeRemarks{
    height:82px;
    width:611px;
    border: 1px solid #e9e9e9;
    outline: none;
    padding:10px;
    resize: none;
    font-size: 12px;
    color:#3e3e3e;
    border-radius: 3px;
}
.addCourseBody .bascebtn{
    /*background-color: #1aa1fb;*/
    color: #fff;
    height:30px;
    padding:0 10px;
    line-height: 30px;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    cursor:pointer;
    color:#1aa1fb;
    border: 1px solid #e9e9e9;
    border-left:none;
    margin-left: 0px !important;
    position: absolute;
    top:0px;
    right:8px;
}
.addCourseBody .addcate,.addCourseBody .addsub{
    margin-left:8px;
}
.addCourseBody>ul{
    margin-top:16px;
}
.addCourseBody .campus{
    position:relative;
}
.liTitle{
    padding-right:10px;
}
/*.chargeTypeLi{*/
/*    margin-right:20px;*/
/*}*/
.chargeByTremLi,.chargeByClassLi,.chargeByTimeLi {
    height:40px;
}
.showTipImgBtn{
    position:absolute;
    top:4px;
    left:4px;
}
.chargeMargin{
    margin-left:50px;
}
.showTipForCharge{
    /*width:230px;*/
    /*height:50px;*/
    position: absolute;
    z-index: 9;
    background-color: #fff;
    border:1px solid #CCC;
    border-radius: 3px;
    font-size: 12px;
    top:25px;

    padding:10px;
    color:#666666;
    display: none;
}
.showTipByTrem{
    left:-108px;
    width:240px
}
.showTipByTrem:after{
    left:112px;
}
.showTipByClass{
    left:-92px;
    width:200px
}
.showTipByClass:after{
    left:95px;
}
.showTipByTime{
    left:-73px;
    width:180px;
}
.showTipByTime:after{
    left:77px;
}
.showTipForCharge:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 3;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top:-7px;

}
.chargeByTremLi .title,.chargeByTimeLi .title,.chargeByClassLi .title{
    display: inline-block;
    width:56px;
    text-align: right;
    margin-right:10px;
    font-size: 12px;
}
.centerSymbol{
    padding:0 15px;
    display: inline-block;
    width:48px;
    text-align: center;
    color:#666;
}
 .classTypeBox,.chargeTypeBox{
    display: -webkit-box;
    display: flex;
     -webkit-box-align: center;
             align-items: center;
     line-height: 20px;
}

.classTypeBox ul,.chargeTypeBox ul{
    display: -webkit-box;
    display: flex;
    margin-left:10px;
}
.classType,.chargeType{
    padding-left: 8px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}
.subjectIput ,.classInput,.classTeacherInput,.classRoomInput,.showTimeDiv,.addChargeByClass,.removeChargeByClass{
    cursor: pointer;
}
input.classInput{
    /*border-radius: 3px 0 0 3px;*/
}

.classTypeBox .classTypeActive,.chargeTypeBox chargeTypeActive {
    background-size: 20px;
    color: #1ba3e4;
}
.showTimeDiv{
    position:absolute;
    top:1px;right:0px;
    width:46px;height:28px;
    background-color: rgba(242, 242, 242, 1);
    text-align: center;line-height:28px;
}
.byTerm,.byClass,.byTime{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.showTime{
    font-size: 12px;
    color:#666666;
}
.chargeLi .title{
    color:#666666;
}
.cursor{
    cursor: pointer;
}
.classCate{
    display: none;
    position:absolute;
    top:33px;
    left:70px;
    background-color: #fff;
    width:231px;
    border:1px solid #e9e9e9;
    z-index:9;
    overflow-y: auto;
    max-height:104px;
    border-radius: 5px;
}
.classCate>li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    padding:5px;
    font-size: 12px;
    line-height: 16px;
}
.classCate>li:hover{
    background-color: rgb(228,248,255);
}
.classTeacher{
    display: none;
    position:absolute;
    top:33px;
    left:66px;
    background-color: #fff;
    width:250px;
    border:1px solid #e9e9e9;
    z-index:9;overflow-y: auto;
    height:156px;
    border-radius: 5px;
}
.classTeacher>li{
    cursor: pointer;
    padding:5px;
    font-size: 12px;
}
.classTeacher>li:hover{
    background-color: rgb(228,248,255);
}
.classRoom{
    display: none;
    position:absolute;
    top:33px;
    left:66px;
    background-color: #fff;
    width:250px;
    border:1px solid #e9e9e9;
    z-index:9;overflow-y: auto;
    height:156px;
    border-radius: 5px;
}
.classRoom>li{
    padding:5px;
    font-size: 12px;
    cursor: pointer;
}
.classRoom>li:hover{
    background-color: rgb(228,248,255);
}
.redStart{
    position: relative;
}
.redStart:after{
    content:'*';
    color:#ff7979;
    position:absolute;
    top:0px;
    left:-8px;
}
.timeUl{
    display: none;
    position:absolute;
    width: 36px;
    top: 31px;
    right: -1px;
    z-index:9;
    background-color: #fff;
    border:1px solid #e9e9e9;
    text-indent: 12px;
}
.timeUl>li{
    height:27px;
    line-height: 27px;
    font-size: 12px;
    color:#666666;
}
.classTypeBox{
    font-size: 12px;
}
.chargeTypeBox{
    font-size: 12px;
}
.timeUl>li:hover{
    background-color: rgb(228,248,255);
}
/*选择科目*/
.selectSubjectCover{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:11;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background: rgba(0,0,0,0.5)
}
.selectSubjectBox{
    width:622px;
    background-color:#fff;
    border-radius: 2px;
}
.selectSubjectHeader .title{
    font-size: 14px;
}
.selectSubjectBox .selectSubjectHeader{
    padding: 0 20px 0 21px;
    background: #F7FAFF;
    border-radius: 2px 2px 0 0;
    width:620px;
    height:50px;
    border-bottom:1px solid #eee;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    box-sizing: border-box;
}
.selectSubjectBody{
    overflow-y: auto;
    padding: 0 0 10px 40px;
    width:622px;
    height:362px;
    box-sizing: border-box;
}
.selectSubjectBody .searchBtn{
    position:absolute;
    top:8px;
    right:10px;
    width:15px;
}
.selectSubjectBody .subjectList{
    padding:0px 20px;
    width:560px;
    border:1px solid #e5e5e5;
    box-sizing: border-box;
    /*min-height:354px;*/
}
.selectSubjectBody .subjectList img {
    vertical-align: middle;
}
.subjectList li{
    cursor: pointer;
    font-size: 12px;
    color:#666;
}
.subjectList li:last-child{

}
.selecClassRoomName{
    position:absolute;
    top:0px;
    left:0px;
    width:400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.selecClassRoomCapacity{
    position:absolute;
    top:0px;
    right:0px;
}
.selectSubjectBody .searchBox{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    height:60px;
    width:542px;
}
.selectSubjectBody .searchBox .bascebtn{
    color: #1ba3e4;
    display: inline-block;
    cursor:pointer;
    font-size: 12px;
}

.selectSubjectBody .searchBox input{
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 0 10px;
    /*cursor: pointer;*/
    outline: none;
    font-size: 12px;
    height:32px;
}
.cleanContent{
    position: absolute;
    cursor:pointer;
    top: 11px;
    right:30px;
    display: none;
}
.searchBtn{
    cursor: pointer;
}
.selectSubjectBody>ul>li{
    height:44px;
    line-height: 44px;
    border-bottom:1px solid rgb(238,238,240);
}
.selectSubjectBody>ul>li>span{
    display: inline-block;
    padding-left:10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.selectSubjectFoot{
    border-top:1px solid #eee;
    padding: 0 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    height:50px;
    background: #F7FAFF;
    border-radius: 2px 2px 0 0;

}
.selectSubjectFootBtn span{
    display: inline-block;
    height:32px;
    width:70px;
    border-radius:2px;
    text-align: center;
    cursor: pointer;
    line-height:32px;
}
.selectSubjectFootBtn{
    display:flex;
}
.selectSubjectFootBtn .cancelBtn{
    border:1px solid #ddd;
    margin-right:20px;
    font-size: 12px;
    background-color: #fff;
}
.selectSubjectFootBtn .sureBtn{
    background-color: #1ba3e4;
    color:#fff;
    font-size: 12px;
}
.selectSubjectFoot .selectInfo{
    font-size: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    width:160px;
}
.addSubjectBoxCover,.addCateBoxCover{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:11;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background: rgba(0,0,0,0.5)
}
.addSubjectBox,.addCateBox{
    width:400px;
    height:188px;
    border-radius: 2px;
    background-color:#fff;
}

.addSubjectBoxHeader{
    display: flex;
    width:100%;
    height:44px;
    justify-content:space-between;
    align-items: center;
    background-color: #F7FAFF;
    font-size: 14px;
    color: #333;
    padding: 12px 21px;
    border-radius: 2px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.addSubjectBoxBody,.addCateBoxBody{
    padding: 0 30px;
    height:56px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background-color: #fff;
    margin-top:14px;
}
.addSubjectBoxBody input,.addCateBoxBody input{
    width:302px;
    height:32px;
    line-height: 32px;
    font-size: 12px;
    color: #666;
    padding-left: 10px;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.addSubjectBoxFoot,.addCateBoxFoot{
    padding: 0 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height:58px;
    background-color: #fff;
}
.addSubjectBoxFoot div,.addCateBoxFoot div{
    height:32px;
    width:70px;
    border-radius:2px;
    text-align: center;
    line-height:32px;
    cursor: pointer;
}
.addSubjectBoxFoot .cancelBtn,.addCateBoxFoot .cancelBtn{
    border:1px solid #dddddd;
    margin-right:20px;

}
.addSubjectBoxFoot .sureBtn,.addCateBoxFoot .sureBtn{
    line-height:34px;
    background-color: #1ba3e4;
    color:#fff;
}

/*课程类别*/
.addSubjectBtn,.addSubjectBtn{
    height:64px;
    line-height:64px;
}
.addSubjectBtn span,.addSubjectBtn span{
    display: inline-block;
    background-color: #1BA3E4;
    height:32px;
    width:90px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
}

.addSubjectBtn span:hover,.addSubjectBtn span:hover {
    background-color: #5bbdec;
}

.courseCategroy .Categroy-list,.subjectSetting .subject-list{
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
}
.courseCategroy table thead td,.subjectSetting table thead td{
    height: 45px;
    text-align: center;
    background-color: #f5f5f5;
    /* font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; */
    font-style: normal;
    font-size: 12px;
    color: #333;
    font-weight:600;
}
.courseCategroy table tbody td,.subjectSetting  table tbody td{
    height: 44px;
    font-size: 12px;
    /*text-align: center;*/
    color: #333;
    line-height: 44px;
    padding-left:14px;
}
.courseCategroy table tbody tr,.subjectSetting table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.CategroyBody .operation span,.subjectBody .operation span{
    /*display: inline-block;*/
    /*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;*/
}
.CategroyBody .operation span:hover,.subjectBody .operation span:hover{
    /*background-color: #dbeeff;*/
}
.using{
    color: #1ba3e4;
}
/*.using:after{*/
    /*position:absolute;*/
    /*content: '';*/
    /*display: inline-block;*/
    /*height:6px;*/
    /*width:6px;*/
    /*border-radius: 50%;*/
    /*background-color:rgb(27,163,228);*/
    /*top:6px;*/
    /*left:-8px;*/
/*}*/
.stop{
    color: #FF7540;
}
/*.stop:after{*/
    /*position:absolute;*/
    /*content: '';*/
    /*display: inline-block;*/
    /*height:6px;*/
    /*width:6px;*/
    /*border-radius: 50%;*/
    /*background-color:rgb(255,121,121);*/
    /*top:6px;*/
    /*left:-8px;*/
/*}*/
/*删除提示框*/
.delTipCover{
    position:fixed;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    top:0px;
    left:0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    z-index: 11;
}
.delTipBox{
    min-width: 360px;
    min-height: 220px;
    border-radius: 5px;
    overflow: hidden;
    margin-top:-180px;
}
.delTipCover .delTipHeader{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    height:45px;
    background-color:#1ba3e4;
    padding:0 15px;
    color:#fff;
    font-size: 16px;

}
.delTipCover .delTipHeader img{
    cursor: pointer;
    height:15px;
    width:15px;
    -webkit-transition: 1s;
    transition: 1s;
}
.delTipCover .delTipHeader img:hover{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.delTipCover .delTipBody{
    background-color: #fff;
    padding:20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 20px;
    min-height: 105px;
}
.delTipCover .delTipBody img{
    width: 48px;
    height:48px;
    margin-right: 20px;
}
.delTipCover .delTipFoot{
   display: -webkit-box;
   display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    height:70px;
    background-color: #fff;
}
.delTipCover .delTipFoot .cancel{
    height: 30px;
    width:108px;
    color: #1ba3e4;
    font-size: 14px;
    background: #ffffff;
    outline: none;
    border: 1px solid #1ba3e4;
    border-radius: 4px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    margin-right:8px;
}
.delTipCover .delTipFoot .sure{
    display: block;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    background: #1ba3e4;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    width:108px;
    margin-left:8px;
}
/*新建教室*/
.classRoomcover{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:11;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background: rgba(0,0,0,0.5)
}
.classRoomcover .classRoomBox{
    width:590px;
    height:417px;
    border-radius: 5px;
    background-color: rgb(251,253,255);
}
.classRoomBox .classRoomHeader{
    padding: 0 40px;
    border-radius: 5px 5px 0 0;
    width:590px;
    height:60px;
    border-bottom:1px solid #D1DFE7;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    font-size: 18px;
    box-sizing: border-box;
}
.classRoomBox .classRoomBody{
    height:295px;
    font-size: 14px;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.classRoomBox .classRoomBody>div>div>span{
    display: inline-block;
    width:94px;
    text-align: right;
    margin-right: 10px;
}
#classroomremark{
    resize: none;
    padding:6px 14px;
    width: 255px;
    font-size: 12px;
    color: #666;
    height: 30px;
    border: 1px solid #e9e9e9;
    outline: none;
    border-radius: 3px;
}
.classRoomFoot{
    height:58px;
    padding:0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    border-top: 1px solid #D1DFE7;
    margin-top:5px;
}

.classRoomFoot div{
    height:30px;
    width:72px;
    border-radius:3px;
    text-align: center;
    line-height:30px;
    cursor: pointer;
}
.classRoomFoot .cancelBtn{
    border:1px solid #c3c3c3;
    margin-right:20px;

}
.classRoomFoot .sureBtn{
    background-color: #1aa1fb;
    color:#fff;
}
.noRecard{
    text-align: center;
    margin-top:120px;
    color:#999;
}

.Categroy-list .noEdit{
    background: #f2f2f2 !important;
    color:#999 !important;
    box-shadow:1px 1px 0px rgba(0, 0, 0,.15) !important;
    cursor: not-allowed !important;
}











