[v-cloak] {
  display: none;
}

body {
  background: #fff;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif, '宋体';
}
/*
自定义
修饰：ui- 开头用以跟其他第三方区别
功能：fn- 开头
*/
/* ------------------------ utils 使用fn开头 ------------------------- */
.fn-gap {
  margin: 10px;
}
/* 竖向间距 */
.fn-gap-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* 水平间距 */
.fn-grap-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.fn-clear {
  zoom: 1;
}
.fn-left,
.fn-right {
  display: inline;
}
.fn-left {
  float: left;
}
.fn-right {
  float: right;
}
.fn-text-right {
  text-align: right;
}
.fn-text-center {
  text-align: center;
}
.fn-margin-left {
  margin-left: 20px;
}
.fn-margin-right {
  margin-right: 20px;
}
.fn-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fn-inline {
  display: inline-block !important;
  vertical-align: middle;
}

/* ------------------------ common ------------------------ */
/* ------------------------ color */
.ui-text-success {
  color: #67c23a;
}
.ui-text-danger {
  color: #f56c6c;
}
.ui-text-info {
  color: #666;
}
.ui-text-gray {
  color: #999;
}
.ui-text-greenblue {
  color: #39c5a9;
}
/* 链接 */
.ui-text-link,
.el-link.el-link--default {
  color: #409eff;
}
.ui-text-link:hover,
.el-link.el-link--default:hover {
  color: #66b1ff;
}
.el-link.is-underline:hover:after {
  border-color: #66b1ff;
}
/* ------------------------ font */
.ui-text-small {
  font-size: 12px;
}
.ui-font-large {
  font-size: 26px;
}
/* ------------------------ input */
/*
（需求）
输入框默认H30 W180 / h30 w410
2个汉字：W80
4个汉字：W100
6个汉字以上：W120 超过...
*/
.ui-input-width {
  width: 50px;
}
.ui-input-width2 {
  width: 80px;
}
.ui-input-width4 {
  width: 100px;
}
.ui-input-width6 {
  width: 120px;
}
.ui-input-width {
  width: 180px;
}
.ui-input-width-large {
  width: 410px;
}
.ui-input-width100 {
  width: 100%;
}
/* ------------------------ ol,ul */
.ui-list-unstyled {
  list-style: none;
  padding-left: 0;
}
/* ------------------------ table */
.ui-table-border {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 12px;
}
.ui-table-border th,
.ui-table-border td {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  padding: 6px 10px;
  line-height: 23px;
}
/* 黑色头部 */
.ui-table-thead-dark th {
  background: #e0e0e0;
  font-weight: normal;
}
/* 文字左对齐 */
.ui-table-thead-dark th,
.ui-table-thead-dark td {
  text-align: left;
  color: #666;
}
/* 表格内部表单 */
.ui-table-form .el-form-item {
  margin-bottom: 8px;
}
/* 表格 th为绿色 */
.ui-table-th-primary th {
  background: #0c9;
  color: #fff;
}
.ui-table-text-left th,
.ui-table-text-left td {
  text-align: left;
}

/* ------------------------ layout ------------------------ */
/* layout 使用 el-container(display:flex)布局 */
.el-container {
  height: 100%; /*fix:360*/
}
html,
body,
#app {
  height: 100%;
  width: 100%;
  margin: 0px;
}
.ui-layout-container {
  height: 100%;
}

