﻿body, div, p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, b, i, a, form, input, textarea, table, tr, th, td, thead, tbody, tfoot, select, option {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",Arial,sans-serif;
    font-size: 12px;
    color: #2A2B2D;
}

a {
    text-decoration: none;
    display: inline-block;
}

    a:hover {
        cursor: pointer;
    }

b {
    display: inline-block;
    font-weight: 400;
}

ul, ol, li {
    list-style: none;
}

img {
    margin: 0;
    padding: 0;
    border: none;
}

.clearFloat {
    *zoom: 1;
}

    .clearFloat:after {
        content: "clear";
        height: 0;
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

.clearBoth {
    clear: both;
}

.ml20 {
    margin-left: 10px;
}

.mr8 {
    margin-right: 8px;
}

.mr22 {
    margin-right: 22px;
}

.mr24 {
    margin-right: 24px;
}

.mr107 {
    margin-right: 105px;
}

/*页面交互效果  首页课程*/
.indexWrapSecInfo > li:hover {
    /*outline:1px solid #FE8503;*/
    /*box-shadow:0px 2px 6px 0px rgba(0,144,252,0.3)*/
}

.indexWrapSecInfo .indexWrapItem {
    border-radius: 4px;
    overflow: hidden;
}

.indexWrapSecInfo > li:hover .indexWrapItem {
    box-shadow: 0px 2px 6px 0px rgba(0,144,252,0.3);
}
/*页面交互效果  首页图片放大*/
.indexWrapSecInfo li > a, .indexWrapSecInfo .indexWrapItem > a {
    width: 100%;
    height: 176px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}

    .indexWrapSecInfo li > a img:hover, .indexWrapSecInfo .indexWrapItem > a img:hover {
        animation: move 1s linear;
        -webkit-animation: move 1s linear;
    }

    .indexWrapSecInfo li > a:hover img, .indexWrapSecInfo .indexWrapItem > a:hover img {
        animation: move 1s linear;
        -webkit-animation: move 1s linear;
    }

    .indexWrapSecInfo li > a:hover img, .indexWrapSecInfo .indexWrapItem > p:hover .indexWrapSecInfo .indexWrapItem > a .children_position {
        background: rgba(0,0,0,1)
    }

.parents_position {
    position: relative;
}

.indexWrapSecInfo > li:hover .courseShortDetail {
    white-space: normal;
    height: inherit;
    max-height: 200px;
    width: calc(100% - 24px);
}

.children_position {
    position: absolute;
    min-width: 64px;
    background-color: #fa0;
    background-image: linear-gradient(90deg,#fa0 17%,#f76b1c 100%);
    height: 22px;
    border-radius: 14px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    z-index: 2;
    /*border: 1px solid #fff;*/
    border-left: 0;
    top: 7px;
    line-height: 22px;
    text-align: center;
}

.children_isLiving, .children_notstart {
    color: #fff;
}

.children_hufanging {
    /*background-position: -55px 0;*/
    color:#fff;
}

.children_hufangprepare {
    /*background-position: -165px 0;*/
    cursor: default;
    color:#fff;
}

.children_overdate {
    /*color: rgba(171,176,183,1);*/
    color:#fff;
}

.children_noplay {
    background-position: -500px -500px;
}

.childrenNum {
    /*min-width: 50px;*/
    height: 22px;
    /*background-color: #fa0;*/
    /*background-image: linear-gradient(90deg,#fa0 17%,#f76b1c 100%);*/
    border-radius: 14px;
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 0;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 20px;
    padding-right: 10px;
    text-shadow: 0px 0px 1.5px #000;
}

.styleicon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/Images/renqijihuo-01.png') no-repeat;
    background-size: contain;
    margin-right: 4px;
}

.stylerenqi {
    vertical-align: top;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
}
/*页面交互效果  直播课堂 录播课堂课程*/
.videoClassSection:hover {
    /*outline:1px solid #0090FC;*/
    /*outline:1px solid #07AB81;*/
}



/*页面交互效果  直播课堂 录播课堂课程 图片放大*/
.vClassSectionLeft > a, .vClassSectionLeft > a > img {
    overflow: hidden;
    width: 305px;
    height: 180px;
}

@keyframes move {
    /*0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }*/
}

@-webkit-keyframes move {
    /*0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }*/
}

.vClassSectionLeft > .indexWrapCourseName:hover {
    animation: move 1s linear;
    -webkit-animation: move 1s linear;
}

.sSTeachCtrlInfoCxt > tr {
    cursor: pointer;
}

.sSTeachCtrlInfoCxt tr:hover {
    /*color:#99c6f5;*/
    background-color: #ade4e9;
}

.videoCtrlOperateCxt a:hover,
.sSpaceMenuTxt:hover {
    color: #0090fc;
}
/*页面公共样式*/

.publicHeader {
    height: 76px;
    background-color: #FFFFFF;
}
#NAV{
    position: sticky !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
/*当前页面文字高亮*/
.publicNav .publicNavActive {
    color: #0090fc;
}
/*<!--头部到主体内容的间距-->*/
.headerGap {
    height: 38px;
}

.publicContainer {
    width: 1300px;
    margin: 0 auto;
}


/*页面底部内容*/
.publicFooter {
    /*height: 160px;*/
    /*background-color:#404145;*/
    background: #393C40;
    /*margin-top:15px;*/
}

.publicFootInfo {
    padding: 25px 0;
    margin: 0 auto;
    /*width: 620px;*/
}

    .publicFootInfo li {
        /*float:left;*/
        text-align: center;
    }

        .publicFootInfo li p, .publicFootInfo li a {
            color: #fff;
        }

.publicFootLine {
    width: 1px;
    height: 62px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 18px 0 34px;
}

.publicFootAbout p {
    width: 248px;
    height: 40px;
    background: url("/images/publicImg/f_footInfo.jpg") no-repeat center;
}

.publicFootAbout div {
    text-align: center;
}

    .publicFootAbout div a {
        margin-left: 10px;
    }

.publicFootPower p {
    margin-top: 12px;
}

.pop_checkbox_css {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 2px;
}
/*个人空间 录像计划 操作人输入框的右边界*/
.videoPlanOperate {
    margin-right: 10px;
}
/*录像计划开始日期和结束日期插件 ie8 输入框往上跑*/
.videoPlanDate.calendarWrap > input {
    position: relative;
    top: 0;
    top: 2px\9;
    left: 0;
}

.vClassSelectTopItem input,
.calendarWrap > input {
    cursor: pointer;
}




/*直播和录播课堂*/
/*已观看 收藏 评论 分享 数据背景图*/

.vClassSectionData .vClassSectionSeeData {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -72px -177px;
}

.vClassSectionOutData .vClassSectionLikeData,
.vClassSectionData .vClassSectionLikeData {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -72px -208px;
}

.vClassSectionData .vClassSectionCommentData {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -72px -241px;
}

.vClassSectionOutData .vClassSectionShareData,
.vClassSectionData .vClassSectionShareData {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -72px -320px;
}

.no_thumbup {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -70px -362px;
}

.thumbup_wrap:hover {
    color: #0090FC !important;
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -216px -237px;
}

.has_thumbup {
    color: #0090FC !important;
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -216px -237px;
}

.thumbup_wrap:hover span {
    color: #0090FC;
}

.has_thumbup span {
    color: #0090FC !important;
}

/*鼠标悬停 已观看 收藏 评论 分享 数据背景图*/
.vClassSectionData .vClassSectionSeeData:hover {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -217px -280px;
    color: #0090FC;
}

.vClassSectionOutData .vClassSectionLikeData:hover,
.vClassSectionData .vClassSectionLikeData:hover {
    color: #0090FC;
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -72px -147px;
}

    .vClassSectionOutData .vClassSectionLikeData:hover span,
    .vClassSectionData .vClassSectionLikeData:hover span {
        color: #0090FC;
    }

.vClassSectionData .vClassSectionCommentData:hover {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -219px -343px;
    color: #0090FC;
}

.vClassSectionOutData .vClassSectionShareData:hover,
.vClassSectionData .vClassSectionShareData:hover {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -72px -280px;
    color: #0090FC;
}

.vClassSectionSweepData {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -158px -180px;
    color: #2a2b2d;
}

    .vClassSectionSweepData:hover {
        background: url("/images/liveClassImg/liveSpirit.png") no-repeat -158px -130px;
        color: #0090FC;
    }

/*个人空间 资源管理/回收站 选择部分 排序 各项 箭头的切换*/
/*时间   大小  时长*/
.resourceLengthBtm {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -455px -362px;
}
.resourceSizeBtm {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -455px -362px;
}

.resourceSeeTimeBtm {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -300px -362px;
}

.resourceLengthTop {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -320px -362px;
}
.resourceSizeTop {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -322px -362px;
}

.resourceSeeTimeTop {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -432px -362px;
}
/*点击量    下载量*/
.resourceDownloadTop {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -310px -362px;
}
.resourceClickTop {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat 30px -74px;
}

.resourceDownloadBtm {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -443px -362px;
}
.resourceClickBtm {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -443px -362px;
}
/*个人空间录像计划箭头切换*/

/*观看人数箭头朝上*/

.vPlanSeeNumBtm {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -433px -362px;
}

/*时间*/
.arrowDescending {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -18px -74px;
}

.arrowAscending {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat 20px -74px;
}

/*个人空间 教学督导 出勤率 节次 箭头切换*/
.weekPercentTop {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat 32px -74px;
}

.weekPercentBtm {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -445px -362px;
}
/*节次*/
.weekNumTop {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat 20px -74px;
}

.weekNumBtm {
    background: url("/images/liveClassImg/liveSpirit.png") no-repeat -18px -74px;
}
/***********分页插件样式代码******************/
.pageGap {
    padding: 40px 0;
}

.ui-paging-container {
    width: 100%;
}

    .ui-paging-container li, .ui-paging-container a, .ui-paging-container input, .ui-paging-container select {
        font-size: 12px;
        font-family: "Microsoft Yahei",sans-serif;
        color: #666666;
    }

    .ui-paging-container ul {
        overflow: hidden;
        text-align: center;
    }

    .ui-paging-container ul, .ui-paging-container li {
        list-style: none;
    }

    .ui-paging-container li {
        display: inline-block;
        margin-left: 5px;
    }

    .ui-paging-container ul li.ui-pager, .ui-paging-container ul .ui-pager-total {
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 0 8px;
        height: 22px;
        line-height: 22px;
    }

    .ui-paging-container li.focus {
        background-color: #0090fc;
        color: #FFFFFF;
        border: 1px solid transparent;
    }

    .ui-paging-container ul li.ui-pager {
        cursor: pointer;
    }

    .ui-paging-container li.ui-paging-ellipse {
        border: none;
    }

    .ui-paging-container li.ui-paging-toolbar {
        font-size: 0;
    }

        .ui-paging-container li.ui-paging-toolbar select {
            height: 24px;
            line-height: 24px;
            border: 1px solid #ddd;
            color: #666;
            outline: none;
        }

    .ui-paging-container ul li.ui-paging-toolbar input {
        height: 24px;
        box-sizing: border-box;
        line-height: 24px;
        border: 1px solid #ddd;
        text-align: center;
        width: 40px;
        margin-left: 5px;
        outline: none;
        vertical-align: top;
    }

    .ui-paging-container li.ui-paging-toolbar a {
        display: inline-block;
        height: 24px;
        width: 40px;
        box-sizing: border-box;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #ddd;
        vertical-align: top;
        border-radius: 2px;
        margin-left: 5px;
    }

    .ui-paging-container ul li.ui-pager-disabled {
        background-color: #fff;
        cursor: default;
        border: 1px solid rgba(220,223,230,1);
        /*color:#ddd;*/
    }


/*********直播课堂等下拉菜单插件样式***********8*/

/*************下拉菜单**************/
.selectMenu {
    width: 400px;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #D3D3D3;
    background-color: #ffffff;
}

.selectTableBox, .table_body {
    width: 100%;
    background-color: #FFFFFF;
}

.selectMenu .table_body .re {
    font-size: 12px;
    color: #333333;
    font-family: "Microsoft YaHei",sans-serif;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.table_body th, .table_body td {
    border-bottom: 1px solid #DDDDDD;
}

.selectMenu .table_body .re th {
    font-weight: 400;
}

.re th, .re td {
    height: 26px;
    line-height: 26px;
    padding: 0 4px;
}

/*分页*/
.selectPageBox {
    width: 100%;
    height: 44px;
    overflow: hidden;
    margin-top: 26px;
    background-color: #FAFAFA;
}

    .selectPageBox .page_navigation {
        width: 100%;
        height: 44px;
        padding-top: 8px;
        box-sizing: border-box;
        border-top: 1px solid #DDDDDD;
    }

.previous_link span, .next_link span, .page_navigation span {
    width: 16px;
    height: 16px;
    min-width: 16px;
    background: url("/plug-in/jQuerySelectTable/image/pagination_icons.png") no-repeat;
}

.page_navigation span {
    background: none;
    padding: 3px;
    margin: 2px 3px;
    font-family: "Microsoft YaHei",Arial,sans-serif;
    font-size: 12px;
}

    .page_navigation span:first-of-type:before {
        content: "";
        padding: 0 5px;
        border-left: 1px solid #CCCCCC;
    }

    .page_navigation span:last-of-type:after {
        content: "";
        padding: 0 5px;
        border-right: 1px solid #CCCCCC;
    }

.page_navigation a {
    padding: 3px;
    margin: 2px;
    color: black;
    text-decoration: none;
    box-sizing: border-box;
}

.page_navigation a, .page_navigation span, .page_navigation input {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
}

.page_navigation a, .page_navigation span, .page_navigation input {
    vertical-align: top;
}

.selectMenu .selectPageBox .page_navigation input {
    width: 32px;
    margin-top: 4px;
}

.page_navigation span {
    width: auto;
}

.page_navigation a {
    width: 22px;
}

.active_page {
    background: #1395ed;
    color: white !important;
}
/*页码*/
.num_box {
    height: 17px;
    width: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #CCCCCC;
    padding: 1px 0 2px 0;
    margin: -1px 3px 0 3px;
    border-radius: 0;
}
/*设置定位和消失出现  直播课堂院系菜单*/
.selectMenuWrap {
    position: relative;
}
/*下拉菜单盒子的位置和隐藏*/
#allVideo_majorMenu,
#allVideo_collegeMenu,
#allVideo_termMenu,
#allLive_roomMenu,
#allLive_collegeMenu,
#allLive_courseMenu {
    position: absolute;
    left: 0;
    top: 42px;
    display: none;
    z-index: 500;
}

.selectMenuWrap:hover #allVideo_majorMenu,
.selectMenuWrap:hover #allVideo_collegeMenu,
.selectMenuWrap:hover #allVideo_termMenu,
.selectMenuWrap:hover #allLive_roomMenu,
.selectMenuWrap:hover #allLive_courseMenu,
.selectMenuWrap:hover #allLive_collegeMenu {
    display: block;
}

