body{
    background-color: #f7f7f7;
    color: #282828;
}
body::-webkit-scrollbar,.scroll::-webkit-scrollbar {
    width: 8px!important;
    height: 8px!important;
}
body::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #c1c1c1;
}
body::-webkit-scrollbar-track,.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}
body .foot{
    position: unset!important;
    box-shadow: 0 0 30px -12px #999;
    clear:both;
    height: 60px;
    font-size: 12px;
    line-height: 22px;
}
body .foot .le{
    width: 420px;
}
body .foot .zh{
    margin-left: 200px;
}
body .foot .le,body .foot .zh{
    padding-top: 10px;
    float: left;
}
body .foot .ri{
    padding-top: 20px;
    float: left;
    position: relative;
    right: -65px;
    margin-left: 220px;
}
.bgwhite{
    background-color: #fff;
}
.mooc_loginBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 30px;
}
.mooc_loginBox .layui-form-title{
    margin-bottom: 26px;
    position: relative;
}
.mooc_loginBox .layui-form-title h2{
    font-size: 20px;
    line-height: 58px;
    border-bottom: 2px solid #e5e5e5;
    position: relative;
}
.mooc_loginBox .layui-form-title h2::after{
    position: absolute;
    content: "";
    width: 64px;
    height: 3px;
    background-image: linear-gradient(to right,#ff624f,#ff4767);
    bottom: 0;
    left: 20px;
    border-radius: 2px;
}
.mooc_loginBox .layui-form-title .layui-icon{
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 24px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}
.mooc_loginBox .layui-form-item{
    margin-bottom: 17px;
}
.mooc_loginBox .layui-form-item input{
    height: 46px;
    border-radius: 6px;
    background-color: #eee;
    border: none;
}
.mooc_loginBox .layui-form-item input[name="code"]{
    float: left;
    width: calc(100% - 92px);
}
.mooc_loginBox .form-code{
    float: right;
    width: 77px;
    height: 46px;
    border-radius: 6px;
    overflow: hidden;
}
.mooc_loginBox .form-code img{
    width: 100%;
    height: 100%;
}
.mooc_loginBox .codes{
    float: right;
    width: 78px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #bfbfbf;
    font-size: 13px;
    color: #666;
    border-radius: 6px;
}
.mooc_loginBox button[lay-submit]{
    cursor: pointer;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    border: none;
    color: #fff;
    margin: 8px 0 7px;
    font-size: 18px;
    background-image: linear-gradient(to bottom,#ff3f5e,#c81721);
}
.mooc_loginBox .layui-form-item .kit-login-remember{
    display: inline-block;
}
.mooc_loginBox .layui-form-item .kit-login-remember .layui-form-radio *{
    color: #999;
}
.mooc_loginBox .layui-form-item .kit-login-remember .layui-form-radio>i{
    font-size: 20px;
}
.mooc_loginBox .layui-form-item .kit-login-forget{
    float: right;
    color: #999;
    line-height: 34px;
    cursor: pointer;
}
.mooc_loginBox .layui-form-item .kit-login-forget span[name="register"]{
    color: #5075f8;
    margin-left: 10px;
}
.mooc_loginBox .layui-form-item > .kit-pull-down:last-child{
    margin-top: 10px;
}
.mooc_loginBox .layui-form-item .agreeSecret{
    font-size: 14px;
    clear: both;
    height: 28px;
    line-height: 28px;
}
.mooc_loginBox .layui-form-item .agreeSecret .layui-form-checkbox[lay-skin=primary]{
    vertical-align: top;
    margin-top: 5px;
}
.mooc_loginBox .layui-form-item .kit-login-remember .layui-form-radio{
    margin-top: 3px;
}
.mooc_loginBox .layui-form-item .agreeSecret .treatyBtn,.mooc_loginBox .layui-form-item  .agreeSecret .policyBtn {
    color: #c81721;
}
.text-danger{
    color: #f00;
}
.n-m-l{
    margin-left: 0!important;
}
.m-l-10{
    margin-left: 10px!important;
}
.n-m-b{
    margin-bottom: 0!important;
}
.p-t-20{
    padding-top: 20px!important;
}

/*以下是一级标题样式*/
.primaryTitle{
    width: 100%;
    height: 26px;
    clear: both;
}
.primaryTitle span:first-child{
    position: relative;
    padding-left: 12px;
    font-size: 23px;
    top: -3px;
}
.primaryTitle span:first-child::before{
    content: "";
    width: 5px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 3px;
}
.primaryTitle span:nth-child(2){
    float: right;
    margin-top: 6px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}
/*一级标题样式止*/

/*以下是二级标题样式*/
.secondaryTitle{
    width: 100%;
    height: 26px;
    clear: both;
    padding-top: 20px;
}
.secondaryTitle span:first-child {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
}
.secondaryTitle span:first-child::before {
    content: "";
    width: 5px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
/*二级标题样式止*/

/*以下是公告卡片样式*/
.noticeItem {
    width: 580px;
    height: 67px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 20px;
}
.noticeItem .item-date {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 66px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background-color: #65b7ff;
    border: 1px solid #00a0e9;
}
.noticeItem .item-date span {
    display: block;
}
.noticeItem .item-date span:first-child {
    font-size: 28px;
    margin-top: 7px;
}
.noticeItem .item-date span:last-child {
    font-size: 14px;
}
.noticeItem .item-msg {
    width: 430px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.noticeItem .item-msg > div {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.noticeItem .item-msg > div:nth-child(2) {
    font-size: 13px;
    color: #666;
}
.noticeItem .item-msg > div:nth-child(2) img{
    display: none;
}
.noticeItem > .layui-icon{
    display: inline-block;
    font-size: 26px;
    transform: rotate(180deg);
    color: #666;
    line-height: 64px;
    cursor: pointer;
    position: relative;
}
.noticeItem > .layui-icon::after{
    content: "";
    width: 3px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 29px;
    right: 19px;
}
/*公告卡片样式止*/


/*以下是课程卡片样式*/
.courseCard {
    position: relative;
    width: 224px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px #999;
    z-index: 1;
}
.courseCard,.teacherCard{
    transition: all 0.2s linear;
}
.courseCard:hover,.teacherCard:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 15px -5px #999;
}
.courseCard .box-img,
.courseListBox .listCard .list-img{
    width: 224px;
    height: 126px;
    position: relative;
}
.courseCard .box-img{
    overflow: hidden;
}
.courseListBox .listCard .list-img{
    float: left;
    z-index: 1;
}
.courseListBox .listCard .list-img .list-img-box{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.courseCard .box-img img,
.courseListBox .listCard .list-img img{
    width: 100%;
    height: auto;
    min-height: 100%;
    border-radius: 6px 6px 0 0;
}
.courseCard .box-img .courseScore,
.courseListBox .listCard .list-img .courseScore{
    position: absolute;
    width: 39px;
    height: 39px;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 39px;
    color: #DC8E21;
}
.courseCard .courseLevel,
.courseCard .courseRegion,
.courseListBox .listCard .courseLevel,
.courseListBox .listCard .courseRegion,
.baseMsgContent .videoBox .courseLevel,
.baseMsgContent .videoBox .courseRegion{
    min-width: 26px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 45px;
    right: -8px;
    background-color: #ab0000;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
}
.courseCard .courseRegion,
.courseListBox .listCard .courseRegion,
.baseMsgContent .videoBox .courseRegion{
    background-color: #ababab;
}
.courseCard .courseLevel + .courseRegion,
.courseListBox .listCard .courseLevel + .courseRegion{
    top: 74px;
}
.courseCard .courseLevel::after,
.courseCard .courseRegion::after,
.courseListBox .listCard .courseLevel::after,
.courseListBox .listCard .courseRegion::after,
.baseMsgContent .videoBox .courseLevel::after,
.baseMsgContent .videoBox .courseRegion::after{
    content: "";
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent #630000;
    position: absolute;
    bottom: -8px;
    right: -8px;
    z-index: -1;
}
.courseCard .courseRegion::after,
.courseListBox .listCard .courseRegion::after,
.baseMsgContent .videoBox .courseRegion::after{
    border-color: transparent transparent transparent #5c5c5c;
}
.courseCard .box-img .courseNumber,
.courseListBox .listCard .list-img .courseNumber{
    width: 100%;
    line-height: 26px;
    color: #fff;
    background-color: rgba(119,136,153,0.5);
    box-sizing: border-box;
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.courseListBox .listCard .list-img .courseNumber{
    border-radius: 0 0 6px 6px;
}
.courseCard .box-msg,
.teacherCard .box-msg{
    padding: 0 12px;
    position: relative;
}
.courseCard .box-msg .courseName{
    font-size: 14px;
    overflow: hidden;
    line-height: 24px;
    padding: 4px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}
.courseCard .box-msg .courseList li{
    color: #666;
    clear: both;
    line-height: 22px;
    font-size: 12px;
}
.courseCard .box-msg .courseBottom{
    display: flex;
    justify-content: space-between;
    line-height: 22px;
    font-size: 12px;
    color: #999;
    padding: 0 0 5px;
}
.courseCard .box-msg .courseBottom span:not(.layui-icon){
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    background-image: url("../../image/mooc/moocIcon_ym.png");
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-right: 3px;
}
.courseCard .box-msg .courseBottom_time span{
    background-position: -460px -23px;
}
.courseCard .box-msg .courseBottom_user span{
    background-position: -486px -23px;
}
.courseCard .box-msg .courseBottom .collect{
    cursor: pointer;
}
.courseCard .box-msg .courseBottom .collect .layui-icon{
    color: #6687F9;
    font-size: 14px;
    margin-right: 2px;
}
.courseCard .box-msg .courseBottom_out{
    color: #c8161f;
    cursor: pointer;
}
.courseCard .box-msg .courseBottom_out .layui-icon{
    color: #c8161f;
    font-size: 14px;
    margin-right: 2px;
}
/*课程卡片样式止*/

/*以下是名师卡片样式*/
.teacherCard {
    width: 224px;
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px -5px #999;
    background-color: #fff;
}
.teacherCard .box-img {
    width: 224px;
    height: 126px;
    overflow: hidden;
}
.teacherCard .box-img img {
    width: 100%;
    height: auto;
    min-height: 126px;
}
.teacherCard .box-msg .teacherName {
    font-size: 14px;
    line-height: 46px;
    padding-top: 6px;
}
.teacherCard .box-msg .teacherList{
    padding-bottom: 7px;
}
.teacherCard .box-msg .teacherList span {
    display: block;
    color: #666;
    line-height: 24px;
    font-size: 12px;
}
/*名师卡片样式止*/

/*以下是mooc图标样式*/
.mooc-icon{
    background-image: url("../../image/mooc/moocIcon_ym.png");
    background-repeat: no-repeat;
    overflow: hidden;
}
/*mooc图标样式止*/

/*以下是大弹出框样式*/
.loadpagehead {
    box-sizing: content-box;
    background-color: #fff;
    padding: 10px 0 0;
    width: calc(100% - 40px);
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-left: 20px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    clear: both;
}
.loadpagehead>span {
    font-weight: bold;
}
.loadpagehead>span:first-child{
    position: relative;
    margin-left: 5px;
    padding-left: 10px;
}
.loadpagehead>span:first-child::before{
    content: "";
    width: 4px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}
.loadpagehead .layui-icon-close-fill {
    float: right;
    font-size: 36px;
    color: #c70000;
    cursor: pointer;
    font-weight: normal;
}
.loadpagehead+div{
    width: 100%;
    height: calc(100% - 45px);
    box-sizing: border-box;
    padding: 10px 20px 0;
}
.loadpagehead+div .layui-form-item{
    margin-bottom: 10px;
}
.loadpagehead+div .layui-form-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    color: #333;
    padding: 9px 4px 9px 0;
    font-size: 13px;
}
.scroll {
    overflow: auto!important;
}
.bigfunctiongroup {
    overflow: hidden;
    width: 206px;
    padding: 20px 0;
    margin: 0 auto;
}
.bigfunctionbtn {
    float: left;
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 15px 0 47px;
    color: #fff;
    box-sizing: content-box;
    cursor: pointer;
    position: relative;
}
.bigfunctionbtn:hover{
    color: #fff;
}
.bigfunctionbtn::before{
    content: "";
    width: 32px;
    height: 32px;
    background-color: #dcdcdc;
    position: absolute;
    top: 0;
    left: 0;
}
.bigaddfunctionbtn::before,
.bigreturnfunctionbtn::before{
    content: "✔";
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #dbdbdb;
}
.bigreturnfunctionbtn::before{
    content: "✖";
}
.bigreturnfunctionbtn {
    background-color: #bfbfbf!important;
}

.bigfunctiongroup .bigfunctionbtn:nth-child(2) {
    margin-left: 33px;
}
/*大弹出框样式止*/

/*以下是小弹框样式*/
.popupcontent{
    width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow-x: hidden!important;
}
.popupcontent .popupbottombtn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
    background-color: #f0f0f0;
    padding-top: 10px;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.scroll>.popupbottombtn{
    position: unset;
    width: calc(100% + 40px);
    margin-left: -20px;
    clear: both;
}
/*小弹框样式止*/

/*以下是无数据样式*/
.noDataMsg{
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #666;
}
/*无数据样式止*/

/*以下返回顶部样式*/
.layui-fixbar .layui-fixbar-top{
    background-color: #2a96ff;
}
/*返回顶部样式止*/

/*以下是数字教材分析折叠样式*/
.textBookDataCollapse{
    margin-top: 20px;
    border: none;
    overflow: hidden;
}
.textBookDataCollapse .layui-colla-item{
    margin-bottom: 10px;
    border: none;
}
.textBookDataCollapse .layui-colla-item:last-child{
    margin-bottom: 0;
}
.textBookDataCollapse .layui-colla-item .layui-colla-title{
    height: 34px;
    line-height: 34px;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 0 45px 0 0;
    display: flex;
    gap: 10px;
}
.textBookDataCollapse .layui-colla-item .layui-colla-title .layui-colla-icon{
    left: auto;
    right: 15px;
}
.textBookDataCollapse .layui-colla-item .layui-colla-title span{
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    padding: 0 10px;
}
.textBookDataCollapse .layui-colla-item .layui-colla-title span:first-child{
    color: #fff;
    width: 90px;
    text-align: center;
}
.textBookDataCollapse .layui-colla-item .layui-colla-content{
    overflow-x: auto;
    border-top: none;
    padding: 0;
}
.textBookDataCollapse .layui-colla-item .layui-colla-content .layui-table{
    margin-bottom: 0;
}
/*数字教材分析折叠样式止*/

/*以下是重新定义layui数据表格样式，和newui.css中是一样的*/
.layui-table-view,
.layui-table[lay-skin=line]{
    border-left: none;
    border-right: none
}
.layui-table-view .layui-table[lay-skin=line]{
    border-width: 0;
}
.layui-table-view{
    border-bottom: none;
}
.layui-table-view > .layui-table-box{
    border-bottom: 1px solid #e6e6e6;
}
.layui-table-view > .layui-table-page{
    border-width: 0 0 1px;
}
.layui-table thead tr{
    background-color: #eee;
}
.layui-table-view .layui-table td,
.layui-table-view .layui-table th{
    padding: 0
}
.layui-table-view .layui-form-radio{
    vertical-align: top;
    margin-top: 20px;
}
.layui-table-view .layui-form-radio>i{
    font-size: 16px
}
.layui-table-view .layui-input[lay-ignore]{
    width: 80px;
    vertical-align: top;
    margin-top: 10px;
    height: 19px;
}
.layui-table-view .layui-table-fixed-r,
.layui-table-view .layui-table-fixed-l{
    border-width: 0 0 0 0;
    box-shadow: unset;
}
.layui-table-grid-down .layui-icon{
    line-height: 16px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em,
.layui-laypage .layui-laypage-skip .layui-laypage-btn {
    color: #fff;
    border: none;
}

body .layui-layer-iframe iframe,
body .layui-layer{
    border-radius: 0!important;
}

.textcenter{
    text-align: center;
}

/*模拟大弹出层title样式*/
body .layer-custom-title .layui-layer-title{
    width: calc(100% - 40px);
    height: 44px;
    line-height: 54px;
    background-color: #fff;
    border-bottom-color: #dcdcdc;
    font-weight: bold;
    margin-left: 20px;
    padding: 0;
}
body .layer-custom-title .layui-layer-setwin{
    width: 28px;
    height: 28px;
    border-radius: 14px;
    overflow: hidden;
    background-color: #c8161f;
    right: 24px;
    top: 12px;
}
body .layer-custom-title .layui-layer-setwin a{
    margin: 7px 0 0 7px;
    filter: brightness(100);
}

/*解决iframe弹出层全屏撑不满的问题*/
.layui-layer-iframe > .layui-layer-title ~ .layui-layer-content{
    height: calc(100% - 43px);
    overflow: hidden;
}
.layer-custom-title > .layui-layer-title ~ .layui-layer-content{
    height: calc(100% - 45px);
}
.layui-layer-iframe > .layui-layer-content{
    height: 100%
}
.layui-layer-iframe .layui-layer-content > iframe,
.layui-layer-page > .layui-layer-content:first-child{
    height: 100% !important
}

@media screen and (max-width: 1220px){
    body .foot .ri{
        right: 0;
    }
}