*,
*:before,*:after{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(216,216,216,0.5);
	background: rgba(216,216,216,0.5);
}
::-webkit-scrollbar-track {
	border-radius: 0;
	/* -webkit-box-shadow: inset 0 0 5px rgba(216,216,216,0.5);
	background: rgba(216,216,216,0.3); */
	-webkit-box-shadow: none;
	background: none;
}
textarea{
  font-family:'微软雅黑','Microsoft YaHei';
}
html,body{
    font-family:'微软雅黑','Microsoft YaHei';
    /*  PingFangSC-Regular, */
    font-size:16px;
}
.el-button{
  /* font-family: PingFangSC-Regular; */
}
.el-button--success{
	background-color:rgba(52,170,68,1);
	border-color: rgba(52,170,68,1);
}
.el-button--success:focus,
.el-button--success:hover,
.el-button--success:active{
	background-color:rgba(52,170,68,0.8);
	border-color: rgba(52,170,68,0.8);
    color: #FFF;
}
img{
    width:100%;
    height:100%;
}
ul,li{
    list-style: none;
}
[v-cloak]{
  display: none;
}
.video_container_format{
    width:100vw;
    height:100vh;
    background-color: rgba(240,242,245,0.5);
    /* background-color: rgba(240,242,245,0.5); */
}
/* 内部最小限制容器 */
.inside_limit_width_box{  
  min-width: 1430px;
  min-height: 900px;
  margin:0 auto;
}
/* 左侧导航 */
/* .video_nav_container{
    width:206px;
    height:100%;
    background:#252631;
    float: left;
    position: relative;
}
 */
 
 /* 2.5版本分页样式 */
 