/* ------------------------ layout-header */
.ui-layout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 0;
  background: #304156;
  color: #fff;
}
.ui-app-title {
  margin: 0;
  font-size: 16px;
}
.ui-headnav-warp .ui-user-dropdown {
  display: block;
  width: 143px;
  height: 57px;
  background: #39c5a9;
}
.ui-headnav-warp .el-dropdown-link {
  display: block;
  width: 120px;
  padding-top: 12px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.ui-headnav-warp .ui-user-name {
  display: block;
  font-style: normal;
}
.ui-headnav-warp .el-icon-caret-bottom {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  font-size: 20px;
}

/* ------------------------ layout-aside */
.ui-layout-aside {
  position: relative;
  overflow: hidden;
}
/* ------------------------ 侧边导航容器 */
.ui-asidenav-wrap,
.el-menu-vertical {
  overflow: hidden;
  height: 100%;
}
.ui-asidenav-wrap {
  position: relative;
  border-right: solid 1px #e6e6e6;
}
/* hack */
.ui-asidenav-wrap .el-menu {
  border-right: none;
}
/* 标题 */
.ui-asidenav-wrap .el-menu-item,
.ui-asidenav-wrap .el-submenu__title {
  font-size: 12px;
}
.ui-asidenav-wrap .el-submenu__title {
  font-weight: 700;
}
.ui-asidenav-wrap .el-menu-item:hover,
.ui-asidenav-wrap .el-menu-item.is-active {
  background: #39c5a9;
  color: #fff !important;
}
.ui-asidenav-wrap .el-menu-item:hover .iconfont {
  color: #fff;
}
.ui-asidenav-wrap .iconfont {
  margin-right: 5px;
  font-size: 20px;
}
.ui-asidenav-wrap .el-scrollbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 导航折叠icon */
.ui-nav-arrow {
  z-index: 99;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 20px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #304156;
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: #304156;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all linear;
}
.ui-nav-arrow.left {
  transition-duration: 0.48s;
  transform: translateX(170px);
}
.ui-nav-arrow.right {
  transition-duration: 0.22s;
  transform: translateX(64px);
}

/* ------------------------ layout-main */
.ui-layout-main {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  /* background: #fafafa; */
}

/* ------------------------ tabs-container */
.ui-tabs-container {
  height: 30px;
  border-bottom: 1px solid #39c5a9;
  letter-spacing: -6px;
}
.ui-tabs-wrap {
  overflow: hidden;
  position: relative;
  margin: 0 40px;
  height: 30px;
  white-space: nowrap;
}
.ui-tabs-body {
  position: absolute;
  transition: left 0.3s ease;
}
.ui-tabs-item {
  position: relative;
  display: inline-block;
  padding: 0 2px 0 8px;
  border-right: 1px solid #d8dce5;
  background: #fff;
  line-height: 30px;
  text-align: center;
  letter-spacing: normal;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.ui-tabs-item.ui-tabs-home {
  width: 80px;
}
.ui-tabs-item.ui-is-active,
.ui-tabs-item:hover {
  background: #39c5a9;
  color: #fff;
}
.ui-tabs-item .el-icon-close {
  margin-left: 6px;
  width: 16px;
  height: 16px;
  vertical-align: 2px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 100% 50%;
}
.ui-tabs-item .el-icon-close:before {
  display: inline-block;
  vertical-align: -3px;
}
.ui-tabs-item .el-icon-close:hover {
  background-color: #b4bccc;
  color: #fff;
}
.ui-tabs-arrow {
  position: absolute;
  top: 0;
  width: 40px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #39c5a9;
  cursor: pointer;
}
.ui-tabs-arrow:hover {
  background: #e6faf5;
}
.ui-tabs-arrow-left {
  left: 0;
  border-right: 1px solid #d8dce5;
}
.ui-tabs-arrow-right {
  right: 0;
  border-left: 1px solid #d8dce5;
}

.ui-main-container {
  position: relative;
  flex: 1;
  padding: 10px;
}
.ui-page-loading .el-icon-loading {
  font-size: 30px;
}

/* ------------------------ iframe ------------------------ */
.ui-main-content {
  position: relative;
  background: #fff;
  height: 100%;
}
/* ------------------------ 面包屑hack */
.ui-main-content .el-breadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
}
.ui-main-content .el-breadcrumb__separator {
  margin: 0 5px;
}
.ui-main-content .el-breadcrumb__item:last-child .el-breadcrumb__inner {
  color: #0c9;
  font-weight: normal;
}
.ui-main-content .el-breadcrumb__inner a:hover,
.ui-main-content .el-breadcrumb__inner.is-link:hover {
  color: #0c9;
}
.ui-main-content .el-breadcrumb__inner a,
.ui-main-content .el-breadcrumb__inner.is-link {
  font-weight: normal;
  color: #606266;
}

.ui-main-content .input-with-select {
  width: 240px;
}
.ui-main-content .input-with-select .el-input {
  width: 100px;
}
/* 重置按钮，默认按钮 */
.ui-button-reset,
.ui-button-default {
  border-color: #0c9;
  background: #fff;
  color: #0c9;
}
/* 刷新板块 */
.ui-main-content .ui-refresh-bar {
  position: absolute;
  top: 22px;
  right: 0;
}
.ui-main-content .ui-refresh-bar .el-select {
  width: 135px;
}
/* 置顶 */
.ui-main-content .ui-refresh-bar__top {
  top: 0;
}
/* hack tab内ui-refresh-bar无法置顶问题 */
.el-tabs__content .ui-main-content {
  position: static;
}

/* ------------------------ hack ------------------------ */
/* 筛选栏位 */
.ui-filter-form {
  margin-bottom: 10px;
  zoom: 1;
  min-height: 30px;
}
.ui-filter-form:after {
  content: '020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-filter-form .el-form-item {
  margin-bottom: 0;
}
.ui-filter-form .el-form-item__content {
  margin-left: -10px;
  letter-spacing: -6px;
}
.ui-filter-form .el-form-item__content > * {
  letter-spacing: 0;
  margin-left: 10px;
}
.ui-filter-form .el-form-item__content .el-input-group {
  vertical-align: middle;
}
/* el-radio-group */
/* 两个字的宽度 */
.ui-radio-w2 .el-radio-button__inner {
  padding: 8px 7px;
}

/* ------------------------ el-table */
/* .ui-main-content .el-table {
  color: #999;
} */
.ui-main-content .el-loading-mask {
  display: none;
  height: 0;
  width: 0;
}
.ui-main-content .el-table td {
  border-color: #e4e4e4;
}
.ui-main-content .el-table--border {
  border-color: #d7d7d7;
}
.ui-main-content .el-table--border th,
.ui-main-content .el-table--border td {
  height: 40px;
  padding: 0;
  border-right: 0;
}
.ui-main-content .el-table--border th {
  background: #e0e0e0;
  color: #666;
  /* font-weight: normal; */
}
.ui-main-content .el-table .el-button--text {
  padding: 0;
}

/* ------------------------ el-message */
.ui-message-wrap {
  width: 478px; /* w480-border */
}
.ui-message-wrap .el-message-box__title {
  font-size: 14px;
}
.ui-message-wrap .el-message-box__content {
  min-height: 39px; /* h:145 */
}
.ui-message-wrap .el-message-box__btns .el-button {
  width: 80px;
  padding: 8px 15px;
}

/* ------------------------ el-dialog */
.ui-dialog-wrap .el-dialog__header,
.ui-dialog-wrap .el-dialog__body,
.ui-dialog-wrap .el-dialog__footer {
  padding: 10px 15px;
}
.ui-dialog-wrap .el-dialog__headerbtn {
  top: 10px;
  right: 15px;
}
.ui-dialog-wrap .el-dialog__title {
  font-size: 14px;
}

/* 提示视窗(与 el-message 同效) */
.ui-dialog-comfirm .el-dialog__body {
  height: 33px;
}
.ui-dialog-comfirm .el-dialog {
  width: 480px;
  height: 145px;
}

/* 上传视窗 */
/* .ui-dialog-upload .el-dialog {
  width: 300px;
  height: auto;
}
.ui-dialog-upload .el-dialog__body {
  height: auto;
} */

/* ------------------------ el-upload */
.ui-uploader-wrap {
  position: relative;
  border: 1px solid #d7d7d7;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
/* head */
.ui-uploader-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  background: #eee;
  line-height: 30px;
  font-size: 12px;
}
/* hack */
.ui-uploader-head .el-button {
  color: #666;
}
.ui-uploader-head .el-button:hover {
  color: #33d6ad;
}
.ui-uploader-head .el-button:last-child {
  margin-right: 10px;
}
/* uploader */
.ui-uploader-wrap .el-upload {
  margin: 50px 0 20px;
}
.ui-uploader-wrap .ui-uploader-main {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  border: 1px solid #e4e4e4;
  width: 126px;
  height: 126px;
  line-height: 1;
  text-align: center;
}
.ui-uploader-wrap .el-icon-plus {
  display: block;
  font-size: 30px;
  color: #8c939d;
}
.ui-uploader-wrap .ui-uploader-img,
.ui-uploader-wrap .ui-uploader-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ui-uploader-wrap .el-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

/* ------------------------ el-table */
/* .el-button--text */
.ui-main-content .el-table .el-button--text {
  color: #409eff;
}
.ui-main-content .el-table .el-button--text:hover {
  color: #66b1ff;
}
/* 上传图片 */
.ui-main-content .el-table .el-icon-picture {
  color: #0c9;
}
/* 未上传-图片 */
.ui-main-content .el-table .ui-text-gray .el-icon-picture {
  color: #e4e4e4;
}
/* 未上传-文字 */
.ui-main-content .el-table .el-button--text.ui-text-gray {
  color: #666;
}
/* 禁用 */
.ui-main-content .el-table .is-disabled,
.ui-main-content .el-table .is-disabled .el-icon-picture,
.ui-main-content .el-table .ui-text-gray.is-disabled {
  color: #c0c4cc;
}

/* ------------------------ page ------------------------ */
/* 登录页面 */
.ui-login-wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%; /*IE6不识别min-height*/
  background: #32bd9f;
}
.ui-login-container {
  min-width: 960px;
  min-height: 550px;
  margin: 0 auto;
  padding-bottom: 60px; /*==footerHeight*/
  overflow: hidden;
  *zoom: 1;
  line-height: 1;
}
.ui-login-form {
  overflow: hidden;
  width: 350px;
  margin: 80px auto 0;
  padding: 20px 20px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.ui-login-form h1 {
  margin: 30px 0 35px;
  font-size: 24px;
  text-align: center;
  color: #22b698;
}
.ui-login-vcode {
  float: right;
  height: 40px;
  width: auto;
  max-width: 160px;
  border-radius: 4px;
  background: #eee;
}
.ui-login-form .el-button--primary {
  width: 100%;
}
.ui-login-footer {
  position: absolute; /*基于wrap的定位*/
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px; /*footerHeight*/
  padding: 35px 0 0;
  background: rgba(255, 255, 255, 0.3);
}
.ui-login-footer p {
  margin: 0 0 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.ui-login-footer a {
  color: #fff;
  font-weight: 700;
}

/* 首页 */
.ui-page-home {
  height: 100%;
}
.ui-welcome {
  position: absolute;
  top: 40%;
  left: 50%;
  margin: 0;
  transform: translate3d(-50%, -50%, 0);
  font-size: 72px;
  color: #1abc9c;
}

/* 第三方补单 */
.ui-radio-list li {
  position: relative;
  line-height: 1.3;
}
.ui-radio-list .ui-list-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}
.ui-radio-list .el-radio-group {
  overflow: hidden;
  margin-left: 60px;
  line-height: 4;
}
.ui-radio-list .el-radio {
  margin-bottom: 10px;
}
.ui-radio-list .el-radio__label {
  font-size: 12px;
  padding-left: 0;
}

/* 权限树 */
.ui-tree-wrap {
  position: relative;
  /* height: 488px; */
}
.ui-tree-wrap .ui-radio-all {
  position: absolute;
  top: 12px;
  right: 10px;
}
.ui-tree-wrap .el-tabs__content {
  height: 433px;
  overflow: auto;
}

/* 优惠活动 */
/* 矩形图片 */
.ui-img-rectangle {
  margin: 10px 0;
  line-height: 1;
}
/* 上传矩形图片 */
/* hack el-form-item 左边距 */
.hack-form-item__left0 .el-form-item__content {
  margin-left: 0 !important;
  height: 100%;
}
.ui-uploader-wrap__rectangle {
  position: relative;
  border: 1px solid #d7d7d7;
  text-align: center;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.ui-uploader-wrap__rectangle .el-upload {
  height: 100%;
}
.ui-uploader-wrap__rectangle .ui-uploader-main {
  display: table;
  height: 100%;
}
/* 有图片情况 */
.ui-uploader-wrap__rectangle .ui-uploader-img,
.ui-uploader-wrap__rectangle .ui-uploader-img img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
}
/* 无图片情况 */
.ui-uploader-wrap__rectangle .ui-uploader-null {
  display: table-cell;
  vertical-align: middle;
}
.ui-uploader-wrap__rectangle .el-icon-plus {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 70px;
  color: #999;
}
.ui-uploader-wrap__rectangle .el-icon-plus + .ui-text-gray {
  overflow: hidden;
  float: left;
}

/* ------------------------ 悬浮按钮 ------------------------ */
.ui-border {
  border: 1px solid #d7d7d7;
}
.pc-float-wrap {
  margin: 10px auto;
  width: 50px;
  background: #f13131;
}
.pc-float-menus {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pc-float-menu {
  position: relative;
  height: 35px;
  line-height: 35px;
}
.pc-float-menu + .pc-float-menu:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 1px;
  transform: translateX(-50%);
  background: #fff;
}
.pc-float-menu p {
  position: absolute;
  margin: 0;
  top: 1px;
  left: 0;
  height: 100%;
  padding-left: 40px;
  padding-right: 10px;
  transition: all 0.3s ease;
  background: #f13131;
  white-space: nowrap;
  color: #fff;
}
/* .pc-float-slide:hover, */
.pc-float-slide.active {
  transform: translateX(calc(-100% + 50px));
  cursor: pointer;
}
/* 图标 */
.pc-float-menu .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: 50% 50% no-repeat;
  background-size: contain;
}
.pc-float-menu .icon-phone {
  background-image: url('../images/float_menu/icon-phone.svg');
}
.pc-float-menu .icon-wechat {
  background-image: url('../images/float_menu/icon-wechat.svg');
}
.pc-float-menu .icon-qq {
  background-image: url('../images/float_menu/icon-qq.svg');
}
.pc-float-menu .icon-tel {
  background-image: url('../images/float_menu/icon-tel.svg');
}
.pc-float-menu .icon-gotop {
  background-image: url('../images/float_menu/icon-gotop.svg');
}

