@import url("../css/bootstrap.css");
@import url("../css/fastadmin.css");
@import url("../css/skins/skin-black-green.css");
@import url("../css/iconfont.css");
@import url("../libs/font-awesome/css/font-awesome.min.css");
@import url("../libs/toastr/toastr.min.css");
@import url("../libs/fastadmin-layer/dist/theme/default/layer.css");
@import url("../libs/bootstrap-table/dist/bootstrap-table.min.css");
@import url("../libs/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css");
@import url("../libs/bootstrap-daterangepicker/daterangepicker.css");
@import url("../libs/nice-validator/dist/jquery.validator.css");
@import url("../libs/bootstrap-select/dist/css/bootstrap-select.min.css");
@import url("../libs/fastadmin-selectpage/selectpage.css");
@import url("../libs/bootstrap-slider/slider.css");
html,
body {
  height: 100%;
}
body {
  background: #F5F7FA;
  font-size: 13px;color: #333333;
}
::-webkit-scrollbar {width: 2px;height: 2px;}
    ::-webkit-scrollbar-track {box-shadow: inset 0 0 0px #fff;border-radius: 10px;background-color: rgba(0, 0, 0, 0.2);}
    ::-webkit-scrollbar-thumb {border-radius: 10px;box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);background-color: rgba(0, 0, 0, 0.2);}
    /* 定义水平滚动条样式 */

