/*修复打卡弹窗样式*/
.win_altercheckingin .contents > li:last-child > span {
   vertical-align: top;
}
.win_altercheckingin .info, .win_altercheckingin .info {
    height: 20px !important;
    line-height: 20px !important;
}
/*修复打卡记录编辑弹窗的名字和备注的距离*/
.win_altercheckingin .message > div > span:last-child{
    padding-top:4px;
}
/*修复排课计划头像不居中*/
img{
    vertical-align: middle;
}
.subBtn,.addBtn{
    cursor: pointer;
}
/*修复新建排课搜索框×的位置*/
.commonDivBody .seekCou > img, .commonDivBody .seekClassroom > img, .commonDivBody .seekClass > img, .commonDivBody .seekTea > img{
    top:11px;
    left:104px;
    display: none;
}
/*加载样式*/
.loading1 {
    position: absolute;
    z-index: 10000;
    left: 50%;
    top: 50%;
    margin-top: -27.5px;
    margin-left: -40px;
}
#PageLoadingEffect {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    margin: 0 auto;
    border: 2px solid #1ba3e4;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
    margin-bottom: 8px;
}
.loading>p, .loading1>p {
    color: #1ba3e4;
}
/*编辑排课弹窗样式*/
#masklayer {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    /* background: #333; */
}
#editDelCourseDiv {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -154px;
    background: #fff;
    border-radius: 6px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prompt-head {
    background: #1ba3e4;
    padding: 12px 16px;
    font: 16px "MicrosoftYaHei";
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.closeImg {
    float: right;
    height: 14px;
    width: 14px;
    margin-top: 4px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
}
.clearfloat:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "";
    clear: both;
}
.clearfloat {
    zoom: 1;
}
.prompt-info {
    text-align: center;
    vertical-align: middle;
    margin: 36px 40px;
    font-size: 20px;
    color: #333;
    font-family: "Helvetica Neue";
}
.bigopenbtn {
    margin-right: 64px;
    width: 106px;
}
.promptopenbtn {
    display: block;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    background: #1ba3e4;
    outline: none;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    float: right;
}
.promptLeftImage {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    margin-right: 16px;
}
.promptLeftImage img, .promptImage img {
    width: 100%;
    height: 100%;
}
.selType {
    margin-top: 10px;
    padding-left: 48px;
    text-align: left;
}
.selType>div {
    margin-top: 16px;
    color: #666;
    font-size: 14px;
}
.selType>div>input[type=radio] {
    vertical-align: sub;
    margin-right: 6px;
    outline: none;
}
.radio_blue + label {
    font-family: "Helvetica Neue";
    color: #333333;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}
.radio_blue:checked + label:before {
    background-color: #1ba3e4;
    background-clip: content-box;
    padding: .2em;
    width:12px;
    height: 12px;
}
.radio_blue + label:before {
    margin-top: -2px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border-radius: 100%;
    vertical-align: middle;
    background: #FFFFFF;
    border: 1px solid #1ba3e4;
}
#editThis,#delThis{
    display: none;
}
#editAll,#delAll{
    display: none;
}
.bigopenbtn {
    margin-right: 64px;
    width: 106px;
}
.promptopenbtn {
    display: block;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    background: #1ba3e4;
    outline: none;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    float: right;
}
.bigclosebtn {
    margin-right: 16px;
    margin-left: 64px;
    width: 106px;
}
.promptclosebtn {
    display: block;
    height: 30px;
    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-bottom: 30px;
    /* margin-left: 50px; */
    float: left;
}

