﻿@charset "UTF-8";
/*主题*/
/*$theme: $primary;*/
/*滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

::-webkit-scrollbar-thumb:vertical {
  border: 1px solid #c9c9c9;
  background-color: #ccc;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal {
  border: 1px solid #c9c9c9;
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bfbfbf;
}

html, body {
  height: 100%;
}

body {
  color: #455a64;
  background: #f6f6f6;
  font-size: 14px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

a, a:hover {
  text-decoration: none;
}

.is-link {
  text-decoration: underline !important;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

.uifont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  width: 100%;
  height: 54px;
  background: #265497;
  padding-left: 200px;
  position: fixed;
  color: #FFF;
  z-index: 104;
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}
.header .header-brand {
  width: 200px;
  height: 100%;
  background: url(/images/brand.png) 5px center no-repeat #1c3d6e;
  background-size: 42px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 52px;
  line-height: 54px;
  font-weight: 600;
  font-size: 18px;
}
.header .header-brand span {
  font-weight: 100;
}
.header .navs {
  display: block;
  float: left;
  height: 54px;
}
.header .navs.pull-right {
  float: right;
  left: auto;
}
.header .navs li {
  float: left;
}
.header .navs li .item {
  display: block;
  line-height: 54px;
  height: 54px;
  padding: 0 12px;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
}
.header .navs li .item i {
  font-size: 20px;
}
.header .navs li .item:hover {
  background: #20467f;
}

.sidebar {
  height: 100%;
  width: 200px;
  background: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  padding-top: 54px;
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
  transform: translateX(0);
}
.sidebar .sidebar-outter {
  height: 100%;
  width: 220px;
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sidebar .navs {
  display: block;
  width: 200px;
  padding-top: 10px;
}
.sidebar .navs li {
  display: block;
}
.sidebar .navs li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 40px;
  color: #607d8b;
  position: relative;
  cursor: pointer;
}
.sidebar .navs li a i {
  font-size: 18px;
  vertical-align: -3%;
  margin-right: 5px;
}
.sidebar .navs li a.active {
  color: #265497;
}
.sidebar .navs li.has-child > a:after {
  content: "\e6a7";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "iconfont" !important;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.4s ease-in-out;
}
.sidebar .navs li.has-child > ul {
  display: none;
}
.sidebar .navs li.has-child.open > a:after {
  transform: rotate(90deg);
}
.sidebar .navs li.has-child.open > ul {
  display: block;
}
.sidebar ul ul {
  padding-left: 20px;
  font-size: 13px;
}

.layout {
  position: relative;
  margin-left: 200px;
  padding-top: 54px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: margin 0.4s ease-in-out;
}
.layout.editing .page-slide-outer {
  transform: translateX(-50%);
}
.layout .editor-destroy {
  cursor: pointer;
}
.layout .editor-destroy:before {
  content: "\e697";
  vertical-align: -5%;
  font-size: 16px;
  font-family: "iconfont" !important;
}

.min-sidebar {
  /*.sidebar {
      transform: translateX(-120%);
  }
  */
}
.min-sidebar .sidebar {
  width: 50px;
  overflow: visible;
}
.min-sidebar .sidebar .sidebar-outter {
  width: 50px;
  padding-right: 0;
  overflow: visible;
}
.min-sidebar .sidebar .navs {
  width: 50px;
}
.min-sidebar .sidebar .navs > li {
  position: relative;
}
.min-sidebar .sidebar .navs > li > a {
  padding: 0;
  text-align: center;
  width: 50px;
}
.min-sidebar .sidebar .navs > li > a:after {
  display: none;
}
.min-sidebar .sidebar .navs > li > a .item-text {
  display: none;
}
.min-sidebar .sidebar .navs > li:not(.has-child):hover .item-text {
  display: block;
  position: absolute;
  left: 110%;
  top: 50%;
  margin-top: -15px;
  background: #343a40;
  color: #FFF;
  white-space: nowrap;
  line-height: 24px;
  padding: 3px 12px;
  border-radius: 4px;
}
.min-sidebar .sidebar .navs > li:not(.has-child):hover .item-text:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 6px solid #343a40;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -6px;
}
.min-sidebar .sidebar .navs ul {
  width: 130px;
  padding-left: 5px;
  position: absolute;
  left: 100%;
  top: 0;
  display: none !important;
}
.min-sidebar .sidebar .navs ul:before, .min-sidebar .sidebar .navs ul:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 6px solid #214983;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 0px;
  top: 16px;
}
.min-sidebar .sidebar .navs ul:after {
  border-right: 6px solid #265497;
  left: -1px;
}
.min-sidebar .sidebar .navs ul li {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #214983;
  background: #265497;
  position: relative;
}
.min-sidebar .sidebar .navs ul li a {
  color: #FFF;
}
.min-sidebar .sidebar .navs ul li:last-child {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.min-sidebar .sidebar .navs ul li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.min-sidebar .sidebar .navs li:hover > ul {
  display: block !important;
}
.min-sidebar .sidebar .navs li.has-child.open > a:after {
  transform: rotate(0);
}
.min-sidebar .layout {
  margin-left: 50px;
}
.min-sidebar .menu-toggle .uifont:before {
  content: "\e6a7";
}
.min-sidebar .header {
  padding-left: 50px;
}
.min-sidebar .header .header-brand {
  width: 50px;
  text-indent: -999em;
  overflow: hidden;
}

.tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.tabs .tabs-header {
  height: 40px;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  display: flex;
  overflow: hidden;
}
.tabs .tags-contnet {
  padding: 8px 2px 0;
  flex: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}
.tabs .tags-contnet .tabs-card {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  height: 40px;
  white-space: nowrap;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.tabs .tags-contnet::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.tabs .tags-contnet .item {
  background: #F6F6F6;
  padding-right: 24px;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}
.tabs .tags-contnet .item .item-title {
  padding-left: 15px;
  display: block;
  cursor: pointer;
}
.tabs .tags-contnet .item .item-close {
  display: inline-block;
  cursor: pointer;
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10.5px;
}
.tabs .tags-contnet .item.active {
  background: #FFF;
}
.tabs .tags-contnet .item.active .item-close {
  background: #265497;
}
.tabs .tags-contnet .item:hover {
  background: #FFF;
}
.tabs .tags-contnet .item:hover .item-close {
  width: 12px;
  height: 12px;
  font-size: 10px;
  background: #999;
  margin-top: -6px;
  right: 7.5px;
  line-height: 12px;
}
.tabs .tags-contnet .item:hover .item-close:after {
  content: "×";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  text-align: center;
  color: #FFF;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -6px;
}
.tabs .tag-action {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  font-size: 18px;
  cursor: pointer;
}
.tabs .tag-action:hover {
  color: #265497 !important;
}
.tabs .tabs-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background: url(/Images/welcome.png) center center no-repeat;
  position: relative;
}
.tabs .tabs-body iframe {
  display: none;
}
.tabs .tabs-body iframe.active {
  display: block;
}

iframe {
  border: none;
}

.page {
  padding: 20px;
}
.page.page-slide {
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.page .page-slide-outer {
  height: 100%;
  width: 200%;
  transition: transform 0.4s ease-in-out;
}
.page .page-slide-inner {
  width: 50%;
  padding: 20px;
  height: 100%;
  float: left;
  overflow-y: auto;
}

.ol li {
  padding: 3px 6px;
}

@media (max-width: 540px) {
  .header {
    padding-left: 60px;
  }
  .header .header-brand {
    width: 60px;
    overflow: hidden;
    text-indent: -999em;
    background-position: center center;
  }

  /*.sidebar {
      transition: transform .4s ease-in-out;
      transform: translateX(-120%);

      &.open {
          transform: translateX(0);
      }
  }

  .layout {
      margin-left: 0;
  }*/
}
.card-header {
  padding: 0.4rem 0.7rem;
}
.card-header .d-inline-block {
  vertical-align: top;
}
.card-header .d-inline-block.pull-right {
  padding-left: 10px;
  padding-right: 0;
}
.card-header .input-group-range {
  min-width: 220px;
}
.card-header > .d-inline-block {
  padding: 2px 10px 2px 0;
}
.card-header .card-title {
  line-height: 31px;
  margin: 0;
}
.card-header .nav .nav-link {
  cursor: pointer;
}
.card-header .nav .nav-link.active {
  color: #265497;
}
.card-header .custom-control .custom-control-label {
  line-height: 31px;
}
.card-header .custom-control .custom-control-label:before, .card-header .custom-control .custom-control-label:after {
  top: 50%;
  margin-top: -8px;
}

.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1100;
  /*&.dialog-tips {
      .dialog-footer {
          .btn {
              width: 110px;
          }
      }
  }*/
}
.dialog .dialog-content {
  background: #FFF;
  width: 340px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -170px;
  /*border:1px solid @border-color;*/
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #333;
}
.dialog .dialog-content.dialog-success {
  background: #28a745;
  color: #FFF;
}
.dialog .dialog-content.dialog-danger {
  background: #b62200;
  color: #FFF;
}
.dialog .dialog-content.dialog-warning {
  background: #ffb22b;
  color: #FFF;
}
.dialog .dialog-content.dialog-warning, .dialog .dialog-content.dialog-danger, .dialog .dialog-content.dialog-success {
  color: #FFF;
}
.dialog .dialog-content.dialog-warning .dialog-msg, .dialog .dialog-content.dialog-danger .dialog-msg, .dialog .dialog-content.dialog-success .dialog-msg {
  color: #FFF;
}
.dialog .dialog-content.dialog-lg {
  width: 370px;
  margin-left: -185px;
}
.dialog .dialog-body {
  width: 100%;
  padding: 15px;
}
.dialog .dialog-body .form-group:last-child {
  margin-bottom: 0;
}
.dialog .dialog-tips {
  font-size: 0.8em;
  margin-bottom: 5px;
}
.dialog .dialog-title {
  font-size: 1.1em;
  padding-bottom: 10px;
}
.dialog .dialog-title + .form-group {
  padding-top: 10px;
}
.dialog .form-group {
  margin-bottom: 15px;
}
.dialog .dialog-select {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dialog .dialog-select:after {
  content: "";
  display: block;
  clear: both;
}
.dialog .dialog-select li {
  width: 50%;
  float: left;
  padding: 6px;
}
.dialog .dialog-select li.li-full {
  width: 100%;
}
.dialog .dialog-select li.li-min {
  width: 33.3333%;
}
.dialog .dialog-select .item .dialog-select-title {
  width: 100%;
  font-weight: 600;
  border-bottom: 1px dashed rgba(120, 130, 140, 0.13);
  border-top: 1px dashed rgba(120, 130, 140, 0.13);
  background: #F8F8F8;
  padding: 6px 10px;
  position: relative;
}
.dialog .dialog-select .item .item-body {
  padding: 6px 0;
}
.dialog .dialog-select .item .item-body:after {
  content: "";
  display: block;
  clear: both;
}
.dialog .dialog-select .item .item-body .item-user {
  width: 33.3333%;
  float: left;
  padding: 6px 10px;
}
.dialog .dialog-close {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #FFF;
}
.dialog .dialog-footer {
  background: #FAFAFA;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
  flex-direction: row;
}
.dialog .dialog-footer .item {
  flex: 1;
}
.dialog .dialog-footer .btn {
  width: 100%;
  border-radius: 0;
  height: 40px;
}
.dialog.dialog-readonly {
  background: none;
  position: static;
  width: auto;
  height: auto;
}
.dialog.dialog-readonly .dialog-content {
  position: fixed;
  z-index: 1110;
  top: 30px;
  margin-top: 0 !important;
}
.dialog .dialog-msg {
  font-size: 12px;
  color: #666;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.table.v-top td {
  vertical-align: top;
}
.table th {
  border-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table td {
  vertical-align: middle;
}
.table td.no-padding {
  padding: 0;
}
.table td > .form-group {
  margin-bottom: 10px;
}
.table td > .form-group:last-child {
  margin: 0;
}
.table .head-photo {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 5px;
}
.table .head-photo img {
  width: 100%;
}
.table thead th {
  border-bottom: 0;
}
.table tr:hover td {
  background: white;
}

.table-group th {
  border: 1px solid #ebebeb;
}
.table-group td {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #F8F8F8;
}
.table-group .first-tr td {
  border-top: 1px solid #ebebeb !important;
}
.table-group tr:last-child {
  border-bottom: 1px solid #ebebeb;
}

.nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

/*datatable*/
.modal .dataTables_wrapper .col-sm-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.modal .table-total {
  display: none;
  text-align: center;
}
.modal .dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: center;
}
.modal th {
  background: #F8F8F8;
}

/*datatable 重置*/
.dataTables_info, .dataTables_length {
  display: inline-block;
}

.table-action-column {
  text-align: right;
  width: 120px;
}

.table-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.table-wrap .row,
.table-wrap .d-row {
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.table-wrap .row:first-child,
.table-wrap .d-row:first-child {
  background: #F8F8F8;
  font-weight: 600;
}
.table-wrap .row:last-child:not(:first-child),
.table-wrap .d-row:last-child:not(:first-child) {
  border-bottom: 0;
}
.table-wrap .row > div,
.table-wrap .d-row > div {
  padding: 0 15px;
}

.table-selector .table-selector-form, .table-selector .table-selector-assign, .table-selector .mode-selecting {
  display: none !important;
}
.table-selector .table-selector-form .d-inline-block, .table-selector .table-selector-assign .d-inline-block {
  margin-right: 10px;
  vertical-align: top;
}
.table-selector .mode-selecting {
  line-height: 0;
}
.table-selector .custom-control.custom-control-inline {
  margin-right: 0;
}
.table-selector.selecting .table-selector-form, .table-selector.selecting .mode-selecting {
  display: inherit !important;
}
.table-selector.selecting .table-selector-form.d-inline-block, .table-selector.selecting .mode-selecting.d-inline-block {
  display: inline-block !important;
}
.table-selector.selecting td.mode-selecting, .table-selector.selecting th.mode-selecting {
  display: table-cell !important;
}
.table-selector.selecting .mode-default {
  display: none !important;
}
.table-selector.selecting-assign .table-selector-assign {
  display: block;
}

.table-actions {
  white-space: nowrap;
  width: 1px;
}
.table-actions a {
  display: inline-block;
  color: #265497 !important;
  cursor: pointer;
  padding: 3px 12px;
  position: relative;
}
.table-actions a:before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: rgba(120, 130, 140, 0.13);
  position: absolute;
  left: -0.5px;
  top: 50%;
  margin-top: -4px;
}
.table-actions a:first-child:before {
  display: none;
}
.table-actions a.danger {
  color: #b62200 !important;
}

.table-form .form-group:last-child {
  margin-bottom: 0;
}
.table-form .form-group .form-control {
  min-width: 80px;
}

.table-order td {
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
}
.table-order .goods-group {
  width: 100%;
  min-width: 260px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(120, 130, 140, 0.13);
}
.table-order .goods-group:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.table-order .item-photo {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.table-sm th, .table-sm td {
  padding: 6px;
}

.paginate-short .dataTables_info {
  display: none;
}
.paginate-short .dataTables_length {
  display: none;
}
.paginate-short .paginate-bar {
  text-align: center;
}
.paginate-short .dataTables_paginate {
  padding-left: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.table-striped tbody tr:nth-of-type(even) {
  background: #F8F8F8;
}

.hidden-table-checkbox .table-checkbox {
  display: none;
}

.dropdown-menu {
  font-size: 14px;
  min-width: 10em;
}

.custom-control {
  margin-bottom: 0;
}
.custom-control.custom-control-inline {
  margin-right: 10px;
  display: inline-block;
}
.custom-control .custom-control-label {
  display: block;
  min-height: 1.5rem;
  line-height: 1.5rem;
}

.tree {
  min-height: 500px;
}
.tree ul {
  position: relative;
}
.tree ul:before {
  content: "";
  width: 1px;
  background: #EEE;
  position: absolute;
  left: 7.5px;
  top: 33px;
  bottom: 0;
}
.tree ul .is-invalid {
  color: #AAA;
}
.tree ul .tree-title {
  padding: 6px 24px;
  position: relative;
}
.tree ul .tree-title .node-edit, .tree ul .tree-title .node-delete, .tree ul .tree-title .node-add {
  display: none;
  padding: 0 4px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  border-radius: 4px;
  margin-left: 4px;
}
.tree ul .tree-title .node-edit {
  background: #265497;
}
.tree ul .tree-title .node-add {
  background: #28a745;
}
.tree ul .tree-title .node-delete {
  background: #b62200;
}
.tree ul .tree-title:hover .node-edit, .tree ul .tree-title:hover .node-delete, .tree ul .tree-title:hover .node-add {
  display: inline-block;
}
.tree ul .tree-title .tree-node {
  font-family: "iconfont";
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #333;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  cursor: pointer;
  border-radius: 4px;
}
.tree ul .tree-title .tree-node:before {
  content: "\e6b9";
}
.tree ul .open > .tree-title .tree-node:before {
  content: "\e768";
}
.tree ul ul {
  padding-left: 24px;
}
.tree ul ul:before {
  top: 0;
}
.tree ul ul .tree-title:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: -16px;
  width: 12px;
  background: #eee;
  top: 50%;
  margin-top: 0.5px;
}

.btn-switch {
  display: inline-block;
  position: relative;
  width: 62px;
  height: 31px;
  margin-bottom: 0;
  vertical-align: middle;
}
.btn-switch .btn-switch-label {
  display: block;
  width: 100%;
  height: 100%;
  background: #EEE;
  border: 1px solid rgba(120, 130, 140, 0.13);
  transition: background 0.2s linear;
  border-radius: 31px;
}
.btn-switch .btn-switch-label:before {
  position: absolute;
  left: 1px;
  top: 1px;
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #fff;
  transition: left 0.2s linear;
}
.btn-switch .btn-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.btn-switch .btn-switch-input:disabled ~ .btn-switch-label {
  cursor: not-allowed;
}
.btn-switch .btn-switch-input:disabled ~ .btn-switch-label:before {
  background: #f6f6f6;
}
.btn-switch .btn-switch-input:checked ~ .btn-switch-label {
  background: #265497;
}
.btn-switch .btn-switch-input:checked ~ .btn-switch-label:before {
  left: 32px;
}
.btn-switch.btn-switch-sm {
  width: 40px;
  height: 20px;
}
.btn-switch.btn-switch-sm .btn-switch-label {
  border-radius: 20px;
}
.btn-switch.btn-switch-sm .btn-switch-label:before {
  width: 18px;
  height: 18px;
}
.btn-switch.btn-switch-sm .btn-switch-input:checked ~ .btn-switch-label:before {
  left: 21px;
}

.stars {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(/Images/stars.png) left top no-repeat;
  position: relative;
}
.stars:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: url(/Images/stars-active.png) left top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.stars.stars-sm {
  width: 54px;
  height: 10px;
  background-image: url(/Images/stars-sm.png);
}
.stars.stars-sm:before {
  background-image: url(/Images/stars-sm-active.png);
}
.stars.level-1:before {
  width: 20%;
}
.stars.level-2:before {
  width: 40%;
}
.stars.level-3:before {
  width: 60%;
}
.stars.level-4:before {
  width: 80%;
}
.stars.level-5:before {
  width: 100%;
}

.clear-style {
  -moz-appearance: textfield;
}
.clear-style::-webkit-inner-spin-button, .clear-style::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.block-create {
  display: block;
  text-align: center;
  padding: 6px 12px;
  font-size: 16px;
  background: #F8F8F8;
  cursor: pointer;
  border: 1px dashed rgba(120, 130, 140, 0.13);
}

.form-images {
  margin-left: -5px;
  margin-right: -5px;
}
.form-images .form-image-body {
  display: inline-block;
}
.form-images .d-inline-block {
  position: relative;
}
.form-images .d-inline-block:hover .item-delete {
  display: block;
}
.form-images .item-delete {
  display: none;
  background: #265497;
  font-size: 12px;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  color: #FFF !important;
  position: absolute;
  right: -2px;
  top: -2px;
  cursor: pointer;
}
.form-images .item-delete:hover {
  background: #b62200;
}
.form-images .item-delete:before {
  content: "\e69a";
  font-family: "iconfont" !important;
}
.form-images.form-images-sm {
  margin-left: -2px;
  margin-right: -2px;
}
.form-images.form-images-sm .form-image {
  width: 30px;
  height: 30px;
  margin: 2px;
}
.form-images.form-images-sm .form-video {
  font-size: 16px;
  line-height: 28px;
}
.form-images.form-images-sm.form-video {
  position: relative;
}
.form-images.form-images-sm.form-video:before {
  line-height: 30px;
}

.form-image {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  margin: 5px;
  vertical-align: top;
  overflow: hidden;
}
.form-image .image {
  width: 100%;
  height: 100%;
}
.form-image .form-video {
  display: block;
  font-size: 32px;
  width: 100%;
  height: 100%;
  line-height: 68px;
  background: #265497;
  color: #FFF;
  text-align: center;
}
.form-image.form-video {
  position: relative;
}
.form-image.form-video:before {
  content: "\e60d";
  font-family: "iconfont";
  color: #FFF;
  line-height: 70px;
  font-size: 48upx;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
}
.form-image input[type=file] {
  width: 0;
  height: 0;
  display: none;
}
.form-image .form-image-title {
  line-height: 22px;
  text-align: center;
}

.form-image-add {
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 17.5px;
  line-height: 17.5px;
  text-align: center;
  color: #bbb;
  cursor: pointer;
  overflow: hidden;
}
.form-image-add span {
  display: block;
}
.form-image-add .iconfont {
  line-height: 17.5px;
  font-size: 18px;
}
.form-image-add input[type=file] {
  width: 0;
  height: 0;
  display: none;
}

.form-video a {
  position: relative;
}
.form-video .item-video {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.form-video .item-video img {
  width: 100%;
}
.form-video.empty .item-video, .form-video.empty .item-video-remove {
  display: none;
}
.form-video .item-video-remove, .form-video .item-video-select {
  padding: 0 12px;
  text-decoration: underline;
}
.form-video .item-video-remove:before {
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(120, 130, 140, 0.13);
  position: absolute;
  left: -0.5px;
  top: 50%;
  margin-top: -6px;
}

.auto-editor .auto-editor-search, .auto-editor .pretend-select {
  display: none;
}
.auto-editor .auto-editor-toggle:after {
  content: "搜索";
}
.auto-editor.searching .auto-editor-body {
  margin-bottom: 10px;
}
.auto-editor.searching .auto-editor-search, .auto-editor.searching .pretend-select {
  display: block;
}
.auto-editor.searching .auto-editor-toggle {
  background-color: #28a745;
  border-color: #28a745;
}
.auto-editor.searching .auto-editor-toggle:after {
  content: "完成";
}
.auto-editor.searching .auto-editor-toggle:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.auto-editor.searching .auto-editor-toggle:focus, .auto-editor.searching .auto-editor-toggle.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.auto-editor.searching .auto-editor-toggle.disabled, .auto-editor.searching .auto-editor-toggle:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.auto-editor.searching .auto-editor-toggle:not(:disabled):not(.disabled):active, .auto-editor.searching .auto-editor-toggle:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.auto-editor.searching .auto-editor-toggle:not(:disabled):not(.disabled):active:focus, .auto-editor.searching .auto-editor-toggle:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.fileset-upload .form-file-add {
  display: none;
}
.fileset-upload.is-empty .form-file-add {
  display: block;
}
.fileset-upload.is-empty .item-file-body {
  display: none;
}

.form-color {
  height: 100%;
  background: #FFF;
  padding: 0;
  width: 31px;
}

.label-editor {
  height: auto;
  min-height: 31px;
}
.label-editor .label-control {
  display: inline-block;
  border-width: 0 0 1px 0;
  padding: 0 5px;
}
.label-editor .label-control:focus {
  outline: none;
}
.label-editor .badge {
  padding-left: 15px;
  padding-right: 15px;
  margin: 2px;
  position: relative;
  background: #265497;
  color: #FFF;
  transition: padding 0.3s ease-in-out;
}
.label-editor .badge .label-remove {
  display: none;
}
.label-editor .badge:hover {
  padding-right: 20px;
  padding-left: 10px;
}
.label-editor .badge:hover .label-remove {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  background: #FFF;
  color: #265497;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 2px;
}

select option.divider {
  color: #265497;
}

.dropdown-divider:last-child {
  display: none;
}

.tabs-fixed {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.tabs-fixed .tab-bar {
  width: 100%;
  display: flex;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.tabs-fixed .tab-bar .item {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.tabs-fixed .tab-bar .item.active {
  font-weight: 600;
  color: #265497;
}
.tabs-fixed .tab-content {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.tabs-fixed .tab-content .form-wrap {
  padding-top: 15px;
}

.input-group .btn .uifont {
  line-height: 1;
}

.pretend-select {
  position: relative;
  cursor: pointer;
}
.pretend-select input {
  padding-right: 50px !important;
}
.pretend-select:after {
  content: "\e6a6";
  font-family: "iconfont";
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}

.form-control .badge {
  margin: 2px;
}

.upload-wrap {
  display: inline-block;
  width: 134px;
  height: 134px;
  position: relative;
  /*&.small {
      width: 84px;
      height: 84px;

      .upload-group {
          width: 84px;
          height: 84px;

          .item-text {
              line-height: 84px;
          }
      }
  }

  &.bigger {
      width: 154px;
      height: 154px;

      .upload-group {
          width: 154px;
          height: 154px;

          .item-text {
              line-height: 154px;
          }
      }
  }*/
}
.upload-wrap .item-text {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  height: 44px;
  line-height: 22px !important;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -22px;
}
.upload-wrap .item-text:before, .upload-wrap .item-text:after {
  content: "";
  display: inline-block;
  flex: 1;
}
.upload-wrap .upload-group {
  width: 100%;
  height: 100%;
  background: #F8F8F8;
}
.upload-wrap .item-delete {
  display: none;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  background: #b62200;
  position: absolute;
  right: 1px;
  top: 1px;
  color: #FFF;
  border-bottom-left-radius: 8px;
  font-size: 18px;
}
.upload-wrap .item-delete:after {
  content: "×";
  color: #FFF;
}
.upload-wrap .item-delete:hover {
  background: #9d1d00;
}
.upload-wrap.active .upload-group {
  background: none;
}
.upload-wrap.active .item-delete {
  display: block;
}
.upload-wrap.active .item-image {
  display: block;
  width: 100%;
  height: 100%;
}
.upload-wrap.active .item-text {
  display: none !important;
}

.upload-group {
  display: inline-block;
  width: 134px;
  height: 134px;
  border: 1px dashed rgba(120, 130, 140, 0.13);
  text-align: center;
  line-height: 0;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.upload-group input {
  opacity: 0;
  width: 0;
  height: 0;
}
.upload-group .item-image {
  display: none;
}
.upload-group .item-text {
  display: block;
  line-height: 134px;
  color: #adb5bd;
}
.upload-group .item-text small {
  display: block;
}
.upload-group.active .item-image {
  display: block;
  width: 100%;
  height: 100%;
}
.upload-group.active .item-text {
  display: none !important;
}
.upload-group.active + .item-delete {
  display: block;
}
.upload-group.small {
  width: 84px;
  height: 84px;
}
.upload-group.small .item-text {
  line-height: 84px;
}
.upload-group.bigger {
  width: 154px;
  height: 154px;
}
.upload-group.bigger .item-text {
  line-height: 154px;
}

.upload-banner-group {
  display: block;
  width: 100%;
  position: relative;
  min-height: 50px;
  border: 1px dotted rgba(120, 130, 140, 0.13);
  cursor: pointer;
  background: #F8F8F8;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.upload-banner-group img {
  width: 100%;
}
.upload-banner-group input {
  opacity: 0;
  width: 0;
  height: 0;
}
.upload-banner-group:after {
  content: "\e683";
  font-family: "iconfont" !important;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #eee;
  font-size: 24px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.upload-banner-group .item-image {
  display: none;
}
.upload-banner-group.active .item-image {
  display: block;
  width: 100%;
  height: 100%;
}
.upload-banner-group.active .item-text {
  display: none;
}
.upload-banner-group .item-delete {
  position: absolute;
}

.upload-group-delete {
  margin-left: 20px;
  cursor: pointer;
}
.upload-group-delete:hover {
  color: #b62200 !important;
}

.btn-upload {
  margin-bottom: 0;
  position: relative;
}
.btn-upload input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.btn-fixed-size {
  width: 80px;
}

.has-tips {
  position: relative;
}
.has-tips.is-link {
  padding-bottom: 6px;
}
.has-tips:hover .tips-dialog {
  display: block;
}
.has-tips .tips-dialog {
  display: none;
  height: auto;
  padding: 6px 12px;
  border-radius: 4px;
  position: absolute;
  left: -12px;
  top: 100%;
  background: #FFF;
  font-size: 12px;
}
.has-tips .tips-dialog:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 12px;
}

.input-calendar {
  position: relative;
}
.input-calendar input {
  padding-right: 30px;
}
.input-calendar.input-calendar-range, .input-calendar .input-calendar-range {
  width: 200px;
}
.input-calendar:after {
  content: "\e61a";
  display: block;
  font-family: "iconfont" !important;
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  right: 7px;
  top: 7.5px;
}

.autocomplete-suggestions {
  background: #FFF;
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.autocomplete-suggestion {
  padding: 6px 15px;
  background: #FFF;
  cursor: pointer;
}
.autocomplete-suggestion.autocomplete-selected {
  font-weight: 600;
}

.auto-complete-group .item-selector {
  display: none;
}
.auto-complete-group .item-action:after {
  content: "选择";
}
.auto-complete-group.open .item-selector {
  display: block;
}
.auto-complete-group.open .item-action:after {
  content: "关闭";
}

.line-form {
  position: relative;
}
.line-form .form-control {
  padding-right: 50px;
}
.line-form .line-form-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #60686f;
  background: #6c757d;
  color: #FFF;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "iconfont" !important;
  transition: background 0.3s ease-in-out;
}
.line-form .line-form-btn:before {
  content: "\e69e";
}
.line-form .line-form-btn:hover {
  background: #60686f;
}
.line-form .line-form-btn.editing {
  border-color: #214983;
  color: #FFF;
  background: #265497;
}
.line-form .line-form-btn.editing:before {
  content: "\e615";
}
.line-form .line-form-btn.editing:hover {
  background: #214983;
}
.line-form .line-form-btn.search:before {
  content: "\e6cc";
}
.line-form .line-form-btn:focus {
  outline: none;
}
.line-form.smaller .line-form-btn {
  height: 26px;
  bottom: 0;
  height: 100%;
  right: 0;
  border-radius: 0 0.2rem 0.2rem 0;
}

.btn input[type=file] {
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
}

.btn-round {
  border-radius: 50%;
}

.btn-checkbox, .check-box {
  position: relative;
  margin-right: 10px;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  cursor: pointer;
}
.btn-checkbox input[type=checkbox], .btn-checkbox input[type=radio], .check-box input[type=checkbox], .check-box input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.btn-checkbox input[type=checkbox]:checked ~ .checkbox-label:after, .btn-checkbox input[type=checkbox]:checked ~ span:after, .btn-checkbox input[type=radio]:checked ~ .checkbox-label:after, .btn-checkbox input[type=radio]:checked ~ span:after, .check-box input[type=checkbox]:checked ~ .checkbox-label:after, .check-box input[type=checkbox]:checked ~ span:after, .check-box input[type=radio]:checked ~ .checkbox-label:after, .check-box input[type=radio]:checked ~ span:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.btn-checkbox input[type=checkbox]:checked ~ .checkbox-label:before, .btn-checkbox input[type=checkbox]:checked ~ span:before, .btn-checkbox input[type=radio]:checked ~ .checkbox-label:before, .btn-checkbox input[type=radio]:checked ~ span:before, .check-box input[type=checkbox]:checked ~ .checkbox-label:before, .check-box input[type=checkbox]:checked ~ span:before, .check-box input[type=radio]:checked ~ .checkbox-label:before, .check-box input[type=radio]:checked ~ span:before {
  background: #265497;
}
.btn-checkbox .checkbox-label, .btn-checkbox > span, .check-box .checkbox-label, .check-box > span {
  position: relative;
  vertical-align: top;
  padding-left: 1.5em;
}
.btn-checkbox .checkbox-label:before, .btn-checkbox > span:before, .check-box .checkbox-label:before, .check-box > span:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #FFF;
  content: "";
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  transition: background ease-in-out 0.3s;
}
.btn-checkbox .checkbox-label:after, .btn-checkbox > span:after, .check-box .checkbox-label:after, .check-box > span:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.btn-checkbox + .check-box, .btn-checkbox + .btn-checkbox, .check-box + .check-box, .check-box + .btn-checkbox {
  margin-right: 15px;
}

.form-content .check-box {
  line-height: 24px;
}

.btn-audit {
  background: #ffb22b;
  border: 1px solid #ffa912;
  color: #000;
}
.btn-audit:hover {
  background: #ffa912;
}
.btn-audit:after {
  content: "审核";
}

.audited .btn-audit {
  background: #b62200;
  border-color: #9d1d00;
  color: #FFF;
}
.audited .btn-audit:hover {
  background: #9d1d00;
}
.audited .btn-audit:after {
  content: "反审";
}
.audited .btn[type=submit], .audited .list-item-add {
  display: none;
}
.audited .list-item .list-item-remove {
  display: none;
}
.audited .file-bar .item-upload, .audited .file-bar .item-delete {
  display: none !important;
}
.audited .tm-category-selector .tm-category-body .item .item-body span .uifont {
  display: none;
}

.form-group {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.form-group .form-label {
  width: 100px;
  padding: 3px 0 3px 15px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 25px;
}
.form-group > label {
  font-weight: 600;
}
.form-group .form-control {
  border-color: rgba(120, 130, 140, 0.13);
}
.form-group .form-tag,
.form-group .form-field-label {
  padding: 3px 15px;
  background: #F8F8F8;
  /*border: 1px solid $border-color;*/
  /*border-bottom: 1px solid $border-color;*/
  text-align: center;
}
.form-group .form-tag.fixed-size, .form-group .form-tag.tag-sm, .form-group .form-tag.tag-md, .form-group .form-tag.tag-lg,
.form-group .form-field-label.fixed-size,
.form-group .form-field-label.tag-sm,
.form-group .form-field-label.tag-md,
.form-group .form-field-label.tag-lg {
  padding-left: 0;
  padding-right: 0;
}
.form-group .form-tag.fixed-size, .form-group .form-tag.tag-sm,
.form-group .form-field-label.fixed-size,
.form-group .form-field-label.tag-sm {
  width: 40px;
}
.form-group .form-tag.tag-md,
.form-group .form-field-label.tag-md {
  width: 80px;
}
.form-group .form-tag.tag-lg,
.form-group .form-field-label.tag-lg {
  width: 120px;
}
.form-group .form-field-label {
  display: inline-block;
  /*border-right: 1px solid $border-color;*/
}
.form-group .form-content {
  flex: 1;
  color: #666;
  padding-right: 15px;
}
.form-group .form-content:first-child {
  padding-left: 15px;
}
.form-group .form-content.only-text {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 25px;
}
.form-group .form-content .d-flex {
  margin-bottom: 12px;
}
.form-group .form-content .d-flex:last-child {
  margin-bottom: 0;
}
.form-group .form-content .form-align-text {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 25px;
}
.form-group .form-content .margin-bottom {
  margin-bottom: 10px;
}
.form-group .form-content .margin-bottom:last-child {
  margin-bottom: 0;
}
.form-group .form-content .form-content {
  padding: 0;
}
.form-group .form-content .form-label {
  font-weight: 400;
}
.form-group .only-text {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 25px;
}
.form-group .form-tips {
  line-height: 2;
}
.form-group .custom-control.custom-control-inline {
  padding: 3.5px 0 3.5px 24px;
}
.form-group .d-flex {
  /*> :first-child {
      &.form-tag, .form-control, &.btn, .datepicker > input {
          border-bottom-left-radius: .2rem;
          border-top-left-radius: .2rem;
      }
  }

  > :last-child {
      &.form-tag, .form-control, &.btn, .datepicker > input {
          border-bottom-right-radius: .2rem;
          border-top-right-radius: .2rem;
      }
  }*/
}
.form-group .d-flex > div {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}
.form-group .d-flex > div:first-child {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.form-group .d-flex > div:last-child {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.form-group .d-flex .form-control, .form-group .d-flex .btn, .form-group .d-flex .datepicker > input {
  border-radius: 0;
  border: 0;
}
.form-group .form-file-add, .form-group .label-action {
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  font-size: 14px;
  background: #F8F8F8;
  border: 0;
  border-radius: 0.3rem;
  border: 1px dashed rgba(120, 130, 140, 0.13);
  margin-bottom: 0;
  cursor: pointer;
}
.form-group .form-file-add:before, .form-group .label-action:before {
  display: inline-block;
  vertical-align: -5%;
  font-size: 20px;
}
.form-group .form-file-add input[type=file], .form-group .label-action input[type=file] {
  width: 0;
  height: 0;
  display: none;
}

.list-item {
  border-top: 1px dashed #ddd;
  padding-top: 15px;
  position: relative;
  margin-bottom: 15px;
}
.list-item:first-child {
  border-top: 1px dashed #eee;
  margin-top: 15px;
}
.list-item .list-item-title {
  height: 28px;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: -14px;
  background: #fff;
}
.list-item.list-item-add {
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  font-size: 14px;
  background: #F8F8F8;
  border: 0;
  border-radius: 0.3rem;
  border: 1px dashed rgba(120, 130, 140, 0.13);
  margin-bottom: 0;
  line-height: 34px;
  cursor: pointer;
}
.list-item.list-item-add:before {
  display: inline-block;
  vertical-align: -5%;
  font-size: 20px;
}
.list-item .list-item-remove {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: -13px;
  right: 0;
  background: #FFF;
  color: #999;
  cursor: pointer;
}

.modal-editor .list-item.list-item-add {
  background: #FCFCFC;
}
.modal-editor .form-image-add, .modal-editor .form-file-add {
  background: #FCFCFC;
}
.modal-editor .form-control[readonly] {
  background: #FFF;
}

.only-view .form-image-add, .only-view .form-file-add, .only-view .list-item-add {
  display: none;
}
.only-view .form-images > .form-image {
  display: none;
}
.only-view .form-images .item-delete {
  display: none;
}
.only-view .list-item-remove {
  display: none;
}
.only-view .form-group .btn-action {
  display: none;
}

.custom-control-wrap .custom-control {
  min-width: 5em;
}
.custom-control-wrap .custom-control-input:checked ~ .custom-control-label {
  color: #265497;
}

.content-group {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(120, 130, 140, 0.13);
}
.content-group:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.step-bar {
  background: #F8F8F8;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.step-bar .item {
  display: inline-block;
  padding: 12px 15px;
  cursor: pointer;
}
.step-bar .item .item-badge {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #6c757d;
  color: #FFF;
  border-radius: 50%;
  margin-right: 5px;
}
.step-bar .item.active {
  color: #265497;
  font-weight: 600;
}
.step-bar .item.active .item-badge {
  background: #265497;
}

.form-auto-label .form-label {
  padding-right: 15px;
  width: auto;
  min-width: 100px;
}
.form-auto-label .form-control {
  border-width: 0 0 1px 0;
}

.form-label-lg .form-label {
  width: 140px;
}

.file-bar .item {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  align-items: center;
}
.file-bar .item:last-child {
  margin-bottom: 0;
}
.file-bar .item .item-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-bar .item .item-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-right: 10px;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  background: url(/Images/default.png) no-repeat;
  background-size: cover;
  position: relative;
}
.file-bar .item .item-icon img {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.file-bar .item .item-icon .uifont {
  display: block;
  height: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 8px;
}
.file-bar .item input[type=file] {
  width: 0;
  height: 0;
  display: none;
}
.file-bar .item .item-upload, .file-bar .item .item-delete {
  padding: 6px 12px;
  font-size: 12px;
}
.file-bar .item .item-upload {
  color: #265497;
}
.file-bar .item .item-delete {
  display: none;
  color: #b62200;
  cursor: pointer;
}
.file-bar .item.active .item-delete {
  display: inline-block;
}
.file-bar .item.active .item-icon {
  background: none;
}
.file-bar .item.active .item-icon img {
  display: block;
}

.modal-header, .modal-footer {
  background: #F8F8F8;
  border-color: #ebebeb;
}

.modal-editor {
  background: #F8F8F8;
  padding: 15px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.modal-editor:first-child {
  border-top: 0;
}
.modal-editor:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.modal-editor .modal-editor-footer {
  padding-right: 12px;
  text-align: right;
}
.modal-editor .modal-editor-footer .d-flex {
  align-items: center;
  text-align: left;
}
.modal-editor .modal-editor-footer .d-flex .d-flex-item {
  padding-left: 15px;
}
.modal-editor .modal-editor-footer .d-flex .btn {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 24px;
}
.modal-editor .modal-editor-create {
  margin: -8px;
}

.modal .dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.modal .paginate-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: top;
}
.modal .pagination {
  margin: 0;
}
.modal .model-header-search {
  padding: 10px;
}
.modal .model-header-search .d-inline-block {
  margin-right: 10px;
}

.modal-footer .d-flex {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.modal-footer .d-flex-item {
  text-align: left;
  padding-left: 15px;
}
.modal-footer .btn {
  margin-left: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.files-panel .files-sidebar {
  width: 220px;
  background: #F8F8F8;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  overflow-y: auto;
}
.files-panel .files-sidebar ul ul li .item {
  padding-left: 30px;
}
.files-panel .files-sidebar li {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.files-panel .files-sidebar li .item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.files-panel .files-sidebar li .item, .files-panel .files-sidebar li .item-create-block {
  display: block;
  width: 100%;
  padding: 8px 90px 8px 15px;
}
.files-panel .files-sidebar li .item-create-block {
  padding-right: 15px;
}
.files-panel .files-sidebar li .item-block {
  display: block;
  position: relative;
}
.files-panel .files-sidebar li .item-block:hover > .item-actions .item-action, .files-panel .files-sidebar li .item-block.open > .item-actions .item-action {
  color: #FFF;
}
.files-panel .files-sidebar li .item-block:hover > .item, .files-panel .files-sidebar li .item-block.open > .item {
  background: #265497;
  color: #FFF;
}
.files-panel .files-sidebar li .item-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.files-panel .files-sidebar li .item-action {
  float: left;
  display: block;
  padding: 8px 8px;
  cursor: pointer;
}
.files-panel .files-body {
  overflow-y: auto;
  padding: 7.5px;
}
.files-panel .files-body:after {
  content: "";
  display: block;
  clear: both;
}
.files-panel .files-body .item {
  display: inline-block;
  padding: 7.5px;
  width: 25%;
  float: left;
  position: relative;
}
.files-panel .files-body .item .item-photo {
  line-height: 0;
  padding-bottom: 100%;
  height: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  overflow: hidden;
}
.files-panel .files-body .item .item-photo img {
  width: 100%;
}
.files-panel .files-body .item .item-name {
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.files-panel .files-body .item:hover .item-remove {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #343a40;
  color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.files-panel .files-body .item:hover .item-photo:after {
  content: "选择";
}
.files-panel .files-body .item .item-remove {
  display: none;
}
.files-panel .files-body .item .item-remove:hover {
  background: #b62200;
  cursor: pointer;
}
.files-panel .files-body .item:hover .item-photo, .files-panel .files-body .item.active .item-photo {
  position: relative;
  cursor: pointer;
}
.files-panel .files-body .item:hover .item-photo:before, .files-panel .files-body .item.active .item-photo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
}
.files-panel .files-body .item:hover .item-photo:after, .files-panel .files-body .item.active .item-photo:after {
  display: block;
  width: 100%;
  line-height: 22px;
  text-align: center;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #FFF;
}
.files-panel .files-body .item.active .item-photo:after {
  content: "已选择";
}
.files-panel .files-body .item.active:hover .item-photo:after {
  content: "取消选择";
}
.files-panel .files-footer {
  padding: 15px;
  background: #F8F8F8;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  align-items: center;
}
.files-panel .files-footer:after {
  content: "";
  display: block;
  clear: both;
}
.files-panel .files-footer .d-flex-item {
  padding-left: 15px;
  padding-right: 15px;
}
.files-panel .files-actions .btn {
  padding-left: 24px;
  padding-right: 24px;
}
.files-panel .files-paginate {
  padding: 6px 15px;
  background: #F8F8F8;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.files-panel .files-paginate .item-roll {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  line-height: 31px;
  padding: 0 4px;
}
.files-panel .files-selecteds {
  min-height: 72px;
  max-height: 121px;
  padding: 12px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  overflow: auto;
}
.files-panel .files-selecteds:after {
  content: "";
  display: block;
  clear: both;
}
.files-panel .files-selecteds .item {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  overflow: hidden;
  float: left;
  margin: 4px;
  position: relative;
}
.files-panel .files-selecteds .item img {
  width: 100%;
}
.files-panel .files-selecteds .item:hover:after {
  content: "删除";
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
}

.map-pickup {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.map-pickup .map-pickup-header {
  height: 40px;
}
.map-pickup .map-pickup-header .form-control {
  border-radius: 0;
  height: 40px;
}
.map-pickup .map-pickup-header .btn {
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.map-pickup .map-pickup-body {
  flex: 1;
  overflow: hidden;
}
.map-pickup .map-pickup-footer {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #F8F8F8;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.order-form {
  width: 100%;
  min-width: 860px;
  height: 100%;
  padding: 20px;
}
.order-form .order-editor {
  overflow: hidden;
  background: #FFF;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 0.3rem;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.order-form .editor-footer {
  padding: 8px 15px;
  background: #F8F8F8;
  font-weight: 600;
}
.order-form .editor-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.order-form .editor-footer .btn {
  margin-left: 15px;
}
.order-form .order-base, .order-form .order-service {
  display: flex;
  flex-direction: column;
}
.order-form .order-base {
  width: 400px;
}
.order-form .order-base .editor-header {
  border-top-left-radius: 0.3rem;
}
.order-form .order-base .editor-body {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.order-form .order-service {
  flex: 1;
}
.order-form .order-service .editor-header {
  border-top-right-radius: 0.3rem;
}
.order-form .editor-body {
  padding: 15px;
  width: 100%;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.order-form .editor-header {
  padding: 8px 10px;
  background: #F8F8F8;
  font-weight: 600;
  position: relative;
}
.order-form .editor-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed rgba(120, 130, 140, 0.13);
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
}
.order-form .editor-header .editor-title {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  background: #F8F8F8;
  margin-left: 320px;
  cursor: pointer;
}
.order-form .editor-header .editor-title:first-child {
  margin-left: 0;
}
.order-form .editor-header .editor-title.active {
  color: #265497;
}
.order-form .editor-header .editor-title.active .editor-number {
  background: #265497;
}
.order-form .editor-header .editor-number {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  background: #343a40;
  color: #F8F8F8;
  border-radius: 50%;
  margin-right: 4px;
}

.order-detail {
  border: 1px dashed #79a2dd;
  margin-bottom: 20px;
}
.order-detail .order-detail-header {
  padding: 8px 0;
  margin: -1px -1px 20px -1px;
  position: relative;
  background: #265497;
  color: #fff;
}
.order-detail .order-detail-title {
  padding: 0 10px;
  position: relative;
}
.order-detail .order-detail-remove {
  position: relative;
  display: block;
  float: right;
  padding: 0 10px;
  cursor: pointer;
}

.order-detail-create {
  padding: 6px 15px;
  background: #F8F8F8;
  border: 1px dashed rgba(120, 130, 140, 0.13);
  border-radius: 0.3rem;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.order-detail-create:before {
  content: "+";
  display: inline-block;
  border-radius: 50%;
  background: #343a40;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  color: #FFF;
  margin-right: 4px;
}

.divider-line {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
  color: #265497;
  padding-left: 10px;
  padding-right: 10px;
}
.divider-line span {
  padding: 0 5px;
  background: #FFF;
  position: relative;
}
.divider-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #79a2dd;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
}

.list-divider {
  position: relative;
  margin-bottom: 15px;
}
.list-divider span {
  padding: 0 15px;
  background: #FFF;
  position: relative;
  color: #000;
}
.list-divider strong {
  color: #ffb22b;
}
.list-divider:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #ffeac4;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
}
.list-divider .list-divider-remove {
  position: relative;
  display: block;
  float: right;
  padding: 0 10px;
  cursor: pointer;
  background: #FFF;
}

.point-testing {
  margin-bottom: 5px;
}
.point-testing .point-testing-remove {
  position: relative;
  display: block;
  float: right;
  padding: 0 10px;
  cursor: pointer;
  background: #FFF;
}

.testing-frequency {
  max-width: 500px;
  margin-bottom: 10px;
}

.testing-frequency-sm {
  display: inline-block;
  max-width: 172px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.point-testing-item {
  margin-bottom: 15px;
}
.point-testing-item .form-field-label {
  background: #a2bee7;
  margin-bottom: 15px;
}
.point-testing-item .form-field-label.form-label-action {
  background: #306bc0;
  color: #FFF;
  cursor: pointer;
}
.point-testing-item .point-testing-number .list-divider span {
  padding-left: 0;
}
.point-testing-item .point-testing-number:not(:last-child) {
  padding-bottom: 15px;
}

.form-list-item:not(:last-child) {
  padding-bottom: 15px;
}
.form-list-item .list-divider span {
  padding-left: 0;
}

.list-text-group:not(:last-child) {
  margin-bottom: 15px;
}
.list-text-group .list-divider {
  margin-bottom: 5px;
}
.list-text-group .list-divider span {
  padding-left: 0;
}

.form-tips {
  display: block;
}
.form-tips:not(:last-child) {
  margin-bottom: 15px;
}

.field-record-details .item {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 15px;
}
.field-record-details .item-header {
  background: #F8F8F8;
  padding-left: 15px;
  line-height: 40px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.field-record-details .item-body {
  padding-top: 15px;
}
.field-record-details .item-body .form-group {
  margin-bottom: 10px;
}
.field-record-details .item-action-bar {
  float: right;
}
.field-record-details .item-action-bar .item-action {
  padding-right: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.row .row-many {
  padding-top: 10px;
  padding-bottom: 10px;
}
.row.row-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-sm > div {
  padding-left: 5px;
  padding-right: 5px;
}
.row.row-sm.row-many > div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.reset-style::-webkit-outer-spin-button, .reset-style::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.reset-style[type=number] {
  -moz-appearance: textfield;
}

.panel {
  background: #FFF;
  border-radius: 4px;
  padding: 15px;
}
.panel .panel-title, .panel .panel-action-row, .panel .panel-body {
  margin-bottom: 15px;
}
.panel .panel-title:last-child, .panel .panel-action-row:last-child, .panel .panel-body:last-child {
  margin-bottom: 0;
}
.panel.panel-fixed {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.panel.panel-fixed .panel-header, .panel.panel-fixed .panel-footer {
  padding: 15px;
}
.panel.panel-fixed .panel-header {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.panel.panel-fixed .panel-footer {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.panel.panel-fixed .panel-title, .panel.panel-fixed .panel-body {
  margin-bottom: 0;
}
.panel.panel-fixed .panel-body {
  padding: 20px;
  flex: 1;
  overflow: auto;
}
.panel .panel-title {
  font-size: 16px;
  color: #265497;
}
.panel .panel-action-row {
  margin-bottom: 7.5px;
}
.panel .panel-action-row .d-inline-block {
  margin-bottom: 7.5px;
  margin-right: 7.5px;
  vertical-align: middle;
}
.panel .panel-body {
  max-width: 100%;
  overflow-x: auto;
}
.panel .panel-body > .form-group:last-child {
  margin-bottom: 0;
}
.panel .panel-footer {
  padding-top: 15px;
  text-align: right;
}
.panel .panel-footer .btn {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 8px;
  margin-right: 8px;
}
.panel .panel-footer .btn:last-child {
  margin-right: 0;
}
.panel .panel-footer .btn:first-child {
  margin-left: 0;
}
.panel.has-sidebar .panel-footer {
  padding-left: 235px;
  text-align: center;
}
.panel .dataTables_wrapper > .row {
  margin: 0;
}
.panel .dataTables_wrapper > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.panel table {
  border-collapse: collapse;
}
.panel table thead th {
  background: #F8F8F8;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  padding: 8px 12px;
  white-space: nowrap;
}
.panel table.dataTable thead th:first-child {
  border-left: 0;
}
.panel table.dataTable thead th:last-child {
  border-right: 0;
}
.panel table.dataTable thead th:before, .panel table.dataTable thead th:after {
  bottom: 8px;
}
.panel table.dataTable tbody td.center {
  padding-right: 30px;
  white-space: nowrap;
  width: 1px;
}
.panel table tbody td {
  border-color: rgba(120, 130, 140, 0.13);
}
.panel table tbody td.auto-size {
  width: 1px;
  white-space: nowrap;
}
.panel table tbody tr:last-child td {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.page-full {
  height: 100%;
}
.page-full > .panel {
  height: 100%;
}

.panel-column {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.panel-column .panel-column-body {
  padding-left: 15px;
  height: 100%;
  overflow-y: auto;
}
.panel-column .panel-sidebar {
  width: 220px;
  height: 100%;
}
.panel-column .panel-sidebar .panel-sidebar-inner {
  height: 100%;
  overflow-y: auto;
  padding-right: 15px;
}
.panel-column .panel-sidebar .item {
  width: 100%;
  padding: 10px 30px 10px 20px;
  background: #F8F8F8;
  color: #265497;
  display: block;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.panel-column .panel-sidebar .item:after {
  content: "\e6a7";
  font-family: "iconfont";
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.panel-column .panel-sidebar .item:hover, .panel-column .panel-sidebar .item.active {
  background: #265497;
  color: #FFF;
}
.panel-column .panel-sidebar .item.item-create {
  border: 1px solid #F8F8F8;
  text-align: center;
  background: #FFF;
  padding-right: 20px;
}
.panel-column .panel-sidebar .item.item-create:after {
  display: none;
}
.panel-column .panel-sidebar .item.item-create:hover {
  background: #F8F8F8;
  color: #265497;
}
.panel-column .panel-sidebar .item.item-create.active {
  background: #265497;
  color: #FFF;
}
.panel-column .d-flex-item {
  overflow-y: auto;
}

.d-flex-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.goods-sku-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
  padding: 12px;
  background: #F8F8F8;
  border: 1px sold rgba(120, 130, 140, 0.13);
}
.goods-sku-group:last-child {
  margin-bottom: 0;
}
.goods-sku-group .goods-sku-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.goods-sku-group .goods-sku-image img {
  width: 100%;
}
.goods-sku-group .goods-sku-content {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}
.goods-sku-group .form-group {
  margin-bottom: 10px;
}
.goods-sku-group .form-group:last-child {
  margin-bottom: 0;
}
.goods-sku-group .goods-sku-action {
  padding: 12px;
}
.goods-sku-group .goods-sku-action .uifont {
  font-size: 16px;
}

.goods-group {
  width: 260px;
  align-items: center;
  position: relative;
  display: flex;
}
.goods-group:after {
  content: "";
  display: block;
  clear: both;
}
.goods-group .item-photo {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}
.goods-group .item-photo img {
  width: 100%;
}
.goods-group .item-body {
  float: left;
  width: 200px;
  padding-left: 10px;
  line-height: 20px;
}
.goods-group .item-body .badge {
  font-weight: 100;
}
.goods-group .item-title {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.data-card-list {
  margin-left: -5px;
  margin-right: -5px;
}
.data-card-list:after {
  content: "";
  display: block;
  clear: both;
}
.data-card-list .data-card {
  padding: 0 5px;
  margin-bottom: 10px;
}

.data-card {
  width: 12.5%;
  float: left;
}
.data-card .data-card-body {
  display: block;
  padding: 15px;
  width: 100%;
  background: #FFF;
  color: #FFF !important;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.data-card .data-card-body.data-card-theme {
  background: #265497;
}
.data-card .data-card-body.data-card-primary {
  background: #265497;
}
.data-card .data-card-body.data-card-danger {
  background: #b62200;
}
.data-card .data-card-body.data-card-success {
  background: #28a745;
}
.data-card .data-card-body.data-card-warning {
  background: #ffb22b;
}
.data-card .data-card-body.data-card-light {
  background: #F8F8F8;
  color: #265497 !important;
}
.data-card .data-card-body.data-card-dark {
  background: #343a40;
}
.data-card .data-card-body.data-card-info {
  background: #17a2b8;
}
.data-card .data-card-body.data-card-default {
  background: #dee2e6;
  color: #265497 !important;
}
.data-card .data-card-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.data-card .data-card-value {
  display: block;
  font-family: Impact;
  font-size: 24px;
  line-height: 1;
}
.data-card .data-card-icon {
  position: absolute;
  font-size: 48px;
  line-height: 1;
  bottom: 5px;
  right: 5px;
  opacity: 0.15;
}

@media (max-width: 1440px) {
  .data-card {
    width: 16.6666667%;
  }
}
.time-line {
  padding: 15px;
}
.time-line .item {
  padding: 12px 12px 0 24px;
  border-left: 1px solid #F8F8F8;
  position: relative;
  line-height: 22px;
  color: #6c757d;
}
.time-line .item:first-child {
  padding-top: 0;
  color: #265497;
}
.time-line .item:first-child:after {
  width: 12px;
  height: 12px;
  left: -6px;
  top: 3px;
  background: #265497;
}
.time-line .item:first-child::before {
  content: "";
  display: block;
  background: #265497;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 0;
  left: -9px;
  opacity: 0.4;
}
.time-line .item:last-child {
  padding-bottom: 0;
}
.time-line .item .item-desc {
  padding-bottom: 6px;
  color: #adb5bd;
}
.time-line .item .item-date {
  color: #ced4da;
  padding-bottom: 12px;
  border-bottom: 1px dotted rgba(120, 130, 140, 0.13);
}
.time-line .item:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #dee2e6;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 15px;
}
.time-line .item .item-delete {
  display: none;
}
.time-line .item .item-title:hover .item-delete {
  display: inline-block;
  color: #b62200;
  padding: 0 3px;
  cursor: pointer;
}
.time-line .item .item-annex {
  display: flex;
  flex-direction: row;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dashed rgba(120, 130, 140, 0.13);
  margin-bottom: 3px;
  color: #6c757d;
}
.time-line .item .item-annex span {
  flex: 1;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time-line .item .item-annex span i {
  margin-right: 3px;
}
.time-line .item .item-annex a {
  padding: 0 5px;
  cursor: pointer;
}

.jarea-select-box {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-top: 5px;
  padding: 15px;
  position: absolute;
  background: #FFFFFF;
  z-index: 2;
}
.jarea-select-box a {
  display: inline-block;
}
.jarea-select-box .tab-ul {
  padding: 0;
  margin: 0;
  clear: both;
  word-spacing: 0px;
  font-size: 0;
}
.jarea-select-box .tab-ul .tab-item {
  list-style: none;
  display: inline-block;
  padding: 4px 12px;
  margin: 0px 2px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: none;
}
.jarea-select-box .tab-ul .tab-item a {
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}
.jarea-select-box .tab-ul .tab-item.active {
  border: 1px solid #265497;
  border-bottom: none;
  position: relative;
  top: 1px;
  background-color: #ffffff;
  z-index: 10;
}
.jarea-select-box .tab-ul .tab-item.active a {
  color: #265497;
}
.jarea-select-box .tab-content {
  border-top: 1px solid #265497;
  width: 400px;
}
.jarea-select-box .tab-content .tab-panel ul {
  margin: 0;
  padding: 5px 0px;
  overflow: hidden;
  clear: both;
}
.jarea-select-box .tab-content .tab-panel ul li {
  list-style: none;
  float: left;
  padding: 1px 5px;
}
.jarea-select-box .tab-content .tab-panel ul li a {
  font-size: 14px;
  line-height: 22px;
  padding: 6px 12px;
  text-decoration: none;
  display: inline-block;
}
.jarea-select-box .tab-content .tab-panel ul li a:hover {
  background-color: #455a64;
  color: #ffffff;
}
.jarea-select-box .tab-content .active {
  display: block;
}
.jarea-select-box .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  text-align: center;
  background-color: #F1F1F1;
  height: 25px;
  line-height: 22px;
  border-radius: 25px;
  font-size: 16px;
  color: #333333;
}
.jarea-select-box .close-btn:hover {
  text-decoration: none;
  background-color: #e1e1e1;
}

.mobile-editor {
  display: flex;
  flex-direction: column;
  width: 375px;
  height: 100%;
  border-radius: 4px;
  position: relative;
  max-width: 100%;
}
.mobile-editor .mobile-editor-toolsbar {
  background: #F8F8F8;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.mobile-editor .mobile-editor-toolsbar .item {
  display: inline-block;
  padding: 6px 12px;
  position: relative;
  cursor: pointer;
}
.mobile-editor .mobile-editor-toolsbar .item input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.mobile-editor.editing .mobile-body .item {
  border: 1px solid #265497;
}
.mobile-editor.editing .mobile-body .item:not(:first-child) {
  margin-top: -1px;
}
.mobile-editor .mobile-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
}
.mobile-editor .mobile-body img {
  width: 100%;
}
.mobile-editor .mobile-body .item {
  position: relative;
}
.mobile-editor .mobile-body .item .item-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-editor .mobile-body .item .item-actions .item-action {
  padding: 3px 6px;
  background: rgba(38, 84, 151, 0.8);
  color: #FFF;
  float: left;
  border-left: 1px solid #265497;
  border-bottom: 1px solid #265497;
  cursor: pointer;
}
.mobile-editor .mobile-body .item .item-actions .item-action:hover {
  background: #265497;
}
.mobile-editor .mobile-body .item .item-content {
  font-size: 13px;
}
.mobile-editor .mobile-body .item.item-0, .mobile-editor .mobile-body .item.item-1 {
  padding: 6px 12px;
}
.mobile-editor .mobile-body .item.item-1 {
  font-size: 14px;
}
.mobile-editor .mobile-body .item.item-1 .item-content {
  font-weight: 600;
}

.gallery {
  padding: 5px;
  max-height: 140px;
  overflow-x: hidden;
  overflow-y: auto;
}
.gallery:after {
  content: "";
  clear: both;
  display: block;
}
.gallery .item {
  width: 70px;
  height: 70px;
  float: left;
  padding: 5px;
}
.gallery .item img {
  width: 100%;
}
.gallery .item-block {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.gallery .item-block .uifont {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  background: #F8F8F8;
}
.gallery .item-block .item-delete {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 100;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  border-bottom-left-radius: 8px;
}
.gallery .item-block .item-delete:after {
  content: "×";
}
.gallery .item-block input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.tm-category-selector {
  display: flex;
  flex-direction: row;
  height: 480px;
  overflow: hidden;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.tm-category-selector .tm-category-sidebar, .tm-category-selector .tm-category-body {
  width: 180px;
  height: 100%;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  overflow-y: auto;
}
.tm-category-selector .tm-category-sidebar .item, .tm-category-selector .tm-category-body .item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.tm-category-selector .tm-category-sidebar .item.item-title, .tm-category-selector .tm-category-sidebar .item.active, .tm-category-selector .tm-category-body .item.item-title, .tm-category-selector .tm-category-body .item.active {
  background: #f8f9fa;
}
.tm-category-selector .tm-category-sidebar .item .item-label, .tm-category-selector .tm-category-body .item .item-label {
  display: block;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 500;
}
.tm-category-selector .tm-category-sidebar .item .item-body, .tm-category-selector .tm-category-body .item .item-body {
  padding: 6px 12px;
  display: none;
}
.tm-category-selector .tm-category-sidebar .item .item-body.open, .tm-category-selector .tm-category-body .item .item-body.open {
  display: block;
}
.tm-category-selector .tm-category-sidebar .item .item-body span, .tm-category-selector .tm-category-body .item .item-body span {
  display: inline-block;
  padding: 3px 6px;
  background: #e9ecef;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.tm-category-selector .tm-category-sidebar .item .item-body span .uifont:hover, .tm-category-selector .tm-category-body .item .item-body span .uifont:hover {
  color: #b62200;
}
.tm-category-selector .tm-category-sidebar .item:last-child, .tm-category-selector .tm-category-body .item:last-child {
  border-bottom: 0;
}
.tm-category-selector .tm-category-sidebar .item.active, .tm-category-selector .tm-category-body .item.active {
  color: #265497;
}
.tm-category-selector .tm-category-body {
  flex: 1;
  width: auto;
  border-right: 0;
}

.joint-item {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 20px;
}

/*类别组*/
.category-group {
  width: 286px;
  background: #570002;
  color: #FFF;
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  font-family: Arial;
  border-left: 1px solid #7b3638;
  border-right: 1px solid #7b3638;
  border-bottom: 1px solid #7b3638;
}
.category-group .item {
  width: 100%;
  height: 50px;
  border-top: 1px solid #7b3638;
}
.category-group .item:hover .item-brand, .category-group .item.active .item-brand {
  background: #f3d9d9;
  color: #265497;
}
.category-group .item:hover .item-brand a, .category-group .item.active .item-brand a {
  border-color: #265497;
}
.category-group .item-brand {
  display: block;
  width: 100%;
  padding: 17px 15px;
  line-height: 16px;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category-group .item-brand:after {
  content: "";
  display: block;
  clear: both;
}
.category-group .item-brand a {
  padding: 0 15px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  border-left: 1px solid #fff;
}
.category-group .item-brand a:first-child {
  border-left: 0;
}
.category-group .item-childs {
  display: none;
}

.language-bar {
  display: inline-block;
  font-size: 12px;
  margin: 0 12px;
}
.language-bar a {
  display: inline-block;
  color: #ced4da;
  cursor: pointer;
  padding: 3px 12px;
  position: relative;
}
.language-bar a:before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: rgba(120, 130, 140, 0.13);
  position: absolute;
  right: -0.5px;
  top: 50%;
  margin-top: -4px;
}
.language-bar a:last-child:before {
  display: none;
}
.language-bar a.active {
  color: #265497;
}

.ui-menu {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

/*固定模态框*/
.modal-fixed {
  height: calc(100% - 56px);
}
.modal-fixed .modal-content, .modal-fixed form {
  height: 100%;
}
.modal-fixed .modal-body {
  overflow-y: auto;
}

.modal .modal-body.no-padding, .modal .modal-footer.no-padding {
  padding: 0;
}
.modal .table-wrap {
  padding: 0 10px;
}
.modal .table-wrap:last-child {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.modal .table-wrap:last-child .row:last-child {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.table-image {
  width: 80px;
  height: 60px;
  border-radius: 10px;
}

.edui-container {
  width: 100% !important;
  box-shadow: none;
}
.edui-container .edui-toolbar, .edui-container .edui-editor-body {
  box-shadow: none;
}
.edui-container .edui-editor-body img {
  max-width: 100%;
}

.btn.btn-padding-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.action {
  padding: 6px 12px;
  text-decoration: none;
  cursor: pointer;
}

.no-padding {
  padding: 0 !important;
}

.d-flex {
  display: flex;
  flex-direction: row;
}

.v-center {
  align-items: center;
}

label {
  margin-bottom: 0;
}

.d-flex-item {
  flex: 1;
  position: relative;
}

.d-flex-2 {
  flex: 2;
}

.d-flex-3 {
  flex: 3;
}

.d-flex-4 {
  flex: 4;
}

.d-flex-5 {
  flex: 5;
}

.d-flex-6 {
  flex: 6;
}

.d-flex-7 {
  flex: 7;
}

.d-flex-8 {
  flex: 8;
}

.d-flex-9 {
  flex: 9;
}

.d-flex-10 {
  flex: 10;
}

.d-row {
  flex-direction: row;
  width: 100%;
}

.d-column {
  flex-direction: column;
  height: 100%;
}

.text-grey {
  color: #6c757d;
}

small.text-grey {
  padding-left: 4px;
  padding-right: 4px;
}

.pull-right {
  float: right;
}

.break-all {
  word-break: break-all;
}

.hidden {
  display: none;
}

.guise {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}

.option-title {
  font-weight: 600;
}

.pointer {
  cursor: pointer;
}

.form-search {
  min-width: 200px;
}

.justify {
  text-align: justify;
}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.form-area {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.form-area.roll {
  max-height: 240px;
  overflow-y: auto;
}
.form-area .table {
  margin-bottom: 0;
}
.form-area tr.parent td {
  background: #f8f8f8;
}
.form-area tr:first-child td {
  border-top: none;
}
.form-area td.check-td {
  width: 50px;
  text-align: center;
  line-height: 1;
}
.form-area td.check-td .custom-control.custom-control-inline {
  margin-right: 0;
  vertical-align: middle;
}

.dataTable .custom-control.custom-control-inline {
  margin-right: 0;
  vertical-align: middle;
}

.password-layout {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
.password-layout .btn {
  padding-left: 24px;
  padding-right: 24px;
}

.section-title {
  margin-bottom: 20px;
}
.section-title:after {
  content: "";
  display: block;
  clear: both;
}
.section-title span, .section-title a {
  display: inline-block;
  padding: 6px 15px;
  background: #265497;
  color: #FFF !important;
  float: left;
  margin-right: 5px;
}
.section-title a {
  cursor: pointer;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 880px;
  }
}
@media (min-width: 720px) {
  .modal-md {
    max-width: 680px;
  }
}
.locking {
  overflow: hidden !important;
}
.locking:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
}
.locking:after {
  content: "\e84e";
  display: block;
  font-family: "iconfont" !important;
  font-size: 48px;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 102;
  opacity: 0.5;
}

.modal-loading .modal-dialog {
  overflow: hidden !important;
  position: relative;
}
.modal-loading .modal-dialog:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
}
.modal-loading .modal-dialog:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  font-size: 40px;
  text-indent: -9999em;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  animation: loader 1.7s infinite ease;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  z-index: 103;
}

.loading {
  overflow: hidden !important;
  position: relative;
}
.loading:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
}
.loading:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  font-size: 40px;
  text-indent: -9999em;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  animation: loader 1.7s infinite ease;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  z-index: 103;
}

@-moz-keyframes loader {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, 0 -0.83em 0 -0.42em #265497, 0 -0.83em 0 -0.44em #265497, 0 -0.83em 0 -0.46em #265497, 0 -0.83em 0 -0.477em #265497;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, 0 -0.83em 0 -0.42em #265497, 0 -0.83em 0 -0.44em #265497, 0 -0.83em 0 -0.46em #265497, 0 -0.83em 0 -0.477em #265497;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, -0.087em -0.825em 0 -0.42em #265497, -0.173em -0.812em 0 -0.44em #265497, -0.256em -0.789em 0 -0.46em #265497, -0.297em -0.775em 0 -0.477em #265497;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, -0.338em -0.758em 0 -0.42em #265497, -0.555em -0.617em 0 -0.44em #265497, -0.671em -0.488em 0 -0.46em #265497, -0.749em -0.34em 0 -0.477em #265497;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, -0.377em -0.74em 0 -0.42em #265497, -0.645em -0.522em 0 -0.44em #265497, -0.775em -0.297em 0 -0.46em #265497, -0.82em -0.09em 0 -0.477em #265497;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, 0 -0.83em 0 -0.42em #265497, 0 -0.83em 0 -0.44em #265497, 0 -0.83em 0 -0.46em #265497, 0 -0.83em 0 -0.477em #265497;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, 0 -0.83em 0 -0.42em #265497, 0 -0.83em 0 -0.44em #265497, 0 -0.83em 0 -0.46em #265497, 0 -0.83em 0 -0.477em #265497;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, 0 -0.83em 0 -0.42em #265497, 0 -0.83em 0 -0.44em #265497, 0 -0.83em 0 -0.46em #265497, 0 -0.83em 0 -0.477em #265497;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, -0.087em -0.825em 0 -0.42em #265497, -0.173em -0.812em 0 -0.44em #265497, -0.256em -0.789em 0 -0.46em #265497, -0.297em -0.775em 0 -0.477em #265497;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, -0.338em -0.758em 0 -0.42em #265497, -0.555em -0.617em 0 -0.44em #265497, -0.671em -0.488em 0 -0.46em #265497, -0.749em -0.34em 0 -0.477em #265497;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, -0.377em -0.74em 0 -0.42em #265497, -0.645em -0.522em 0 -0.44em #265497, -0.775em -0.297em 0 -0.46em #265497, -0.82em -0.09em 0 -0.477em #265497;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, 0 -0.83em 0 -0.42em #265497, 0 -0.83em 0 -0.44em #265497, 0 -0.83em 0 -0.46em #265497, 0 -0.83em 0 -0.477em #265497;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, 0 -0.83em 0 -0.42em #265497, 0 -0.83em 0 -0.44em #265497, 0 -0.83em 0 -0.46em #265497, 0 -0.83em 0 -0.477em #265497;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, 0 -0.83em 0 -0.42em #265497, 0 -0.83em 0 -0.44em #265497, 0 -0.83em 0 -0.46em #265497, 0 -0.83em 0 -0.477em #265497;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, -0.087em -0.825em 0 -0.42em #265497, -0.173em -0.812em 0 -0.44em #265497, -0.256em -0.789em 0 -0.46em #265497, -0.297em -0.775em 0 -0.477em #265497;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, -0.338em -0.758em 0 -0.42em #265497, -0.555em -0.617em 0 -0.44em #265497, -0.671em -0.488em 0 -0.46em #265497, -0.749em -0.34em 0 -0.477em #265497;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, -0.377em -0.74em 0 -0.42em #265497, -0.645em -0.522em 0 -0.44em #265497, -0.775em -0.297em 0 -0.46em #265497, -0.82em -0.09em 0 -0.477em #265497;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em #265497, 0 -0.83em 0 -0.42em #265497, 0 -0.83em 0 -0.44em #265497, 0 -0.83em 0 -0.46em #265497, 0 -0.83em 0 -0.477em #265497;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*前端代码*/
.home-banner {
  width: 808px;
  height: 438px;
  overflow: hidden;
  float: left;
}

.slidebox {
  overflow: hidden;
  position: relative;
}
.slidebox .hd {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.slidebox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slidebox .hd li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  float: left;
  background: #455a64;
  border-radius: 50%;
}
.slidebox .hd li.on {
  background: #265497;
}
.slidebox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slidebox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slidebox .bd img {
  width: 808px;
  height: 438px;
  display: block;
}

/*banner设置*/
.banner-image {
  width: 162px;
}

/*umeditor 兼容*/
.edui-combobox .edui-button-label {
  white-space: nowrap;
}

.login-layout {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
}
.login-layout .login-header {
  flex: 3;
}
.login-layout .login-footer {
  flex: 5;
}
.login-layout .login-brand {
  padding: 15px 80px;
}
.login-layout .login-brand img {
  width: 100%;
  border-radius: 20px;
}
.login-layout .login-body {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.page-no-found {
  width: 100%;
  height: 100%;
  background: url("/images/404.png") center center no-repeat;
}

.no-data {
  background: url("/images/no-data-icon.png") center center no-repeat;
}

.text-gray {
  color: #ced4da;
}

.min-width-80 {
  min-width: 80px;
}

.min-width-160 {
  min-width: 160px;
}

.card .card-header:last-child {
  border-bottom: 0;
}

.border {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.qrcode-bar {
  display: inline-block;
  position: relative;
}
.qrcode-bar a {
  display: inline-block;
  text-decoration: underline;
  padding-top: 5px;
  padding-bottom: 5px;
}
.qrcode-bar .qrcode-dialog {
  padding: 5px;
  background: #FFF;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  position: absolute;
  width: 160px;
  line-height: 0;
  display: none;
  z-index: 1;
}
.qrcode-bar .qrcode-dialog:before, .qrcode-bar .qrcode-dialog:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  position: absolute;
  left: 10px;
  top: -8px;
}
.qrcode-bar .qrcode-dialog:before {
  border-bottom: 8px solid rgba(120, 130, 140, 0.13);
  top: -9px;
}
.qrcode-bar .qrcode-dialog img {
  width: 100%;
}
.qrcode-bar:hover .qrcode-dialog {
  display: block;
}