/*.table-striped > tbody > tr:nth-of-type(odd){*/
/*background:#464545;*/
/*}*/
.dropdown-menu li{color: #333;}
.btn-success{background-color: rgba(81, 123, 255, 1);}
.panel{

color: #383838;
}
.layui-layer-dialog .layui-layer-padding{color: #666}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{color: #020202}
body.is-dialog {
  /*background: #e5e8ea;*/
}
.dropdown-menu > li > a {
  font-size: 13px;
  padding: 5px 12px;
}
.selection {
  position: absolute;
  border: 1px solid #8B9;
  background-color: #BEC;
}
.main-header .navbar {
  position: relative;
}
.main-header .navbar .dropdown-menu {
  font-size: 13px;
}
.main-header .navbar .dropdown-menu > li > a {
  padding: 5px 20px;
}
.bootstrap-dialog .modal-dialog {
  /*width: 70%;*/
  max-width: 885px;
}
/*iOS兼容*/
html.ios-fix,
html.ios-fix body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
html.ios-fix .wrapper,
html.ios-fix body .wrapper,
html.ios-fix .tab-pane,
html.ios-fix body .tab-pane {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wrapper {
  height: 100%;
}
.content-wrapper {
  position: relative;
  height: 100%;
}
.control-relative {
  position: relative;
}
.tab-addtabs .tab-pane {
  height: 100%;
  width: 100%;
}
.row-between .col-xs-6 + .col-xs-6:before {
  content: "-";
  position: absolute;
  left: -2%;
  top: 6px;
}
@media only screen and (min-width: 481px) {
  .row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .row-flex.row:after,
  .row-flex.row:before {
    display: flex;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a.btn-danger {
    color: #fff;
    background-color: #e74c3c;
  }
  .main-header .navbar-custom-menu a.btn-primary {
    color: #fff;
  }
}
.common-search-table {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
}
/* 固定的底部按钮 */
.fixed-footer {
  position: fixed;
  bottom: 0;
  background-color: #ecf0f1;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
}
table.table-template {
  overflow: hidden;
}
.sp_container .msg-box {
  position: absolute;
  right: 0;
  top: 0;
}
.sp_container .sp_element_box {
  overflow: unset;
}
.sp_container .sp_element_box > li.input_box {
  position: unset;
}
.sp_container .sp_element_box .msg-box {
  right: -24px;
}
@media (max-width: 767px) {
  .sp_container .sp_element_box .msg-box {
    left: inherit;
  }
}
.toast-top-right-index {
  top: 62px;
  right: 12px;
}
.bootstrap-select .status {
  background: #f0f0f0;
  clear: both;
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -5px;
  padding: 10px 20px;
}
select.bs-select-hidden,
select.selectpicker {
  display: inherit !important;
  max-height: 31px;
  overflow: hidden;
}
select.bs-select-hidden[multiple],
select.selectpicker[multiple] {
  height: 31px;
  padding: 0;
  background: #f4f4f4;
}
select.bs-select-hidden[multiple] option,
select.selectpicker[multiple] option {
  color: #f4f4f4;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    select.bs-select-hidden[multiple],
    select.selectpicker[multiple] {
      visibility: hidden;
    }
  }
}
input.selectpage {
  color: transparent;
  pointer-events: none;
}
.sp_container input.selectpage {
  color: inherit;
  pointer-events: inherit;
  padding-left: 12px;
  padding-right: 12px;
}
.sp_container .sp_element_box input.selectpage {
  padding-left: 0;
  padding-right: 0;
}
.sp_container .sp_element_box li:first-child input.selectpage {
  padding-left: 9px;
  padding-right: 9px;
}
.img-center {
  margin: 0 auto;
  display: inline;
  float: none;
}
/*
 * RIBBON
 */
#ribbon {
  overflow: hidden;
  padding: 15px 15px 0 15px;
  position: relative;
}
#ribbon a {
  color: #777 !important;
  text-decoration: none !important;
}
#ribbon .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: top;
}
#ribbon .breadcrumb > .active,
#ribbon .breadcrumb li {
  color: #aaa;
}
#ribbon .shortcut a {
  margin-left: 10px;
}
.is-dialog #main {
  /*background: #e6e8ea;*/
}
.is-dialog .layer-footer {
  display: none;
}
form.form-horizontal .control-label {
  font-weight: normal;
}
.user-panel > .image img {
  width: 45px;
  height: 45px;
}
/*panel扩展描述样式*/
.panel-intro {
  margin-bottom: 0;
  border: none;
}
.panel-intro > .panel-heading {
  padding: 15px;
  padding-bottom: 0;
  /*background: #464545;*/
  /*border-color: #464545;*/
  position: relative;
}
.panel-intro > .panel-heading .panel-lead {
  margin-bottom: 15px;
}
.panel-intro > .panel-heading .panel-lead em {
  display: block;
  font-weight: bold;
  font-style: normal;
}
.panel-intro > .panel-heading .panel-title {
  height: 25px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-intro > .panel-heading .panel-control {
  height: 42px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.panel-intro > .panel-heading .panel-control .fa {
  font-size: 14px;
}
.panel-intro > .panel-heading .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
}
.panel-intro > .panel-heading .nav-tabs > li > a {
  margin-right: 4px;
  color: #fff;
  background-color: rgba(81, 123, 255, 1);
  border: 1px solid rgba(81, 123, 255, 1);
  border-bottom-color: transparent;
}
.panel-intro > .panel-heading .nav-tabs > li > a:hover,
.panel-intro > .panel-heading .nav-tabs > li > a:focus {
  border: 1px solid rgba(81, 123, 255, 1);
  color: #fff;
  background-color: rgba(81, 123, 255, 1);
}
.panel-intro > .panel-heading .nav-tabs > li.active > a,
.panel-intro > .panel-heading .nav-tabs > li.active > a:hover,
.panel-intro > .panel-heading .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: rgba(81, 123, 255, 1);
  border-bottom-color: transparent;
  cursor: default;
}
@media (max-width: 768px) {
  .panel-intro > .panel-heading .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: -1px;
  }
  .panel-intro > .panel-heading .nav-tabs > li {
    display: inline-block;
    float: none;
  }
}
/*单表格*/
.panel-tabs .panel-heading {
  padding: 12px 15px 12px 15px;
}
.panel-tabs .panel-heading .panel-lead {
  margin-bottom: 0px;
}
/*选项卡*/
.panel-nav .panel-heading {
  padding: 0px;
  padding-bottom: 0;
  background: #2b2b2e;
  border-color: #2b2b2e;
}
.panel-nav .nav-tabs > li > a {
  padding: 12px 15px;
  background-color: #e8edf0;
  border: 1px solid #2b2b2e;
}
.panel-nav .nav-tabs > li > a:hover,
.panel-nav .nav-tabs > li > a:focus {
  border: 1px solid #e8edf0;
  background-color: #e8edf0;
}
.panel-nav .nav-tabs > li.active > a,
.panel-nav .nav-tabs > li.active > a:hover,
.panel-nav .nav-tabs > li.active > a:focus {
  border-color: #2b2b2e;
  border-bottom-color: transparent;
}
/*顶栏addtabs*/
.nav-addtabs {
  height: 100%;
  border: none;
}
.nav-addtabs.disable-top-badge > li > a > .pull-right-container {
  display: none;
}
.nav-addtabs > li {
  margin: 0;
}
.nav-addtabs > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0;
  color: #95a5a6;
}
.nav-addtabs > li > a:hover,
.nav-addtabs > li > a:focus {
  border: none;
  color: #2c3e50;
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}
.nav-addtabs > li.active > a {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.02);
  background: #2b2b2e;
  color: #2c3e50;
  overflow: hidden;
}
.nav-addtabs > li.active > a:hover,
.nav-addtabs > li.active > a:focus {
  border: none;
  color: #2c3e50;
  background: #2b2b2e;
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}
.nav-addtabs > li .close-tab {
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  z-index: 100;
  cursor: pointer;
  color: #eee;
  display: none;
}
.nav-addtabs > li .close-tab:before {
  content: "\e626";
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
}
.nav-addtabs .open > a:hover,
.nav-addtabs .open > a:focus {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-addtabs ul li {
  position: relative;
}
.nav-addtabs li:hover > .close-tab {
  display: block;
}
#firstnav {
  height: 50px;
  border-bottom: 1px solid transparent;
  /*box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);*/
  position: relative;
}
#firstnav .sidebar-toggle {
  position: absolute;
  width: 45px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