/*删除排课弹窗样式*/
#delSureCourse {
    width: 360px;
    height: 177px;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -90px;
    background: #fff;
    border-radius: 2px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prompt-head {
    background: #1ba3e4;
    padding: 12px 16px;
    font: 16px "MicrosoftYaHei";
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.prompt-info {
    text-align: center;
    vertical-align: middle;
    margin: 36px 40px;
    font-size: 20px;
    color: #333;
    font-family: "Helvetica Neue";
}
.promptLeftImage {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    margin-right: 16px;
}
.smallopenbtn {
    width: 70px;
    margin-right: 41px;
}
.promptopenbtn {
    display: block;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    background: #1ba3e4;
    outline: none;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    float: right;
}
.smallclosebtn {
    width: 70px;
    margin-left: 41px;
}
.promptclosebtn {
    display: block;
    height: 30px;
    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-bottom: 30px;
    /* margin-left: 50px; */
    float: left;
}


/*课后练习弹窗样式*/
#HomeworkWinCover{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
#sendHomeworkWin{
    width: 939px;
    height: 589px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    overflow: hidden;
}
#sendHomeworkWin .sendHomeworkWinHeader{
    height: 50px;
    position: relative;
    padding: 0 20px;
    background-color: rgb(251,253,255);
    border-bottom: 1px solid #c9c9c9;
}
#sendHomeworkWin .sendHomeworkWinHeader .title {
    float: left;
}
#sendHomeworkWin .sendHomeworkWinHeader div {
    height: 50px;
    color: #000;
    font-size: 14px;
    line-height: 50px;
}
#sendHomeworkWin .sendHomeworkWinHeader .closeDiv {
    float: right;
    cursor: pointer;

}
#sendHomeworkWin .sendHomeworkWinBody {
    width: 939px;
    /*padding: 0px 40px;*/
    padding-right: 20px;
    padding-top:25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    box-sizing: border-box;
}
#sendHomeworkWin .sendHomeworkWinBody .bodyLeft {
    width: 1000px;
    height: 435px;
    padding-left: 40px;
    overflow-y: auto;
}
#sendHomeworkWin .sendHomeworkWinBody >.bodyRight {
    width: 226px;
    height: 395px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 10px;
}
.sendHomeworkWinBody >.bodyLeft>div {
    margin-bottom: 15px;
}
.sendHomeworkWinBody >.bodyLeft>div>.span {
    display: inline-block;
    width: 60px;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
}
.sendHomeworkWinBody >.bodyLeft input {
    width: 540px;
    outline: none;
    border-radius: 3px;
    height: 30px;
    border: 1px solid #ccc;
    padding: 0 10px;
    /*color: #999999;*/
}
#sendHomeworkWin .selectcumpus ul {
    position: absolute;
    top: 34px;
    left: 73px;
    background-color: #fff;
    width: 270px;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 99;
    display: none;
}
#sendHomeworkWin .selectcumpus ul li {
    cursor: pointer;
    padding: 10px;
}
#sendHomeworkWin .sendObj {
    display: -webkit-box;
    display: flex;
}
#sendHomeworkWin .sendObjInput {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 540px;
    padding: 0 10px;
}
.sendHomeworkWinBody >.bodyLeft>div.addAccessory {
    margin-bottom: 6px;
}
#sendHomeworkWin .addAccessory .addAccessoryBtn {
    display: inline-block;
    position: relative;
    top: 0;
    left: 20px;
    cursor: pointer;
    color: rgb(80,184,234);
    /* display: none; */
    margin-bottom: 0;
    margin-top: 0;
}
#sendHomeworkWin .addAccessory svg {
    position: absolute;
    top: 1px;
    left: 73px;
    width: 15px;
    height: 13px;
}
#sendHomeworkWin .addAccessory {
    position: relative;
}
#sendHomeworkWin .fileTextName {
    padding-left: 18px;
    cursor: pointer;
}
#sendHomeworkWin .accessorySize {
    padding-left: 5px;
    color: #c9c9c9;
}
#sendHomeworkWin .accessoryInfo{
    display: none;
}
#sendHomeworkWin .deleAccessoryBtn {
    color: rgb(80,184,234);
    padding-left: 10px;
    cursor: pointer;
}
.sendHomeworkWinBody >.bodyLeft .textarea {
    width: 540px;
    height: 175px;
    outline: none;
    border-radius: 3px 3px 0 0;
    padding: 10px;
    overflow-y: auto;
    border: 1px solid #ccc;
    resize: none;
    border-bottom: none;
    height:220px;
}
#sendHomeworkWin .sendContent span {
    vertical-align: top;
}
.sendHomeworkWinBody >.bodyLeft .addPicbox {
    position: absolute;
    bottom: -62px;
    left: 0px;
    height: 62px;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding-left: 10px;
    box-sizing: border-box;
}
#sendHomeworkWin .descriWrapper {
    display: inline-block;
    float: left;
}
#sendHomeworkWin .descriWrapper .upImgs{
    width: 52px;
    height: 52px;
    position: relative;
}
#sendHomeworkWin .descriWrapper .upImgs img {
    width: 52px;
    height: 52px;
}
#sendHomeworkWin .descriWrapper .picDescript {
    display: inline-block;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 14px;
    width: 100%;
    background-color: rgba(251, 204, 51, 1);
    font-size: 12px;
    color: #666;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#sendHomeworkWin .descriWrapper .delUpImgBtn {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../../../images/dotdelete.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#sendHomeworkWin .descriWrapper li {
    float: left;
    margin-right: 6px;
}
#sendHomeworkWin .descriWrapper .descriBox {
    width: 540px;
    height: 96px;
    padding: 2px 10px 10px;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 2;
    background-color: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 4px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.0980392156862745);
}
#sendHomeworkWin .deaTitle {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 6px;
}
#sendHomeworkWin .descriWrapper .descriptText {
    width: 520px;
    height: 38px;
    padding-top: 3px;
    outline: none;
    border: none;
    resize: none;
}
#sendHomeworkWin .descriWrapper .deaTitle span {
    height: 20px;
}
#sendHomeworkWin .descriWrapper .desfooter {
    height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