.Bradius {
    border-radius: 4px;
}

.Vmiddle {
    display: inline-block;
    /*vertical-align: middle;*/
}
/*教室管理--设置文字强制换行 显示录制直播服务器--最大136px*/
.list_child .RecordServerTD {
    width: 100px;
}

    .list_child .RecordServerTD p {
        height: 40px;
        width: 100px;
        color: #666;
    }
/*班级管理表格宽度*/
.MSC_p1 {
    width: 91px;
}

.MSC_p2 {
    width: 90px;
}

.MSC_p3 {
    width: 135px;
}

.MSC_p4 {
    width: 80px;
}

.MSC_p5 {
    width: 130px;
}

.MSC_p6 {
    width: 80px;
}

.MSC_p7 {
    width: 135px;
}

/*服务器管理表格宽度*/
.MSSr_p1 {
    width: 116px;
}

.MSSr_p2 {
    width: 172px;
}

.MSSr_p3 {
    width: 100px;
}

.MSSr_p4 {
    width: 100px;
}

.MSSr_p5 {
    width: 60px;
}

.MSSr_p6 {
    width: 50px;
}

.MSSr_p7 {
    width: 177px;
}

.MSSr_p8 {
    width: 86px;
}

/*教材管理表格宽度*/
.MT_p1 {
    width: 200px;
}

