body {
    /* font-family: 'PingFangSC-Regular'; */
    /* font-family: 'PingFangSC-Semibold'; */
    /* font-family: 'PingFangSC-Thin'; */
    /* font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, Tahoma, Helvetica, STHeiti; */
    background: #F0F3FA;
    min-width: 1200px;
    overflow: auto;
}
  
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 20px;
    display: none;
}

body::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: #C1C1C1;
    border-radius: 20px;
}

body::-webkit-scrollbar-thumb:hover{
    background-color: #999;
}

body::-webkit-scrollbar-thumb:active{
    background-color: #606266;
}

.form-control{
    border: 1px solid #dcdfe6;
    box-shadow: none
}

/* 登录框 */
.fixed-center {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .login-box {
    box-shadow: 0 0 0 10000px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.login .close-btn {
    position: absolute;
    right: 15px;
    top: -40px;
    font-size: 20px;
}

.prompt{
    height: 20px;
}

.prompt .loginError {
    color: red;
    font-size: 12px;
}

/* 头部 */
#myHeader{
    height: 64px;
    background: var(--theme-color);
    color: #fff;
    overflow: hidden;
}

.headerContainer{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

#myHeader .h_image {
    height: 100%; 
    display: flex;
    align-items: center;
    min-width: 120px;
}

#myHeader .h_image span {
    font-size: 22px;
}

/* 主体 */
.myContainer{
    width: 1200px;
    margin: 20px auto;
}

/* 区级 */

/* 日历 */
.el-calendar__header{
    display: none!important;
}

.el-calendar__body {
    padding: 0!important;
}

.el-calendar-table thead th{
    text-align: right!important;
}

.el-calendar-table td{
    border-left: none!important;
    border-right: none!important;
}

.el-calendar-table td.is-selected{
    background-color: #fff!important;
}

/* .el-calendar-table:not(.is-range) td.next, .el-calendar-table:not(.is-range) td.prev{
    pointer-events: none;
} */

.el-calendar-table .el-calendar-day{
    padding: 0!important;
    height: 60px!important;
}

.el-backtop, .el-calendar-table td.is-today{
    color: #333!important;
}

.dateCustom{
    padding: 8px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 13px;
}

.dateCustom>span{
    position: absolute;
    left: 20px;
    top: 8px;
}

.dateSelected{
    background: #f2f8fe;
    color: var(--theme-color);
}

.dateSelected .dbw_live{
    color: var(--theme-color)!important;
}

.dateSelected span{
    color: var(--theme-color)!important;
}

.el-calendar-table__row:nth-child(6){
    display: none;
}

/* 周日历 */
.date_select{
    background: #fff;
    padding: 24px 24px 0 24px;
    border-radius: 2px;
    user-select:none;
}

.date_bottom_week ul{
    display: flex;
    flex-wrap: wrap;
}

.date_bottom_week ul li{
    width: calc(100% / 7);
    cursor: pointer;
}

.date_bottom_week ul li:hover .dbw_date{
    color: var(--theme-color);
}

.weekSelected .dbw_date,.weekSelected .dbw_live,.weekSelected .dbw_live span {
    color: var(--theme-color);
}

.date_bottom_week ul li>div{
    padding-right: 10px;
}

.dbw_line{
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.09);
    margin: 8px 0;
}

.dbw_week,.dbw_date{
    line-height: 22px;
}

.dbw_live{
    color: rgba(0, 0, 0, 0.45);
}

.dbw_live i{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    vertical-align: 2px;
    background-color: var(--theme-color);
    margin-right: 2px;
}

.dbw_live span{
    color: #333;
    font-size: 14px;
}

.date_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding-bottom: 24px
}

.date_bottom>div{
    padding-bottom: 24px;
}