#sendHomeworkWin .descriWrapper .alreadyDescript {
    display: inline-block;
    width: 48px;
    height: 20px;
    border-radius: 4px;
    background-color: rgba(22, 155, 213, 1);
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
#sendHomeworkWin .descriWrapper .desArrow {
    position: absolute;
    left: 30px;
    top: 57px;
    width: 16px;
    height: 16px;
    z-index: 3;
    border-top: 1px solid rgba(220, 223, 230, 1);
    border-left: 1px solid rgba(220, 223, 230, 1);
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.sendHomeworkWinBody >.bodyLeft .addPicbox .addImg {
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url(../../../images/addImgBtn.jpg) no-repeat;
    background-size: cover;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.sendHomeworkWinBody >.bodyLeft .addPicbox form {
    position: absolute;
    bottom: 0px;
    left: 10px;
    opacity: 0;
}
#sendHomeworkWin .selectInfo span{
    vertical-align: middle;
}
.sendHomeworkWinFoot {
    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 #c3c3c3;
    margin-top: 20px;
    background: rgb(251,253,255);
}
.sendHomeworkWinFoot .cancelBtn {
    border: 1px solid #c3c3c3;
    margin-right: 20px;
}
.sendHomeworkWinFoot div {
    height: 30px;
    width: 72px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.sendHomeworkWinFoot .sureBtn {
    background-color: #1aa1fb;
    color: #fff;
}
#HomeworkWinCover .bodyRight .searchBox {
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
#HomeworkWinCover .bodyRight .searchBox input {
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    padding: 0 20px 0 10px;
    width: 204px;
    outline: none;
    height: 25px;
    font-size: 12px;
    box-sizing: border-box;
}
#HomeworkWinCover .bodyRight .searchBox .clearBtn {
    display: none;
    position: absolute;
    top: 8px;
    right: 30px;
    height: 8px;
    width: 8px;
    cursor: pointer;
}
#HomeworkWinCover .bodyRight .searchBox .searchBtn {
    position: absolute;
    top: 5px;
    right: 8px;
    height: 15px;
    width: 15px;
    cursor: pointer;
}
#HomeworkWinCover .selectAllItem {
    cursor: pointer;
    position: relative;
}
#HomeworkWinCover .selectStOrTea .selectAllItem {
    margin-bottom: 10px;
    min-height:18px;
}
#HomeworkWinCover .selectAllBox {
    position: absolute;
    top: 0px;
    left: 0px;
}
#HomeworkWinCover .selectAllItem .showDown {
    position: absolute;
    left: 20px;
    transform: rotate(-45deg);
    top: 3px;
}
#HomeworkWinCover .selectBoxUl>li{
    margin: 6px 0;
}
#HomeworkWinCover .selectBoxUl>li:first-child {
    margin-top: 10px;
}
#HomeworkWinCover .selectBox {
    cursor: pointer;
}
#HomeworkWinCover .personNema {
    padding-left: 5px;
}
#HomeworkWinCover .selectInfo {
    padding-left: 36px;
    display: inline-block;
    width: 196px;
    height:18px;
    line-height: 18px;
    box-sizing: border-box;
}
#sendHomeworkWin .showDown {
    -webkit-transform: rotate(-136deg);
            transform: rotate(-136deg);
}
#sendHomeworkWin .selectBoxUl {
    /*display: none;*/
    margin-left: 40px;
}
#sendHomeworkWin .selectContent {
    height: 343px;
    overflow-y: auto;
}
#sendHomeworkWin .teaAndStuloading {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    position: absolute;
}
#sendHomeworkWin .teaAndStuloading .fullload {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27.5px;
    margin-left: -60px;
    z-index: 999999;
}
#fullTeaAndStuloading {
    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;
}
#sendHomeworkWin .fullloading {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    position: fixed;
}
#sendHomeworkWin .fullload {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27.5px;
    margin-left: -40px;
    z-index: 999999;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
}
#sendHomeworkWin .teaAndStuloading .fullload {
    box-shadow:none;
}
#sendHomeworkWin .fullload{
    color:#1BA3E4;
}
#fullPageLoadingEffect {
    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;
}


