.hover_red_writer{
  color:rgba(255, 78, 23, 1) !important;

}
.VideoList_video_div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  grid-auto-rows: 22.5rem;
}
.sift_Group {
  margin-right: 12px;
  padding: 4px 6px;
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  /* identical to box height, or 100% */

  /* 文字黑#000000 */

  color: rgba(0, 0, 0, 0.6);

  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  cursor: pointer;

}
.sift_Group .sift_Group_1 {
  padding-right: 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.23);
}
.sift_Group .sift_Group_2 {
  padding-left: 6px;
}

.sift_active .sift_Group_1 {
  border-right: 1px solid rgba(255, 255, 255, 1);
}
.video_sift{
  margin-bottom: 20px;
}
.video_sift_title{
  margin:4px 0 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.video_Detailsift_div{
  display: flex;
  overflow-x: scroll;
  padding: 5px 0;
}
.video_sift_type{
  width: 270px;
  min-width: 270px;
  padding: 32px ;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 16px;
}
.video_sift_type_center{
  width: 270px;
  min-width: 270px;
  padding: 32px 0  32px 0;
  display:inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.video_sift_type .video_sift_detail{
  text-align: left;
}
.video_sift_type .video_sift_detail div{
  
}
.video_sift_blue{
  background: #E2F8FF;
border-radius: 16px;
}
.video_sift_gray{
  opacity: 0.6;
  background: #EBEBEB;
border-radius: 16px;
}
.video_sift_green{
  background: #E4FCE6;
  border-radius: 16px;
}

.video_sift_Video{
  /* cursor: pointer; */
  display: inline-block;
  margin: 0.5%;
}
.video_sift_Video_more{
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans SC';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;

color: #000000;

opacity: 0.8;
cursor: pointer;
}

/* 鼠标悬浮 */
.video_sift_Video_hover_div{
  z-index: 10;
  position: absolute;
  top: 0;
  bottom:0 ;
  left: 60px;
  right: 60px;
  /* background: red; */
}
.video_sift_docx_hover{
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 9px 12px 14px 12px ;
}
.video_sift_docx_hover .video_sift_docx_hover_word{
width: 100%;
height: 100%;
 /* 副标题二级文字14px */
display: flex;
justify-content: flex-start;
align-items: center;
font-family: 'Noto Sans SC';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #000000;
}
.video_sift_docx_hover .video_sift_docx_hover_link{

  color: #1e6eff !important;
  }
.video_sift_Video_hover{
  cursor: pointer;
  z-index: 12;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
border-radius: 16px;
display: flex;
justify-content: center;
align-items: center;
}
.video_sift_Video_hover_approve_div{
  z-index: 12;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  background: transparent;
  border-radius: 16px;
display: flex;
justify-content: center;
align-items: center;
}
.video_sift_Video_hover_approve{
  padding: 16px 32px;
  background: rgba(0, 0, 0, 0.6);
border-radius: 12px;font-family: 'Noto Sans SC';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 20px;
/* identical to box height, or 100% */


/* 图形白#FFFFFF */

color: #FFFFFF;
}
.video_sift_Video_hover .video_sift_Video_btnDiv{    display: flex;
  flex-direction: column;
  align-items: center;
}
.video_sift_Video_hover .video_sift_Video_btnDiv .video_sift_Video_btn{
margin: 5px 0;
}
.video_sift_Video_checkbox{
  z-index: 10;
  position: absolute;
  top: 10px;
  right:10px
}


/* 增加标签输入框 */
.AddTag_input{
  width: 100%;
  /* height: 48px; */
  background: #F5F8F8;
border-radius: 11px;
text-align: left;
padding: 15px 10px;
margin-bottom: 80px;
}
.AddTag_input:focus {
  outline: none;
}
.AddTag_input:empty:before {
  content: attr(data-text);
  color: rgb(191, 191, 191);
}
.UserTag{
  padding: 4px 8px;
  /* // margin-top: 12px; */
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  /* identical to box height, or 100% */

  color: #ffffff;

  border-radius: 4.92857px;
}
.UserBlue {
  background: linear-gradient(45.96deg, #6943ff -122.46%, #3b95ff 91.36%);
}
.UserGreen {
  background: linear-gradient(87.93deg, #25c679 -26.13%, #29d1ac 100%);
}
.UserOrange {
  background: linear-gradient(88.51deg, #ff5a43 -83.78%, #ff813b 105.36%);
}

/*轮播图按钮*/
.el-carousel__arrow{background: rgba(255, 255, 255, 0.2) !important
  ;font-size: 16px !important;
  }


  /* .Attachment_list{}
  .Attachment_list .Attachment_list_option{
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans SC';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin: 12px 0;
color: #5892ff;
  } */

  .VideoDerail_title_Attachment {
    cursor: pointer;
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    /* identical to box height, or 100% */
  
    text-align: right;
  
    /* 主色#218CEE */
  
    background: linear-gradient(87.93deg, #25c679 -26.13%, #29d1ac 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

  }
  .VideoDerail_title_Attachment_list i {
    font-size: 22px;
  }
  .VideoDerail_title_Attachment_list .VideoDerail_title_Attachment_list_option,  .VideoDerail_title_Attachment_list .VideoDerail_title_Attachment_list_option  a  {
    display: flex;
    align-items: center;

    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;

    color: rgba(0, 0, 0, 0.8) !important;

    /* opacity: 0.8; */
    
  }
  .VideoDerail_title_Attachment_list .VideoDerail_title_Attachment_list_option{
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .VideoDerail_title_Attachment_list .VideoDerail_title_Attachment_list_option:last-child{
    padding:6px  0 0 0;
    border-bottom: unset;
  }