.MT_p2 {
    width: 472px;
}

.MT_p3 {
    width: 160px;
}

/*组织机构管理表格宽度*/
.MSO_p1 {
    width: 200px;
}

.MSO_p2 {
    width: 288px;
}

.MSO_p3 {
    width: 160px;
}

/*系统日志管理表格宽度*/
.QL_p1 {
    width: 90px;
}

.QL_p2 {
    width: 100px;
}

.QL_p3 {
    width: 100px;
}

.QL_p4 {
    width: 100px;
}

.QL_p5 {
    width: 602px;
}

.QL_p6 {
    width: 60px;
}

/*学生管理表格宽度*/
.MSS_p1 {
    width: 88px;
}

.MSS_p2 {
    width: 90px;
}

.MSS_p3 {
    width: 122px;
}

.MSS_p4 {
    width: 34px;
}

.MSS_p5 {
    width: 240px;
}

.MSS_p6 {
    width: 248px;
}

.MSS_p7 {
    width: 100px;
}

/*教室管理表格宽度*/
.MSCR_p1 {
    width: 84px;
}

.MSCR_p2 {
    width: 60px;
}

.MSCR_p3 {
    width: 28px;
}

.MSCR_p4 {
    width: 88px;
}

.MSCR_p5 {
    width: 64px;
}

