@CHARSET "UTF-8";
.lecRecord-aaa{
    position: relative;
    height: 20px;
    text-align: right;
}
.lecRecord-aaa .lecRecordImg{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.lecRecord{
    color: #20b3c8;
    cursor: default;
    font-size: 18px;
    vertical-align: middle;
}
.lecRecord-div{
    display: none;
    position: absolute;
    right: -232px;
    top: 50%;
    width: 218px;
    max-height: 222px;
    overflow:hidden;
    color: #999;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 8px;
    box-shadow: -4px 0 8px #eee;
}
.lecRecord-div ul{
    padding:0 24px;
}
.arrowDiv{
    display: none;
    position: absolute;
    top: 4px;
    right: -14px;
    border:7px solid #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    z-index: 10;
}
.lecRecord-div li{
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #f7f7f7;
}
.lecRecord-div li:last-child{
    border: none;
}
.lecRecord-div li p{
    margin-top: 0;
    height: 18px;
    line-height: 18px;
    text-align: left;
}
.lecRecord-div li p img{
    width: 18px;
    height: 18px;
    text-align: left;
    margin-right: 12px;
}
.lecRecord-div li p.lrd-className{
    max-width: 140px;
    margin-bottom: 12px;
    text-align: center;
    color: #666; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lecRecord-div li p.lrd-start{
    margin-bottom: 16px;
}
.lecRecord-div li p.lrd-end{
    margin-bottom: 0;
}
.no-record{
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 18px;
    color: #999;
}
.coverLecRevoke{
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    z-index: 10;
}
/*调课撤销盒子*/
#lecRevokeDiv{
    position: fixed;
    top: 50%;
    left:50%;
    width: 474px;
    margin-left: -237px;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 8px;
}
/*右上角关闭按钮*/
.closeLecRevokeDiv{
    position: absolute;
    top: 8px;
    right:17px;
    width: 28px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 38px;
    color: #fff;
    cursor: pointer;
}
/*顶部*/
.lecRevoke-top{
    width: 100%;
    height: 56px;
    font-size: 24px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    background: #20b3c8;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.lr-top{
    padding:10px 18px;
    background: #FFFAE7;
}
.lr-top img{
    float: left;
    width: 22px;
    height: 22px;
    margin-top: 8px;
    margin-right: 10px;
}
.lr-top span{
    float: left;
    width: 380px;
    color: #666;
}
/*中间内容*/
.lecRevoke-mid{
    padding: 32px 66px 8px;
    font-size: 16px;
    color: #333;
}
.lecRevoke-mid li{
    margin-bottom: 32px;
}
.lecRevoke-mid li i{
    font-style: normal;
}
.lecRevoke-mid li i.lecRev-name,.lecRevoke-mid li i.lecRev-claname{
    display: inline-block;
    width: 236px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lecRevoke-mid li .lecRev-title{
    float: left;
    width: 66px;
    height: 20px;
    text-align: justify;
}
.lecRevoke-mid li em{
    float: left;
    font-style: normal;
    margin-right: 24px;
}
.lecRev-title>span{
    width: 66px;
    display: inline-block;
    padding-left: 0;
}
.lecRevoke-mid li img{
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.lecRev-time{
    float: left;
    width: 236px;
}
/*.lecRev-time div{
    height: 20px;
    line-height: 20px;
}*/
.lecRev-time i{
    float: left;
    margin-right: 44px;
}
.lecRev-time b{
    float: left;
    font-weight: normal;
}
.lecRev-time .lecRev-endTime{
    margin-top: 22px;
}
/*底部*/
.lecRevoke-btm{
    height: 36px;
    padding: 0 68px;
    margin-bottom: 32px;
}
.lecRevoke-btm span{
    float: left;
    width: 112px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.lecRev-cancel{
    margin-right: 110px;
    border:1px solid #20b3c8;
    color: #20b3c8;
}
.lecRev-confirm{
    width: 130px;
    height: 36px;
    background: #20b3c8;
    color: #fff;
}