/* Variables */

/* Mixins */
.notice-imgs-uploader-desc {
  margin-top: 15px;
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid #faecd8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  background-color: #fdf6ec;
  color: #e6a23c;
}
.notice-imgs-uploader-desc .desc {
  margin: 0;
}
.notice-imgs-uploader-desc .title {
  font-weight: bold;
}
.notice-imgs-uploader-desc .tip {
  margin-left: 11px;
}
.editor {
  width: 900px;
}
div.mce-fullscreen {
  z-index: 10000;
}
.tox-notifications-container {
  display: none;
}
.tox-tinymce-aux {
  z-index: 20000 !important;
}
.legalImg img {
  width: 100%;
}
.notice-imgs-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.notice-imgs-uploader .el-upload:hover {
  border-color: #409EFF;
}
.notice-imgs-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 148px;
  height: 148px;
  line-height: 148px;
  text-align: center;
}
.notice-imgs-uploader .el-upload-list__item {
  width: 148px;
  height: 148px;
}
.detail-img-container {
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 10px;
  background: #fafafa;
}
.detail-img-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
}