/*教师管理表格宽度*/
.MST_p1 {
    width: 70px;
}

.MST_p2 {
    width: 70px;
}

.MST_p3 {
    width: 100px;
}

.MST_p4 {
    width: 70px;
}

.MST_p5 {
    width: 28px;
}

.MST_p6 {
    width: 80px;
}

.MST_p7 {
    width: 124px;
}

.MST_p8 {
    width: 80px;
}

.MST_p9 {
    width: 110px;
}

.MST_p10 {
    width: 100px;
}

.MST_p11 {
    width: 110px;
}

/*存储空间表格宽度*/
.MSSg_p1 {
    width: 160px;
}

.MSSg_p2 {
    width: 206px;
}

.MSSg_p3 {
    width: 180px;
}

.MSSg_p4 {
    width: 110px;
}

.MSSg_p5 {
    width: 74px;
}

.MSSg_p6 {
    width: 88px;
}

/*节次管理表格宽度*/
.MSCT_p1 {
    width: 160px;
}

.MSCT_p2 {
    width: 100px;
}

.MSCT_p3 {
    width: 100px;
}

.MSCT_p4 {
    width: 432px;
}

.MSCT_p5 {
    width: 100px;
}

/*用户管理表格宽度*/
.MU_p1 {
    width: 200px;
}

