.schTitle,.schCourse,.schTime,.schErrMess{
    margin: 10px auto;
    height: 40px;
}
.schTitleText{
    /*margin-left: 1%;*/
    font-weight: 600;
}
.redPoint{
    height: 6px;
    width: 6px;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    background-color: #F14538;
    margin-top: 20px;
    /*margin-left: 50px;*/
}
.inputSchTitle{
    height: 38px;
    width: 70%;
    line-height: 50px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 3px;
    border-color: #D2D2D2!important;
    text-indent: 10px;
}
.greyLine{
    width: 100%;
    height: 8px;
    background-color: #F4F4F4;
}
.schR{
    margin-left: 1%;
}
.startTimeBox,.endTimeBox{
    position: relative;
}
.startTime,.endTime{
    width: 180px;
}
.timeIcon{
    position: absolute;
    right: 10px;
    top: 30%;
    width: 12px;
    height: 12px;
    color: #c2c2c2;
}
.timeIcon::choices{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.schChoiseArea{
    margin-top: 20px;
}
.schChoiseArea:after{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 0px;
    content: "";
    clear: both;
}
.choiceL{
    float: left;
    /*height: 300px;*/
    width: 70%;
    margin-left: 5px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 10px 0px rgba(207,207,207,0.5);
    border-radius:5px;
}

.choiceLTitle{
    height: 34px;
    line-height: 34px;
    width: 100%;
    background-color: #F3F3F3;
    color: #7D7D7D;
    font-family: pingfang;
    text-align: center;
    font-weight: 500;
}
.schoolItemBox,.waitItemBox,.roomItemBox {
    height: 300px;
    overflow-y: auto;
}
.schoolIt{
    width: 94%;
    margin: 4px auto;
    height: 33px;
    line-height: 33px;
    text-align: left;
    border-radius: 3px;
    padding-left: 20px;
}
.choiceR{
    float: left;
    height: 240px;
    /* width: 492px; */
    margin-left: 0.6%;

}
/*.schoolIt:hover{*/
    /*cursor: pointer;*/
/*}*/
/*.schoolItNormal{
    background-color: #EDEDED;
    color:#999999 ;
}*/
.schoolItChecked{
    background-color: #7DB4FF;
    color:#FFFFFF ;
}
.submitBox{
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 10px auto;
}

.layui-form-select dl dd.layui-this {
    background-color: #5AA5FF !important;
    color: #fff !important;
}
.btnSub{
    background-color: #5291FB;
    padding-left: 8%;
    padding-right: 8%;
    color: #ffffff;
}
.termInput{
    width: 200px;
    display: inline-block;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #5AA5FF;
}
.weekChoiseArea{
    margin-top: 20px;
    /*display: none;*/
}
.weekChoiseArea:after{
    display: block;
    content: "";
    clear:both;
    height: 0;
    width: 0;
    overflow: hidden;

}
.choiseItem{
    float: left;
    box-sizing: border-box;
    padding: 0 0.3%;
    width: 12%;
    line-height: 40px;
    border-right: 1px dotted #999988;
    text-align: center;
}
.weekCheckBox {
    width: 17px;
    height: 17px;
    cursor: pointer;
    vertical-align: middle;
}
.weekLabel{
    color: #5AA5FF;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}
.item-start-time{
    display: none;
    /*display: inline-flex;*/
    width: 60%;
}
.item-end-time{
    margin-top: 5px;
    width: 60%;
    display: none;
    /*display: inline-flex;*/
}
.item-start-time input ,.item-end-time input{
    text-align: center;
    padding-left: 0 !important;
}
.coursePlanArea{
    margin-top: 20px;
}
.coursePlanContent{
    margin-top: 10px;
    /*border: 1px solid #999988;*/
    min-height: 50px;
    padding: 0 5px;
}
.planItem{
    height: 54px;
    line-height: 54px;
    padding: 0 1%;
}
.planItem:nth-child(odd){
    background-color: #FFFFFF;
}
.planItem:nth-child(even){
    background-color: #F4F7F9;
}
.plan-title{
    font-weight: bold;
    width: 13%;
    display: inline-block;
}
.plan-date{

}
.plan-date-input{
  width: 110px;
}
.plan-time-s{
  width: 80px;
}
.plan-time-e{
    width: 80px;
}
.plan-theme{

}
.plan-theme-tip{
    font-weight: bold;
    margin-left: 2%;
}
.plan-theme-content{
    width: 35% !important;
    display: inline-block;
}
.plan-delete{
    width: 23px;
    height: 25px;
    display: inline-block;
    line-height: 42px;
    margin-left: 2%;
    vertical-align: middle;
    background-image: url("../../images/liveSchedule/icon-remove.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.btnAddPlan{
    background-color: rgba(0,0,0,0);
    border: none;
    background-image: url("../../images/liveSchedule/icon-add.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 0.8%;
}
.roomItemBox{
    box-sizing: border-box;
    padding: 10px;
}

.room{
    border: 1px solid #EFEFE5;
    border-radius: 4px;
    display: inline-flex;
    padding: 4px 10px;
    margin-top: 10px;
}
.room strong{
    line-height: 26px;
    margin-right: 5px;
}
.room img{
    width: 23px;
    height: 26px;
    cursor: pointer;
    vertical-align: middle;
}
/*
 layui样式自定义
*/
.layui-form-checkbox {
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding-right: 30px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.layui-form-checked, .layui-form-checked:hover {
    border-color: #5AA5FF !important;
}
.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #5AA5FF !important;
}
.layui-form-checked i, .layui-form-checked:hover i {
    color: #5AA5FF !important;
}
/*
 layui样式自定义
*/