@charset "UTF-8";
.filed-set {
  width: 100%;
  color: #999;
  text-align: center;
  height: 40px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.filed-set::before {
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  height: 1px;
  background: #ccc;
  width: 50%;
  content: " ";
}
.filed-set::after {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  height: 1px;
  background: #ccc;
  width: 50%;
  content: " ";
}
.filed-set span {
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  z-index: 999;
  position: relative;
  font-size: 14px;
  color: #333;
}

.group-button {
  display: inline-block;
  position: relative;
}
.group-button.open > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  z-index: 101 !important;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu a:hover {
  color: #2740BF;
}

/*所有按钮统一定义*/
.mren-btn {
  display: inline-block;
  padding: 6px 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  min-width: 70px;
  text-decoration: none;
  color: #fff;
  height: 30px;
  line-height: 16px;
}
.mren-btn.dropdown {
  position: relative;
}
.mren-btn:hover {
  text-decoration: none;
  color: #fff;
}
.mren-btn.disabled {
  color: #dddddd;
  opacity: 0.7 !important;
  cursor: not-allowed;
}
.mren-btn.disabled:hover {
  color: #dddddd;
  opacity: 0.7 !important;
}
.mren-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.mren-btn.search {
  background: #25399a;
}
.mren-btn.search:hover {
  background-color: rgba(37, 57, 154, 0.8);
}
.mren-btn.search::before {
  display: inline-block;
  content: "";
  margin-right: 2px;
  font-family: "iconfont" !important;
  font-size: 12px;
}
.mren-btn.new {
  background: #83ab03;
}
.mren-btn.new:hover {
  background-color: rgba(131, 171, 3, 0.8);
}
.mren-btn.new::before {
  display: inline-block;
  content: "";
  margin-right: 2px;
  font-family: "iconfont" !important;
  font-size: 12px;
}
.mren-btn.export {
  background: #2740BF;
}
.mren-btn.export:hover {
  background-color: #4258C7;
}
.mren-btn.export::before {
  display: inline-block;
  content: "";
  margin-right: 2px;
  font-family: "iconfont" !important;
  font-size: 12px;
}
.mren-btn.import {
  background: #d99102;
}
.mren-btn.import:hover {
  background-color: rgba(217, 145, 2, 0.8);
}
.mren-btn.import::before {
  display: inline-block;
  content: "";
  margin-right: 2px;
  font-family: "iconfont" !important;
  font-size: 12px;
}
.mren-btn.delete {
  background: #c25100;
}
.mren-btn.delete:hover {
  background-color: #c25100;
}
.mren-btn.delete::before {
  display: inline-block;
  content: "";
  margin-right: 2px;
  font-family: "iconfont" !important;
  font-size: 12px;
}
.mren-btn.update {
  background: #28a745;
}
.mren-btn.update:hover {
  background-color: rgba(40, 167, 69, 0.8);
}
.mren-btn.update::before {
  display: inline-block;
  content: "";
  margin-right: 2px;
  font-family: "iconfont" !important;
  font-size: 12px;
}
.mren-btn.copy {
  background: #6610f2;
}
.mren-btn.copy:hover {
  background-color: rgba(102, 16, 242, 0.8);
}
.mren-btn.copy::before {
  display: inline-block;
  content: "";
  margin-right: 2px;
  font-family: "iconfont" !important;
  font-size: 12px;
}
.mren-btn.choose {
  background: #17a2b8;
}
.mren-btn.choose:hover {
  background-color: rgba(23, 162, 184, 0.8);
}
.mren-btn.choose::before {
  display: inline-block;
  content: "";
  margin-right: 2px;
  font-family: "iconfont" !important;
  font-size: 12px;
}
.mren-btn.btn1 {
  background: #007bff;
}
.mren-btn.btn1:hover {
  background-color: rgba(0, 123, 255, 0.8);
}
.mren-btn.btn2 {
  background: #6610f2;
}
.mren-btn.btn2:hover {
  background-color: rgba(102, 16, 242, 0.8);
}
.mren-btn.btn3 {
  background: #6f42c1;
}
.mren-btn.btn3:hover {
  background-color: rgba(111, 66, 193, 0.8);
}
.mren-btn.btn4 {
  background: #e83e8c;
}
.mren-btn.btn4:hover {
  background-color: rgba(232, 62, 140, 0.8);
}
.mren-btn.btn5 {
  background: #dc3545;
}
.mren-btn.btn5:hover {
  background-color: rgba(220, 53, 69, 0.8);
}
.mren-btn.btn6 {
  background: #fd7e14;
}
.mren-btn.btn6:hover {
  background-color: rgba(253, 126, 20, 0.8);
}
.mren-btn.select {
  background: #fd7e14;
}
.mren-btn.select:hover {
  background-color: rgba(253, 126, 20, 0.8);
}
.mren-btn.btn7 {
  background: #ffc107;
}
.mren-btn.btn7:hover {
  background-color: rgba(255, 193, 7, 0.8);
}
.mren-btn.btn8 {
  background: #28a745;
}
.mren-btn.btn8:hover {
  background-color: rgba(40, 167, 69, 0.8);
}
.mren-btn.update {
  background: #28a745;
}
.mren-btn.update:hover {
  background-color: rgba(40, 167, 69, 0.8);
}
.mren-btn.btn9 {
  background: #20c997;
}
.mren-btn.btn9:hover {
  background-color: rgba(32, 201, 151, 0.8);
}
.mren-btn.btn10 {
  background: #17a2b8;
}
.mren-btn.btn10:hover {
  background-color: rgba(23, 162, 184, 0.8);
}
.mren-btn.btn11 {
  background: #6c757d;
}
.mren-btn.btn11:hover {
  background-color: rgba(108, 117, 125, 0.8);
}
.mren-btn.btn12 {
  background: #343a40;
}
.mren-btn.btn12:hover {
  background-color: rgba(52, 58, 64, 0.8);
}

/*小link按钮*/
.sren-btn {
  display: inline-block;
  padding: 4px 6px;
  margin: 2px 2px;
  opacity: 1;
  color: #333;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  cursor: pointer;
  font-weight: 400;
  line-height: 100%;
  vertical-align: middle;
  border-radius: 4px;
}
.sren-btn.disabled, .sren-btn.disabled:link, .sren-btn.disabled:visited, .sren-btn.disabled:hover {
  color: #999 !important;
  border: 1px solid #999 !important;
  box-shadow: none !important;
  background: #E1E1E1 !important;
  opacity: 1;
  cursor: not-allowed;
}
.sren-btn.new {
  background: #fff;
  border: 1px solid #83ab03;
  color: #83ab03;
}
.sren-btn.new:link {
  color: #83ab03;
}
.sren-btn.new:hover {
  background: #ececec;
}
.sren-btn.edit {
  background: #fff;
  border: 1px solid #25399a;
  color: #25399a;
}
.sren-btn.edit:link {
  color: #25399a;
}
.sren-btn.edit:hover {
  background: #ececec;
}
.sren-btn.delete {
  background: #fff;
  border: 1px solid #c25100;
  color: #c25100;
}
.sren-btn.delete:link {
  color: #c25100;
}
.sren-btn.delete:hover {
  background: #ececec;
}
.sren-btn.export {
  background: #fff;
  border: 1px solid #2740BF;
  color: #2740BF;
}
.sren-btn.export:link {
  color: #2740BF;
}
.sren-btn.export:hover {
  background: #ececec;
}
.sren-btn.import {
  background: #fff;
  border: 1px solid #d99102;
  color: #d99102;
}
.sren-btn.import:link {
  color: #d99102;
}
.sren-btn.import:hover {
  background: #ececec;
}
.sren-btn.enabled {
  background: #fff;
  border: 1px solid #6610f2;
  color: #6610f2;
}
.sren-btn.enabled:link {
  color: #6610f2;
}
.sren-btn.enabled:hover {
  background: #ececec;
}
.sren-btn.select {
  background: #fff;
  border: 1px solid #fd7e14;
  color: #fd7e14;
}
.sren-btn.select:link {
  color: #fd7e14;
}
.sren-btn.select:hover {
  background: #ececec;
}
.sren-btn.btn1 {
  background: #fff;
  border: 1px solid #007bff;
  color: #007bff;
}
.sren-btn.btn1:link {
  color: #007bff;
}
.sren-btn.btn1:hover {
  background: #ececec;
}
.sren-btn.btn2 {
  background: #fff;
  border: 1px solid #6610f2;
  color: #6610f2;
}
.sren-btn.btn2:link {
  color: #6610f2;
}
.sren-btn.btn2:hover {
  background: #ececec;
}
.sren-btn.btn3 {
  background: #fff;
  border: 1px solid #6f42c1;
  color: #6f42c1;
}
.sren-btn.btn3:link {
  color: #6f42c1;
}
.sren-btn.btn3:hover {
  background: #ececec;
}
.sren-btn.btn4 {
  background: #fff;
  border: 1px solid #e83e8c;
  color: #e83e8c;
}
.sren-btn.btn4:link {
  color: #e83e8c;
}
.sren-btn.btn4:hover {
  background: #ececec;
}
.sren-btn.btn5 {
  background: #fff;
  border: 1px solid #dc3545;
  color: #dc3545;
}
.sren-btn.btn5:link {
  color: #dc3545;
}
.sren-btn.btn5:hover {
  background: #ececec;
}
.sren-btn.btn6 {
  background: #fff;
  border: 1px solid #fd7e14;
  color: #fd7e14;
}
.sren-btn.btn6:link {
  color: #fd7e14;
}
.sren-btn.btn6:hover {
  background: #ececec;
}
.sren-btn.btn7 {
  background: #fff;
  border: 1px solid #ffc107;
  color: #ffc107;
}
.sren-btn.btn7:link {
  color: white;
}
.sren-btn.btn7:hover {
  background: #ececec;
}
.sren-btn.btn8 {
  background: #fff;
  border: 1px solid #28a745;
  color: #28a745;
}
.sren-btn.btn8:link {
  color: #28a745;
}
.sren-btn.btn8:hover {
  background: #ececec;
}
.sren-btn.btn9 {
  background: #fff;
  border: 1px solid #20c997;
  color: #20c997;
}
.sren-btn.btn9:link {
  color: #20c997;
}
.sren-btn.btn9:hover {
  background: #ececec;
}
.sren-btn.btn10 {
  background: #fff;
  border: 1px solid #17a2b8;
  color: #17a2b8;
}
.sren-btn.btn10:link {
  color: #17a2b8;
}
.sren-btn.btn10:hover {
  background: #ececec;
}
.sren-btn.btn11 {
  background: #fff;
  border: 1px solid #6c757d;
  color: #6c757d;
}
.sren-btn.btn11:link {
  color: #6c757d;
}
.sren-btn.btn11:hover {
  background: #ececec;
}
.sren-btn.btn12 {
  background: #fff;
  border: 1px solid #343a40;
  color: #343a40;
}
.sren-btn.btn12:link {
  color: #343a40;
}
.sren-btn.btn12:hover {
  background: #ececec;
  font-weight: normal;
}

.order-change {
  background: rgba(253, 126, 20, 0.5) !important;
}

/*左侧tab*/
.vertical-tab {
  display: flex;
  flex-direction: row;
  background: #E9F0FA;
  border-left: 1px solid #dee2e6;
}
.vertical-tab .ul-tab-items li {
  display: block;
  margin-right: -1px;
}
.vertical-tab .ul-tab-items li .tab-link {
  font-size: 14px;
  display: block;
  padding: 1.3rem 1rem;
  cursor: pointer;
}
.vertical-tab .ul-tab-items li .active {
  color: #ff0000;
  font-weight: 500;
  background-color: #fff;
}
.vertical-tab .ul-tab-items li .tab-link:hover {
  color: #000;
  font-weight: 500;
}
.vertical-tab .tab-content {
  flex: 1;
  padding: 10px 10px;
  background: #fff;
}
.vertical-tab .tab-content .tab-panel {
  height: 100%;
  overflow: auto;
}

/*用于提示*/
.input-em {
  border: 1px solid #ff0000 !important;
}

/*过滤按钮和相关*/
.filter-button {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 13px !important;
  position: relative;
  background: #E9F0FA;
  text-decoration: none;
}

.filter-button:hover {
  text-decoration: none;
}

.filter-button.selected::before {
  content: " ";
  position: absolute;
  background: #ff0000;
  height: 2px;
  top: -1px;
  left: 0;
  width: 100%;
  border-radius: 16px;
}

.floatlink {
  position: relative;
  display: inline-block;
  color: inherit;
}

.float-div {
  width: 300px;
  min-height: 80px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #ececec;
  position: absolute;
  display: none;
  padding: 8px 8px;
}

.home-section-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 1;
  justify-content: flex-start;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.home-section-row .section-one {
  width: 50%;
  padding: 10px 10px;
}
.home-section-row .section-two {
  width: 100%;
  padding: 10px 10px;
}
.home-section-row .inner-item {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.home-section-row .inner-item .item-title {
  font-size: 18px;
  color: #0972BF;
  font-weight: bold;
  padding: 15px 15px;
  background: linear-gradient(rgba(204, 204, 204, 0.5), rgba(204, 204, 204, 0.2));
  position: relative;
}
.home-section-row .inner-item .item-title .title-bar {
  display: inline-block;
  margin-left: 30px;
}
.home-section-row .inner-item .item-title .fa-refresh {
  font-size: 16px;
}
.home-section-row .inner-item .item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 1;
  padding: 20px 20px;
}
.home-section-row .inner-item .item-content .box-item {
  width: 160px;
  height: 80px;
  color: #fff;
  border-radius: 10px;
  margin-left: 20px;
  vertical-align: middle;
  text-align: center;
}
.home-section-row .inner-item .item-content .text {
  font-size: 14px;
  padding-bottom: 6px;
  margin-top: 20px;
}
.home-section-row .inner-item .item-content .data {
  font-size: 20px;
  font-weight: 600;
}
.home-section-row .inner-item .ul-menus {
  padding: 20px 20px;
  display: flex;
  flex-direction: row;
}
.home-section-row .inner-item .ul-menus li {
  margin-right: 20px;
}
.home-section-row .inner-item .ul-menus li a {
  font-size: 16px;
  text-decoration: none;
  color: #0972BF;
}
.home-section-row .inner-item .ul-menus li a:hover {
  color: #0070FF;
}
.home-section-row .home-table {
  width: 100%;
}
.home-section-row .home-table th {
  font-size: 14px;
  padding: 6px 3px;
  border-bottom: 1px solid #ececec;
  color: #88898c;
  text-align: center;
  padding-bottom: 10px;
  text-align: center;
  background: #fff;
}
.home-section-row .home-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.home-section-row .home-table td a {
  font-size: 14px;
  color: #0972BF;
}
.home-section-row .home-table .sum-row {
  font-weight: bold;
  background: #ececec;
}
.home-section-row .home-table .em {
  color: #64B3A6;
  font-weight: 600;
}
.home-section-row .nav-bigbutton {
  width: 140px;
  height: 60px;
  border-radius: 10px;
  margin-left: 20px;
  vertical-align: middle;
  text-align: center;
  background: #0972BF;
  align-items: center;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}
.home-section-row .nav-bigbutton .icon-div {
  width: 30px;
  color: #fff;
  font-size: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.home-section-row .nav-bigbutton .icon-div span {
  color: #fff;
  font-size: 25px;
}
.home-section-row .nav-bigbutton .text-content {
  flex: 1;
  position: relative;
}
.home-section-row .nav-bigbutton .button-text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "宋体";
}
.home-section-row .nav-bigbutton .button-summary {
  font-size: 12px;
  color: #efefef;
}
.home-section-row .nav-bigbutton :hover {
  opacity: 0.1;
}
.home-section-row .nav-bigbutton .new-warning {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #ff0000;
  border-radius: 50%;
  z-index: 100;
  line-height: 20px;
}