@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: #f1f4f6;
  font-size: 13px;
}
body.is-dialog {
  background: #fff;
}
.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;
    background-color: #2c3e50;
  }
}
.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: #fff;
}
.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: #e8edf0;
  border-color: #e8edf0;
  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: #95a5a6;
  background-color: #d8e0e6;
  border: 1px solid #e8edf0;
  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 #e8edf0;
  color: #7b8a8b;
  background-color: #c9d4dc;
}
.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: #7b8a8b;
  background-color: #ffffff;
  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: #f1f4f6;
  border-color: #f1f4f6;
}
.panel-nav .nav-tabs > li > a {
  padding: 12px 15px;
  background-color: #e8edf0;
  border: 1px solid #f1f4f6;
}
.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: #f1f4f6;
  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: #f1f4f6;
  color: #2c3e50;
  overflow: hidden;
}
.nav-addtabs > li.active > a:hover,
.nav-addtabs > li.active > a:focus {
  border: none;
  color: #2c3e50;
  background: #f1f4f6;
  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: 42px;
  }
  .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: rgba(216, 224, 230, 0.5);
}
.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: #2c3e50 !important;
  color: #fff !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: #ecf0f1;
  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 */


/* 评价管理 */
.evaluate_box{width: 100%;padding: 20px;box-sizing: border-box;}
.evaluate_box .top{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  display: flex;
  margin-bottom: 40px;
}
.evaluate_box .top .left{
  width: 60%;
}
.evaluate_box .top .left .one{
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
}
.evaluate_box .top .left .one span{
  font-size: 16px;
  color: #999;
  font-weight: normal;
}
.evaluate_box .top .left .two{
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.evaluate_box .top .right{
  width: 40%;
  text-align: right;
  font-size: 16px;
  line-height: 46px;
  color: #333;
}


.evaluate_box .con{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.evaluate_box .con .con_title_show{
  width: 160px;
  font-size: 16px;
  line-height: 30px;
  color: #18bc9c;
  font-weight: bold;
}
.evaluate_box .con .con_title{
  width: 100px;
  margin-right: 20px;
}
.evaluate_box .con .con_title .title_x{
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.evaluate_box .con .con_title .title_x span{
  color: red;
}
.evaluate_box .con .con_right_show{
  width: calc(100% - 160px);
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.evaluate_box .con .con_right{
  width: calc(100% - 120px);
}
.evaluate_box .con .con_right .one{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.evaluate_box .con .con_right .one .one_x{
  width: 190px;
  font-size: 28px;
  line-height: 30px;
  color: #999;
  cursor:pointer;
}
.evaluate_box .con .con_right .one .one_x .cur{
  color: red;
}
.evaluate_box .con .con_right .one .one_t{
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.evaluate_box .con .con_right .two_show{
  width: 400px;
  height: 80px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.evaluate_box .con .con_right .two{
  width: 400px;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}
.evaluate_box .con .con_right .two textarea{
  width: 100%;
  height: 80px;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: none;
}
.evaluate_box .con .con_right .two ul{
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}
.evaluate_box .con .con_right .two ul li{
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  list-style: none;
  margin-right: 10px;
  cursor:pointer;
}

.evaluate_box .con .con_right .three{
  width: 420px;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
}
.evaluate_box .con .con_right .three .three_c{
  width: 150px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.evaluate_box .con .con_right .three .three_x{
  width: 190px;
  font-size: 28px;
  line-height: 30px;
  color: #999;
  cursor:pointer;
}
.evaluate_box .con .con_right .three .three_x .cur{
  color: red;
}
.evaluate_box .con .con_right .three .three_t{
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.evaluate_box .con .con_right .submit{
  width: 180px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #18bc9c;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}


/* 充值成功页面 */
.new_pay_success{width: 100%;}
.new_pay_success .success_top{width: 800px;margin: 100px calc(50% - 400px) 40px;}
.new_pay_success .success_top img{width: 70px;margin: 15px calc(50% - 35px);}
.new_pay_success .success_top h1{width: 100%;font-size: 24px;color: #333;line-height: 26px;text-align: center;font-weight: bold;}

.new_pay_success .success_con{width: 600px;margin: 0 calc(50% - 300px);background-color: #f9f9f9;padding: 15px 185px;box-sizing: border-box;}
.new_pay_success .success_con .con_one{width: 100%;display: flex;}
.new_pay_success .success_con .con_one p{width: 70px;font-size: 14px;color: #333;line-height: 50px;}
.new_pay_success .success_con .con_one h1{width: 160px;font-size: 14px;color: #333;line-height: 50px;font-weight: normal;letter-spacing: 0;}
.new_pay_success .success_con .con_one h2{width: 160px;font-size: 20px;color: #333;line-height: 50px;font-weight: normal;letter-spacing: 0;}

.new_pay_success .success_btn{width: 140px;line-height: 36px;background-color: #18bc9c;text-align: center;font-size: 14px;color: #fff;border-radius: 4px;margin: 40px calc(50% - 70px);}

.new_pay_success .success_form{
    width: 900px;
    border: 1px solid #ebebeb;
    margin: 20px calc(50% - 450px);
    box-sizing: border-box;
}
.new_pay_success .success_form .title0{
    width: 100%;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    font-size: 18px;
    color: #000;
    line-height: 50px;
    font-weight: bold;
    box-sizing: border-box;
}
.new_pay_success .success_form .title1{
    width: 160px;
    text-align: center;
}
.new_pay_success .success_form .title2{
    width: 80px;
    text-align: center;
}

.new_pay_success .success_form .con1{
    width: 290px;
}
.new_pay_success .success_form .con2{
    width: 740px;
}

.new_pay_success .success_form .one{
    width: 100%;
}
.new_pay_success .success_form .two{
    width: 100%;
    display: flex;
}

.new_pay_success .success_form .text_h30{
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    box-sizing: border-box;
}
.new_pay_success .success_form .text_h60{
    font-size: 14px;
    line-height: 80px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    box-sizing: border-box;
}
.new_pay_success .success_form .text_h90{
    font-size: 14px;
    line-height: 120px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    box-sizing: border-box;
}
.new_pay_success .success_up{
  width: 900px;
  margin: 20px calc(50% - 450px);
  display: flex;
}
.new_pay_success .success_up .text{
  width: 80px;
}
.new_pay_success .success_up .image_box{
  width: 160px;
  height: 100px;
  border-radius: 8px;
  border: 1px dashed #ebebeb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_pay_success .success_up .image_box img {
  max-width: 100%;
  max-height: 100%;
}


.new_query_waybill{
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
.new_query_waybill .title01{
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #000;
}

.new_query_ul{
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.new_query_ul li{
  width: 20%;
  min-width: 160px;
  background-color: #fff;
  list-style: none;
  margin: 0 20px 20px 0;
}
.new_query_ul li:last-child{
  margin-right: 0;
}
.new_query_ul li .one{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #f5f5f5;
}
.new_query_ul li .one p{
  width: calc(100% - 30px);
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.new_query_ul li .one .aa{
  width: 30px;
  height: 20px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.new_query_ul li .two{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
.new_query_ul li .three{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
}
.new_query_ul li .three p{
  width: 50%;
  font-size: 13px;
  line-height: 20px;
  color: #999;
}


/* 运单添加页 */

.new_contract_box1{
  width: 100%;
  display: flex;
}
.new_contract_box1 .left{
  width: 120px;
  display: flex;
  margin-right: 10px;
}
.new_contract_box1 .left .one{
  width: 60px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #3c8dbc;
  text-align: center;
  box-sizing: border-box;
  cursor:pointer;
}
.new_contract_box1 .left .cur{
  color: #fff;
  background-color: #3c8dbc;
}
.new_contract_box1 .right{
  width: 100%;
  display: flex;
}
.new_contract_box1 .right .text{
  width: 60px;
  background-color: #ccc;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}


/* 企业信息展示 */

.new_enter_det{
  position: relative;
  width: 90%;
  background-color: #fff;
  margin: 50px 5%;
  padding: 20px 0 1px;
}
.new_enter_det .logo{
  position: absolute;
  top: -50px;
  left: calc(50% - 70px);
  z-index: 9;
}
.new_enter_det .logo img{
  width: 120px;
  height: 120px;
  border-radius: 100px;
  border: 10px solid #fff;
}
.new_enter_det .logo p{
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.new_enter_det .edit{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: flex;
}
.new_enter_det .edit p{
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.new_enter_det .det{
  width: 90%;
  margin: 0 5% 80px;
}
.new_enter_det .det .title{
  width: 100%;
  display: flex;
  margin: 30px 0 10px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.new_enter_det .det .title .strp{
  width: 4px;
  height: 16px;
  background-color: #18bc9c;
  margin-right: 10px;
}
.new_enter_det .det .title p{
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  font-weight: bold;
}
.new_enter_det .det .con{
  width: calc(100% - 14px);
  display: flex;
  padding: 15px 0;
  margin-left: 14px;
}
.new_enter_det .det .con .one{
  width: 100%;
  display: flex;
}
.new_enter_det .det .con .two{
  width: 50%;
  display: flex;
}
.new_enter_det .det .con .text_title{
  width: 120px;
  font-size: 14px;
  color: #333;
  line-height: 16px;
}
.new_enter_det .det .con .text_con{
  width: calc(100% - 120px);
  font-size: 14px;
  color: #333;
  line-height: 16px;
}
.new_enter_det .det .con .text_img{
  width: 50px;
  height: 50px;
}
.new_enter_det .det .con .over{
  height: 120px;
  margin-right: 40px;
  border: 1px dashed #ebebeb;
}
.new_enter_det .det .con .over p{
  font-size: 14px;
  color: #333;
  line-height: 40px;
  text-align: center;
}


/* 新-运单发布、编辑页面 */
.new_waybill_box{
  width: 100%;
  min-width: 1200px;
  padding: 30px 30px 40px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.new_waybill_box .section{
  margin: 20px 0;
}
.new_waybill_box .section1{
  margin: 30px 0;
}
.new_waybill_box .statistics{
  font-size: 13px;
  color: #999;
  margin-bottom: 4px;
}
.new_waybill_box .waybill_row{
  /* border: 1px solid #dcdfe6; */
  display: flex;
  margin-bottom: 5px;
}
.new_waybill_box .waybill_row .waybill_col{
  /* border-right: 1px solid #dcdfe6; */
  display: flex;
}
.new_waybill_box .waybill_row .waybill_col:last-child{
  border-right: none;
}
.new_waybill_box .waybill_row .waybill_col .title{
  width: 80px;
  min-width: 80px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  color: #333;
  text-align: right;
}
.new_waybill_box .waybill_row .waybill_col .title span{
  color: #e74c3c;
  margin-right: 5px;
  font-size: 16px;
}
.new_waybill_box .waybill_row .waybill_col .title1{
  width: 20px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  color: #333;
}
.new_waybill_box .waybill_row .waybill_col .title2{
  width: 100%;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  color: #e74c3c;
}
.new_waybill_box .waybill_row .waybill_col .input{
  width: calc(100% - 80px);
  height: 32px;
  font-size: 13px;
  line-height: 30px;
  color: #333;
  border: none;
  padding: 0 5px;
  margin: 0;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
}

.waybill_img_box{
  width: 72px;
  height: 112px;
  background-color: #41b3f9;
}
.waybill_img_box img{
  width: 20px;
  margin: 32px calc(50% - 10px) 10px;
}
.waybill_img_box .text{
  width: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 14px;
}

.new_waybill_box .waybill_row .waybill_add{
  width: 36px;
  height: 36px;
  font-size: 28px;
  font-weight: bold;
  color: #18bc9c;
  line-height: 35px;
  text-align: center;
  border-right: 1px solid #dcdfe6;
}

.new_waybill_box .waybill_radio{
  display: flex;
  margin-bottom: 4px;
}
.new_waybill_box .waybill_radio .radio_title{
  width: 80px;
  font-size: 13px;
  color: #333;
  line-height: 18px;
}
.new_waybill_box .waybill_radio .radio_box{
  width: 120px;
  display: flex;
}
.new_waybill_box .waybill_radio .radio_box1{
  width: 90px;
  display: flex;
}
.new_waybill_box .waybill_radio .radio_btn{
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #dcdfe6;
  border-radius: 100%;
  margin-right: 12px;
}
.new_waybill_box .waybill_radio .radio_cur{
  /* background-color: #18bc9c; */
  border: 7px solid #18bc9c;
}
.new_waybill_box .waybill_radio .radio_text{
  width: calc(100% - 30px);
  font-size: 13px;
  color: #333;
  line-height: 18px;
}

.new_waybill_box .waybill_bot{
  display: flex;
}
.new_waybill_box .waybill_bot .left{
  width: 140px;
  display: flex;
}
.new_waybill_box .waybill_bot .right{
  width: calc(100% - 140px);
  display: flex;
}
.new_waybill_box .waybill_bot input{
  width: 18px;
  height: 18px;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.new_waybill_box .waybill_bot .text{
  width: calc(100% - 30px);
  font-size: 13px;
  color: #e74c3c;
  line-height: 18px;
  margin-left: 8px;
}
.new_waybill_box .waybill_bot .text span{
  color: #1890ff;
}

.new_waybill_box .image_upload{
  display: flex;
  margin-bottom: 15px;
}
.new_waybill_box .image_upload .image_box{
  width: 182px;
  height: 114px;
  border-radius: 8px;
  border: 1px dashed #ebebeb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_waybill_box .image_upload .image_box img{
  max-width: 100%;
  max-height: 100%;
}
.new_waybill_box .image_upload .text{
  width: 182px;
  font-size: 13px;
  color: #999;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
}


/* 新-订单详情页面 */
.new_order_show{
  width: calc(100% - 15px);
  min-width: 1200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  /* margin-bottom: 15px; */
}
.new_order_show .title_box{
  display: flex;
  padding: 10px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
.new_order_show .title_box .strp{
  width: 4px;
  height: 16px;
  background-color: #18bc9c;
  margin: 10px 7px 10px 0;
}
.new_order_show .title_box .title{
  width: calc(100% - 100px);
  font-size: 16px;
  color: #000;
  line-height: 36px;
  margin-left: 8px;
  font-weight: bold;
}
.new_order_show .title_box .btnaa{
  width: 60px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #18bc9c;
  line-height: 28px;
  height: 28px;
  border-radius: 4px;
  margin-top: 4px;
}
.new_order_show .con_box{
  padding: 0 15px 1px;
  box-sizing: border-box;
}
.new_order_show .con_box .con{
  display: flex;
  margin: 30px 0;
}
.new_order_show .con_box .con .list_null{
  width: 100%;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.new_order_show .con_box .con .list{
  display: flex;
}
.new_order_show .con_box .con .left{
  width: 90px;
  font-size: 13px;
  color: #999;
  line-height: 18px;
}
.new_order_show .con_box .con .right{
  width: calc(100% - 90px);
  font-size: 13px;
  color: #333;
  line-height: 18px;
}
.new_order_show .con_box .con .right img{
  height: 50px;
}
.new_order_show .con_box .con .center1{
  width: 100%;
  font-size: 13px;
  color: #999;
  line-height: 18px;
  text-align: center;
}
.new_order_show .con_box .con .center2{
  width: 100%;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  text-align: center;
}



/* 弹窗页面 */
.new_popup_all{
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.new_popup_all .all_box{
  width: 300px;
  background-color: #fff;
  border-radius: 8px;
  position: fixed;
  top: calc(50% - 80px);
  left: calc(50% - 100px);
  padding: 20px;
  box-sizing: border-box;
}
.new_popup_all .all_box .title{
  font-size: 16px;
  color: #000;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.new_popup_all .all_box .con{
  font-size: 13px;
  color: #333;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.new_popup_all .all_box .all_btn{
  width: 80px;
  height: 32px;
  font-size: 13px;  
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #18bc9c;
  margin-left: calc(50% - 40px);
  border-radius: 4px;
}
.new_popup_all .all_box .all_btn01{
  float: left;
  width: 80px;
  height: 32px;
  font-size: 13px;  
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #18bc9c;
  margin-left: calc(50% - 85px);
  margin-right: 10px;
  border-radius: 4px;
}
.new_popup_all .all_box .all_btn02{
  float: left;
  width: 80px;
  height: 32px;
  font-size: 13px;  
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #999;
  border-radius: 4px;
}


/* 错误弹窗页面 */
.new_error_popup{
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_error_popup .error_con{
  background-color: rgb(231, 76, 60);
  padding: 8px 20px 8px 15px;
  display: flex;
  border-radius: 2px;
  margin-left: -15px;
}
.new_error_popup .error_con .image{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.new_error_popup .error_con .text{
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}



/* 新首页 */
.new_index_box{
  width: calc(100% - 50px);
  background-color: #fff;
  margin: 10px 25px;
}
.new_index_box .flex_box{
  width: 100%;
  display: flex;
}
.new_index_box .infor_box{
  padding: 15px;
  box-sizing: border-box;
  border-right: 1px solid #f5f5f5;
}
.new_index_box .infor_box .left{
  min-width: 200px;
}
.new_index_box .infor_box .img_box{
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px calc(50% - 50px);
}
.new_index_box .infor_box .img_box img{
  max-width: 100%;
  max-height: 100%;
}
.new_index_box .infor_box .name{
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: center;
}
.new_index_box .infor_box .renz_img{
  height: 20px;
}
.new_index_box .infor_box .text_box{
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin: 15px 0;
}

.new_index_box .title_box{
  width: 100%;
  padding: 15px 15px 15px 0;
  display: flex;
  border-bottom: 1px solid #ebebeb;
}
.new_index_box .title_box .title{
  width: 50%;
  padding-left: 24px;
  border-left: 4px solid #18bc9c;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.new_index_box .title_box .more{
  width: 50%;
  color: #666666;
  font-size: 12px;
  text-align: right;
}
.new_index_box .news_list{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  margin: 0;
}
.new_index_box .news_list li{
  max-width: 400px;
  line-height: 24px;
  color: #FF602E;
  font-size: 14px;
  list-style-type: none;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new_index_box .num_box{
  width: 100%;
  display: flex;
  margin: 15px 0;
}
.new_index_box .num_box .num_con{
  width: calc(100% / 4);
  border-right: 1px solid #ebebeb;
}
.new_index_box .num_box .num_con:last-child{
  border-right: none;
}
.new_index_box .num_box .num_con .one{
  font-size: 14px;
  color: #999;
  line-height: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.new_index_box .num_box .num_con .two{
  font-size: 22px;
  color: #000;
  line-height: 16px;
  text-align: center;
}
.new_index_box .data_box{
  width: 100%;
  display: flex;
  padding: 15px;
  box-sizing: border-box;
}
.new_index_box .data_box .data_con{
  width: calc(100% / 4);
  margin-right: 15px;
  position: relative;
}
.new_index_box .data_box .data_con:last-child{
  margin: 0;
}
.new_index_box .data_box .data_con .bg_img{
  width: 100%;
}
.new_index_box .data_box .data_con .con{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.new_index_box .data_box .data_con .con .one{
  margin-top: calc(23% - 24px);
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.new_index_box .data_box .data_con .con .two{
  font-size: 22px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  text-shadow: -1px -1px 4px #46766E;
}
.new_index_box .btn_box{
  width: 100%;
  display: flex;
  padding: 15px;
  box-sizing: border-box;
}
.new_index_box .btn_box .btn_con{
  width: 120px;
  margin-right: 15px;
}
.new_index_box .btn_box .btn_con .icon{
  width: 80px;
  height: 80px;
  margin: 15px calc(50% - 40px);
}
.new_index_box .btn_box .btn_con .text{
  font-size: 14px;
  color: #000;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
/* 财务数据增加内容 */
.new_index_box .new_con{
  width: 60%;
  padding: 0 40px;
  box-sizing: border-box;
}
.new_index_box .new_con p{
  width: 100%;
  font-size: 13px;
  color: #333;
  line-height: 16px;
  margin-top: 11px;
}
.new_index_box .new_con p span{
  float: right;
  color: darkblue;
  text-decoration: underline;
}



/* 投诉页面 */
.new_evaluate_box{
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.new_evaluate_box .top{
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ebebeb;
}
.new_evaluate_box .top .title{
  width: 50%;
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: bold;
}
.new_evaluate_box .con .list{
  width: 100%;
  display: flex;
  margin: 25px 0;
}
.new_evaluate_box .con .list .left{
  width: 80px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-right: 20px;
  text-align: right;
}
.new_evaluate_box .con .list .left span{
  color: red;
}
.new_evaluate_box .con .list .right{
  width: calc(100% - 100px);
  margin: 0;
  padding: 0;
}
.new_evaluate_box .con .list .right li{
  font-size: 14px;
  color: #999;
  line-height: 20px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 8px;
  box-sizing: border-box;
  float: left;
}
.new_evaluate_box .con .list .right .cur{
  color: #18bc9c;
  border: 1px solid #18bc9c;
}
.new_evaluate_box .con .list .right input{
  width: 240px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin-right: 15px;
  padding: 8px;
  box-sizing: border-box;
}
.new_evaluate_box .con .list .right textarea{
  width: 100%;
  max-width: 660px;
  height: 120px;
  background-color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
.new_evaluate_box .con .list .right .image_box{
  width: 160px;
  height: 100px;
  border-radius: 8px;
  border: 1px dashed #ebebeb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_evaluate_box .con .list .right .image_box img {
  max-width: 100%;
  max-height: 100%;
}


/* 合同签署 */

.waybill_chapter_bot{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.waybill_chapter_bot .left{
  width: calc(100% - 100px);
  padding: 9px;
  box-sizing: border-box;
  display: flex;
}
.waybill_chapter_bot .left .con{
  width: 80px;
  display: flex;
}
.waybill_chapter_bot .left .con img{
  width: 18px;
  margin-right: 6px;
}
.waybill_chapter_bot .left .con .text{
  width: calc(100% - 24px);
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.waybill_chapter_bot .right{
  width: 100px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background-color: #49c265;
  border-radius: 4px;
}


.waybill_chapter_box{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
}
.waybill_chapter_box .bg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0,0,0,0.8);
}
.waybill_chapter_box .box{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 80px;
}
.waybill_chapter_box .box .title{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  line-height: 16px;
}
.waybill_chapter_box .box .con{
  width: 100%;
  display: flex;
}
.waybill_chapter_box .box .con .btn_box{
  width: calc(50% - 30px);
  height: 100px;
  margin-left: 20px;
  background-color: #ebebeb;
}
.waybill_chapter_box .box .con .btn_box img{
  width: 30px;
  margin-bottom: 16px;
  margin-top: 20px;
  margin-left: calc(50% - 15px);
}
.waybill_chapter_box .box .con .btn_box .text{
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 16px;
  text-align: center;
}
.waybill_chapter_box .box .con .btn_box .name{
  width: 100%;
  font-size: 70rpx;
  color: red;
  line-height: 100px;
  text-align: center;
}

/* 列表 */
.order_manage_top_box{
  width: 100%;
  height: 50px;
  padding: 10px 5px;
  box-sizing: border-box;
}
.order_manage_con_box{
  width: 100%;
  line-height: 30px;
  color: #333;
  height: 44px;
  padding: 10px 5px;
  box-sizing: border-box;
}
.order_manage_con_box .left{
  float: left;
  height: 24px;
}
.order_manage_con_box .right{
  float: right;
  text-align: right;
  height: 24px;
}

.order_manage_box{
  /*overflow-x: auto;*/
  /*overflow-y: hidden;*/
  height: calc(100% - 110px);
  border: 1px solid #f0f0f0;

}
.order_manage_box .box_list{
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* height: calc(100% - 42px); */
}
.order_manage_box tr th{
  padding: 8px 4px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.order_manage_box tr td{
  border: 1px solid #f3f3f3;
  background-color: #fff;
  padding: 4px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order_manage_box tr td .describe_con{
  display: none;
  position: absolute;
  width: 300px;
  background-color: #ee6d03;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  white-space:normal;
  text-align: left;
  border-radius: 4px;
  margin-left: 40px;
  margin-top: -20px;
  z-index: 99;
}
.order_manage_box tr td:hover .describe_con{
  display: block;
}
.order_manage_box tr td .btn1{
  width: 50px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  color: #fff;
  background-color: #18bc9c;
  text-align: center;
  padding:0;
  font-size: 13px;
}