.wrapper,.login-success{
  background: url(../images/bg.jpg) no-repeat center / cover;
  min-height: 100vh;
}
.login-box-bg{
  background: url(../images/login_bg.jpg) no-repeat center / cover;
  min-height: 100vh;
}
/* 首页-数据统计（总） */
.stat-digit-list{
  width: 22%;
  padding-right:15px;
}
.stat-digit-list:last-child{
  width:34%; 
  padding-right: 0;
}
.stat-digit-list-img{width: 90px;}
.stat-digit-list,.stat-digit-list-height{
  min-height: 183px;
}
/* 首页-当前账号绑定数据 */
.user-tem-boxheight{
  height: 290px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.stat-digit-list-user-img{
  border: 6px solid #d8e6fe;
  width: 100px;
}
.stat-digit-list-icon-list i{
  min-width: 28px;
  height: 28px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  font-size: 0.65rem;
}
.stat-digit-list-icon-list-tips{
  line-height: 20px;
  border: 1px solid #f46a6a;
  color: #f46a6a;
  padding: 0 4px;
  border-radius: 3px;
  white-space: nowrap;
}
@media (max-width: 1500px){
.stat-digit-list-img{width: 70px;}
.stat-digit-list{width: 21%;}
.stat-digit-list:last-child{width:37%;}
}

/* 首页-评论/互动/私信/咨询/消息 */
.stat-dkt-list-icon{
  width: 85px;
  background: url(../images/icon_bg.png) no-repeat center / cover;
  height: 97px;
  text-align: center;
  background-size: 100%;
}
.stat-dkt-list-icon i{
  font-size: 42px;
  line-height: 85px;
}
.stat-dkt-list-icon i.icon-xiaoxi2:before{
  font-size: 38px;
}
.stat-dkt-list::after{
  content: '';
  background-image: -moz-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(152,183,248,0.31) 16%, rgba(48,111,241,0.97) 50%, rgb(52,114,241) 52%, rgba(152,183,248,0.25) 88%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(152,183,248,0.31) 16%, rgba(48,111,241,0.97) 50%, rgb(52,114,241) 52%, rgba(152,183,248,0.25) 88%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(152,183,248,0.31) 16%, rgba(48,111,241,0.97) 50%, rgb(52,114,241) 52%, rgba(152,183,248,0.25) 88%, rgba(255,255,255,0) 100%);
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.stat-dkt-list:last-child::after{
  display: none;
}
@media (max-width: 1500px){
.stat-dkt-list-icon{width: 74px;}
.stat-dkt-list-icon i{font-size: 38px;}
.stat-dkt-list-icon i.icon-xiaoxi2:before{font-size: 34px;}
}

/* 首页-账号信息 */
.account-gs-img{
  width: 100px;
  border: 3px solid #fff;
}
.account-gs-icon{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
}


/* 首页-排名列表 */
.ranking-title{
  width: 136px;
  height: 43px;
  background: url(../images/title_bg.png) no-repeat center / cover;
  line-height: 43px;
  padding-left: 15px;
  position: relative;
  margin-top: -10px;
}
.ranking-title-2{
  background: url(../images/title_bg2.png) no-repeat center / cover;
}
.table-ranking td,.table-ranking th{
  border-color: #d1e1ff;
}
.table-ranking th{
  background: #e0efff;
}
.table-ranking-2 td,.table-ranking-2 th{
  border-color: #d8deff;
}
.table-ranking-2 th{
  background: #ecefff;
}

/* 首页-运营建议 */
.sop-step-number{
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 26px!important;
  border-radius: 8px;
}
.sop-step-icon{
  min-width: 42px;
  text-align: center;
  height: 37px;
  line-height:37px;
  background: url(../images/icon_bg2.png) top center / cover;
  background-size: 100%;
}
.sop-step-icon .icon-yonghuzongshu:before{  
  font-size:20px!important;
}
.sop-step-icon i{  
  font-size:24px!important;
}
.sop-step-box-icon{
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 24px!important;
}
.sop-step-box-list:nth-child(2) .sop-step-icon{
  background: url(../images/icon_bg2_2.png) top center / cover;
  background-size: 100%;
}
.sop-step-box-list:nth-child(3) .sop-step-icon{
  background: url(../images/icon_bg2_3.png) top center / cover;
  background-size: 100%;
}
.sop-step-box-list:nth-child(4) .sop-step-icon{
  background: url(../images/icon_bg2_4.png) top center / cover;
  background-size: 100%;
}
.sop-step-box-list:nth-child(5) .sop-step-icon{
  background: url(../images/icon_bg2_5.png) top center / cover;
  background-size: 100%;
}
.box-height-h{
  min-height: 442px;
}
.sop-step-box-list{
  margin-left: -14px;
}
footer{
  position: fixed;
  left: 0;
  bottom: 0;
  padding:10px 20px;
  margin-left: 220px;
  width: calc(100% - 220px);
}
.sidebar-hide footer{
  width: calc(100% - 60px);
  margin-left: 60px;
}
/* 栏目-账号管理-账号绑定 */
.card-header h3::before{
  content: '';
  display: block;
  width:100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -14px;
  background: #446bf6;
}
/* 栏目-账号管理-账号列表 */
.qianyi-icon{
  position: absolute;
  right: -6px;
  top: 0;
  font-size: 14px!important;
}
.v-click-a:hover i{
  display: inline-block;
}
.a-hover{opacity: 1;}
.a-hover:hover{opacity: 0.7;}
/* 栏目-AI创作 */
.chat-content{
  height: 690px;
  overflow-y: scroll;
}
.chat-content-list p{
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.chat-content-list .chat-content-edit{
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  line-height: 37px;
}
.chat-content-list p.active,.chat-content-list p:hover{
  color: #306ff1;
  padding-left: 20px;
  cursor: pointer;
}
.chat-content-list:hover .chat-content-edit{
  opacity: 1;
}
.chat-content-list:hover p{
  width: 200px;
}
.chat-content-edit a:hover{
  color: #f46a6a;
}
.ct-user{
  border-radius: 10px 10px 0 0;
}
.btn-copy-s{
  position: absolute;
  right: 15px;
  top: 10px;
}
.chat-minheight{
  height: 650px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
/* 栏目-标签优化-设置标签 */
.label-seo{
  padding:0.5rem 1rem;
  margin-right: 0.25rem;
  border-radius: 5px 5px 0 0;
  position: relative;
  margin-bottom: -0.25rem;
}
.label-seo.active{
  background: #306ff1;
  color: #fff;
}
.li-title-tab.active a{
  color: #fff;
}


/* 栏目-标签优化-设置标题 */
.title-tabs-box li.active{
  background: #306ff1!important;
}
.systitle p,.titlelist .titlelist-text{
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tab-pane-box-h{
  height: 500px;
  overflow-y: scroll;
}
.titlelist{
  height: 545px;
  overflow-y: scroll;
}
/* 栏目-标签优化-精准定向设置 */
.tab-orientation:nth-child(2) .row-15px{
  margin-left: 0 !important
}
.designation-box-h:nth-child(2) .row-15px{
  margin: 0;
}
.designation-box-h:nth-child(2) .bg-success-transtition{
  background: #e5f6fd;
}
.designation-box-h:nth-child(3) .bg-success-transtition{
  background: #e7f8e5;
}

/* 栏目-客服中台-粉丝列表 */
.fans-box-list-text{
  width: calc(100% - 60px);
}
.fans-box{
  max-height:572px;
  zoom:1;
  overflow-y: scroll;
  overflow-x: hidden;
}
.fans-box-span{
  position: absolute;
  left: 38px;
  width: 16px;
  height: 16px;
  border-radius: 60px;
  font-size: 12px;
  text-align: center;
  top: -8px;
  line-height: 16px;
}
.fans-box-list-text-p{
  width: 160px;
  height: 18px;
}
.fans-box-list-text-p2{
  height: 25px;
  max-width: 340px;
}
.msg-div-height{
  min-height: 700px;
}
.msg-chat-height{
  min-height: 562px;
}

/* 栏目-发布管理-素材列表 */
.video-material-revise{
  opacity: 0;
}
.video-material-left-list li:hover{
  cursor: pointer;
}
.video-material-left-list li:hover .video-material-revise{
  opacity: 1;
}
.video-box-item{
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
  position: relative;
	padding-right: 12px;
	padding-left: 12px
}
.video-height-img {
  height: 150px;
  overflow: hidden;
  border-radius: 0.25rem 0.25rem 0 0;
  background: rgba(0,0,0,0.1);
}
.video-height-img i.video-icon,.video-height-img i.icon-bofang1{
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 150px;
  font-size: 2.5rem;
  color: #fff;
  /* background: rgba(0,0,0,0.3); */
  opacity: 0.8;
}
.video-box-state-s{
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff5ed;
  border: 1px solid #fd944c;
  border-radius: 0.25rem;
  padding: 0.12rem 0.35rem;
  font-size: 0.65rem;
  color: #fd944c;
}
.video-clamp {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-content-p-width{width: 137px;}
.video-content-p2-width{width: 170px;}
.video-box-second-sbox{
  background: rgba(0,0,0,0.3);
  border-radius: 0.25rem;
  padding: 0.12rem 0.35rem;
  font-size: 0.65rem;
  color: #fff;
}
.video-box-time{
  font-size: 0.65rem;
  color: #fff;
  opacity: 0.5;
}
.video-box-second-s{
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  padding: 0 5px;
}
.video-height-img i.video-icon{
  transition: all .5s;
  opacity: 0.6;
}
.video-height-img:hover i.video-icon{opacity: 1;}

/* 选择按钮 */
.Select-button-g{
  position: absolute;
  left: 5px;
  top: 5px;
}
.Select-button-g .custom-checkbox .custom-control-input:checked~.Select-button-g .custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")!important
}

.Select-button-g .custom-checkbox .custom-control-input:indeterminate~.Select-button-g .custom-control-label:before {
	border-color: #3b7ddd!important;
	background-color: #3b7ddd!important
}


.Select-button-g .custom-checkbox .custom-control-input:disabled:checked~.Select-button-g .custom-control-label:before {
	background-color: rgba(59,125,221,.5)!important
}
.Select-button-g .custom-checkbox .custom-control-label::before{
  border-radius: 50%;
}
.Select-button-g .custom-checkbox{
  color: #3b7ddd!important;;
}


/* 栏目-发布管理-添加发布 */
.media-check-input{
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.user-box-title{
  min-width: 134px;
  text-align: right;
}
a.upload_a {
  font-size: 13px;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  text-align: center;
}
.uploader-view-img-height{
  height: 306px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.uploader_radio{
  background: rgba(0,0,0,0.5);
    border-radius: 0.25rem;
    padding: 0.12rem 0.35rem;
    font-size: 0.65rem;
    color: #fff;
    position: absolute;
    left: 6px;
    bottom:6px;
}
/* 栏目-发布管理-发布列表 */
.videoinfo-height{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .videoitem .videocard{
  min-height: 374px;
} */

/* 栏目-发布管理- 添加发布-查看视频详情 */
.video-p-height{
  height: 60px;
  overflow: hidden;
  overflow-y: scroll;
}
/* 栏目-发布管理- 批量发布 */
.edit-cron_time{
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #fff;
}
.pushitem .remove .videotitle,.pushitem .remove .videotags{color:#888; text-decoration:line-through; }
.pushitem .remove .text-muted{color:#888;display:unset;text-decoration:line-through }
.pushitem .remove .badge-secondary{color:#888}
.pushitem .remove .edit-cron_time{display: none}

.pushitem .remove .videotitle textarea{display: none}
.pushitem .remove .videotitle span,.pushitem .remove .videotags span{display: unset;text-decoration:line-through}

/* 栏目-发布管理- 矩阵发布 */
.dropdown-menu>li>a{padding:6px 10px}
.dropdown-menu .divider{background-color:rgba(67,89,102,.5)}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:rgba(218,230,236,.3)!important}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:rgba(152,166,173,.1);color:#435966}
blockquote .small,blockquote footer,blockquote small{color:rgba(255,255,255,.8)}
.well{background-color:rgba(152,166,173,.15);border:rgba(152,166,173,.5);-webkit-box-shadow:inset 0 1px 1px rgba(152,166,173,.25);box-shadow:inset 0 1px 1px rgba(152,166,173,.25)}
.open .dropdown-menu{display: block;}


/* 登录界面 */
.login-name h3{
  background: #fff;
  padding: 1.5rem 2.5rem;
  border-radius: 0 0 10px 10px;
  box-shadow:0 2px 6px 0 rgba(0,0,0,.1);
}
.login-box{
  position: absolute;
  z-index: 3;
  top: 25%;
}

/* 栏目-发布管理-超级混剪 */
.thumbnail{
  height: 100px;
  overflow: hidden;
  background: rgba(0,0,0,0.3);
}
.videoitem-del{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 16px;
  line-height: 16px;
  font-weight: 600;
}
.box-more-div .box-more-radio{
  width: 149px;
}
.box-more-div .hide-radio{
  display: none;
}
/* 栏目-发布管理-超级混剪-字幕标题 */
#view_muban{
  width:360px; 
  height:640px;
  margin:auto;
  background: #000;
  position: relative;
  overflow: hidden;
}
.view-muban-right{
  width: calc(100% - 380px);
}

#view_muban .v_wrap{z-index:95;width:360px; height:640px;position:absolute;top:0;left:0;background-color: rgba(255, 255, 255, 0.5);}
#view_muban .v_title_a{z-index:99;color:#26a699;top:50px;position: absolute;width:100%;text-align: center;font-size:18px;
  text-shadow: 1px 1px 1px #ffff;}  
#view_muban .v_title_b{z-index:99;color:#c94e4e;top:100px;position: absolute;width:100%;text-align: center;font-size:12px;text-shadow: 1px 1px 1px #ffff;}  
#view_muban .v_bg{z-index:90;}
#view_muban .v_video{width: 100%;height:320px;line-height:320px;background: #ddd;color:#4f3737;top:160px;position: absolute;text-align: center}
#view_muban .v_font{z-index:99;color:#fff;top:500px;font-size:15px;position: absolute;width:100%;text-align: center}

.uploader-div-btn{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  text-align: center;
}
.uploader-div-list{
  width: 6.25%;
  height: 152px;
  overflow: hidden;
  background: #fff;
}

/* 栏目-发布管理-模版剪辑 */
.w-tb-backimg{position: relative;}
#info + .readmore-js-toggle {
  width: 28px;
  height: 28px;
  background: #ccc;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
#info + .readmore-js-toggle i{
  font-size: 24px;
  color: #222;
  text-align: center;
  line-height:28px;
  display: block;
}
#demo { padding: 0 10%; }
ul li{list-style: none;}
.w-c-div-leiList{width: 100%;padding: 0;margin: 0;}
.w-c-div-leiList li{display: inline-block;min-width: 72px;padding: 5px 6px;}
.w-c-div-leiList li.active{background: #1572e8;color: #fff;border-radius: 3px;}
.readmore-js-section{
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  padding-right: 50px;
}
@media (max-width:1200px) {
.w-tb-backimg ul li{padding: 0 6px!important;}
}

/* 运营报表页面 */
.border-width-3{
  border: 3px solid #ccc;
}
.calendar-list{
  background: #eff3f6;
}
.calendar-list.active{
  background: #f0fbff;
}
.calendar-month-content p{
  display: inline-block;
  border-radius: 30px;
  padding: 0 0.5rem;
  font-size: 13px;
}
.calendar-container table th{
  font-weight: normal;
  line-height: 28px;
}
.calendar-container table td{
  padding: 0.5rem;
}
.calendar-content p{
  font-size: 12px;
}
.calendar-copy{opacity: 0;}
.calendar-list:hover .calendar-copy{
  opacity: 1;
}
.calendar-list .calendar-copy i:hover{
  color: #814cff;
  transition: all .5s;
}

/* 栏目-视频发布-模版剪辑（新）-设置 */
.tooltip-line{
  width: 6px;
  height: 640px;
  border-radius: 6px;
}
.tooltip-line .icon-iconfontxiala{
  position: absolute;
  top: -23px;
  left: -9px;
}
.tooltip-line .icon-open{
  position: absolute;
  bottom: -23px;
  left: -9px;
}
.video-upper-box{
  background: #ddd;
}
.video-upper{
  background: #fff;
  color: #4f3737;
}
.video-upper-top-title,.video-upper-top-title2{
  position: absolute;
  left: 0;
}
.video-upper{
  position: absolute;
  left: 0;
  height: 35%;
  top:32.5%;
}
.video-subtitle{
  position: absolute;
  left: 0;
  top: 60%;
}
/* .video-tab-box span{
  writing-mode: vertical-lr;
  letter-spacing: .3em;
} */
.video-tab-box{
  flex-direction: column;
  position: relative;
  margin-left: -1px;
}
.video-tab-box a.bg-primary:hover{color: #fff;}
.video-box-right{
  width: calc(100% - 412px);
}
.video-iconbox{
  position: absolute;
  left:0.5rem;
  top: 0.5rem;
  width:calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: rgba(0,0,0,0.4);
  opacity: 0;
  cursor: pointer;
}
.upload-box:hover .video-iconbox{
  opacity: 1;
}
.video-iconbox .icon-fankui:hover{
  color: #306ff1!important;
}
.video-iconbox .icon-shanchu1:hover{
  color: #f46a6a!important;
}
.title-tabs-item{
  margin-left: -1px;
  margin-bottom: -1px;
}
.title-tabs-item i{
  opacity: 0;
}
.title-tabs-item:hover i,.title-tabs-item.is-active i{
  opacity: 1;
}
.title-tabs-item.is-active{
  background: #306ff1;
  color: #fff;
}
.title-tabs-add{
  margin-bottom: -1px;
}

/* 栏目-视频发布-模版剪辑（新）-模版 */
.stencil-box-item a.active{
  background: #306ff1;
  color: #fff;
}
.stencil-list{
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  position: relative;
	width: 100%;
	padding-right: 12px;
	padding-left: 12px
}
.runway{
  height: 6px;
}
.progress-btn{
  position: absolute;
  left: 49%;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
}
.dropdown-toggle::after{
  content: "\e6bb";
  font-family: "iconfont";
  border: none;
  font-weight: 800;
  position: absolute;
  right: 0.25rem;
}


/* 20240709手机端适配 zxf */
/* 首页 */
@media (max-width:1300px) {
.stat-digit-list-img{width: 160px;padding: 0 40px;}
.stat-digit-list-text{margin-left: 0!important;}
.stat-dkt-list-icon{height: 82px;width: 65px;}
.stat-dkt-list-icon i{line-height: 75px;}
}
@media (max-width:1200px) {
.stat-dkt-list-icon{height: 62px;width: 56px;background-size: 56px;}
.stat-dkt-list-icon i{line-height: 53px;font-size: 28px;}
.stat-dkt-list-icon i.icon-xiaoxi2:before{font-size: 28px;}
}
@media (max-width:992px) {
.sidebar-hide footer{margin-left: 0;width: calc(100% - 0px);}
}
@media (max-width:750px) {
.stat-digit-list{width: 33.333%;margin-top: 15px;}
.stat-digit-list:nth-child(3){padding-right: 0;}
.stat-digit-list:last-child{
  width: 100%;
  padding-right: 0; 
}
.stat-digit-list, .stat-digit-list-height{
  min-height: 126px;
}
.stat-dkt-list-icon{margin-right: 0!important;}
}
@media (max-width:640px) {
.stat-digit-list-img{width: 120px;padding: 0 20px;}
.stat-dkt-list-text{text-align: center;}
}
@media (max-width:580px) {
.stat-digit-list, .stat-digit-list-height{
  min-height: 110px;
}
.stat-dkt-list:last-child,.stat-dkt-list::after{display: none!important;}
.stat-dkt-list{max-width: 25%;flex: 0 0 25%;}
}
@media (max-width:480px) {
.stat-digit-list .p-3{padding: 10px!important;}
.stat-digit-list-img{width: 88px;padding: 0 10px;}
}

/* 账号列表 */
@media (max-width:992px) {
.user-binding-list-right{
  border-top: 1px dashed #d6e2fc;
}
.user-binding-list{padding: 10px;}
}

/* 数据报表 */
@media (max-width:992px) {
.designation-box-h:nth-child(2) .row-15px{margin-right: -15px;margin-left: -15px;margin-bottom: 20px;margin-top: 20px;}
}
/* 视频发布 */
@media (max-width:1300px) {
.view-muban-top{width: 360px;margin: 0 auto;}
.view-muban-right{width: 100%;margin-top: 20px;margin-left: 0!important;}
}
@media (max-width:1200px) {
.video-box-item{
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
}
@media (max-width:992px) {
.yht-height-auto{min-height: auto!important;}
}
@media (max-width:750px) {
.video-box-item{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
}
@media (max-width:580px) {
.yht-select-a{width: 50%;}
.user-box-title{min-width: 60px;margin-right: 10px;}
}
@media (max-width:480px) {
.label-seo{padding:0.5rem 0.6rem}
.video-height-img{height: 140px!important;}
}
.SumoSelect{width: auto!important;}


/* 标签素材 */
@media (max-width:1200px) {
.yht-height-autoa{height: auto!important;}
.yht-textarea-h{height:300px!important}
.yht-rl{padding-right: 0!important;padding-left: 0!important;}
}
@media (max-width:992px) {
.T-height{height: auto!important;}
}

/* 客服中台*AI创作 */
@media (max-width:992px) {
.yht-pl{padding-left: 0;}
.yht-pr{padding-right: 0;}
.fans-box{max-height: 300px;}
.msg-div-height{min-height:400px}
.chat-content{height: 370px;}
.chat-right{
  padding-right: 0!important;padding-left: 0!important;}
}
/* 20240713 zxf */
.video-list-yht-box{height: 198px;}
@media (max-width:992px) {
.thumbnail{height: 140px;}
}
@media (max-width:768px) {
.video-list-yht-box{height: auto;}
}
@media (max-width:576px) {
.align-bosnx{
  padding-right: 0;
}
.align-bosnx-left{
  padding-left: 1.5rem;
}
}


/* 20241122数字人界面 */
.szr-bg{
  background: -webkit-linear-gradient(right, #3040f4 0%, #6f9ff4 100%);
  background: -o-linear-gradient(left, #3040f4 0%, #6f9ff4 100%);
  background: -moz-linear-gradient(to left, #3040f4 0%, #6f9ff4 100%);
  background: -webkit-gradient(linear, right top, left top, from(#6f9ff4), to(#6f9ff4));
  background: -o-linear-gradient(right, #3040f4 0%, #6f9ff4 100%);
  background: linear-gradient(to left, #3040f4 0%, #6f9ff4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 20241126 超级混剪页面改版 */
.videoicon-shanchu:hover{
  color: #f46a6a!important;
}
.group_video_box{
  width: calc( 100% - 150px );
}
.group_video_box_list{
  width: 12.06%;
  float: left;
  margin-right: 0.5%;
}
.group_video_box_list:nth-child(8n){
  margin-right: 0;
}
.group_video_box_list .thumbnail{
  height: 133px;
}
.video-btn-add{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.info-yinse-box{
  padding-right: 32px;
}
.info-yinse-box li,.info-moban-box li{
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background: #ece9e1;
  border-radius: 28px;
  font-size: 15px;
  margin-bottom: 0.2rem;
}
.info-moban-box li{
  background: none;
}
.info-yinse-box .active,.info-moban-box li.active{
  background: #814cff;
  color: #fff;
}
.video-btn-add .ebebeb:hover{
  opacity:0.9;
}