.date_type span{
    display: inline-block;
    width: 46px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.date_type span.typeSel{
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

.date_type span:nth-child(3){
    width: 62px;
}

.date_range{
    font-weight: 600;
    font-size: 16px;
    position: relative;
    left: -40px;
}

.icon-arrow{
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.date_btn{
    color: var(--theme-color);
}

.date_btn i{
    font-weight: 600;
}


/* 面包屑 */
.location{
    width: 100%;
    height: 47px;
    /* height: 117px; */
    background: #fff;
    overflow: hidden;
}

.location>div{
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}

.location ul{
    display: flex;
}

.location ul li{
    margin-right: 32px;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.65);
}

.location ul li:hover{
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}

.location ul li.typeSelected{
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}



/* 筛选 */
.filter{
    margin-top: 24px;
    padding: 24px;
    border-radius: 2px;
    background: #fff;
}

.filter_each{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 22px;
    margin-bottom: 15px;
}

.filter_title{
    width: 60px;
}

.filter_option{
    width: calc(100% - 60px);
}

.filter_option span{
    display: inline-block;
    padding: 1px 12px;
    margin: 4px;
    border-radius: 2px;
    cursor: pointer;
}

.filter_option span:hover{
    color: var(--theme-color);
}

.filter_option span.selected{
    background: var(--theme-color);
    color: #fff;
}

.extra_filter{
    display: flex;
    align-items: center;
}

.extra_filter span{
    display: inline-block;
}

.extra_filter input{
    width: 240px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 13px;
    outline: 0;
    padding: 0 15px;
    padding-right: 30px;
}

.extra_filter input::-webkit-input-placeholder {
    color: #c0c4cc;
}

.extra_filter input:hover {
    border-color: #c0c4cc;
}

.extra_filter input:focus{
    border-color: #409eff;
    outline: 0;
}

.extra_filter .input_box{
    position: relative;
}

.extra_filter .input_box .el-icon-search{
    position: absolute;
    right: 15px;
    top: 14px;
    color: #c0c4cc;
    cursor: pointer;
}

.extra_filter.select_filter_each .input_box .el-icon-search{
    top: 9px;
}

.extra_filter.select_filter_each .input_box input{
    width: 200px;
}

.extra_filter .input_box .el-icon-search:hover{
    color: #409eff;
}

.filter .el-range-editor.el-input__inner{
    width: 280px!important;
}

/* .filter .el-date-editor .el-range__icon{
    display: none;
}

.filter .el-date-editor .el-range-input {
    font-size: 12px!important;
} */

/* .liveList .el-date-editor .el-range-separator,
.schoolLive .el-date-editor .el-range-separator{
    width: auto;
}

.liveList .el-range-editor.el-input__inner,
.schoolLive .el-range-editor.el-input__inner{
    width: 280px!important;
} */

.liveList .el-input,
.schoolLive .el-input{
    width: 220px!important;
}

/* 直播列表 */
.liveContainerList{
    margin-top: 24px;
}

.liveContainerList>ul {
    display: flex;
    flex-wrap: wrap;
}

.liveContainerList>ul li {
    width: calc((100% - 72px) / 4);
    border-radius: 2px;
    overflow: hidden;
    margin-right: 24px;
    margin-bottom: 24px;
    background: #fff;
    transition: all 0.3s;
}

.liveContainerList>ul li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.liveContainerList>ul li:nth-child(4n){
    margin-right: 0;
}

.lcl_top_img{
    width: 100%;
    height: 148px;
    overflow: hidden;
    position: relative;
}

.lcl_top_img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lcl_bottom{
    padding: 15px;
}

.lcl_bottom>div:nth-child(1){
    font-size: 16px;
}

.lcl_bottom>div:nth-child(2){
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.65);
}

.liveContainerList>ul li .liveStatus{
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 99;
}

.liveTime{
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #fff;
}


/* 无数据 */
.no_data{
    width: 100%;
    min-height: 552px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.no_data .no_data_img{
    height: 176px;
}

.chart_box .no_data{
    min-height: 450px;
    position: absolute;
    left: 0;
    top: 0;
}

.slc_table .no_data{
    position: absolute;
    left: 0;
    top: 0;
}

.courseLiveListContainer .no_data,
.activityLiveListContainer .no_data{
    position: absolute;
    left: 0;
    top: 0;
}

.createCourse .el-input__inner {
    border: 1px solid #ccc;
    height: 34px!important;
    line-height: 34px!important;
}

.createCourse .el-input__icon {
    line-height: 34px;
}

/* 树形 */
.el-tree-node__content {
    height: 35px!important;
}
.custom-tree-node{
    position: relative;
}
.el-tree-node__label{
    font-size: 13px!important;
}
.custom-node-label{
    display: inline-block;
    max-width: 150px;
    font-size: 13px;
    line-height: normal;
}
.el-tree-node.is-current>.el-tree-node__content .custom-node-label{
    color: var(--theme-color) !important;
    font-weight: 600;
}
.el-tree-node.is-current>.el-tree-node__content .el-icon-caret-right:before{
    color: var(--theme-color) !important;
}
.el-icon-caret-right:before {
    content: "\e723"!important;
    color:#999999;
    font-size: 16px;
    vertical-align: -1px;
}
.el-icon-caret-right {
    cursor: pointer;
    width: auto!important;
    height: auto!important;
    border: none!important;
    border-right-width: 0;
    border-left-color: #97a8be;
    border-left-width: 7px;
    -ms-transform: rotate(0)!important;
    transform: rotate(0)!important;
    transition: transform .3s ease-in-out;
}
.el-icon-caret-right.expanded:before {
    content: "\e722"!important;
    -ms-transform: rotate(0)!important;
    transform: rotate(0)!important;
}
.el-icon-caret-right.expanded:before {
    content: "\e722"!important;
    -ms-transform: rotate(0)!important;
    transform: rotate(0)!important;
}
.el-icon-caret-right.is-leaf:before {
    content:""!important;
    padding-left:18px!important;
}

.el-tree-node.is-current>.el-tree-node__content {
    color: var(--theme-color) !important;
}

.el-tree-node.is-current>.el-tree-node__content .node-dot{
    background-color: var(--theme-color) !important;
}

/* .el-icon-caret-right.expanded:before {
    color: var(--theme-color) !important;
} */

.el-tree-node__content:hover {
    color: var(--theme-color) !important;
    background-color: unset!important;
    /* background-color:#f0f7ff!important; */
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: unset!important;
}

/* dialog弹窗 */
.el-dialog__body{
    padding: 20px!important;
}

.mySpace .el-dialog__body{
    padding: 20px!important;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.el-table__empty-block{
    min-height: 41px!important;
}

.el-table__empty-text {
    line-height: 41px!important;
}

.createCourse .el-input--mini .el-input__inner {
    height: 28px!important;
}

.el-popover{
    min-width: 80px!important;
}

.el-popover__title{
    font-size: 13px!important;
}

/* 左边框竖线 */
.leftBorder{
    position: relative;
    padding-left: 12px;
    display: inline-block;
    font-weight: 600;
}

.leftBorder::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 10%;
    border-radius: 1px;
    background: var(--theme-color);
}

.panel_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 下拉框 */
.select_filter{
    overflow: hidden;
}

.select_filter .select_label{
    font-weight: normal;
}

.select_filter .el-input{
    width: 200px!important;
}

.select_filter .select_filter_each{
    float: left;
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.select_filter .select_filter_each:nth-child(4n+1){
    margin-left: 0;
}

.select_filter .select_filter_each:nth-child(n+5){
    margin-top: 16px;
}

.mySpace .el-select .el-input__inner{
    width: 280px;
}

.receiveRoom .el-select .el-input__inner{
    width: 100%;
}

.mySpace .el-cascader .el-input .el-input__inner{
    width: 280px;
}

.mySpace .el-dialog__title {
    font-size: 16px;
}


/* 首页列表样式 */

.crTitle{
    color: #333;
    font-size: 20px;
    position: relative;
}

.loadMore{
    color: var(--theme-color);
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    font-size: 14px;
}

.liveEach{
    display: flex;
    align-items: center;
    height: 50px;
    cursor: pointer;
}

.panel_live_name:hover{
    color: var(--theme-color);
}

.liveEach .order{
    width: 24px;
    height: 24px;
    border-radius: 15px;
    background-color: rgba(240, 243, 250, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.scheduleTime{
    width: 175px;
    color: rgba(0, 0, 0, 0.65);
}

.schoolRoom{
    width: 290px;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.65);
}

.schoolRoom span{
    vertical-align: 1px;
    padding: 0 3px;
}

.liveName{
    width: calc(100% - 24px - 290px - 175px);
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.activity_panel .liveName{
    width: calc(100% - 24px - 175px);
}

.panel_live_name{
    display: inline-block;
    max-width: calc(80% - 80px);
    padding-right: 10px;
    padding-left: 10px;
}

.subject_name{
    display: inline-block;
    width: 80px;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    padding: 0 5px;
    font-size: 13px;
}

.scheduleTime .el-icon-time{
    font-size: 16px;
    vertical-align: -1px;
}

.onplay,.unplay,.endplay{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 12px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}

.endplay .endDot{
    display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 0.97;
    border-radius: 3px;
    background: rgba(255, 87, 71, 1);
    vertical-align: 1px;
}

.onplay{
    background: #33CC80 ;
}

.unplay{
    background: rgba(0,0,0,0.3);
}

.endplay{
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.65);
}

.endplay.uponImage{
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.st_time{
    display: block;
}

.st_enter{
    display: none;
}

.log_count{
    display: inline-block;
    min-width: 30px;
    text-align: left;
}

/* 个人中心页头 */
.centerLocation{
    width: 100%;
    height: 90px;
    background-color: #fff;
    padding: 16px 0;
}

.locationContainer{
    width: 1200px;
    margin: 0 auto;
}


/* 上传 */
.border-b-ef{
    border-bottom: 1px solid #ebeef5;
}

.uploadBox{
    position: fixed;
    bottom: 0;
    right: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    width: 600px;
    border-radius: 8px;
    background: #fff;
}

.uploadForm{
    height: 350px;
}

.uploadForm .file-nav-title {
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    color: #909399;
}

.uploadForm .upload-list {
    border-top: 1px solid #ebeef5;
    border-bottom: none;
    height: 300px;
    overflow: auto;
}

.uploadForm .upload-list li {
    font-size: 12px;
    color: #606266;
    height: 40px;
    
}

.uploadForm .previewBtn:hover{
    color: #00b4db;
}

.uploadForm .su-icon:hover{
    color: #00b4db;
}

.checkActivity .el-table th{
    color: rgba(0, 0, 0, 0.85);
    background-color: rgba(0, 0, 0, 0.02);
    padding: 15px 0;
}

.checkActivity .el-table td{
    padding: 15px 0;
}

.checkCourseLive .el-table th{
    color: rgba(0, 0, 0, 0.85);
    background-color: rgba(0, 0, 0, 0.02);
    padding: 15px 0;
}

.checkCourseLive .el-table td{
    padding: 15px 0;
}

/* 标签 */
.el-tag.el-tag--success{
    border-color: #67c23a!important;
}

.el-tag.el-tag--info{
    border-color: #909399!important;
}

.el-tag.el-tag--danger{
    border-color: #f56c6c!important;
}

.live_intro_content img{
    max-width: 100%;
}