.MU_p2 {
    width: 150px;
}

.MU_p3 {
    width: 150px;
}

.MU_p4 {
    width: 50px;
}

.MU_p5 {
    width: 282px;
}

/*设备管理表格宽度*/
.MSDD_p1 {
    width: 180px;
}

.MSDD_p2 {
    width: 180px;
}

.MSDD_p3 {
    width: 222px;
}

.MSDD_p4 {
    width: 120px;
}

/*教室管理表格宽度*/
.MSA_p1 {
    width: 150px;
}

.MSA_p2 {
    width: 90px;
}

.MSA_p3 {
    width: 200px;
}

.MSA_p4 {
    width: 76px;
}

.MSA_p5 {
    width: 90px;
}

.MSA_p6 {
    width: 112px;
}

/* 升级公告样式 */
body .layerdemo {
    border-radius: 3px;
    background: url('../Images/notice-bg.png') no-repeat center center;
    background-size: 100%;
    box-shadow: none;
    padding-bottom: 10px;
}

body .layerdemo .layui-layer-title {
    background-color: transparent;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 0px 20px 0 20px;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
}

#rb1997 {
    top: 150px;
    line-height: 22px;
    height: 130px !important;
    padding: 0 20px 20px 20px;
}

body .layerdemo .layui-layer-btn {
    border-top: none;
    display: none;
}

body .layerdemo .layui-layer-content::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px;
    height: 10px;
}

body .layerdemo .layui-layer-content::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #74BCFF;
}

body .layerdemo .layui-layer-content::-webkit-scrollbar-track { /*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);*/
    background-color: transparent;
    border-radius: 2px;
}

body .layerdemo .layui-layer-btn a {
    background: #fff;
    color: #0090FC;
}

body .layerdemo .layui-layer-btn .layui-layer-btn1 {
    background: #999;
}

body .layerdemo .layui-layer-setwin {
    top: 60px;
}


/*课程封面显示动画*/
.indexWrapSecInfo .indexWrapItem > a:hover .children_position {
    transition: 0.5s;
    /*background: rgba(0,0,0,1) !important;*/
}