/* 分页 */
.list_pager{
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding:0 25px 0 90px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #44444F;
}
.list_pager 
.list_total_counter{
  float: left;
}
.list_pager 
.pager{
  margin-top:12px;
}
.list_pager 
.pager,
.list_pager 
.pager_size_controller{
  float: right;
}
.list_pager 
.el-pagination{
  height: 32px;
  padding:0;
}
.list_pager 
.el-pagination 
.el-pager,
.list_pager 
.el-pagination 
.el-pager>li,
.list_pager 
.el-pagination 
button{
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}
.list_pager 
.el-pagination 
.el-pager>li{
  color:#0062FF !important;
  min-width: 26px;
}
.list_pager 
.el-pagination 
.el-pager>li.active{
    color:#9d9d9d !important;
}
.list_pager 
.el-pagination 
button{
  border: 1px solid #E2E2EA;
  border-radius: 4px;
  padding:0 ;
  min-width: 26px;
}
/* page size */
.list_pager 
.pager_size_controller{
  width:70px;
  margin-left:10px;
}
.list_pager 
.pager_size_controller input{
  width:35px;
  height: 32px;
  border: 1px solid #E2E2EA;
  border-radius: 4px 0 0 4px;
  text-align: center;
}
input[type=number] {  
  -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
  -webkit-appearance: none;  
  margin: 0;  
}  
.pager_size_step{
  width: 27px;
  height: 32px;
  border: 1px solid #E2E2EA;
  border-radius: 0 4px 4px 0;
  border-left: none;
  float: right;
  margin-top:13px;
  position: relative;
  box-sizing: border-box;
}
.pager_size_step::after{
  width:100%;
  height:1px;
  background:#E2E2EA;
  content:'';
  display: block;
  position: absolute;
  top:50%;
  left:0;
}
.pager_size_step span{
  width:100%;
  height: 15px;
  display: block;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 16px;
}
.pager_size_step span:active{
  background:#409EFF;
  color:#fff;
}
/* 分页容器 */
.page_controller{
    width:100%;
    height: 50px;
    overflow: hidden;
  }
  .page_controller .el-pagination{
    /* width: 100%;
    height: 100%;
    padding: 15px;
    text-align: right; */
  }
  /* 自定义分页样式 */
  .el-pagination.is-background .el-pager li:not(.disabled).active {
      background-color:#fff;
      color:#3F51B5 ;
      border:1px solid #3F51B5;
      border-radius:6px;
    }  
  .el-pagination.is-background .el-pager li:first-child.active {
      background-color:#fff;
      color:#3F51B5 ;
      border:1px solid #3F51B5;
      border-radius:6px 0 0 6px;
    }
    .el-pagination.is-background .el-pager li:last-child.active {
      background-color:#fff;
      color:#3F51B5 ;
      border:1px solid #3F51B5;
      border-radius:0 6px 6px 0;
    }
    .el-pagination.is-background .el-pager li:only-child.active{
      border-radius:6px;
    }
  
    .fl{
      float: left;
    }
    .fr{
      float: right;
    }
    .clear_float::after{
      content:'';
      display: block;
      clear: both;
  }
  /* 自定义导航样式 */
  .el-menu{
    border-right: none;
  }
  .el-menu .current_active_menu_item{
      background:#fff !important;
      color:#3A3858 !important;
  }
  /* 弹窗样式 */
  .video_share_confirm_dialog{
    width:100%;
    min-width: 1440px;
    height: 100%;
    min-height: 900px;
    position: absolute;
    background:rgba(0,0,0,0.4);
    z-index: 5;
    top: 0;
    left: 0;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap{
    width:500px;
    border-radius: 4px;
    margin:auto;
    margin-top:200px;
    /* background:#fff; */
    overflow: hidden;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_header{
    width:100%;
    height: 60px;
    border-radius: 4px 4px 0 0 ;
    color:#FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_header 
  .dialog_title{    
    font-size: 18px;
    font-weight: 500;
    margin-left:30px;
    /* font-family: PingFangSC-Regular; */
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_header .icon-close{
    position: absolute;
    font-size: 18px;
    right: 30px;
    top:50%;
    margin-top:-10px;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_body{
    width:100%;
    height: 250px;
    overflow: hidden;
    background:#fff;
    padding:18px 16px 0;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_body 
  .share_radios_box{
    width:100%;
    height: 73px;
    border-radius: 4px;
    border:1px solid #E4E4E4;
    padding:10px 16px;
    margin-bottom:10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_body 
  .share_checkbox_box{
    width:100%;
    height: calc(100% - 73px);
    border:1px solid #E4E4E4;
    border-bottom: none;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_body 
  .share_checkbox_box::-webkit-scrollbar{
    width:0;
    background: transparent;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_body 
  .share_checkbox_box
  .el-checkbox-group{
    font-size: 16px;
    width: 100%;
    padding: 18px 16px 0;
    display: flex;
    flex-direction: column;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_body 
  .share_checkbox_box
  .el-checkbox-group
  .el-checkbox{
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .video_share_confirm_dialog 
  .share_dialog_wrap 
  .dialog_footer{
    width: 100%;
    height: 60px;
    background:#FAFAFC ;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding:0 24px;
  }

  /* loading */  
@-webkit-keyframes load{
  0%,100%{
      height: 40px;
      background: lightgreen;
  }
  50%{
      height: 70px;
      margin: -15px 0;
      background: lightblue;
  }
}
.loading{
  width: 80px;
  height: 40px;
  margin: 0 auto;
  margin-top:200px;
  text-align: center;
}
.loading span{
    display: inline-block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: lightgreen;
    -webkit-animation: load 1s ease infinite;
}
.loading span:nth-child(2){
    -webkit-animation-delay:0.2s;
}
.loading span:nth-child(3){
    -webkit-animation-delay:0.4s;
}
.loading span:nth-child(4){
    -webkit-animation-delay:0.6s;
}
.loading span:nth-child(5){
    -webkit-animation-delay:0.8s;
}

/**
*IE提示
**/
.warning_box{
  width:500px;
  padding:30px;
  border-radius: 10px;
  box-shadow: 0 0 5px #b4b4b4;
  margin:150px auto;
  margin-bottom: 0;
  line-height: 1.5;
  display: none;
}
.warning_box img{
  width:100px;
  height: 86px;
}
.warning_box h1{
  margin:10px 0;
  font-size: 20px;
}
.warning_box p{
  font-size: 16px;
  color:#333;
}


/* 浏览器版本更新提示 */
.browser_version_update_dialog{
  width: 100%;
  height:100%;
  position:fixed;
  z-index:9999;
  background: rgba(0,0,0,0.15);
  top: 0;
  display:none;
}
.browser_version_update_dialog_content{
  width:450px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12), 0 0 6px 0 rgba(0,0,0,0.04);
  background-color:#fff;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
  top:50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.browser_version_update_dialog_header{
  padding: 20px 30px 10px;
}
.browser_version_update_dialog_title{
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.browser_version_update_dialog_body {
  padding:10px 30px 10px 70px;
  color: #333;
  font-size: 14px;
  word-break: break-all;
  position: relative;
}
.browser_version_update_dialog_body img{
  width:22px;
  height:22px;
  max-width:100%;
  position: absolute;
  left:30px;
  top:10px;
}
.browser_version_update_dialog_body input{
  margin-right:10px;
  width:15px;
  height:15px;
  vertical-align:middle;
}
.browser_version_update_dialog_body p{
  margin-bottom:10px;
}
.browser_version_update_dialog_body a{
  color: #409eff;
  text-decoration: unset;
  /* float: right; */
}
.browser_version_update_dialog_checked{
  border:none;
}
.browser_version_update_dialog_footer {
  padding: 10px 20px 20px;
  text-align: right;
  box-sizing: border-box;
}
.browser_version_update_dialog_btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  background: #409eff;
  border: 1px solid #409eff;
}
.browser_version_update_dialog_btn.white{
  background:  #fff;
  border: 1px solid #000;
  color: #000;
}
.browser_version_update_dialog_btn a{
  color: #fff;
}


/* 账号退出提示框 */
.account_logout_dialog{
  width: 100%;
  height:100%;
  position:fixed;
  z-index:99999999;
  background: rgba(0,0,0,0.15);
  top: 0;
}
.account_logout_dialog_content{
  width:450px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12), 0 0 6px 0 rgba(0,0,0,0.04);
  background-color:#fff;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
  top:50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.account_logout_dialog_header{
  padding: 20px 30px 10px;
}
.account_logout_dialog_title{
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.account_logout_dialog_body {
  padding:10px 30px 10px 70px;
  color: #333;
  font-size: 14px;
  word-break: break-all;
  position: relative;
}
.account_logout_dialog_body img{
  width:22px;
  height:22px;
  max-width:100%;
  position: absolute;
  left:30px;
  top:10px;
}
.account_logout_dialog_body p{
  margin-bottom:10px;
}
.account_logout_dialog_footer {
  padding: 10px 20px 20px;
  text-align: right;
  box-sizing: border-box;
}
.account_logout_dialog_btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  background: #409eff;
  border: 1px solid #409eff;
}

.loading-spinner-icon {
  background:#fff url(https://img001.aivideo8.com/ai_video/U449/2021-07-08/img/1625726499432.gif) center no-repeat;
  width: 100px;
  height: 100px;
  background-size: 90px;
  display: block;
  margin: -29px auto;
  border-radius: 4px;
}

.auth-notification {
  cursor: pointer;
  transition: .3s,top .4s;
}

.auth-notification:hover {
  background: #f3f3f3;
}