*{
    padding: 0;
    margin: 0;
    font-family:"微软雅黑";
  box-sizing: border-box;
}
/* 播放器放大样式 */
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{
    font-size: 3em !important;
    line-height: 1.05 !important;
}
.el-tabs__nav-scroll .el-tabs__nav{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    font-size: 16px;
    color: #333333;
}
.van-checkbox{
    margin: 12px 0;
}
.swiperAds .el-carousel__button{
width: 10px;
height: 10px;
border-radius: 10px;
}
.swiperAds .el-carousel__container{
    height: 100%;
}
.introbody .el-carousel__container{
    overflow:hidden !important;
  }
.el-tabs__item{
    padding: 0;
}
html, body{
    height: 100%;
    word-wrap: break-word;
    word-break: normal;
    word-break:break-all;
	overflow:auto;margin: 0;
}
.el-tabs, .el-tabs__content, .el-tab-pane{
    height: 100% !important;
}
.ql-editor {
    padding: 0;
}
.ql-editor img{
	vertical-align: top;
}
.introbody .ql-editor{
    padding: 0 !important;
}
.el-dialog__title{
    font-weight: bold;
}
.el-dialog__footer{
    text-align: center !important;
}
.el-dialog__body{
    color:#000;
    padding-bottom: 0 !important;
}
.footerBtn .el-input-group__append{
    border: 1px solid #1890ff;
    background: #1890ff;
}
.el-tabss .el-tabs__item{
    font-size: 16px;
    color: #333333;
    line-height: 45px !important;
    height: 45px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding:0 20px;
    box-sizing: border-box;
}
.el-tabs__item.is-active{
    font-size: 18px;
   font-weight: bold;
   color: #333333;
  }
.el-tabss .el-tabs__header{
    margin-bottom: 0;
}
.el-tabs--top .el-tabs__item.is-top:nth-child(2){
    margin-left: 30px;
  }
  .el-tabs__active-bar{
    height: 4px;
    margin-left: 30px;
    background: #3EA4FF;
  }
 
  /* 图形验证码 */
 .captha .el-dialog__header{
    display: none !important;
  }
  .captha .el-dialog__body{
    padding: 20px !important;
  }

  /* 弹窗关闭字体 */
  .el-dialog__headerbtn .el-dialog__close {
    font-size: 20px;
  }

.view-organizer-tip {
  font-size: 18px;
  color: #ccc;
  padding: 100px 0;
  text-align: center;
}