.indexWrapSecInfo .indexWrapItem > a:hover .indexWrapCourseName p .styleParent {
    width: 100%;
    background: linear-gradient(-180deg,rgba(7,17,27,0) 0,rgba(7,17,27,.7) 95%);
    background: -webkit-linear-gradient(rgba(255,255,255,0.0),rgba(0,0,0,0.7));
}

.indexWrapSecInfo .indexWrapItem > a:hover .indexWrapCourseName p span .styleName {
    width: 80%;
    transition: 0s
}

.indexWrapSecInfo .indexWrapItem > a:hover .indexWrapCourseName p span .styleName {
    width: 80%;
    /*height:40%;*/
    white-space: inherit;
    line-height: inherit;
    overflow: inherit;
    text-overflow: inherit;
    transition: 0.5s;
    bottom: 10px;
}

/*修改选框右边的按钮*/
/*.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position:relative!important;
    border: none !important;
    width: 18px !important;
    height: 26px !important;
    top: 0 !important;
    left:39px!important;
    margin:0!important;
    background: url("/images/combo_arrow.png") no-repeat center 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:hover {
    background-color:#eee!important;
}*/


/*修改layui的侧边滚动条*/
.layui-layer-page .layui-layer-content::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px;
    height: 10px;
}
.layui-layer-page .layui-layer-content::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #c0c0c0;
}
.layui-layer-page .layui-layer-content::-webkit-scrollbar-track { /*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);*/
    background-color: transparent;
    border-radius: 2px;
}
/* 浏览器提醒*/
.down-content {
    width: 100%;
    height: 100%;
}

    .down-content .text {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
    }

    .down-content .text-a {
        font-size: 16px;
        color: #0090FC;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
        width: 50%;
        line-height: 30px;
        text-decoration: underline;
    }

body .download .layui-layer-btn {
    display: none;
}
/*林大版权*/
.bjfuFooter {
    height: 140px;
    width: 100%;
    background: #126334;
}
    .bjfuFooter div {
        text-align: center;
        color: #fff;
        font-size:14px;
        font-weight:500;
    }
    .bjfuFooter .copyright {
        font-size:18px;
        line-height:87px;
    }
    .bjfuFooter .tourMsg {
        display: inline-block;
        color: #fff;
    }