/*作业详情*/
#informDetailsCover{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
#informDetails {
    /*position: fixed;*/
    /*z-index: 1000;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -260px;*/
    /*margin-left: -352px;*/
    width: 595px;
    /*height: 520px;*/
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    overflow: hidden;
}
.informDetailsHeader {
    height: 60px;
    position: relative;
    padding: 0 40px;
    background-color: rgb(251,253,255);
    border-bottom: 1px solid #c9c9c9;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
}
.informDetailsTitle {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.informDetailsClose {
    display: -webkit-box;
    display: flex;
    height: 15px;
}
.informDetailsClose ul {
    padding: 0 20px;
    margin-top: 1px;
}
.deleBtn {
    cursor: pointer;
}
.deleBox {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgb(228,228,228);
    position: absolute;
    right: 40px;
    top: 46px;
    z-index: 99;
    background-color: #fff;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    display: none;
}
.deleteArrow {
    position: absolute;
    right: 64px;
    top: 38px;
    width: 16px;
    height: 16px;
    z-index: 100;
    border-top: 1px solid rgb(228,228,228);
    border-left: 1px solid rgb(228,228,228);
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: none;
}
.informDetailsClose img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.informDetailsClose ul li {
    background: rgb(158,158,158);
    border-radius: 1.5px;
    height: 3px;
    width: 3px;
    margin-bottom: 1px;
}
.informDetailsBody {
    margin-left:40px;
    overflow-y: auto;
    height: 436px;
    width:552px;
}
.replyTip{
    height:40px;
    padding-left:40px;
    background-color: rgba(255, 250, 231, 0.25);
    line-height: 40px;
}
.informTile{
    margin-top:12px;
    font-size: 18px;
    color:#4c4c4c;
}
.detailsContent{
    margin-top:10px;
    width:515px;
    white-space: normal;
    word-break: break-all;
}
.detailsTop{
    width:515px;
    border-bottom: 1px dashed #c9c9c9;
}
.informInfo {
    font-size: 12px;
    color: #888888;
    height: 36px;
    line-height: 36px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.informDetail {
    padding-left: 15px;
    color: #888888;
    display: none;
}
.showRead {
    position: relative;
    margin-bottom: 5px;
    line-height: 18px;
}
.detailBtn {
    color: #1BA3E4;
    cursor: pointer;
}
.showRead:after {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background: rgb(28,214,124);
    top: 5px;
    left: -14px;
    position: absolute;
}
.showNoRead {
    margin-bottom: 5px;
    position: relative;
    line-height:18px;
}
.showNoRead:after {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background: rgb(255,121,121);
    top: 5px;
    left: -14px;
    position: absolute;
}
.informInfo .sendPerson {
    padding-right: 10px;
}
.cntentText {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    white-space: normal;
    word-break: break-all;
}
.accessoryBox{
    margin-top: 5px;
    position: relative;
    height:20px;
    line-height: 17px;
    font-size:13px ;
}
.detailImgBox{
    margin-top:8px;
}
.detailImgBox ul li img{
    width:55px;
    height:55px;
}
.detailImgBox ul li{
    display: inline-block;
    margin-right:5px;
}
.videoBorder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/playVideo.png) no-repeat center/32px;
    z-index: 11;
    cursor: pointer;
}
.detailImgBox ul li:last-child{
    margin-right:0px;
}
.detailsContent svg{
    position: absolute;
    left:0px;
    top:2px;
    width:14px;
    height:14px;
}
.filesname{
    padding-left:20px;

}
.filesname a{
    color:#1ba3e4;
}
.linkBox {
    background: #f9f9f9;
    display: -webkit-box;
    display: flex;
    margin-top: 10px;
    height: 25px;
    min-width: 420px;
    max-width: 515px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.linka {
    padding-left: 10px;
    line-height: 25px;
    color: #333;
    cursor: pointer;
}
/*音频播放器样式*/
/********************/
.audio-wrapper {
    background-color: #f9f9f9;
    max-width: 420px;
    padding-right: 10px;
    height: 26px;
    margin-top:8px;
}

.audio-left {
    float: left;
    text-align: center;
    width:26px;
    height: 100%;
}

.audio-left img {
    width: 26px;
    height:26px;
    position: relative;
    margin: 0;
    cursor: pointer;
    vertical-align: top;
}

.audio-right {
    margin-right: 2%;
    float: right;
    width: 88%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}

.audio-right p {
    font-size: 15px;
    height: 35%;
    margin: 8px 0;

    /* 歌曲名称只显示在一行，超出部分显示为省略号 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 243px;   /* 要适配小屏幕手机，所以最大宽度先设小一点，后面js根据屏幕大小重新设置 */
}

.progress-bar-bg {
    background-color: #fff;
    position: relative;
    height: 6px;
    cursor: pointer;
    width:280px;
    border-radius: 3px;
}

.progress-bar {
    background-color: rgb(46,177,229);
    width: 0;
    height: 6px;
    border-radius: 3px;
}

.progress-bar-bg span {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgb(46,177,229);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: pointer;
}

.audio-time {
    overflow: hidden;
    margin-top: -1px;
}

.audio-length-total {
    font-size: 12px;
}

.audio-length-current {
    font-size: 12px;
}
/****************/
.videoShow {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}
.videoWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -278px;
    margin-left: -441px;
    width: 882px;
    height: 556px;
    font-size: 18px;
    z-index: 20;
}
.videoBox {
    width: 882px;
    height: 556px;
}
.videoBox video {
    width: 882px;
    height: 556px;
}
.videoWrap .closeBtn {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    color: white;
    line-height: 35px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}