#firstnav .nav-addtabs {
  position: absolute;
  left: 45px;
  z-index: 98;
}
#firstnav .navbar-custom-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  background: transparent;
}
/*次栏菜单栏*/
#secondnav {
  display: none;
  height: 44px;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  padding: 5px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#secondnav .nav-addtabs {
  height: 100%;
  border: none;
}
#secondnav .nav-addtabs.disable-top-badge > li > a > .pull-right-container {
  display: none;
}
#secondnav .nav-addtabs > li {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin: 2px 5px 2px 0;
  background: #fff;
}
#secondnav .nav-addtabs > li > a {
  display: block;
  color: #495060 !important;
  height: 100%;
  padding: 0;
  line-height: 28px;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
  background: none;
  border: none;
}
#secondnav .nav-addtabs > li.active {
  border-color: #bdbebd;
  background-color: #f7f7f7;
}
#secondnav .nav-addtabs > li .close-tab {
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  z-index: 100;
  cursor: pointer;
  color: #eee;
}
#secondnav .nav-addtabs > li .close-tab:before {
  content: "\e626";
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
}
#secondnav .nav-addtabs > li:hover,
#secondnav .nav-addtabs > li:focus {
  border-color: #bdbebd;
}
#secondnav .nav-addtabs ul li {
  position: relative;
}
#secondnav .nav-addtabs li:hover > .close-tab {
  display: block;
  border-color: #222e32;
  color: #222e32;
}
.multiplenav .content-wrapper,
.multiplenav .right-side,
.multiplenav .main-sidebar {
  padding-top: 50px;
}
.multiplenav #firstnav .nav-addtabs {
  padding-right: 450px;
}
@media (max-width: 767px) {
  .multipletab.multiplenav .content-wrapper,
  .multipletab.multiplenav .right-side {
    padding-top: 94px;
  }
}
.multipletab #secondnav {
  display: block;
}
.multipletab.multiplenav .content-wrapper,
.multipletab.multiplenav .right-side {
  padding-top: 94px;
}
.multipletab.multiplenav #firstnav .nav-tabs {
  overflow: hidden;
}
.main-sidebar .sidebar-form {
  overflow: visible;
}
.main-sidebar .sidebar-form .menuresult {
  z-index: 999;
  position: absolute;
  top: 34px;
  left: -1px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  margin: 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-sidebar .sidebar-form .menuresult a {
  border-top: 1px solid #eee;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
  display: block;
  padding: 10px 15px;
  color: #222d32;
}
.main-sidebar .sidebar-form .menuresult a:hover {
  background: #eee;
}
.input-group .sp_result_area {
  width: 100%;
}
.sidebar-menu.show-submenu .treeview-menu {
  display: block;
}
.sidebar-menu > li .badge {
  margin-top: 0;
}
.sidebar-menu .treeview-menu > li > a {
  font-size: inherit;
}
.sidebar-collapse .user-panel > .image img {
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 46px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    top: 7px !important;
    height: 17px;
  }
}
.fieldlist dd {
  display: block;
  margin: 5px 0;
}
.fieldlist dd input {
  display: inline-block;
  width: 300px;
}
.fieldlist dd input:first-child {
  width: 110px;
}
.fieldlist dd ins {
  width: 110px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
/* 弹窗中的表单 */
.form-layer {
  height: 100%;
  min-height: 150px;
  min-width: 300px;
}
.form-layer .form-body {
  width: 100%;
  overflow: auto;
  top: 0;
  position: absolute;
  z-index: 10;
  bottom: 50px;
  padding: 15px;
}
.form-layer .form-footer {
  height: 50px;
  line-height: 50px;
  background-color: #ecf0f1;
  width: 100%;
  position: absolute;
  z-index: 200;
  bottom: 0;
  margin: 0;
}
.form-layer .form-footer .form-group {
  margin-left: 0;
  margin-right: 0;
}
#treeview .jstree-container-ul .jstree-node {
  display: block;
  clear: both;
}
#treeview .jstree-leaf:not(:first-child) {
  float: left;
  background: none;
  margin-left: 0;
  min-width: 80px;
  clear: none;
}
#treeview .jstree-leaf {
  float: left;
  margin-left: 0;
  padding-left: 24px;
  min-width: 80px;
  clear: none;
  color: #777;
}
#treeview .jstree-leaf > .jstree-icon,
#treeview .jstree-leaf .jstree-themeicon {
  display: none;
}
#treeview .jstree-last {
  background-image: url("../img/32px.png");
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
#treeview .jstree-children:before,
#treeview .jstree-children:after {
  content: " ";
  display: table;
}
#treeview .jstree-children:after {
  clear: both;
}
#treeview .jstree-themeicon {
  display: none;
}
/*去除bootstrap-table的边框*/
.fixed-table-container {
  border: none !important;
}
.fixed-table-container tbody .selected td {
  background-color: #f9f9f9;
}
.fixed-table-container .bs-checkbox {
  min-width: 36px;
}
/*修复nice-validator新版下的一处BUG*/
.nice-validator input,
.nice-validator select,
.nice-validator textarea,
.nice-validator [contenteditable] {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*修复nice-validator和summernote的编辑框冲突*/
.nice-validator .note-editor .note-editing-area .note-editable {
  display: inherit;
}
/*预览区域*/
.plupload-preview,
.faupload-preview {
  padding: 0 10px;
  margin-bottom: 0;
}
.plupload-preview li,
.faupload-preview li {
  margin-top: 15px;
}
.plupload-preview .thumbnail,
.faupload-preview .thumbnail {
  margin-bottom: 10px;
}
.plupload-preview a,
.faupload-preview a {
  display: block;
}
.plupload-preview a:first-child,
.faupload-preview a:first-child {
  height: 90px;
}
.plupload-preview a img,
.faupload-preview a img {
  height: 80px;
  object-fit: cover;
}
.pjax-loader-bar .progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: #77b6ff;
  box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.dropdown-menu.text-left a,
.dropdown-menu.text-left li {
  text-align: left !important;
}
.bootstrap-table .fixed-table-toolbar .dropdown-menu {
  overflow: auto;
}
.bootstrap-table .fa-toggle-on.fa-2x {
  font-size: 1.86em;
}
.bootstrap-table .form-commonsearch .form-group {
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
}
.toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .columns,
.fixed-table-toolbar .search {
  line-height: inherit;
}
.fixed-table-toolbar .toolbar {
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrap-table table tbody tr:first-child td .bs-checkbox {
  vertical-align: middle;
}
.bootstrap-table td.bs-checkbox {
  vertical-align: middle;
}
table.table-nowrap tbody > tr > td,
table.table-nowrap thead > tr > th {
  white-space: nowrap;
}
.fixed-table-container thead th .sortable {
  padding-right: 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  overflow: auto;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 6px 6px 6px;
  -moz-background-clip: padding;
  border-radius: 0 6px 6px 6px;
  background-clip: padding-box;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px 0 6px 6px;
  -moz-background-clip: padding;
  border-radius: 6px 0 6px 6px;
  background-clip: padding-box;
}
/*重写toast的几个背景色*/
.toast-primary {
  background-color: #48c9b0 !important;
}
.toast-success {
  background-color: #18bc9c !important;
}
.toast-error {
  background-color: #e74c3c !important;
}
.toast-info {
  background-color: #5dade2 !important;
}
.toast-warning {
  background-color: #f1c40f !important;
}
.toast-inverse {
  background-color: #34495e !important;
}
.toast-default {
  background-color: #bdc3c7 !important;
}
#toast-container > div,
#toast-container > div:hover {
  -webkit-box-shadow: 0 0 3px #eee;
  -moz-box-shadow: 0 0 3px #eee;
  box-shadow: 0 0 3px #eee;
}
.layui-layer-fast {
  /*自定义底部灰色操作区*/
}
.layui-layer-fast .layui-layer-title {
  background: #4f7afd !important;
  color: #ffffff !important;
  border-bottom: none;
}
.layui-layer-fast .layui-layer-title ~ .layui-layer-setwin {
  top: 0px;
  height: 42px;
}
.layui-layer-fast .layui-layer-title ~ .layui-layer-setwin > a {
  height: 42px;
  line-height: 42px;
  display: inline-block;
}
.layui-layer-fast.layui-layer-border {
  border: none !important;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
}
.layui-layer-fast.layui-layer-iframe {
  overflow: visible;
}
.layui-layer-fast .layui-layer-moves {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.layui-layer-fast .layui-layer-btn {
  text-align: center !important;
  padding: 10px !important;
  background: #ecf0f1;
  overflow: hidden;
}
.layui-layer-fast .layui-layer-btn a {
  background-color: #95a5a6;
  border-color: #95a5a6;
  color: #fff !important;
  height: 31px;
  margin-top: 0;
  border: 1px solid transparent;
}
.layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
  background-color: #18bc9c;
  border-color: #18bc9c;
}
.layui-layer-fast .layui-layer-footer {
  padding: 8px 20px;
  /*background-color: #4f7afd;*/
  height: auto;
  text-align: inherit !important;
}
.layui-layer-fast .layui-layer-setwin > a {
  background: none !important;
}
.layui-layer-fast .layui-layer-setwin > a cite {
  display: none;
}
.layui-layer-fast .layui-layer-setwin > a:after {
  content: "\e625";
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 18px;
  color: #fff;
  margin: 0;
  z-index: 1;
}
.layui-layer-fast .layui-layer-setwin > a:hover {
  text-decoration: none !important;
  background: none !important;
}
.layui-layer-fast .layui-layer-setwin > a:focus {
  text-decoration: none !important;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-min {
  display: none;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-min:after {
  content: "\e625";
}
.layui-layer-fast .layui-layer-setwin .layui-layer-max {
  display: none;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-max:after {
  content: "\e623";
}
.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin {
  display: none;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin:after {
  content: "\e624";
}
.layui-layer-fast .layui-layer-setwin .layui-layer-close1:after {
  content: "\e626";
}
.layui-layer-fast .layui-layer-setwin .layui-layer-close2,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
  background: url('../libs/fastadmin-layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
  top: -30px;
  right: -30px;
}
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:after,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover:after {
  display: none;
}
.layui-layer-content {
  clear: both;
}
.layui-layer-fast-msg {
  min-width: 100px;
}
.layui-layer-fast-tab .layui-layer-title .layui-this {
  color: #333;
}
.layui-layer-fast-tab .layui-layer-content .layui-layer-tabmain {
  margin: 0;
  padding: 0;
}
.input-group > .msg-box.n-right {
  position: absolute;
}
@media (min-width: 564px) {
  body.is-dialog .daterangepicker {
    min-width: 130px;
  }
  body.is-dialog .daterangepicker .ranges ul {
    width: 130px;
  }
}
/*手机版样式*/
@media (max-width: 480px) {
  #firstnav .navbar-custom-menu ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #firstnav .navbar-nav > .user-menu .user-image {
    margin-top: -3px;
  }
  .fixed-table-toolbar > .bs-bars {
    float: none !important;
  }
  .fixed-table-toolbar .toolbar a.btn-refresh,
  .fixed-table-toolbar .toolbar a.btn-del,
  .fixed-table-toolbar .toolbar a.btn-add,
  .fixed-table-toolbar .toolbar a.btn-edit,
  .fixed-table-toolbar .toolbar a.btn-import,
  .fixed-table-toolbar .toolbar a.btn-more,
  .fixed-table-toolbar .toolbar a.btn-recyclebin,
  .fixed-table-toolbar .toolbar .btn-mini-xs {
    font-size: 0;
  }
  .fixed-table-toolbar .toolbar a.btn-refresh .fa,
  .fixed-table-toolbar .toolbar a.btn-del .fa,
  .fixed-table-toolbar .toolbar a.btn-add .fa,
  .fixed-table-toolbar .toolbar a.btn-edit .fa,
  .fixed-table-toolbar .toolbar a.btn-import .fa,
  .fixed-table-toolbar .toolbar a.btn-more .fa,
  .fixed-table-toolbar .toolbar a.btn-recyclebin .fa,
  .fixed-table-toolbar .toolbar .btn-mini-xs .fa {
    font-size: initial;
  }
  .fixed-table-toolbar .search {
    max-width: 110px;
    float: left !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 50px;
  }
  .main-sidebar,
  .left-side {
    padding-top: 144px;
  }
}
/*平板样式*/
@media (max-width: 767px) {
  .wrapper .main-header .logo {
    border-bottom: 0 solid transparent;
    position: absolute;
    top: 0;
    z-index: 1200;
    width: 130px;
    left: 50%;
    margin-left: -65px;
  }
  .sidebar .mobilenav a.btn-app {
    color: #444;
    width: 100px;
    height: 70px;
    font-size: 13px;
    border: none;
    background: #fff;
  }
  .sidebar .mobilenav a.btn-app i.fa {
    font-size: 24px;
    display: inline-block;
  }
  .sidebar .mobilenav a.btn-app span {
    margin-top: 5px;
    display: block;
  }
  .sidebar .mobilenav a.btn-app.active {
    color: #222d32;
  }
  .wrapper .main-header .navbar .dropdown-menu li > a {
    color: #333;
  }
  .wrapper .main-header .navbar .dropdown-menu li > a:hover {
    background: #eee;
  }
  .wrapper .main-header .navbar .dropdown-menu li.active > a {
    color: #fff;
  }
  .wrapper .main-header .navbar .dropdown-menu li.active > a:hover {
    background: #222d32;
  }
  .main-sidebar,
  .left-side {
    padding-top: 50px;
  }
  .multipletab.multiplenav .main-sidebar {
    padding-top: 95px;
  }
  .n-bootstrap .n-right {
    margin-top: 0;
    top: -20px;
    position: absolute;
    left: 0;
    text-align: right;
    width: 100%;
  }
  .n-bootstrap .n-right .msg-wrap {
    position: relative;
  }
  .n-bootstrap .col-xs-12 > .n-right .msg-wrap {
    margin-right: 15px;
  }
}
/*修复radio和checkbox样式对齐*/
.radio > label,
.checkbox > label {
  margin-right: 10px;
}
.radio > label > input,
.checkbox > label > input {
  margin: 2px 0 0;
}
.wipecache li a {
  color: #444444 !important;
}
/*修正开关关闭下的颜色值*/
.btn-switcher.disabled {
  opacity: .6;
  cursor: not-allowed;
}
.btn-switcher .text-gray {
  color: #d2d6de !important;
}
.jumpto input {
  height: 31px;
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.fixed-columns,
.fixed-columns-right {
  position: absolute;
  top: 0;
  height: 100%;
  min-height: 41px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 2;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
}
.fixed-columns .fixed-table-body,
.fixed-columns-right .fixed-table-body {
  min-height: 41px;
  overflow-x: hidden !important;
}
.fixed-columns {
  left: 0;
}
.fixed-columns-right {
  right: 0;
  box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
}
.fix-sticky {
  position: fixed;
  z-index: 100;
}
.fix-sticky thead {
  background: #fff;
}
.fix-sticky thead th,
.fix-sticky thead th:first-child {
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}
.sidebar-menu li.treeview-open > a > .fa-angle-left,
.sidebar-menu li.treeview-open > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/*# sourceMappingURL=backend.css.map */


/*-------------UI变更-----------------*/
body,
.panel{
  background: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-bg{
  background-color: #fff;
}
/*顶部导航*/
/*.panel-intro > .panel-heading{*/
/*  border: none;*/
/*  background: none;*/
/*}*/
.panel-intro > .panel-heading .nav-tabs{
  border-bottom: 1px solid #CDD8EF;
}
.panel-intro > .panel-heading .nav-tabs > li{
  margin: 0 !important;
}
.nav-tabs > li > a{
  margin: 0 !important;
  padding: 0 25px !important;
  background: #FBFBFC !important;
  border: 1px solid #ECECEC !important;
  border-radius: 0!important;

  height: 31px;
  line-height: 31px;

  text-align: center;
  border-right: none;
  font-weight: 400;
  font-size: 14px;
  color: #CECFCF !important;
}
.nav-tabs > li:nth-of-type(1) > a{
  border-radius: 6px 0px 0px 0px !important;
}
.nav-tabs > li:nth-last-of-type(1) > a{
  border-right: 1px solid #ECECEC !important;
  border-radius: 0px 6px 0px 0px !important;
}
.nav-tabs > li.active > a{
  background: linear-gradient( 180deg, #517BFF 0%, #87A1F2 100%) !important;
  border: 1px solid #ECECEC !important;
  color: #ffffff !important;
}

/*通用搜索*/
.commonsearch-table{
  background: #FFFFFF;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 26px 24px;
}
.commonsearch-table .control-label{
  font-weight: 400;
  font-size: 14px;
  color: #718096;
}
.commonsearch-table .form-control{
  background: #FBFBFC;
  border-radius: 16px;
  border: 1px solid #ECECEC;
}
.commonsearch-table .btn[type='submit']{
  background: linear-gradient( 84deg, #517BFF 0%, #87A1F2 100%);
  box-shadow: 0px 3px 6px 1px rgba(99,136,251,0.44);
  border-radius: 16px;
  padding: 5px 25px;
}
.btn[type='submit']:hover, .btn[type='submit']:active, .btn[type='submit'].hover{
  background: #87A1F2;
  border-color: #87A1F2;
  color: #fff;
}
.commonsearch-table .btn[type='reset'] {
  border-radius: 16px;
  padding: 5px 25px;
  border: 1px solid #C3C5C6;
  background: none;
  margin-left: 11px;
  color: #C3C5C6;
}
.btn[type='reset']:hover, .btn[type='reset']:active, .btn[type='reset'].hover{
  background: #C3C5C6;
  border-color: #C3C5C6;
  color: #fff;
}

/*功能按钮区域： 刷新、删除等按钮*/
.toolbar{
}
#add-form .input-group-addon  .btn,
.toolbar .btn,
.fixed-table-toolbar .btn {
  /*background: #0FC090;*/
  border-radius: 16px;
  padding: 0 19px;
  height: 31px;
  line-height: 31px;
}
.toolbar .btn-refresh,
.fixed-table-toolbar .btn-refresh{
  background: #42bd41;
}
.toolbar .btn:not(:nth-of-type(1)){
  margin-left: 10px;
}
.toolbar .mbtn-all span{
  line-height: 1;
}
.toolbar .mbtn-all input[type=checkbox]{
  margin: 0 !important;
  margin-right: 5px !important;
  vertical-align: middle;
  pointer-events: none;
}
/*.toolbar .btn-warning{*/
/*  background: #F6DC92;*/
/*}*/
/*.toolbar .btn-danger{*/
/*  background: #EB9783;*/
/*}*/

/*表格样式*/
.table{
  border: none !important;
}
.table thead .bs-checkbox{
  width: auto !important;
}
.table td, .table th{
  text-align: center !important;
  vertical-align: middle !important;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr,
.table > tbody > tr > td
{
  border: none !important;
  padding: 0 !important;
}
.table thead tr,
.table tbody tr {
  display:table;
  width:100%;
  table-layout:fixed;
  border: none;
  padding: 0;
}
.table thead tr td,
.table tbody tr td{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.table thead tr{
  height: 60px;
  background: #fff;
  border-radius: 14px;
  margin-bottom: 20px;
}
.table > tbody > tr{
  height: 60px;
  background: #fff;
  border: none;
  padding: 0;
  /*background: #fff;*/
  /*border-radius: 14px;*/
  /*height: 300px;*/
}
.table > tbody{
  /*background: #fff;*/
}
.table > tbody > tr:nth-of-type(1):nth-last-of-type(1){
  border-radius: 14px;
}
.table > tbody > tr:nth-last-of-type(1) {
  border-radius: 0 0 14px 14px ;
}
.table > tbody > tr:nth-of-type(1){
  border-radius: 14px 14px 0 0;
}
.table > tbody > tr:nth-of-type(odd) {
  /*background: #ffffff;*/
}
.table > tbody > tr:nth-of-type(even) {
  background: #FBFBFC;
}
.table > tbody > tr:hover {
  background: #ECF2FE;
}
.table tbody td[data-field='operate'] .btn-danger{
  /*color: #fff;*/
  /*background-color: #e74c3c;*/
  /*border-color: #e74c3c;*/

  /*width: 32px;*/
  /*height: 16px;*/
  /*font-size: 16px;*/
  /*color: #EB9783;*/
}
.table tbody td .btn:active,
.table tbody td .btn:hover,
.table tbody td .btn:focus,
.table tbody td .btn:focus-visible,
.table tbody td .btn
{
  background: none;
  border: none;
  color: #0a0a0a;
  box-shadow: 0 0 0 0;
}
.table tbody td .btn{
  display: inline-block;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
}
.table tbody td .btn.btn-danger,
.table tbody td .btn.btn-delone {
  color: #EB9783;
}
.table tbody td .btn.btn-primary{
  color: #42bd41;
}
.table tbody td .btn.btn-success{
  color: rgba(81, 123, 255, 1);
}
.table tbody td .btn.btn-info{
  color: #5bc0de;
}
.table tbody td .btn.btn-warning{
  color: #f39c12;
}
.table tbody td .btn.btn-editone {
  color: #4490FE;
}

/*表单*/
.layui-layer,
.layui-layer-fast{
  border-radius: 14px !important;
  background-color: #fff !important;
}
.layui-layer-fast.layui-layer-border{
  /*box-shadow: 0 0 0 0 !important;*/
}
.layui-layer-fast .layui-layer-setwin > a:after,
.layui-layer-fast .layui-layer-setwin > a,
.layui-layer .layui-layer-ico{
  color: #636363 !important;
}
.layui-layer .layui-layer-title,
.layui-layer-fast .layui-layer-title {
  height: 47px !important;
  background: #F4F5F9 !important;
  border-radius: 14px 14px 0px 0px!important;
  text-align: center !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #636363 !important;
}

#add-form .layer-footer,
.layui-layer-fast .layui-layer-footer{
  /*background: red;*/
  background: #FFFFFF; !important;
  text-align: right !important;
  border-top: 1px solid #CDD8EF;
  border-radius: 0 0 14px 14px!important;
}
.layui-layer-fast .layui-layer-footer .row{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 45px;
  box-sizing: border-box;
}

#add-form .layer-footer .btn[type='submit'],
.layui-layer-fast .layui-layer-footer .btn[type='submit']{
  border: none !important;
  outline: none !important;
  background: linear-gradient( 84deg, #517BFF 0%, #87A1F2 100%) !important;
  box-shadow: 0px 3px 6px 1px rgba(99,136,251,0.44) !important;
  border-radius: 16px !important;
  padding: 5px 25px !important;
}
.layui-layer-fast  .layui-layer-footer .btn[type='submit']:hover:active:focus{
  box-shadow: 0px 3px 6px 1px rgba(99,136,251,0.44) !important;
  background: #87A1F2 !important;
  /*border-color: #87A1F2 !important;*/
  color: #fff !important;
}
form .form-row{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
form .form-col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
form .mtips{
  margin-left: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #718096;
}

form#add-form:not(.exclude) .form-group:not(.exclude) [class^="col-"],
form#add-form:not(.exclude) .form-group:not(.exclude) [class*="col-"],
form#edit-form:not(.exclude) .form-group:not(.exclude) [class*="col-"],
form#edit-form:not(.exclude) .form-group:not(.exclude) [class*="col-"]
{
  width: 100%;
  float: none;
}
#add-form:not(.exclude) .btn,
#edit-form:not(.exclude) .btn{
  margin-left: 5px;
}
#add-form:not(.exclude) .form-group .input-group-addon,
#edit-form:not(.exclude) .form-group .input-group-addon{
  background: none;
}
#add-form:not(.exclude) .form-group:not(.exclude),
#edit-form:not(.exclude) .form-group:not(.exclude){
  margin-bottom: 40px;
}
#add-form:not(.exclude) .form-group .control-label,
#edit-form:not(.exclude) .form-group .control-label{
  /*display: block;*/
  width: auto;
  font-weight: 400;
  font-size: 14px;
  color: #718096;
  text-align: left;
  margin-bottom: 10px;
}
#add-form:not(.exclude) .form-group .form-control,
#edit-form:not(.exclude) .form-group .form-control{
  width: 100%;
  height: 31px;
  background: #FBFBFC;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ECECEC;
  color: #6D6D6D;
}
#add-form:not(.exclude) .form-group textarea.form-control,
#edit-form:not(.exclude) .form-group textarea.form-control{
  height: auto;
}
/*#add-form .form-group.form-row{*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*  justify-content: flex-start;*/
/*}*/
/*#add-form .form-group.form-row .form-control{*/
/*  flex-grow: 0;*/
/*}*/

#add-form:not(.exclude) .form-group .form-control .dropdown-toggle,
#add-form:not(.exclude) .form-group .form-control .dropdown-toggle:hover:active:focus:focus-visible,
#edit-form:not(.exclude) .form-group .form-control .dropdown-toggle,
#edit-form:not(.exclude) .form-group .form-control .dropdown-toggle:hover:active:focus:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 0;
  background-color: transparent;
  border: none;
  color: #6D6D6D;
}
#add-form:not(.exclude) .form-group .form-control:hover,
#add-form:not(.exclude) .form-group .form-control:focus,
#edit-form:not(.exclude) .form-group .form-control:hover,
#edit-form:not(.exclude) .form-group .form-control:focus{
  background: #ffffff;
}
.nr-menu-item-group-title{
  background-color: #CDD8EF !important;
}

/*::-webkit-scrollbar*/
/*{*/
/*  width:1px !important;*/
/*  background: none !important;*/
/*}*/
/*!*定义滚动条轨道*/
/* 内阴影+圆角*!*/
/*::-webkit-scrollbar-track*/
/*{*/
/*  width:1px !important;*/
/*  background: none !important;*/
/*}*/
/*!*定义滑块*/
/* 内阴影+圆角*!*/
/*::-webkit-scrollbar-thumb*/
/*{*/
/*}*/
