html,
body{
    height: 100%;
    overflow: auto;
}
iframe{
    border: none;
}
.specContainer{
    width: 1200px;
    margin: 0 auto;
}

.specIcon{
    background-image: url("../../image/specResourceLibrary/icon.png");
    background-repeat: no-repeat;
    overflow: hidden;
}

/*居中标题*/
.specCenterTitle{
    text-align: center;
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}
.specCenterTitle .titleIcon{
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-image: url("/image/specResourceLibrary/title_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: 30px;
    margin-left: -10px;
}
.specCenterTitle .chineseTitle{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
    position: relative;
}
.specCenterTitle .chineseTitle span{
    position: relative;
    z-index: 1;
}
.specCenterTitle .englishTitle{
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    height: 20px;
    line-height: 20px;
}
.specCenterTitle .seeMore{
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

/*居左标题*/
.specLeftTitle{
    height: 60px;
}
.specLeftTitle span{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 26px;
}
.specLeftTitle .titleIcon{
    width: 28px;
    height: 28px;
    overflow: hidden;
    background-image: url("/image/specResourceLibrary/title_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    margin-top: 17px;
    position: relative;
}
.specLeftTitle .titleIcon::before,
.specCenterTitle .titleIcon::before,
.specBriefTitle .titleIcon::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top right,#2663B6,#fff);
    z-index: -1;
}
.specLeftTitle .chineseTitle{
    font-weight: bold;
    line-height: 60px;
}
.specLeftTitle .englishTitle{
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    margin-top: 29px;
}

.specHead{
    background-color: #fff;
    position: relative;
    z-index: 999;
}
.specHeadBox{
    height: 67px;
}
.specHeadBox .logoBox{
    float: left;
    display: flex;
    height: 67px;
    align-items: center;
    background-color: #fff;
    gap: 0 5px;
    cursor: pointer;
}
.specHeadBox .logoBox .logoImg img{
    width: 100%;
    height: 100%;
}
.specHeadBox .logoBox .logoBanner{
    padding-top: 2px;
}
.specHeadBox .logoBox .logoBanner img{
    width: 136px;
    height: 35px;
}
.specHeadBox .logoBox .logoBanner .logoSlogan{
    width: 136px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -0.1px;
    text-indent: 0;
    color: #000;
    font-family: "微软雅黑", Verdana, Arial;
}
.specHeadBox .identityBox{
    float: right;
    height: 22px;
    margin-top: 32px;
}
.specHeadBox .identityBox ul li{
    display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    border-radius: 11px;
    border: 1px solid #dcdcdc;
}
.specHeadBox .identityBox ul li .identityIcon{
    font-size: 12px;
    margin: 0 3px 0 0;
}
.specHeadBox .identityBox ul li.active{
    color: #fff;
    background-color: #2663B6;
    border-color: #2663B6;
}
.specHeadBox .identityBox ul li.active::before,
.specHeadBox .identityBox ul li.active + li::before{
    display: none;
}
.specHeadBox .mooc-login-layer{
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    color: #c8161f;
    border: 2px solid #c8161f;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin: 26px 0 0 15px;
}
.specHead .moocHeadTopNav{
    position: absolute;
    right: 6px;
    top: 2px;
    z-index: 999;
}
.specHead .moocHeadTopNav ul li {
    float: left;
    font-size: 12px;
    color: #808080;
    height: 18px;
    line-height: 18px;
    position: relative;
    padding: 0 12px;
    cursor: pointer;
}
.specHead .moocHeadTopNav ul li .fa {
    font-weight: bold;
    margin: 0 5px 0 0;
    font-size: 13px;
    color: #333;
    position: relative;
}
.specHead .moocHeadTopNav ul .mooc-person-area .fa {
    font-size: 14px;
    top: 1px;
}
.specHead .moocHeadTopNav ul .switch,
.specHead .moocHeadTopNav ul .change-admin {
    color: #1a8cfe;
}
.specHead .moocHeadTopNav ul .switch .fa,
.specHead .moocHeadTopNav ul .change-admin .fa {
    color: #1a8cfe;
    font-size: 16px;
    top: 1px;
}
.specHead .moocHeadTopNav ul li::after {
    content: "";
    width: 2px;
    height: 13px;
    background-color: #808080;
    position: absolute;
    top: 3px;
    right: -1px;
}
.specHead .moocHeadTopNav ul li:last-child::after{
    display: none;
}
.specHead .moocHeadTopNav ul .appdownload,
.specHead .moocHeadTopNav ul .removelogin{
    padding-left: 18px;
    margin-left: 12px;
}
.specHead .moocHeadTopNav ul .appdownload::before,
.specHead .moocHeadTopNav ul .removelogin::before{
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../../image/navicon_ym.png");
    background-position: -864px -11px;
    position: absolute;
    top: 0;
    left: 0;
}
.specHead .moocHeadTopNav ul .removelogin::before{
    background-position: -924px -11px;
}
.specHead .moocHeadTopNav ul .appdownload .appcontact {
    width: 211px;
    position: absolute;
    top: 25px;
    left: -150px;
    box-shadow: 0 0 4px #a9a9a9;
    background-color: #fff;
    padding: 10px 10px 0;
    display: none;
}
.specHead .moocHeadTopNav ul .appdownload .appcontact .appimg {
    display: inline-block;
    vertical-align: top;
    width: 96px;
    height: 121px;
    text-align: center;
}
.specHead .moocHeadTopNav ul .appdownload .appcontact .appimg:nth-child(2) {
    margin-left: 15px;
}
.specHead .moocHeadTopNav ul .appdownload .appcontact .appimg img {
    width: 88px;
    height: 88px;
    border: 4px solid #ededed;
}
.specHead .moocHeadTopNav ul .appdownload .appcontact .appimg span {
    line-height: 25px;
    font-size: 12px;
    color: #333;
}
.specHead .moocHeadTopNav ul .appdownload .appcontact .layui-icon {
    position: absolute;
    right: -10px;
    top: -7px;
    font-size: 24px;
    cursor: pointer;
    color: #808080;
}
.moocHeadShadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}
.specHead .editMsgCont {
    position: absolute;
    top: 20px;
    left: 140px;
    width: 109px;
    height: auto;
    overflow: hidden;
    color: #666;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
    text-align: center;
    display: none;
}
.specHead .editMsgCont .userHead {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    margin: 5px auto 0;
}
.specHead .editMsgCont .userHead img {
    width: 100%;
    min-height: 100%;
}
.specHead .editMsgCont .userCreateTime {
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 3px;
    margin-bottom: 3px;
}
.specHead .editMsgCont p {
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    font-size: 12px;
    margin: 0 5px 5px;
    border-radius: 4px;
    background-color: #eee;
}
.specHead .specHeadBox:nth-child(3){
    width: 100%;
    height: 48px;
    background-color: #2663B6;
}
.specHeadBox .headNav ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.specHeadBox .headNav li{
    flex-grow: 1;
    text-align: center;
    line-height: 48px;
    font-size: 17px;
    cursor: pointer;
    color: #fff;
    position: relative;
}
.specHeadBox .headNav li > a{
    display: block;
    height: 100%;
    color: #fff;
    background-color: #2663B6;
    position: relative;
    z-index: 2;
}
.specHeadBox .headNav li.active > a,
.specHeadBox .headNav li:hover > a,
.specHeadBox .headNav li .childNav span a:hover{
    background-color: rgba(255,255,255,0.5);
}
.specHeadBox .headNav li .childNav{
    position: absolute;
    top: 48px;
    left: 0;
    min-width: 100%;
    background-color: #2663B6;
    box-shadow: 0 0 5px 0 #333;
    display: none;
}
.specHeadBox .headNav li:hover .childNav{
    display: block;
}
.specHeadBox .headNav li .childNav span{
    display: block;
    line-height: 44px;
    cursor: pointer;
    font-size: 15px;
}
.specHeadBox .headNav li .childNav span + span{
    border-top: 1px solid #eee;
}
.specHeadBox .headNav li .childNav span a{
    display: block;
    height: 100%;
    cursor: pointer;
    color: #fff;
    word-break: keep-all;
    padding: 0 15px;
}

body .foot{
    color: #fff;
    height: 100px;
    background-color: #2C538A;
}
body .foot a,
body .foot p i {
    color: #fff;
}

/*模块详情页面样式*/
.pageHead{
    height: 180px;
    background-image: url("../../image/specResourceLibrary/detailHeadBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pageHead .pageTitleBox{
    display: inline-block;
    vertical-align: top;
    width: 280px;
    height: 100px;
    background-color: #2663B6;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    margin-top: 80px;
}
.pageHead .pageTitleBox h1{
    display: inline-block;
    border-bottom: 2px solid #fff;
    line-height: 48px;
    font-size: 25px;
}
.pageHead .pageTitleBox span{
    display: block;
    line-height: 36px;
    font-size: 14px;
}
.pageHead .pageRouter{
    display: inline-block;
    vertical-align: top;
    margin-top: 130px;
    padding-left: 34px;
}
.pageHead .pageRouter span,
.pageHead .pageRouter a{
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    font-size: 14px;
    color: #000;
}
.pageHead .pageRouter span:not(.layui-icon){
    cursor: pointer;
}
.pageMain{
    min-height: calc(100% - 395px);
}
.chartMain{
    min-height: calc(100% - 115px);
}
.pageMain > .specContainer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 28px;
}
.pageMain .leftCont{
    width: 280px;
    padding-top: 13px;
    background-color: #F4F4F4;
}
.pageMain .leftCont .searchBox{
    height: 30px;
    border-radius: 5px;
    border: 1px solid #eee;
    display: flex;
    margin: 0 13px;
}
.pageMain .leftCont .searchBox select{
    width: 60px;
    height: 30px;
    border: none;
    padding-left: 5px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}
.pageMain .leftCont .searchBox input{
    width: 155px;
    border: none;
    height: 30px;
    border-left: 1px solid #eee;
    padding-left: 5px;
}
.pageMain .leftCont .searchBox .layui-icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
}
.pageMain .leftCont .leftTile{
    color: #2663B6;
    font-size: 24px;
    line-height: 50px;
    margin: 0 13px;
}
.pageMain .leftCont .unitList{
    margin: 0 13px 13px;
}
.pageMain .leftCont .unitList .unitItem{
    display: block;
    line-height: 34px;
    padding: 0 10px;
    color: #999;
    border-bottom: 1px solid #F4F4F4;
    cursor: pointer;
}
.pageMain .leftCont .unitList .unitItem .fontRed{
    color: #f00;
}
.pageMain .leftCont .centerTitle{
    height: 53px;
    line-height: 53px;
    background-color: #2663B6;
    color: #fff;
    font-size: 24px;
    border-top: 8px solid #fff;
    text-align: center;
}
.pageMain .leftCont .tagList{
    padding: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    min-height: 120px;
}
.pageMain .leftCont .tagList .tagItem{
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 13px;
    padding: 0 6px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.pageMain .leftCont .tagList .tagItem.active{
    background-color: #2663B6;
    border-color: #fff;
    color: #fff;
}
.pageMain .rightCont{
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding: 28px 0 0 28px;
}
.pageMain .rightCont iframe{
    border: none;
    width: 100%;
    min-height: 800px;
}
.pageMain .rightCont img{
    max-width: 100%;
}
.microCourseCard .box-img{
    height: 83px;
}

.newiconbtn{
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 33px;
    overflow: hidden;
    background-image: url("../../image/gdkticon_font_ym.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
/*收藏*/
.newcollectbtn{
    background-position: -165px -827px
}
/*取消收藏*/
.newcanclecollectbtn{
    background-position: -206px -827px
}
/*查看*/
.newwatchbtn{
    background-position: -138px -6px
}
/*导入*/
.newimportbtn{
    background-position: -288px -868px;
}
.layui-layer-btn .layui-layer-btn1{
    color: #fff;
    margin: 0;
    background-color: #dedede;
}
.layui-layer-btn .layui-layer-btn0{
    float: right;
    height: 30px;
    line-height: 30px;
    border: none;
    margin: 0 0 0 5px;
}



/*工单注释栏tips*/
body .noteTips .layui-layer-content{
    border-radius: 10px;
    word-break: break-word;
    padding-top: 5px;
    padding-bottom: 5px;
}
body .noteTips .layui-layer-setwin{
    top: 10px;
    right: 8px;
}
body .noteTips .layui-layer-btn{
    padding: 0;
}
body .noteTips .layui-layer-btn a{
    float: unset;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 0 15px;
    color: #fff;
    border-radius: 6px;
    text-align: left;
    margin: 5px 0 0;
    border: none;
}
body .noteTips .layui-layer-btn .layui-layer-btn0{
    background-color: #1E9FFF
}
body .noteTips .layui-layer-btn .layui-layer-btn1{
    background-color: #2eb748
}
body .noteTips .layui-layer-btn .layui-layer-btn2{
    background-color: #FF7834
}