.imgShow {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}
.imgWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.imgWrap img {
    max-width: 800px;
    max-height: 500px;
    z-index: 10000;
}
.imgShow .closeBtn {
    position: fixed;
    top: 20px;
    right: 232px;
    width: 40px;
    height: 40px;
    color: white;
    line-height: 36px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 21;
}

/*作业详情结束*/

/*结业开始*/
#win_endCourse_mark{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
}
#win_endCourse{
    width:469px;
    height:350px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
}
.win_endCourse_header{
    height: 59px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 40px;
    border-bottom: 1px solid #D1DFE7;
    font-size: 18px;
    color:#3e3e3e;
    background-color: rgba(251, 253, 255, 1);
    font-weight: 400;
}
.win_endCourse_header .closeWinImg{
    cursor: pointer;
}
.win_endCourse_body{
    height:230px;
    color:#333333;
    font-size: 17px;
    line-height: 25px;
    padding:0 45px;
    font-weight:400;
}
.win_endCourse_body .tipText{
    text-align: center;
    padding:20px 0;
    font-size: 17px;
    color:#333333;
}
.win_endCourse_body .selectCourse{
    padding-left:20px;
    border:1px solid #D1DFE7;
    border-radius: 5px;
    padding:20px;
}
.win_endCourse_body .selectCourse p{
    display: inline-block;
    background: url("/images/check_ud.png") 0px center no-repeat;
    padding-left:30px;
    color:#333333;
    font-size: 17px;
    cursor: pointer;
}
.win_endCourse_body .selectCourse span{
    display: block;
    padding-left:30px;
    color:#666666;
    font-size: 14px;
}
.win_endCourse_body .selectCourse p.active{
    background: url("/images/check_nd.png")0px center no-repeat;
}
.win_endCourse_foot {
    height: 59px;
    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;
    border-radius: 0 0 5px 5px;
    background-color: rgba(251, 253, 255, 1);
    font-size: 14px;
}
.win_endCourse_foot button {
    height: 30px;
    width: 72px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    outline: none;
}
.win_endCourse_foot button:first-child {
    border: 1px solid #c3c3c3;
    margin-right: 20px;
    background-color: #fff;
}
.win_endCourse_foot button:last-child {
    background-color: #1aa1fb;
    color: #fff;
    border: none;
}
/*结业结束*/

/*提示弹窗*/
#win_TipWin_mark{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
}
#win_TipWin{
    width:360px;
    height:177px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    color:#333;
    font-weight:normal;
}
.win_TipWin_header{
    height: 44px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    color:#333;
    background-color: #F7FAFF;
}
.win_TipWin_header .closeWinImg{
    cursor: pointer;
    width: 12px;
    height: 12px;
    transition: all 1s ease 0s;
}
.win_TipWin_body{
    color:#333333;
    font-size: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    line-height: 25px;
    padding:20px 0 15px 0;
}
.win_TipWin_foot {
    height: 59px;
    display: -webkit-box;
    display: flex;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    border-radius: 0 0 2px 2px;
    font-size: 12px;
}
.win_TipWin_foot button {
    height: 30px;
    width: 72px;
    border-radius: 2px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    outline: none;
    font-size: 12px;
}
.win_TipWin_foot button:first-child {
    border: 1px solid #ddd;
    margin-right: 20px;
    background-color: #fff;
}
.win_TipWin_foot button:last-child {
    background-color: #1aa1fb;
    color: #fff;
    border: none;
}

