body {
  padding: 0 14px;
  box-sizing: border-box;
}
.bold {
  font-weight: bold;
}
.wk-wrap {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 14px;
  /* 底部 footer */
  /* padding-bottom: 70px; */
}
/* 新增按钮 */
.layui-btn.wk-btn-add {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  border-radius: 2px;
}
body::-webkit-scrollbar {
   width: 0;
   height: 0;
   display: none;
}
body::-moz-scrollbar {
   width: 0;
   height: 0;
   display: none;
}
.wk-p24 {
  padding: 0 24px;
  box-sizing: border-box;
}
/* 面板阴影 */
.wk-wrap-shadow {
  box-shadow: 0px 0px 8px 0px rgba(170, 170, 170, 0.16);
  padding-bottom: 10px;
}
/* iframe */
.frame {
  width: 100%;
  height: calc(100vh - 60px);
  display: block;
  border: none;
  box-sizing: border-box;
}
/* 头部导航 */
.wk .layui-layout-left {
  padding: 0;
}
.wk .layui-header .layui-nav .layui-nav-item > a {
  color: #a7afc1;
}
.wk .layui-layout-left.layui-nav .layui-nav-item a {
  padding: 0 18px;
  line-height: 60px;
}
.wk .layui-layout-left.layui-nav .layui-nav-item .layui-nav-child a {
  line-height: 36px;
}
.wk .layui-layout-right .layui-nav-item {
  line-height: 60px;
}
.wk .layui-body {
  /* padding: 0 14px; */
  box-sizing: border-box;
  width: calc(100% - 180px);
}
.wk .full-win {
  width: 100%;
  left: 0
}
.wk-path {
  color: #222222;
  font-size: 14px;
  margin-top: 14px;
  height: 20px;
  line-height: 20px;
}
/* tabbar */
.wk-tabbar-row {
  font-size: 0;
  background-color: #f8f8f8;
}
.wk-tabbar-cell {
  height: 110px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(170, 170, 170, 0.16);
  border-radius: 4px;
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  max-width: 400px;
}
.wk-tabbar-cell:last-child {
  margin-right: 0;
}
.wk-tabbar-cell .wk-tabbar-left {
  margin-right: 16px;
}
.wk-tabbar-cell .wk-tabbar-left img {
  width: 90px;
  height: 75px;
}
.wk-tabbar-cell .wk-tabbar-right .wk-tabbar-desc {
  color: #222222;
  font-size: 14px;
}
.wk-tabbar-cell .wk-tabbar-right .wk-tabbar-num {
  color: #222222;
  font-size: 30px;
  font-weight: bold;
}
/* tab */
.wk-wrap-tab {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #EEEEEE;
}
.wk-wrap-tab .wk-cell-tab {
  padding: 0 6px;
  margin-right: 42px;
  font-size: 14px;
  color: #222222;
  display: inline-block;
}
.wk-wrap-tab .wk-cell-tab.active {
  color: #1C75EE;
  position: relative;
}
.wk-wrap-tab .wk-cell-tab.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1C75EE;
  left: 0;
  bottom: 0px;
}
.wk-wrap-tab .wk-cell-tab:last-child {
  margin-right: 0;
}
/* flex */
.wk-flex {
  display: flex;
}
.wk-flex-grow {
  flex-grow: 1;
}
.wk-flex-shrink {
  flex-shrink: 0;
}
/* 表格 */
.layui-btn.layui-btn-xs.changesort {
  height: 20px;
  line-height: 18px;
  width: 20px;
  padding: 0;
  background-color: #1C75EE;
  color: #fff;
}
.layui-table-header .layui-inline {
  margin-top: 0;
}
.layui-dropdown .layui-menu-body-title {
  color: #1C75EE;
}
.layui-btn.layui-btn-xs {
  background-color: transparent;
  color: #1C75EE;
}
.layui-btn.layui-btn-xs.layui-btn-danger {
  color: #F53F3F;
}
/* 表格搜索 */
.wk-table-search{
  position: relative;
}
.wk-table-search .layui-form-item {
  margin-bottom: 16px;
  display: inline-flex;
  min-width: 240px;
  width: 18%;
}
.wk-table-search .layui-form-label {
  flex-shrink: 0;
  float: none;
  width: fit-content;
}
.wk-table-search .layui-form-item .layui-input-inline {
  flex-grow: 1;
}
.wk-table-search > div {
  vertical-align: middle;
}
.wk-table-search  .wk-table-searchbtn  , .wk-table-search  .wk-table-refreshbtn{
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 14px;
  min-width: 62px;
  text-align: center;
  vertical-align: top;
}
.wk-table-search  .wk-table-searchbtn .layui-icon-search {
  display: none;
}