.blueHeader {
    height: 120px;
    width: 100%;
    position: relative;
    z-index: 1002;
}

    .blueHeader .logoBox {
        background: #1e70e5;
        height: 78px;
    }

        .blueHeader .logoBox > div {
            width: 1376px;
            margin: 0 auto;
            display: flex;
            height: 100%;
            align-items: center;
            justify-content: space-between;
        }

        .blueHeader .logoBox .rigthBox {
            display: flex;
            align-items: center;
        }

            .blueHeader .logoBox .rigthBox .searchBox {
                display: flex;
                align-items: center;
            }

                .blueHeader .logoBox .rigthBox .searchBox > div.inputBox {
                    position: relative;
                    margin-right: 26px;
                }

                    .blueHeader .logoBox .rigthBox .searchBox > div.inputBox input {
                        width: 194px;
                        height: 26px;
                        background-color: #ffffff;
                        border-radius: 3px;
                        border: solid 1px #c4c6cf;
                        padding-left: 10px;
                    }

                        .blueHeader .logoBox .rigthBox .searchBox > div.inputBox input::-webkit-input-placeholder {
                            color: #c4c6cf;
                        }

                    .blueHeader .logoBox .rigthBox .searchBox > div.inputBox span {
                        position: absolute;
                        right: 15px;
                        top: 4px;
                        display: inline-block;
                        width: 17px;
                        height: 17px;
                        background: url('/ustb/images/search.png') no-repeat center;
                        cursor: pointer;
                        background-size: 100%;
                    }

                .blueHeader .logoBox .rigthBox .searchBox a span {
                    font-size: 16px;
                    color: #ffffff;
                    margin-right: 70px;
                }

            .blueHeader .logoBox .rigthBox .personal_info {
                display: flex;
                height: 42px !important;
            }

                .blueHeader .logoBox .rigthBox .personal_info ul {
                    display: flex;
                    align-items: center;
                }

                    .blueHeader .logoBox .rigthBox .personal_info ul .APP_wrap .QRhide_bottom {
                        top: 53px !important;
                    }

                    .blueHeader .logoBox .rigthBox .personal_info ul .APP_wrap .show_top a {
                        font-size: 16px;
                        color: #fff;
                    }

                    .blueHeader .logoBox .rigthBox .personal_info ul .personal_img {
                        position: relative !important;
                        height: 42px !important;
                        display: flex;
                        margin-right: 70px;
                    }

                        .blueHeader .logoBox .rigthBox .personal_info ul .personal_img a {
                            font: 14px/42px "Helvetica Neue", Helvetica, Arial, sans-serif;
                            display: flex;
                            align-items: center;
                        }

                            .blueHeader .logoBox .rigthBox .personal_info ul .personal_img a img {
                                width: 35px;
                                height: 35px;
                                margin-right: 5px;
                                border-radius: 50%;
                            }

                            .blueHeader .logoBox .rigthBox .personal_info ul .personal_img a span#user_name {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                max-width: 58px;
                                color: #fff;
                                font-size: 14px;
                                display: inline-block;
                            }

                        .blueHeader .logoBox .rigthBox .personal_info ul .personal_img .self_nav_wrap {
                            z-index: 9999 !important;
                            background-color: #fff;
                            position: absolute;
                            top: 45px;
                            left: 0px;
                            width: 100px;
                            text-align: center;
                            cursor: pointer;
                            border: 1px solid #dedede;
                            box-shadow: 0 0 5px #dedede;
                            -moz-box-shadow: 0 0 5px #dedede;
                            -webkit-box-shadow: 0 0 5px #dedede;
                        }

                            .blueHeader .logoBox .rigthBox .personal_info ul .personal_img .self_nav_wrap a {
                                line-height: 30px;
                                height: 30px;
                                color: #666;
                                display: block;
                                /* border-bottom: 1px solid #dedede; */
                                /* background-image: url(/images/broadcast-sprit.png);*/
                                background-repeat: no-repeat;
                            }

                                .blueHeader .logoBox .rigthBox .personal_info ul .personal_img .self_nav_wrap a.editPsw_item {
                                    background-position: -125px -299px;
                                }

                                .blueHeader .logoBox .rigthBox .personal_info ul .personal_img .self_nav_wrap a.enter_backstage {
                                    /* background: url("/images/broadcastlive_11.png") no-repeat 3px 8px; */
                                }

                                .blueHeader .logoBox .rigthBox .personal_info ul .personal_img .self_nav_wrap a.enter_PersonalCenter {
                                    /* background: url("/images/home.png") no-repeat 3px 8px;*/
                                    background-size: 13px;
                                }

                                .blueHeader .logoBox .rigthBox .personal_info ul .personal_img .self_nav_wrap a.quit_item {
                                    border-bottom: none;
                                    background-position: -125px -178px;
                                }

    .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul > li {
        margin-left: 16px;
    }
    .blueHeader .publicHeader .fheader .middle_nav .choose_nav{
        background: #1e70e5;
    }

        .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul > li:first-child {
            margin-left: 0;
        }

        .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul > li a {
            font: normal 16px/42px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        }

    .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul .teachPage,
    .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul .personal_space {
        padding-right: 20px;
        background: url(../images/xiala.png) right 16px no-repeat !important;
    }

    .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul #dataVisual {
        background: none !important;
    }
    .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul > li ul li {
        height: auto;
    }

        .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul > li ul li a {
            color: #687074 !important;
        }

    .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul > li > a {
        color: #ffffff !important;
        height: 42px !important;
        padding: 0 10px;
    }

    .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul li.personal_space .second_nav a {
        color: #687074 !important;
    }

    .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul li.choose_nav > a {
        position: relative;
    }

        .blueHeader .publicHeader .fheader .content_wrap .middle_nav > ul li.choose_nav > a::after {
            position: absolute;
            width: 100%;
            height: 2px;
            /* background: #fff; */
            content: "";
            bottom: 0px;
            left: 0px;
        }
    .blueHeader .publicHeader .fheader {
        background: #0C59C7;
    }
    .blueHeader .publicHeader .fheader, .blueHeader .publicHeader .fheader .middle_nav li {
        height: 42px !important;
        line-height: 42px !important;
    }
    .blueHeader .parentPage {
        background: url(../images/broadcastlive_15.png) 72px 14px no-repeat;
    }
.blueFooter {
    background: #0C59C7;
}