/* ------------------------ 富文本编辑器 ------------------------ */
.tinymce-container {
  position: relative;
}
.tinymce-container .mce-fullscreen {
  z-index: 10000;
}
.tinymce-textarea {
  visibility: hidden;
  z-index: -1;
}
.editor-custom-btn-container {
  position: absolute;
  right: 12px;
  top: 12px;
}
.mce-fullscreen .editor-custom-btn-container {
  z-index: 10000;
  position: fixed;
}
.editor-upload-btn {
  display: inline-block;
}
/* hack 隐藏统计数字 */
.mce-wordcount {
  display: none !important;
}

/* ------------------------ 会员管理------------------------ */
/* 表示是否在线的小球 */
.ui-online,
.ui-offline {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #babcbc;
}
.ui-online {
  background: #0c9;
}
.ui-offline {
  background: #c6c6c6;
}
.ui-button-ip {
  width: 40px;
  text-align: center;
  padding: 0;
  line-height: 18px;
}
/* 栏位配置 */
.ui-setting-column__wrap {
  font-size: 12px;
}
.ui-setting-column__left,
.ui-setting-column__right {
  border: 1px solid #c3c3c3;
  height: 445px;
  overflow: hidden;
}
.ui-setting-column__left {
  width: 217px;
}
.ui-setting-column__right {
  width: 530px;
}
.ui-setting-column__title {
  margin: 0;
  padding-left: 10px;
  line-height: 30px;
  border-bottom: 1px solid #c3c3c3;
  background: #e4e4e4;
  color: #666;
  font-weight: normal;
  font-size: 12px;
}
.ui-setting-column__body {
  height: 100%;
  padding: 0 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-setting-columns {
  margin: 0;
  padding: 0;
}
.ui-setting-column {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  list-style: none;
  margin: 5px 0;
}
.ui-setting-column span {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
}
.ui-setting-column i {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.ui-setting-column i + i {
  margin-left: 10px;
}
.ui-setting-column .el-icon-remove {
  font-size: 20px;
  color: #f56c6c;
}
.ui-setting-column .el-icon-top {
  overflow: hidden;
  width: 18px;
  height: 18px;
  line-height: 20px;
  border-radius: 50%;
  background: #ccc;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.ui-setting-column .el-icon-circle-plus {
  margin-right: 5px;
  font-size: 20px;
  color: #409eff;
}
/* 列表动画 */
.list-enter-active,
.list-leave-active {
  transition: all 0.3s ease;
}
.list-enter,
.list-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}
.list-move {
  transition: transform 0.3s ease;
}
/* 所在层级 */
.ui-layer-wrap {
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
  border: 1px solid #ddd;
}
.ui-layer-wrap ul {
  margin: 0;
  padding: 0;
}
.ui-layer-item {
  padding: 0 10px;
  line-height: 30px;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.ui-layer-title {
  margin: 0;
  background: #0c9;
  color: #fff;
}
/* 批量变更密码 */
.ui-form-label__font-small .el-form-item__label {
  font-size: 12px;
}
.ui-form-label__font-small .ui-error-warp {
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-form-label__font-small .ui-error-message {
  display: block;
  margin: 0;
  height: 18px;
  font-size: 12px;
  line-height: 1.5;
  color: #f56c6c;
}

/* 红包配置 */
.ui-level-checkbox-group .el-checkbox__label {
  width: 26px;
}

/* el-form-item hack */
.form-item-bottom0.el-form-item {
  margin-bottom: 0;
}
/* 承压计划 */
.pressure-item {
  margin: 0 -15px;
  padding-top: 10px;
  overflow: hidden;
  background: #f2f2f2;
}
.pressure-item + .pressure-item {
  margin-top: 10px;
}
.pressure-item .el-form-item {
  float: left;
  width: 50%;
}
.pressure-item .el-date-editor.el-input {
  width: 180px;
}