.wk-table-quote.top {
  margin-bottom: 14px;
}
/* layui样式修改 */
.layui-form .layui-input-inline {
  width: 40%;
}
.layui-form .layui-form-label i {
  color: #f53f3f;
}
.layui-form .layui-upload-list {
  margin: 0;
}
.wk-form-wrap {
  padding-bottom: 64px;
}
.wk-layui-upload {
  width: 80% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.wk-layui-upload img {
  width: 80px;
  height: 80px;
  margin: 0px 10px 10px 0px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.wk-layui-upload-btn {
  border: none !important;
}

/*xm样式修改*/
xm-select{
  min-height: 30px !important;
  line-height: 30px !important;
  border-color: #d2d2d2 !important;
}
xm-select:hover {
  border-color: #1c75ee !important;
}
xm-select:focus {
  border-color: #1c75ee !important;
  box-shadow: 0px 0px 3px rgb(28 117 238 / 75%);
}

/*头部*/
.wk-top {
  padding: 10px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}
.wk-top .title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
/*左右布局*/
.wk-material-wrap{
  width: 100%;
  margin-top: 14px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.wk-wrap-left , .wk-wrap-right{
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(170,170,170,0.16);
  border-radius: 4px;
}
.wk-wrap-left{
  width: 244px;
  min-height: 649px;
  margin-right: 18px;
  flex-shrink: 0;
  position: relative;
}
.wk-material-btn{
  font-size: 14px;
  font-weight: 400;
  color: #1C75EE;
  height: 32px;
  line-height: 32px;
}
.wk-wlayui-panel .layui-menu{
  width: 90%;
  margin: auto;
}
.wk-wlayui-panel .layui-menu li{
  color:#222222;
  margin: 10px 0;
}
.wk-wlayui-panel .layui-menu li:hover{
  color: #1C75EE;
}
.wk-wlayui-panel .layui-menu .layui-menu-item-checked:after{
  border-right: none
}
.wk-wlayui-panel .layui-menu-body-panel{
  top: 100%;
  left: 35%;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 0px 8px 0px rgba(170,170,170,0.16);
  border-radius: 2px;
}
.wk-wlayui-panel .layui-menu-item-parent li{
  line-height: 16px;
  padding: 5px 40px;
  margin: 5px 0px;
}
.wk-wlayui-panel .layui-menu-item-parent .layui-menu-body-title{
  padding-right: 0;
}
.wk-pagination{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  cursor:pointer;
}
.wk-wrap-right{
  width: 85%;
  min-height: 649px;
}
.wk-layui-tab{
  padding: 0px 25px;
  box-sizing: border-box;
  position: relative;
}
.wk-layui-tab .layui-tab-title{
  padding-left: 4px;
  box-sizing: border-box;
  border-color: #eee;
}
.wk-layui-tab .layui-tab-title li{
  padding: 0 30px;
  min-width:40px;
  box-sizing: border-box;
}
.wk-layui-tab .layui-tab-title .layui-this:after{
  width: 50%;
  right: 0;
  bottom: 2px;
  margin: auto;
}
.wk-material-search{
  position: absolute;
  top: 0;
  right: 25px;
}
.wk-filename{
  display: flex;
  margin: 10px 0px;
}
.wk-filename-pic{
  width: 40px;
  height: 40px;
  margin-right: 18px;
  flex-shrink: 0;
}
.wk-filename-info{
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.5;
}
.wk-filename-name{
  color: #222222;
}
.wk-filename-desc{
  color: #999;
}
.wk-filename-desc span{
  padding: 0px 10px;
  border-right: 1px solid #999;
}
.wk-filename-desc span:first-child{
  padding-left: 0px;
}
.wk-filename-desc span:last-child{
  border:none
}
.wk-tab{
  width: 303px;
  height: 32px;
  background: #F2F3F5;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 0 13px;
  padding: 0px 5px;
  box-sizing: border-box;
  cursor:pointer;
}
.wk-tab li{
  width: calc(100% /3);
  text-align: center;
}
.wk-tab li.current{
  background: #FFFFFF;
  border-radius: 2px;
  color: #1C75EE;
}
.cate-table-search .level-ul{
  display: block;
}
.wk-publish-status-off{
  color: #999999;
}
.wk-publish-status-on{
  color: #222222;
}
.wk-statusImg{
  margin-left: 10px;
}
.wk-taskstatus-on{
  color: #1C75EE;
}
.wk-topic-date{
  position: absolute;
  right: 0;
  top: 6px;
  color: #999999;
}
/*智能视频制作、智能制作页*/
.wk-video-inline{
  position: relative;
  width: 80% !important;
}
.wk-video-tip{
  position: absolute;
  top: 9px;
  left: calc(40% + 15px);
}
.wk-video-select{
  width: 15% !important;
}
.wk-video-tab{
  width: 40%;
  margin: 0;
}
.wk-video-tab li{
  border-right: 1px solid #E8E8E8;
}
.wk-video-tab li:last-child{
  border-right:none;
}
.wk-video-tab li.current{
  background: #FFFFFF;
  border-radius: 2px;
  color: #222222;
}
.wk-video-title{
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 20px 0px;
}
.wk-video-ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}
.wk-video-ul li{
  width: 120px;
  position: relative;
  margin-right: 37px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.wk-video-ul li img{
  width: 120px;
  height: 120px;
}
.wk-video-ul li span{
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  line-height: 18px;
  margin-top: 15px;
  overflow: hidden;
}
.wk-video-ul li i{
  font-size: 20px;
  color: #1c75ee;
  width: 12px;
  height: 9px;
  position: absolute;
  right: -5px;
  top: -3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wk-video-button{
  display: flex;
  margin: 10px 0px;
}
.wk-video-btn{
  padding: 0 10px;
  border-radius: 0px;
  margin-right: 13px;
}
.wk-video-detail{
  width: 754px;
  background: #F8F8F8;
  border-radius: 2px;
  margin: 20px 0px;
  padding: 20px;
  box-sizing: border-box;
}
.wk-video-detail p{
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 1.8;
}
.wk-video-detail p span{
  color: #F53F3F;
}
.wk-video-slider{
  width: 20% !important;
  position: relative;
}
.wk-demo-slider{
  margin-top: 15px;
}
.wk-demo-slider .layui-slider-wrap{
  top: -30px;
}
.wk-slider-tips{
  position: absolute;
  top: 6px;
  right: -50px;
}
.wk-video-slider .wk-video-btn{
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 5px;
  right: -130px;
}
.wk-video-color{
  margin-top: 0px !important;
}
.wk-site-other{
  width: 267px;
  height: 95px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 0px 8px 0px rgba(170,170,170,0.16);
  border-radius: 2px;
  /*float: right;*/
  margin: 10px -47px 0px 0px;
  position: relative;
}
.wk-site-other .site-slider .layui-slider{
  width: 86%;
  margin: 30px auto;
}
.wk-site-other .site-slider .layui-slider-wrap-btn{
  margin-top: -27px;
}
.site-slider-tips{
  text-align: center;
  margin-top: -8px;
}
/*组织架构*/
.wk-tree-more{
  width: 93% !important;
  margin: auto;
}
.wk-treebox{
  display: flex;
}
.wk-tree-container{
  width: 100%;
  padding: 0px 12px 0px 0px;
  box-sizing: border-box;
}
.wk-tree-container .name{
  width: 100%;
  cursor: pointer;
  height: 35px;
  display: flex;
  align-items: center;  
  font-size: 14px;
  color: #222222;
  justify-content: space-between;
  position: relative;
  padding-left: 5px;
  box-sizing: border-box;
}
.wk-tree-container .name span{
width: 85%;
line-height: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wk-tree-container .name.active{
  color: #1c75ee;
  background-color: #f6f6f6;
}
.wk-tree-container .later>.name:before{
  content: '+';    
  width: 20px; 
  height: 20px; 
  display: flex; 
  font-size:19px;
  align-items: center; 
  justify-content: center; 
}

.wk-tree-container .name:before{
  content: '';    
  width: 20px; 
  height: 20px; 
  display: flex; 
  font-size:19px;
  align-items: center; 
  justify-content: center;
}

.wk-tree-container .later>.name.un:before{
  content: '-';      
}
.wk-tree-container .item{
  padding-left: 12px; 
  box-sizing: border-box;
  display: none;
}
.wk-tree-container .item.open{
  display: block;
}

.wk-tree-container>.item{
  margin-top: 5px;
}
.wk-tree-icon{
font-size: 16px;
color: #222222;
}
.wk-tree-more{
width: 119px !important;
background: #FFFFFF;
border: 1px solid #E8E8E8;
box-shadow: 0px 0px 8px 0px rgba(170,170,170,0.16);
border-radius: 2px;
font-size: 14px;
font-weight: 400;
color: #222222;
position: absolute;
right: 4px;
top: 30px;
padding: 10px 18px;
box-sizing: border-box;
z-index: 2;
display: none;
}
.wk-tree-more li{
text-align: center;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.wk-tree-more.on{
display: block !important;
}

.wk-architecture-top {
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wk-architecture-top .title {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
.wk-access-conn{
  margin-top: 16px;
  display: flex;
}
.wk-access-w100 , .wk-access-w45{
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(170,170,170,0.16);
  border-radius: 4px;
}
.wk-access-w100{
  width: 100%; 
}
.wk-access-w45{
  width: 45%;
  margin-right: 17px;
}
.wk-access-top{
  width:100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
.wk-access-title{
  font-size: 14px;
  color: #222222;
  font-weight: bold;
}
.wk-access-select{
  display: flex;
  justify-content: flex-end;
}
.wk-access-select .layui-form-item{
  width: 112px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.wk-access-select .layui-form .layui-input-inline{
  width: 100%;
}
.wk-access-bottom{
  padding: 28px 38px;
  box-sizing: border-box;
}
.wk-access-bottom-ul{
  display: flex;
  margin-bottom: 20px;
}
.wk-access-bottom-ul li{
  color: #222222;
  margin-right: 80px;
  flex-shrink: 0;
}
.wk-access-bottom-ul li p{
  font-size: 14px;
  position: relative;
}
.wk-access-bottom-ul li p::after{
  content: '';
  width: 6px;
  height: 6px;
  background: #1C75EE;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}
.wk-access-bottom-ul li span{
  font-size: 30px;
}
.wk-access-echarts{
  width: 100%;
  height: 200px;
  background: #1C75EE;
  margin: auto;
}
.wk-proportion-conn{
  background: #fff;
  margin-top: 15px;
}
.wk-proportion-title{
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #eee;
  padding: 15px 25px;
  box-sizing: border-box;
  font-weight:bold;
}
.wk-proportion-row{
  display: flex;
  padding: 23px 55px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.wk-proportion-cell{
  width: 48%;
  margin-right: 10px;
  margin-bottom: 35px;
}
.wk-proportion-top{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.wk-proportion-left{
  width: 96px;
  height: 93px;
  background: #F9FCFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.wk-proportion-left p{
  font-size: 14px;
  color: #6E8FB0;
}
.wk-proportion-left span{
    font-size: 28px;
    font-weight: bold;
    color: #222222;
}
.wk-proportion-left span small{
  font-size: 16px;
}
.wk-proportion-right{
  width: 60%;
}
.wk-proportion-right p{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  color: #222;
  margin-bottom: 10px;
}
.wk-proportion-right i{
  width: 12px;
  height: 12px;
  background: #D8DAE5;
  margin-right: 17px;
}
.wk-proportion-right .name{
  width: 85px;
  display: block;
}
.wk-proportion-right .number{
  width: 30%;
  text-align: center;
  display: block;
}
.wk-proportion-right .blue{
  background: #004CE5 !important;
}
.wk-proportion-echarts{
  width: 80%;
  height: 200px;
  background: #004CE5;
  margin-top: 15px;
}
.wk-production-select{
  width: 60px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.wk-production-selected{
  border: 1px solid #1C75EE;
  box-shadow: 0px 0px 3px 0px rgba(28,117,238,0.77);
  background: #ECF5FF;
  color: #1C75EE;
}
.wk-production-conn{
  background: #fff;
  margin-top: 15px;
}
.wk-production-title{
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #eee;
  padding: 15px 25px;
  box-sizing: border-box;
  font-weight: bold;
}
.wk-production-echarts{
  width: 90%;
  height: 395px;
  background: #004CE5;
  margin: 15px 28px;
}
.wk-production-row{
  padding: 20px 28px 35px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.wk-production-cell{
  width: 177px;
  height: 161px;
  background: #F9FCFF;
  border-radius: 8px;
  padding: 17px 20px;
  box-sizing: border-box;
  margin-right: 16px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.wk-production-cell p{
  line-height: 1;
}
.wk-production-cell .title{
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.wk-production-cell .title img{
  margin-left: 7px;
}
.wk-production-cell .subtit{
  font-size: 14px;
  color: #6E8FB0;
  margin-bottom: 12px;
}
.wk-production-cell .num{
  font-size: 28px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}
.wk-production-cell .num small{
  font-size: 14px;
}
.wk-production-cell .desc{
  font-size: 14px;
  color: #222222;
}
/*弹窗*/
.wk-dialog-conn{
  padding-top: 60px;
  color: #222222;
  font-size:14px;
  position: relative;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.wk-dialog-conn .layui-form-select dl{
  max-height: 160px !important;
}
.wk-dialog-conn .wk-form-wrap{
  padding-bottom: 0px;
}
.wk-dialog-conn .layui-form .layui-input-inline{
  width: 67%;
}
.wk-dialog-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto 20px;
}
.wk-dialog-btn button:first-child{
  margin-right: 20px;
}
.wk-dialog-btn button{
  padding: 0 24px;
  border-radius: 2px;
}
.wk-dialog-btn .layui-btn-primary{
  background: #F2F3F5;
  border: none;
}
.wk-dialog-deleteTitle{
  text-align: center;
}
.wk-dialog-uploadbtn{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  height: 32px;
  display: flex;
  align-items: center;
}
.wk-dialog-uploadbtn a{
  color: #1C75EE;
  text-decoration:underline;
}
.wk-dialog-uploadbtn button{
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 9px;
}
.wk-dialog-uploadconn{
  width: 78%;
  max-height: 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin:0px auto 20px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.wk-dialog-uploadconn li{
  width: auto;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 8px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 8px;
}
.wk-dialog-uploadconn li img{
  width: 24px;
  height: 24px;
  margin-right: 9px;
}
.wk-dialog-preview{
  width: 95%;
  margin: 0 auto 0px;
}
.wk-dialog-preview-title{
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin: -10px 0px 0px;
}
.wk-dialog-preview-conn{
  display: flex;
  flex-direction: column;
}
.wk-dialog-preview-left{
  width: 100%;
  height: 300px;
  background: #F8F8F8;
  margin-right: 25px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.wk-dialog-preview-left-audio{
  height: 130px;
  background: none;
}
.wk-dialog-preview-left img{
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.wk-dialog-preview-left video{
  width: 100%;
  height: 100%;
}
.wk-dialog-preview-left-text{
  height: 170px;
}
.wk-dialog-preview-left p{
  line-height: 1.8;
  margin-top: 21px;
  padding: 0px 21px;
  box-sizing: border-box;
  height: 130px;
  overflow-y: scroll;
}
.wk-dialog-preview-left audio{
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
}
.wk-dialog-preview-right{
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  position: relative;
  margin-top: 16px;
}
.wk-dialog-preview-right p{
  width: 100%;
  line-height: 30px;
}
.wk-dialog-preview-right-name{
  margin-left: 25px;
}
.wk-dialog-preview-right p i{
  text-align: right;
  font-style: normal;
  display: inline-block;
  color: #666666;
}
.wk-dialog-preview-right p span{
  display: inline-block;
}
.wk-dialog-preview-btn{
  position: absolute;
  bottom: 0;
  right: 0;
}
.wk-dialog-tips{
  padding: 23px 27px;
}
.wk-dialog-tips .dialog-tips-title{
  font-size: 14px;
  color: #222;
  margin-bottom: 18px;
}
.wk-dialog-tips .dialog-tips-content{
  width: 546px;
  height: 300px;
  background: #F8F8F8;
  margin-bottom: 28px;
}
.wk-dialog-tips .layui-btn{
  margin: auto;
  display: block;
}
.wk-dialog-video{
  padding-top: 19px;
  padding: 0px 25px 20px 25px;
  box-sizing: border-box;
}
.wk-dialog-video-btn{
  margin-top: 30px;
}
.wk-dialog-video-title{
  margin-bottom: 15px;
}
.wk-dialog-video .layui-form-item{
  position: relative;
}
.wk-dialog-video .layui-form-label{
  width: auto;
  text-align: left;
}
.wk-dialog-video .layui-form .layui-input-inline{
  width: 319px;
  max-height: 117px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  padding: 15px;
  box-sizing: border-box;
}
.wk-dialog-inline{
  max-height: 85px;
  overflow-y: scroll;
}
.wk-dialog-inline p{
 line-height: 22px;
}
.wk-dialog-video-tips{
  width: 25%;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: left;
}
.wk-dialog-video-falil{
  color: #FF5400;
}
.wk-dialog-video-info{
  width: 100%;
  height: 89px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.wk-dialog-video-info img{
  width: 58px;
  height: 58px;
  background: #EEEEEE;
  border-radius: 50%;
  margin-left: 22px;
}
.wk-dialog-video-info i{
  font-style: normal;
  font-weight: bold;
  color: #222222;
  margin: 0px 13px;
}
.wk-dialog-video-info span{
  height: 24px;
  background: #E1EEFF;
  border: 1px solid #1C75EE;
  border-radius: 12px;
  font-weight: 400;
  color: #1C75EE;
  font-size: 12px;
  padding: 6px 11px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wk-dialog-video-data{
  margin-bottom: 20px;
  margin-left: 20px;
}
.wk-dialog-video-data p{
  line-height: 30px;
}
.wk-dialog-video-data i{
  font-style: normal;
  color: #666666;
}
.wk-dialog-video-other{
  width: 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wk-dialog-video-other p{
  width: 48%;
}
.wk-dialog-video-other p i{
  display: inline-block;
  width: 30%;
  text-align: right;
}
.wk-dialog-video video{
  width: 532px;
  height: 299px;
  background: #F8F8F8;
  margin: auto;
}
.wk-dialog-image{
  width: 140px;
  height: 140px;
  display: block;
  margin: 70px auto 20px;
}
.wk-dialog-text{
  text-align: center;
  margin-bottom: 100px;
}
.wk-dialog-makevideo-radio .layui-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  height: 115px;
  margin-left: 40px;
}
.wk-dialog-makevideo-radio .layui-form-radio{
  line-height: 40px;
}
.wk-dialog-makevideo-radio .layui-form-radio div{
  width: 80px;
}
.wk-dialog-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.wk-dialog-scroll::-moz-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.wk-dialog-makevideo-list{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.wk-dialog-makevideo-left , .wk-dialog-makevideo-right{
  display: flex;
  flex-direction: column;
  overflow-y:scroll;
  height: 275px;
}
.wk-dialog-makevideo-left {
  width: 130px;
  border: 1px solid #E5E6EB;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 8px 0px;
  box-sizing: border-box;
}
.wk-dialog-makevideo-left li{
  width: 112px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wk-dialog-makevideo-left li.current{
  background: #F8F8F8;
  border-radius: 2px;
  color: #1C75EE;
}
.wk-dialog-makevideo-right{
  width: 360px;
}
.wk-dialog-makevideo-right li{
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E5E6EB;
  padding: 12px 0px;
  box-sizing: border-box;
}
.wk-dialog-makevideo-right li:last-child{
  border-bottom: none;
}
.wk-dialog-makevideo-right li img{
  width: 44px;
  height: 44px;
  background: #E5E6EB;
  border-radius: 50%;
  margin-right: 17px;
}
.wk-dialog-makevideo-right li .info span{
  color: #666666;
}
.wk-dialog-topic-wrap{
  height: 465px;
  overflow-y: scroll;
}
.wk-dialog-topic-top{
  margin-bottom: 14px;
}
.wk-dialog-topic-title{
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  width: 95%;
}
.wk-dialog-topic-type{
  font-size: 12px;
  font-weight: 400;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  line-height: 20px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}
.wk-dialog-topic-yc{
  color: #FF7500;
  background: #FFEDE4;
  border: 1px solid #FFC9AE;
}
.wk-dialog-topic-jx{
  color: #1C75EE;
  background: #EAF3FF;
  border: 1px solid #9FC8FF;
}
.wk-dialog-topic-title p{
  margin-left: 5px;
  display: inline;
  line-height: 1.9;
}
.wk-dialog-topic-source{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding: 18px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.wk-dialog-topic-conn span{
  font-weight: 400;
  color: #666666;
  min-width: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
.wk-dialog-topic-label{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.wk-dialog-topic-label ul li{
  background: #F1F8FF;
  border: 1px solid #E8E8E8;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  padding:5px 9px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0px 7px 7px 0px;
}
.wk-dialog-topic-text{
  margin: 20px 0px;
}
.wk-dialog-topic-text p{
  line-height: 1.7;
}
.wk-dialog-topic-other ul{
  width: 95%;
  margin: auto;
}
.wk-dialog-topic-other ul li{
  width: 115px;
  height: 189px;
  background: #EAF3FF;
  border: 1px solid #E5E6EB;
  border-radius: 4px;
  display: inline-block;
  margin:0px 13px 10px;
}
.wk-dialog-topic-btn{
  background:#9FC8FF
}
.wk-dialog-architecture{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.wk-dialog-architecture img{
  width: 96px;
  height: 96px;
}
.wk-dialog-architecture p{
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-top: 20px;
}
.wk-dialog-architecture p i{
  font-style: normal;
  font-size: 12px;
}

.wk-wrap .video-list {
  width: 890px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.wk-wrap .video-list .list-item{
  width: 128px;
  height: 275px;
  margin-right: 21px;
}
.wk-wrap .video-list .list-item .item-image{
  width: 128px;
  height: 190px;
  background: #EAF3FF;
  border: 1px solid #E5E6EB;
  border-radius: 4px;
  margin-bottom: 15px;
}
.wk-wrap .video-list .list-item .item-image img{
  width: 100%;
  height: 100%;
  object-fit:scale-down;
}
.wk-wrap .video-list .list-item .item-title{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
}

.wk-college-content .detail{
  width: 830px;
  padding-bottom: 33px;
}
.wk-college-content .detail .detail-head{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
}
.wk-college-content .detail .detail-head .detail-time{
  color: #999999;
}
.wk-college-content .detail video{
  width: 830px;
  height: 470px;
  background: #F8F8F8;
  margin-top: 19px;
}
.wk-college-content .detail .detail-content{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
  margin-top: 25px;
}
.wk-college-content .detail .detail-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.wk-college-content .detail .detail-foot .detail-type span{
  font-size: 14px;
  color: #666666;
  margin-right: 40px;
}
.wk-college-content .detail .detail-foot .detail-num span{
  font-size: 14px;
  color: #222222;
  margin-left: 15px;
}
.wk-college-content .detail .detail-foot .detail-num span img{
  display: inline-block;
  width: 16px;
  height: 16px;
}

/*table 更多操作*/
.layui-mini-btn{
  height: 20px;
  line-height: 20px;
  padding: 0px 8px;
  font-size: 12px;
  border-radius: 2px;
}

layui-layer-content {
  background: #fff!important;
}

/*视频拆条列表*/
.wk-split-list{
  padding: 16px;
  box-sizing: border-box;
}
.wk-split-list-ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wk-split-list-ul li{
  width: 127px;
  position: relative;
  font-size: 14px;
  margin-right: 16px;
  margin-bottom: 20px;
}
.wk-split-list-ul li img{
  width: 127px;
  height: 190px;
  border-radius: 4px;
}
.wk-split-list-ul li .desc{
  color: #222222;
  line-height: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  word-break: break-all;
  cursor: pointer;
}
.wk-split-list-ul li .status{
  height: 19px;
  background: #5D7493;
  border-radius: 4px 0px 4px 0px;
  font-size: 12px;
  color: #FFFFFF;
  position:absolute;
  top: 0;
  left: 0;
  padding: 0px 5px;
  box-sizing: border-box;
}
.wk-split-list-ul li .status-on{
  background: #1C75EE;
}
.wk-split-list-ul li .num{
  height: 19px;
  background: #1C75EE;
  border-radius: 4px 0px 0px 4px;
  color: #FFFFFF;
  padding: 0px 8px;
  box-sizing: border-box;
  position: absolute;
  top: 222px;
  right: 0;
}
.wk-split-page{
  border: none;
}
/*视频拆条详情*/
.wk-split-detail-top{
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #EEEEEE;
}
.wk-split-detail-top-img{
  width: 140px;
  height: 105px;
  background: #F8F8F8;
  position: relative;
}
.wk-split-detail-top-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  object-fit: cover;
}
.wk-split-detail-top-img .icon{
  width: 32px;
  height: 32px;
  background:url(/static/home/images/split-icon.png) center top no-repeat;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.wk-split-detail-top-desc{
  display: flex;
  flex-direction: column;
  margin-left: 11px;
}
.wk-split-detail-top-desc p{
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.wk-split-detail-top-desc span{
  font-size: 14px;
  color: #666666;
  margin-top: 7px;
}
.wk-split-detail-list{
  padding: 0px 16px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #EEEEEE;
}
.wk-split-detail-list li{
  width: 222px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  position: relative;
  margin-right: 16px;
  margin-top: 16px;
}
.wk-split-detail-list li img{
  width: 222px;
  height: 167px;
  border-radius: 4px 4px 0px 0px;
}
.wk-split-detail-list .desc{
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px;
  box-sizing: border-box;
}
.wk-split-detail-list .status{
  height: 19px;
  background: #5D7493;
  border-radius: 4px 0px 4px 0px;
  font-size: 12px;
  color: #FFFFFF;
  position:absolute;
  top: 0;
  left: 0;
  padding: 0px 5px;
  box-sizing: border-box;
  /*display: none;*/
}
.wk-split-detail-list .check{
  position:absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.wk-split-detail-list .checked .check{
  background: #1C75EE;
  border: 1px solid #1C75EE;
}
.wk-split-detail-list .hover{
  width: 180px;
  height: 26px;
  background: rgba(0,0,0,0.5);
  border-radius: 12px;
  padding: 0px 0px 0px 17px;
  box-sizing: border-box;
  position: absolute;
  top: 132px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.wk-split-detail-list .hover img{
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 21px;
}
.wk-split-detail-list .hover img:last-child{
  margin-right: 0px;
}
.wk-split-detail-bottom{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  box-sizing: border-box;
}
.wk-split-detail-bottom input{
  margin-right: 6px;
}
.wk-split-detail-bottom .wk-split-detail-btn{
  margin-left: 10px;
}
.wk-split-detail-btn .layui-border-red{
  padding: 0px 18px;
  border: 1px solid #FF5400;
}
.wk-split-detail-btn .layui-border-blue{
  padding: 0px 18px;
  color: #fff !important;
}
.wk-split-detail-btn .disabled{
  cursor: not-allowed !important;
  opacity: 0.6;
}
/*修改名称*/
.wk-dialog-split-input{
  width: 80%;
  margin: auto;
}
/*拆条中*/
.wk-dialog-split-status{
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wk-dialog-split-status img{
  margin: auto;
}
.wk-dialog-split-status span{
  color: #222222;
  margin-top: -20px;
}
.wk-dialog-split-status p{
  margin-top: 20px;
}
/*添加视频拆条弹窗*/
.wk-dialog-split{
  width: 202px;
  height: 151px;
  background: #F8F8F8;
  border: 1px dashed #ccc;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  padding: 20px;
}
.wk-dialog-split img{
  margin-bottom:20px;
}
/*确定拆条*/
.wk-dialog-split-sure{
  width: 200px;
  font-size: 14px;
  color: #222222;
  margin:auto;
  line-height: 20px;
}
.wk-dialog-split-sure img{
  width: 200px;
  height: 150px;
  border-radius: 2px;
}
.wk-dialog-split-sure p{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  word-break: break-all;
}


@font-face {
  font-family: 'HarmonyOS';
  src: url('../font/HarmonyOS_Sans_SC_Medium.ttf');
}
.HarmonyOS {
  font-family: "HarmonyOS" !important;
}