body {
  min-width: 1200px;
  height: 100%;
  width: 100%;
}
canvas {
  height: 100%;
  width: 100%;
  float: left;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.ml-20 {
  margin-left: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-15 {
  margin-bottom: 15px;
}
.wmstool-menu .wmstool-menu-submenu-title {
  color: #ccc;
}
.wmstool-menu .wmstool-menu-submenu-title:hover {
  color: #fff;
}
.wmstool-menu .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:before,
.wmstool-menu .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:after {
  background: #fff;
}
.wmstool-menu:not(.wmstool-menu-horizontal) .wmstool-menu-item {
  position: relative;
  margin: 12px 0;
  color: #ccc;
}
.wmstool-menu:not(.wmstool-menu-horizontal) .wmstool-menu-item:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
}
.wmstool-menu:not(.wmstool-menu-horizontal) .wmstool-menu-item-selected {
  color: #fff;
  background: transparent;
}
.wmstool-menu:not(.wmstool-menu-horizontal) .wmstool-menu-item-selected:before {
  background: #fff;
}
.wmstool-menu-vertical .wmstool-menu-item:after,
.wmstool-menu-vertical-left .wmstool-menu-item:after,
.wmstool-menu-vertical-right .wmstool-menu-item:after,
.wmstool-menu-inline .wmstool-menu-item:after {
  border: none;
}
.full-screen-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: #1b4d66;
  overflow: auto;
}
.full-screen-container .sub-logo {
  position: relative;
  top: -2px;
  width: 170px;
  display: none;
}
.full-screen-container.full-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.full-screen-container.full-screen .sub-logo {
  display: inline-block;
}
.full-screen-container .full-screen-button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  z-index: 2;
  border: 1px #ffffff solid;
  padding: 1px;
}
.full-screen-container .full-screen-button:hover {
  opacity: 1;
}
.full-size {
  width: 100%;
  height: 100%;
}
.full-height {
  height: 100%;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.upload-modal-template-btn {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}
.cursor-pointer {
  cursor: pointer;
}
.action-group > a {
  margin-right: 10px;
}
.action-group > a::before {
  content: '|';
  margin-right: 10px;
  color: #000;
}
.action-group a:first-of-type::before {
  content: none;
}
button.green {
  background: #1edb95;
  color: #ffffff;
  border-color: #1edb95;
}
.common_tab_div .sub-tabs-container.search_bar_div {
  width: 100%;
  height: 100%;
  padding-right: 10px;
}
.common_tab_div .sub-tabs-container.search_bar_div .sub-tab-content > .tab_card_contain {
  border: none;
  padding: 10px;
}
.button-group {
  padding-left: 10px;
}
.button-group button {
  margin-right: 10px;
}
.wmstool-progress-download .wmstool-notification-notice-content {
  height: 80px;
}
.wmstool-progress-download .wmstool-modal-body {
  padding: 40px 24px 40px;
}
.wmstool-progress-download .btn-download {
  min-width: 62px;
  margin-left: 30px;
}
.wmstool-progress-download .wmstool-progress-bg {
  height: 29px !important;
}
.wmstool-progress-download .wmstool-progress-inner {
  background: #ddd;
}
.wmstool-progress-download .wmstool-progress-inner,
.wmstool-progress-download .wmstool-progress-bg,
.wmstool-progress-download .wmstool-progress-bg::before {
  border-radius: 0;
}
.content-loading {
  min-height: 100px;
  line-height: 100px;
  text-align: center;
}
.wmstool-toggle-expend .anticon {
  cursor: pointer !important;
}
.wmstool-toggle-expend .anticon {
  margin-left: 10px;
}
.wmstool-toggle-expend .anticon:hover {
  color: #02b5ff !important;
}
.min-width-80 {
  min-width: 80px;
}
.form-calendar-picker {
  width: 100% !important;
}
.search_bar_table_div .wmstool-spin-container {
  min-height: 200px;
  overflow: visible;
  overflow: initial;
}
.file-input {
  width: 100%;
}
.file-input .wmstool-input-affix-wrapper .wmstool-input-suffix {
  right: 0;
}
.file-input .wmstool-input-affix-wrapper .wmstool-input-suffix button.upload-btn {
  border-radius: 0 5px 5px 0;
}
/*预览图片样式*/
.full-image-dialog {
  position: fixed;
  text-align: center;
  background-color: white;
  padding-top: 30px;
  width: 640px;
  height: 640px;
  z-index: 9999;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.full-image-dialog-img {
  position: absolute;
  width: 560px;
  height: 560px;
  margin: 20px 40px;
}
.full-image-dialog-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.full-image-dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9998;
}
.full-image-dialog-close {
  position: absolute;
  font-size: 16px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.advance-waring-from-style .easyform_Col_f {
  padding: 0 0 20px !important;
}
.advance-waring-from-style .wmstool-easyform-errorshow {
  left: 50% !important;
}
.line-style {
  border: 1px dotted #ddd;
}
.wmstool-tree-select .wmstool-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.wmstool-tree-select .wmstool-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}
.wmstool-tree-select .wmstool-select-selection__rendered {
  line-height: 30px;
  height: 30px;
  margin-right: 24px;
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  box-sizing: border-box;
  background-color: #fff;
  border: 0px solid #d9d9d9;
  border-top-width: 0px;
  border-radius: 0px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
          user-select: none;
}
.wmstool-tree-select .wmstool-select-selection__rendered .wmstool-select-selection__placeholder,
.wmstool-tree-select .wmstool-select-selection__rendered .wmstool-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.wmstool-tree-select .wmstool-select-selection--multiple .wmstool-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wmstool-tree-select .wmstool-select-selection--multiple .wmstool-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 32px;
  margin-top: 3px;
}
.wmstool-tree-select .wmstool-select-selection--multiple .wmstool-select-selection__choice .wmstool-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
  -ms-transform: scale(0.83333333) rotate(0deg);
  transform: scale(0.83333333) rotate(0deg);
}
.wmstool-tree-select .wmstool-select-selection--multiple .wmstool-select-selection__choice .wmstool-select-selection__choice__remove:after {
  content: ' ×';
}
.wmstool-tree-select .wmstool-select-search--inline .wmstool-select-search__field {
  display: none;
}
.wmstool-tree-select .wmstool-select {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  user-select: none;
}
.dynamic-add-del-con {
  display: inline;
}
.dynamic-add-del-con .col-btn {
  padding-top: 5px;
  padding-left: 5px;
  display: flex;
  justify-content: left;
}
.dynamic-add-del-con button {
  width: 34px;
  font-size: 18px;
  border: none;
}
.dynamic-add-del-con .wmstool-btn .anticon-plus {
  color: green;
  font-size: 18px;
  font-weight: 1000;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dynamic-add-del-con .wmstool-btn .anticon-close {
  color: red;
  font-size: 18px;
  font-weight: 1000;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.has-error .wmstool-select-selector {
  border-color: #f5222d !important;
}
.hidden-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  background: rgba(54, 54, 54, 0.3);
  z-index: 11;
}
.wmstool-modal-mask {
  background: rgba(0, 0, 0, 0.4) !important;
}
.centered {
  border: 1px solid #d9d9d9;
}
.editor {
  min-height: 350px;
  max-height: 350px;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-3-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.width-300 {
  max-width: 300px;
}
.table-action-td a {
  padding: 0 5px;
}
.table-action-td a:first-of-type {
  padding-left: 0;
}
.table-action-td a:last-of-type {
  padding-right: 0;
}
.wmstool-table-wrapper .wmstool-spin-container .wmstool-table.wmstool-table-small {
  border: 1px solid #e8e8e8 !important;
}
.wmstool-menu:not(.wmstool-menu-horizontal) .wmstool-menu-item.rainbow-menu-item-3 span {
  display: inline-block;
  padding-left: 10px;
}
.wmstool-menu:not(.wmstool-menu-horizontal) .wmstool-menu-item.rainbow-menu-item-3:before {
  background: transparent;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: none !important;
}
.ant-select-dropdown .ant-select-dropdown-placement-topLeft {
  display: none !important;
}
.wmstool-select-o-tree-select ul.wmstool-select-selection__rendered {
  margin-bottom: 0px;
  padding-left: 0px;
}
.wmstool-select-o-tree-select .all-project {
  width: 100%;
}
.wmstool-select-o-tree-select .all-project ul li {
  display: block;
}
.wmstool-select-o-tree-select .all-project .wmstool-select-search__field__placeholder {
  left: 11px;
}
.wmstool-select-o-tree-select .all-project .wmstool-select-selection--multiple .wmstool-select-selection__rendered {
  overflow: hidden;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
}
.wmstool-select-o-tree-select .all-project .wmstool-select-selection--multiple .wmstool-select-selection__choice {
  display: inline-block !important;
}
.wmstool-select-o-tree-select .all-project .wmstool-select-selection--multiple .wmstool-select-selection__choice {
  float: none;
}
.d-flex {
  display: flex;
}
#country-selector {
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 999;
  background-color: transparent;
  cursor: pointer;
}
#country-selector .best-country-container {
  width: 60px;
  margin-right: 20px;
}
#country-selector .best-country-container #best-country-dashboard {
  border: 1px solid #fff;
  border-radius: 4px;
}
#country-selector .best-country-container #best-country-selector {
  background-color: #fff;
}
.flag-icon {
  width: 25px;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 33px;
  height: 33px;
  padding-right: 10px;
}
.fw-600 {
  font-weight: 600;
}
/*滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
/*统一样式*/
.Main_detail {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
.Main_detail .Main_detail_right {
  position: absolute;
  left: 180px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  padding: 10px;
}
.Main_detail .Main_detail_right .right_search_title {
  background-color: #f1f1f1;
  padding: 8px;
}
.Main_detail .Main_detail_right .right_table {
  margin-top: 5px;
}
.Main_detail .search_bar_row {
  padding: 10px 10px 0px 10px;
  background: rgba(241,241,241,0.23137);
}
.Main_detail .search_bar_row .search_input {
  width: 180px;
  margin-left: 10px;
}
/* 普通按钮样式 */
.wmstool-btn {
  background: #fff;
  color: #000;
  border-color: #1edb9f;
}
/* primary 按钮样式 */
.wmstool-btn-primary {
  background-color: #02b5ff;
  color: #fff;
  border-color: #02b5ff;
}
/* danger 按钮样式 */
.wmstool-btn-danger {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
/* orange 按钮样式 */
.wmstool-btn-orange {
  border-color: #faad14;
  color: #fff;
  background: #faad14;
}
/*green 按钮样式*/
.wmstool-btn-green {
  border-color: #1edb9f;
  color: #fff;
  background: #1edb9f;
}
/* red 按钮样式 */
.wmstool-btn-red {
  color: #fff;
  background-color: #f5222d;
  border-color: #f5222d;
}
.wmstool-btn:hover,
.wmstool-btn:focus,
.wmstool-btn:active,
.wmstool-btn.active {
  background: #1edb9f;
  color: #fff;
  border-color: #1edb9f;
}
.easy_form_lable {
  text-align: right;
  padding-right: 10px;
}
.zh_CN-main-page .easy_form_lable {
  line-height: 32px;
}
.easy_form_red {
  display: inline-block;
  width: 12px;
  color: #f5222d;
  vertical-align: middle;
}
.easyform_Col_f {
  padding: 0 0 10px;
}
.easyform_Col_f .wmstool-row {
  min-height: 40px;
}
.easyform_Col_f .wmstool-easyform-errorshow {
  position: absolute;
  margin-top: -2px;
}
.wmstool-easyform-ipt-error input {
  border-color: #f5222d;
}
.wmstool-easyform-errorshow {
  color: #f5222d;
}
/*table统一样式*/
.wmstool-table-wrapper {
  padding: 10px;
}
.wmstool-table-wrapper .wmstool-table-row td {
  color: #000;
  background: #fff;
}
.wmstool-table-wrapper .wmstool-table-row td a {
  color: #02b5ff;
}
.wmstool-table-wrapper .wmstool-table-row:hover td {
  background: #fff;
  color: #1edb9f;
}
.wmstool-table-wrapper .wmstool-table-row:hover td a {
  color: inherit;
  transition: none;
}
.wmstool-table-wrapper .wmstool-table-row:hover td a:hover {
  color: #02b5ff;
  text-decoration: underline;
}
.wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th {
  background: #fff !important;
}
.wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th {
  color: #666;
}
.wmstool-table-wrapper .wmstool-spin-container .wmstool-table-small {
  border: none !important;
}
.wmstool-table-wrapper .wmstool-table-thead {
  margin-right: -4px;
}
.wmstool-table-wrapper .wmstool-table-thead tr th {
  background: #fff !important;
}
.wmstool-table-wrapper .wmstool-table-thead tr th {
  color: #000;
}
.wmstool-table-wrapper .select_row_key td {
  background: rgba(25,144,255,0.30196) !important;
}
.wmstool-table-small > .wmstool-table-content > .wmstool-table-header > table,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-body > table,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-scroll > .wmstool-table-header > table,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-scroll > .wmstool-table-body > table,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-fixed-left > .wmstool-table-header > table,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-fixed-right > .wmstool-table-header > table,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-fixed-left > .wmstool-table-body-outer > .wmstool-table-body-inner > table,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-fixed-right > .wmstool-table-body-outer > .wmstool-table-body-inner > table {
  padding: 0;
}
.wmstool-tabs-nav-container {
  font-size: 13px;
  line-height: 0;
}
.wmstool-tabs-nav-container .wmstool-tabs-nav .wmstool-tabs-tab {
  background: transparent !important;
}
.wmstool-tabs-nav-container .wmstool-tabs-nav .wmstool-tabs-tab {
  padding: 16px;
  margin-right: 5px;
  color: #ccc;
}
.wmstool-tabs-nav-container .wmstool-tabs-nav .wmstool-tabs-tab-active {
  color: #fff !important;
}
.wmstool-tabs-nav-container .wmstool-tabs-nav .wmstool-tabs-tab-active {
  font-weight: 900;
}
.card-container > .wmstool-tabs-card > .wmstool-tabs-content {
  height: 120px;
  margin-top: -16px;
}
.card-container > .wmstool-tabs-card > .wmstool-tabs-content > .wmstool-tabs-tabpane {
  background: #fff;
  padding: 16px;
}
.card-container > .wmstool-tabs-card > .wmstool-tabs-bar {
  border-color: #fff;
}
.card-container > .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab {
  background: #dcfcec !important;
}
.card-container > .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab {
  border-color: transparent;
  color: #8f9591;
}
.card-container > .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab-active {
  background: #fff !important;
  color: #484242 !important;
}
.card-container > .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab-active {
  border-color: #fafafa;
}
.wmstool-tabs-bar {
  min-height: 44px;
}
.wmstool-pagination-item-active {
  background: #1edb9f;
  border: none;
}
.wmstool-pagination-item-active a {
  color: #fff;
}
.common_tab_div {
  background: #ffffb5;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 0px 24px 12px;
}
.common_tab_div .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab {
  border: none !important;
  background: transparent !important;
  color: #484242 !important;
}
.common_tab_div .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab {
  font-size: 18px;
  position: relative;
}
.common_tab_div .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ccc;
}
.common_tab_div .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab-active {
  color: #000 !important;
  background: transparent !important;
  font-weight: normal !important;
  padding-bottom: 0 !important;
}
.common_tab_div .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab-active::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: linear-gradient(#69ecdf, #2a9efb);
}
.common_tab_div .search_bar_div {
  padding-right: 80px;
}
.common_tab_div .search_bar_div .easyform_Col_f {
  padding-bottom: 5px !important;
}
.common_tab_div .search_bar_div .easyform_Col_f .wmstool-row {
  min-height: inherit;
}
.mult-tab-container .wmstool-tabs-nav-container {
  height: auto !important;
}
.mult-tab-container .wmstool-tabs-nav {
  white-space: normal;
}
.mult-tab-container .wmstool-tabs-tab-prev-icon,
.mult-tab-container .wmstool-tabs-tab-next-icon {
  color: #000 !important;
}
.mult-tab-container .wmstool-tabs {
  display: flex;
  flex-direction: column;
}
.mult-tab-container .wmstool-tabs-bar {
  padding: 0 !important;
}
.mult-tab-container .wmstool-tabs-content {
  margin-top: 0 !important;
}
.mult-tab-container .wmstool-tabs-content {
  flex-grow: 1;
}
.mult-tab-container .wmstool-tabs-tabpane-active {
  height: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
.mult-tab-container .wmstool-tabs-tabpane-active .outer-iframe-wrapper {
  position: static !important;
}
.mult-tab-container .wmstool-tabs-tabpane-active .outer-iframe-wrapper {
  height: 100%;
  width: 100%;
}
.tab_card_contain {
  position: absolute;
  top: 40px;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  overflow: auto;
  border: 1px solid;
  border-image: linear-gradient(-90deg, #1edb9f, #02b5ff) 1 1;
}
.sub-tabs {
  height: 100%;
}
.sub-tabs .wmstool-tabs-nav .wmstool-tabs-tab-active {
  color: #000000 !important;
  border-bottom: 4px solid #2a9efb !important;
  border-image: linear-gradient(to right, #22edb0, #3df460) 1 !important;
}
.sub-tabs .wmstool-tabs-nav .wmstool-tabs-tab {
  color: #484242 !important;
}
.sub-tabs .wmstool-tabs-nav .wmstool-tabs-tab-active > span > .anticon-question-circle-o,
.sub-tabs .wmstool-tabs-nav .wmstool-tabs-tab > span > .anticon-question-circle-o {
  font-size: 10px !important;
}
.sub-tabs .wmstool-tabs-nav .wmstool-tabs-tab-active > span > .anticon-question-circle-o,
.sub-tabs .wmstool-tabs-nav .wmstool-tabs-tab > span > .anticon-question-circle-o {
  font-weight: normal;
}
.sub-tabs .wmstool-tabs-nav .wmstool-tabs-tab-active :hover,
.sub-tabs .wmstool-tabs-nav .wmstool-tabs-tab :hover {
  color: #484242 !important;
}
.wmstool-menu-vertical > .wmstool-menu-item,
.wmstool-menu-vertical-left > .wmstool-menu-item,
.wmstool-menu-vertical-right > .wmstool-menu-item,
.wmstool-menu-inline > .wmstool-menu-item,
.wmstool-menu-vertical > .wmstool-menu-submenu > .wmstool-menu-submenu-title,
.wmstool-menu-vertical-left > .wmstool-menu-submenu > .wmstool-menu-submenu-title,
.wmstool-menu-vertical-right > .wmstool-menu-submenu > .wmstool-menu-submenu-title,
.wmstool-menu-inline > .wmstool-menu-submenu > .wmstool-menu-submenu-title {
  line-height: 30px;
  height: 30px;
}
.wmstool-menu-vertical .wmstool-menu-item,
.wmstool-menu-vertical-left .wmstool-menu-item,
.wmstool-menu-vertical-right .wmstool-menu-item,
.wmstool-menu-inline .wmstool-menu-item,
.wmstool-menu-vertical .wmstool-menu-submenu-title,
.wmstool-menu-vertical-left .wmstool-menu-submenu-title,
.wmstool-menu-vertical-right .wmstool-menu-submenu-title,
.wmstool-menu-inline .wmstool-menu-submenu-title {
  padding: 0 16px;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.wmstool-menu-sub.wmstool-menu-inline > .wmstool-menu-item {
  line-height: 24px;
  height: 24px;
}
.search_lab {
  text-align: right;
  padding-right: 6px;
  line-height: 30px;
}
.search_ipt {
  width: 200px;
  text-align: left;
}
.search_in {
  text-align: left;
}
.search_bar_row {
  width: 800px;
}
.search_bt {
  text-align: center;
}
.text-center {
  text-align: center;
}
.search_bar_div {
  position: relative;
  padding: 10px;
  background: #f5f8fa;
}
.search_bar_div .search_bar_reseting {
  width: 80px;
  display: inline-block;
  text-align: center;
  color: #1890ff;
  cursor: pointer;
}
.search_bar_div .search_bar_reseting .anticon-sync {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.search_bar_bt_div {
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  z-index: 9;
  padding: 10px;
}
.search_bar_detail_title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.search_bar_detail_btn {
  width: 600px;
  text-align: center;
  position: relative;
  top: 20px;
}
.btnbtnEnable {
  color: #52c41a;
}
.btnDisable {
  color: #f5222d;
}
.link-string {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  color: #1890ff;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}
.group-button {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.group-button button {
  margin-left: 20px;
}
.full-width {
  width: 100%;
}
.half-height {
  height: 50%;
}
.masker-wrap {
  position: fixed;
  left: 205px;
  right: 5px;
  top: 100px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}
.hidden {
  display: none;
}
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.loading-container .loading-wrap {
  position: relative;
  top: 50%;
  height: 50px;
  margin-top: -50px;
  font-size: 32px;
  color: #ddd;
  text-align: center;
}
.search-field-wrapper {
  padding: 10px;
  padding-bottom: 0;
  background: #f5f8fa;
}
.reload-button {
  cursor: pointer;
  width: 80px;
  color: #1890ff;
}
.reload-button:before {
  display: inline-block;
  margin-right: 5px;
}
.reload-button.disabled {
  cursor: not-allowed;
}
.mt10 {
  margin-top: 10px;
}
.bold-font {
  font-weight: bold;
}
.wmstool-select-disabled,
.wmstool-input-disabled,
.wmstool-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.65) !important;
}
.wmstool-select-disabled .wmstool-select-selection--multiple .wmstool-select-selection__choice,
.wmstool-input-disabled .wmstool-select-selection--multiple .wmstool-select-selection__choice,
.wmstool-cascader-picker-disabled .wmstool-select-selection--multiple .wmstool-select-selection__choice {
  color: rgba(0, 0, 0, 0.65) !important;
}
.detail-layout-footer {
  text-align: center;
  padding: 10px;
}
.detail-layout-title {
  position: relative;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #fafafa;
}
.detail-layout-content {
  padding: 10px;
}
.wmstool-tree-treenode-disabled .wmstool-tree-title {
  color: rgba(0, 0, 0, 0.65) !important;
}
.search-button {
  border: none !important;
}
.search-button {
  background: #02b5ff;
  color: #fff;
}
.add-button {
  border: none !important;
}
.add-button {
  background: #1edb9f;
  color: #fff;
}
.cancel-button {
  background: #fff;
  color: #000;
  border-color: #1edb9f;
}
.wmstool-select-tree-checkbox-checked .wmstool-select-tree-checkbox-inner,
.wmstool-select-tree-checkbox-indeterminate .wmstool-select-tree-checkbox-inner,
.wmstool-tree-checkbox-checked .wmstool-tree-checkbox-inner,
.wmstool-tree-checkbox-indeterminate .wmstool-tree-checkbox-inner,
.wmstool-checkbox-indeterminate .wmstool-checkbox-inner,
.wmstool-checkbox-checked .wmstool-checkbox-inner {
  color: #1edb9f;
  background-color: #1edb9f;
  border-color: #1edb9f;
}
.wmstool-tree-checkbox:hover .wmstool-tree-checkbox-inner,
.wmstool-checkbox:hover .wmstool-checkbox-inner {
  border-color: #1edb9f;
}
.wmstool-select-dropdown:not(.wmstool-select-tree-dropdown) {
  padding: 1px;
  overflow: hidden;
}
.wmstool-select-dropdown:not(.wmstool-select-tree-dropdown) > div {
  background: #fff;
  border-radius: 4px;
}
.wmstool-select-dropdown:not(.wmstool-select-tree-dropdown):after {
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  background: linear-gradient(-90deg, #1edb9f, #02b5ff);
  content: '';
}
.wmstool-select-dropdown:not(.wmstool-select-tree-dropdown) .wmstool-select-tree {
  margin-top: 0;
  overflow: hidden;
}
.wmstool-select-dropdown:not(.wmstool-select-tree-dropdown) .wmstool-select-tree > li {
  margin: 0;
}
.wmstool-select-dropdown-menu {
  background: #fff;
}
.wmstool-select-dropdown-menu-item {
  padding: 12px 16px;
  border-bottom: 1px dashed #f1f1f1;
  color: #000;
}
.wmstool-select-dropdown-menu-item:last-child {
  border: none;
}
.wmstool-select-dropdown-menu-item .wmstool-select-dropdown-menu-item-active {
  font-weight: bold;
}
.wmstool-input:focus,
.wmstool-input:hover {
  border-color: #02b5ff;
}
.wmstool-select-selection .wmstool-select-selection__clear .wmstool-select-selection__clear-icon {
  display: none;
}
.split-range-picker {
  width: 100%;
  padding-left: 20px;
}
.split-range-picker .left-date {
  margin-left: -20px;
  display: inline-block;
}
.split-range-picker .left-date.wmstool-calendar-picker {
  width: 50% !important;
}
.split-range-picker .date-link-char {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.split-range-picker .right-date {
  display: inline-block;
}
.split-range-picker .right-date.wmstool-calendar-picker {
  width: 50% !important;
}
.uploadText-files-name {
  display: inline-block;
  padding: 0 2px;
  background-color: #ddd;
  margin-right: 5px;
}
.uploadText-files-name .del-icon {
  cursor: pointer;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.upload-btn-drag-main {
  display: flex;
}
.upload-btn-drag-main .upload-btn-drag-file .wmstool-upload-drag {
  width: 160px !important;
  padding: 0px !important;
  height: 50px !important;
}
.upload-btn-drag-main .upload-btn-drag-file .wmstool-upload-drag .wmstool-upload-text {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.upload-btn-drag-main .upload-btn-drag-fileName {
  display: flex;
  flex-wrap: wrap;
}
.upload-btn-drag-main .upload-btn-drag-fileName .uploadText-files-name {
  margin: 0 10px;
}
.upload-btn-drag-main .image-upload-module-img-item {
  width: 45px;
  height: 40px;
  border: 1px dotted #eee;
  margin: 0 10px;
  position: relative;
}
.upload-btn-drag-main .image-upload-module-img-item .show-img {
  width: 40px;
  height: 30px;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.upload-btn-drag-main .image-upload-module-img-item .del-icon {
  position: absolute;
  top: -4px;
  right: -8px;
  cursor: pointer;
}
.report-common-title {
  color: #4ebe68;
}
.wmstool-table-pagination.wmstool-pagination {
  margin-bottom: 0px !important;
}
/* 表格滚动条*/
/*滚动条样式*/
.wmstool-table-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.wmstool-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.wmstool-table-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.wmstool-table-scroll .wmstool-table-header {
  overflow: scroll;
}
.wmstool-table-scroll .wmstool-table-header::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.wmstool-table-scroll .wmstool-table-header::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.wmstool-table-scroll .wmstool-table-header::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.main_contain {
  position: absolute;
  top: 12px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  overflow: auto;
}
.main_left_hidden .left_div {
  width: 28px;
}
.main_left_hidden .left_right {
  background: transparent;
  left: 28px;
}
.main_left_hidden .left_right > .wmstool-tabs > .wmstool-tabs-bar {
  padding-left: 172px;
}
.main_left_hidden .left_manage {
  text-align: center;
  padding: 0;
}
.main_left_hidden .left-menus {
  display: none;
}
.top_img {
  height: 36px;
  margin-top: 10px;
  margin-left: 8px;
}
.top_img_applet {
  height: 16px;
  margin-top: -3px;
}
.top_user {
  position: fixed;
  right: 30px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
.top_user .inform_wrap {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}
.top_user .inform_wrap a {
  margin-right: 5px;
  color: #fff;
}
.top_user .user_wrap {
  display: inline-block;
}
.top_user .top-break {
  display: inline-block;
  margin-right: 5px;
}
.search-button-group {
  padding-left: 20px !important;
}
.search-button-group {
  line-height: 80px;
}
.pl20 {
  padding-left: 20px;
}
.top_main {
  position: absolute;
  width: 100%;
  height: 54px;
}
.top-badge-cls {
  position: relative;
  bottom: 2px;
}
.top-badge-cls .wmstool-badge-count {
  height: 16px;
  border-radius: 8px;
  min-width: 16px;
  background: #f5222d;
  color: #fff;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transform-origin: -10% center;
  -ms-transform-origin: -10% center;
  transform-origin: -10% center;
  box-shadow: 0 0 0 1px #fff;
}
.applet_QRcode_modal .wmstool-modal-body {
  margin-top: 120px;
}
.applet_QRcode_modal img {
  width: 100%;
  height: auto;
}
.top-country-language {
  display: inline-block;
}
.top-country-language .wmstool-select-selection__rendered {
  margin-left: 0;
  margin-right: 0;
}
.top-country-language .wmstool-select-single {
  background: transparent;
  border: 0;
}
.top-country-language .wmstool-select-single:focus,
.top-country-language .wmstool-select-single:active {
  border: 0;
}
.top-country-language .wmstool-select-single .wmstool-select-selector {
  background: transparent;
  border: 0;
  color: #fff;
}
.top-country-language .wmstool-select-single .wmstool-select-selector:focus,
.top-country-language .wmstool-select-single .wmstool-select-selector:active {
  border: 0;
}
.top-country-language .wmstool-select-single .wmstool-select-selection-selected-value,
.top-country-language .wmstool-select-single .wmstool-select-selection__placeholder,
.top-country-language .wmstool-select-single .wmstool-select-search__field,
.top-country-language .wmstool-select-single .wmstool-select-arrow {
  color: #fff;
}
.left_div {
  z-index: 1;
  float: left;
  width: 200px;
  position: absolute;
  top: 43px;
  bottom: 0px;
  background-color: #fff;
  box-shadow: 1px 0 5px #ccc;
  overflow: auto;
}
.left_div_up {
  width: 0px;
  position: absolute;
  min-height: 100%;
  background-color: #fff;
  box-shadow: 1px 0 5px #ccc;
}
.left_div_up .search-wrap {
  display: none;
}
.left_div_up ul {
  display: none;
}
.left_manage {
  color: #ccc;
  text-align: right;
  padding-right: 16px;
  cursor: pointer;
}
.left_right {
  position: absolute;
  left: 200px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/home-background.c54977af.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
.left_right .wmstool-tabs {
  height: 100%;
  overflow: auto;
}
.left_right > .wmstool-tabs {
  overflow: hidden;
}
.left_right > .wmstool-tabs > .wmstool-tabs-bar {
  border: 0 solid #073851;
  margin-bottom: 0;
  transition: none;
}
.left_right .wmstool-tabs-nav-container-scrolling {
  margin-right: 270px;
}
.left_right .wmstool-tabs-nav-container-scrolling .wmstool-tabs-tab-prev-icon,
.left_right .wmstool-tabs-nav-container-scrolling .wmstool-tabs-tab-next-icon {
  color: white;
}
.search-wrap {
  text-align: center;
  min-height: 20px;
}
.search-wrap input {
  border-radius: 16px !important;
}
.left_search {
  border-radius: 20px;
  margin: 12px 0px 10px 5px;
  width: 150px;
}
.left_search input {
  border-radius: 20px;
}
.left_up_bt {
  text-align: right;
  padding: 3px 10px;
  color: #928c8c;
  cursor: pointer;
  z-index: 9999;
  width: 221px;
  top: 57px;
  position: absolute;
}
.left_div_up .left_up_bt {
  width: 30px;
  top: 50px;
}
.no_page_error {
  color: #ebedef;
  font-size: 25px;
  padding-left: 20px;
  animation: myfirst 3s;
  max-width: 80vw;
  text-align: center;
  margin-top: 40vh;
  -webkit-animation: myfirst 3s;
  /* Safari and Chrome */
}
.main_noCodeInfo {
  padding: 20%;
  font-size: 32px;
  z-index: 100;
  position: absolute;
  top: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #f04134;
  overflow-y: hidden;
}
.left-menus {
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 1px;
}
.left-menus .wmstool-menu-submenu-arrow {
  padding-left: 10px;
}
.left-menus::-webkit-scrollbar {
  width: 7px;
  height: 1px;
}
.left-menus::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.left-menus:hover::-webkit-scrollbar-thumb {
  background: #ddd;
}
.left-menus:hover::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
@keyframes myfirst {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes myfirst {
  /* Safari and Chrome */
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-nav-tab .wmstool-tabs-nav .wmstool-tabs-tab-active {
  background: #fff;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
}
.top-nav-tab .wmstool-tabs-nav .wmstool-tabs-tab-active :hover {
  color: #fff;
}
.top-nav-tab .wmstool-tabs-ink-bar {
  background-color: rgba(255,255,255,0);
}
.top-nav-tab .wmstool-tabs-tab {
  background: rgba(24,144,255,0.47843);
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.top-nav-tab .wmstool-tabs-tab :hover {
  color: #fff;
}
.left-menus .wmstool-menu .wmstool-menu-sub .wmstool-menu-item div span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-menus > .wmstool-menu > .wmstool-menu-submenu > .wmstool-menu-sub > .wmstool-menu-submenu .wmstool-menu-submenu-title {
  height: 24px;
  line-height: 24px;
  margin: 12px 0;
}
.left-menus > .wmstool-menu > .wmstool-menu-submenu > .wmstool-menu-sub > .wmstool-menu-submenu .wmstool-menu-submenu-title span::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
}
.left-menus > .wmstool-menu > .wmstool-menu-submenu > .wmstool-menu-sub > .wmstool-menu-submenu .wmstool-menu-submenu-title span .anticon-null {
  display: none;
}
.left-menus > .wmstool-menu > .wmstool-menu-submenu > .wmstool-menu-sub > .wmstool-menu-submenu .wmstool-menu-sub .rainbow-menu-item-3 {
  padding-left: 50px !important;
}
.left-menus > .wmstool-menu > .wmstool-menu-submenu > .wmstool-menu-sub > .wmstool-menu-submenu .wmstool-menu-sub .rainbow-menu-item-3:first-child {
  margin: 0px !important;
}
.login_bc {
  background-color: #ccc;
  background-image: url(../images/login-background.a76a1998.png);
  background-size: 100%;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1000px;
  zoom: 1;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
.login_top_div {
  display: inline-block;
  width: 1200px;
  margin-left: -600px;
  top: 30px;
  left: 50%;
  position: absolute;
}
.login_top_div .top_logo {
  display: inline-block;
  text-align: left;
  color: #fff;
  width: 800px;
  padding-top: 10px;
}
.login_top_div .top_wechat {
  display: inline-block;
  text-align: right;
  color: #fff;
  width: 400px;
}
.login_top_div .top_wechat .top_wechat_img {
  height: 32px;
  margin-top: 0px;
  margin-left: 8px;
}
.Login_div {
  background-color: rgba(255,255,255,0);
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  height: 600px;
  width: 1120px;
  bottom: 0;
  right: 0;
  margin: auto;
  padding-top: 140px;
}
.Login_div .Login_show_div {
  float: left;
  width: 720px;
  left: 100px;
  height: 500px;
}
.Login_div .Login_show_div h1 {
  font-size: 60px;
  line-height: 66px;
  letter-spacing: 2.17px;
  color: #1edb95;
}
.Login_div .Login_show_div h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2.17px;
  color: #fff;
}
.Login_div .Login_show_div .login_show_bt {
  background: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  min-width: 160px;
  margin-top: 50px;
  border-radius: 3px;
}
.Login_div .Login_div_in {
  float: right;
  width: 380px;
  border-radius: 10px;
  opacity: 0.85;
  font-size: 25px;
  background-color: #fff;
  height: 390px;
}
.Login_div .Login_div_in .Login_div_in_d {
  padding-bottom: 40px;
}
.Login_div .Login_div_in .login-form-container {
  padding: 0 35px;
}
.Login_div .Login_div_in .login-form-container .login-form-footer {
  margin-top: 20px;
}
.Login_div .Login_div_in .login-form-container .login-form-footer__forgot-wrap {
  display: flex;
  justify-content: right;
}
.Login_div .Login_div_in .login-form-container .login-form-footer a.forgot-password {
  font-size: 14px;
  color: #1abc9c;
}
.Login_div .Login_div_in input {
  height: 41px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.Login_div .Login_div_in i {
  font-size: 19px;
}
.Login_div .Login_div_in .account-password-login {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
}
.Login_div .Login_div_in .login-form-button {
  width: 100%;
  font-size: 20px;
  height: 40px;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.Login_div .Login_div_in .long_form_log {
  width: 45px;
  height: 27px;
  padding-right: 10px;
  margin-bottom: 2px;
}
.Login_div .Login_div_in h2 {
  font-weight: 600;
  letter-spacing: 5.17px;
  font-size: 22px;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
  height: 70px;
  border-radius: 10px 10px 0 0;
  background-color: #169c84;
}
.Login_div .Login_div_in .wmstool-tabs-nav-container .wmstool-tabs-nav .wmstool-tabs-tab {
  background: rgba(255,255,255,0) !important;
  color: #3bace8 !important;
}
.Login_div .Login_div_in .wmstool-tabs-nav-container .wmstool-tabs-nav .wmstool-tabs-tab {
  padding: 16px;
  margin-right: 5px;
}
.Login_div .Login_div_in .wmstool-tabs-bar {
  border-bottom: 1px solid #fff;
}
.Login_div .Login_div_in .wmstool-tabs-nav-scroll {
  text-align: center;
}
.Login_div .Login_div_in .account-safety-text,
.Login_div .Login_div_in .account-safety-text-color {
  margin-bottom: 10px;
  font-size: 14px;
}
.Login_div .Login_div_in .account-safety-text-color {
  color: #faad14;
}
.Login_title {
  width: 250px;
  height: 250px;
  background: #2d322e;
  z-index: 9999;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: -60px;
  border: 1px solid rgba(248,195,90,0.34902);
}
.forgot-password-main-page .wmstool-form-item .wmstool-input-group-wrapper {
  top: 0 !important;
}
.forgot-password-main-page .wmstool-form-item .wmstool-form-explain {
  margin-top: 0 !important;
}
.pd20 {
  padding: 20px;
}
.ml12 {
  margin-left: 12px;
}
.client-main .search_bar_div {
  height: 50px;
}
.define-panel-header {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px dashed #ddd;
}
.define-panel-body {
  padding: 10px 30px;
}
.define-panel-body::after {
  content: '';
  display: block;
  clear: both;
}
.define-plus,
.define-minus {
  font-size: 16px;
  border: none;
  line-height: 40px;
}
.define-plus[disabled],
.define-minus[disabled] {
  background: none;
  border: none;
}
.define-plus:hover,
.define-minus:hover,
.define-plus:focus,
.define-minus:focus {
  color: #25c41a;
  background: none;
}
.define-plus:active,
.define-minus:active {
  color: #1890ff;
  background: none;
}
.define-plus {
  color: #009999;
}
.define-minus {
  color: #f5222d;
}
.mgl-12 {
  margin-left: 12px;
}
.mgt-12 {
  margin-top: 12px;
}
.account-form-detial-style .easy_form_lable {
  width: 140px;
}
.account-form-detial-style .selectCodeList-style {
  margin-left: 140px;
}
.account-form-detial-style .wmstool-easyform-ipt {
  width: 240px;
}
.surfacePoolsWaringModalStyle .wmstool-confirm-body .wmstool-confirm-title {
  font-weight: 600;
}
.surfacePoolsWaringModalStyle .wmstool-confirm-btns .wmstool-btn-danger {
  background: #f5222d !important;
}
.option-account {
  border-left: 1px solid #ddd;
}
.option-account ul,
.option-account li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.option-account .w-90 {
  width: 90px;
}
.option-account .ml-10 {
  margin-left: 10px;
}
.option-account .condition {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.option-account .condition > :nth-child(n) {
  margin-right: 12px;
  height: 40px;
}
.option-account .condition .title {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
  line-height: 30px;
}
.option-account .condition .operator {
  max-width: 113px;
  min-width: 113px;
}
.option-account .condition-delete {
  color: red;
  width: 100%;
  cursor: pointer;
  line-height: 30px;
}
.account-provider-title {
  padding-left: 20px;
  line-height: 36px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.account-provider-account {
  padding-left: 40px;
}
.account-provider-account-inline-form {
  display: inline-block;
  margin-left: 15px;
}
.account-provider-account-header {
  padding-top: 10px;
}
.account-provider-account-header::after {
  content: '';
  display: block;
  clear: both;
}
.account-provider-account-header-left {
  float: left;
}
.account-provider-account-header ul {
  float: left;
}
.account-provider-account-carrier {
  border-top: 1px dotted #ddd;
  margin-top: 10px;
  padding-left: 20px;
  padding-top: 10px;
}
.account-provider-account-carrier::after {
  content: '';
  display: block;
  clear: both;
}
.account-provider-account-carrier-left {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}
.account-provider-account-carrier-name {
  width: 90px;
}
.account-provider-account-carrier-body {
  float: left;
}
.account-provider-account-carrier-body > li {
  margin-bottom: 10px;
}
.account-provider-account-select {
  width: 100px !important;
}
.order-quantity-modal .easy_form_lable {
  font-weight: 500;
}
.order-modal.editable-row-operations {
  display: inline-block;
}
.pd20 {
  padding: 20px;
}
.ml12 {
  margin-left: 12px;
}
.mgl-12 {
  margin-left: 12px;
}
.mgt-12 {
  margin-top: 12px;
}
.mgb-20 {
  margin-bottom: 20px;
}
.mglr-12 {
  margin: 0 12px;
}
.domain_tab_card_contain {
  display: flex;
  flex-direction: column;
}
.domain_tab_card_contain .detail-layout-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.domain_tab_card_contain .detail-layout-content .phoneSelector.wmstool-select-show-arrow .wmstool-select-selection-item {
  padding-right: 8px;
}
.domain_tab_card_contain .search_bar_detail_btn {
  top: 0;
  padding: 12px;
}
.domain_tab_card_contain .wmstool-tabs-tab {
  color: #333 !important;
}
.domain_tab_card_contain .wmstool-tabs-tab-active.wmstool-tabs-tab {
  color: #abf994 !important;
}
.domain_tab_card_contain .group-button {
  text-align: center;
}
.permission_edit_box {
  margin-top: -15px;
  overflow: hidden;
  min-height: 300px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.permission_edit_box .search_bar_detail_title {
  height: 45px;
}
.power_permission_list {
  margin-top: -15px;
  flex: 1;
  overflow-y: scroll;
}
.dmoain_data_list {
  margin-top: 12px;
  overflow: auto;
}
.logo-uploader-modal .wmstool-modal-body {
  height: 150px;
}
.logo-uploader .anticon-plus:before {
  content: '';
}
.logo-preview-modal {
  margin-top: 80px;
}
.logo-preview-modal__img {
  max-width: 500px;
}
.Main-home {
  background: #021320;
  width: auto;
  height: auto;
  height: 100%;
  width: 100vw;
  position: fixed;
}
.Main-home .left_div,
.Main-home .left_div_up {
  background-color: #021320;
  box-shadow: 0px 0 0px #021320;
}
.Main-home .left_div .wmstool-menu,
.Main-home .left_div_up .wmstool-menu {
  background-color: #021320;
  color: #fff;
}
.Main-home .left_div .wmstool-menu-inline,
.Main-home .left_div_up .wmstool-menu-inline,
.Main-home .left_div .wmstool-menu-vertical,
.Main-home .left_div_up .wmstool-menu-vertical,
.Main-home .left_div .wmstool-menu-vertical-left,
.Main-home .left_div_up .wmstool-menu-vertical-left {
  border-right: 0px solid #e8e8e8;
}
.Main-home .common_tab_div {
  background-color: #e8f2fb;
  color: #333;
}
.Main-home .home-contain-shrink {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: auto;
  background-color: #1b4d66;
}
.Main-home .home-main-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(2,63,90,0), rgba(15,109,153,0), rgba(3,169,244,0.34902), rgba(3,169,244,0.4902), rgba(2,63,90,0), rgba(2,63,90,0));
  line-height: 50px;
}
.Main-home .home-main-wh {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 25%;
  padding-right: 6px;
}
.Main-home .home-main-wh .home-warehouse-m .home-warehouse-d {
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.Main-home .home-main-wh .home-warehouse-m .home-warehouse-d .wmstool-select {
  min-width: 100px;
  width: 80%;
}
.Main-home .home-main-wh .home-warehouse-m .home-warehouse-d .wmstool-select .wmstool-select-selection {
  color: #fff;
  background: rgba(15,139,200,0);
  border: 0px;
}
.Main-home .home-main-wh .home-warehouse-m .home-warehouse-d .wmstool-select-arrow {
  color: #fff;
}
.Main-home .home-main-wh .home-warehouse-m .home-date {
  width: 100%;
}
.Main-home .home-main-wh .home-warehouse-m .home-date .wmstool-input {
  height: 21px;
  line-height: 1;
  background: rgba(23,161,136,0);
  color: #fff;
  border-radius: 0;
}
.Main-home .home-main-wh .home-warehouse-m .home-date .wmstool-input .wmstool-calendar-picker-icon {
  color: #fff;
}
.Main-home .home-main-wh .home-warehouse-m .home-date .wmstool-input .wmstool-calendar-picker-icon:after {
  color: #fff;
}
.Main-home .home-inbound-wh {
  width: 29%;
}
.Main-home .home-main-bt {
  position: absolute;
  top: 4px;
  right: 10px;
  font-weight: 900;
}
.Main-home .home-main-bt .anticon {
  margin-left: 10px;
  cursor: pointer;
}
.Main-home .home-main-s-t {
  text-align: center;
  line-height: 33px;
}
.Main-home .home-main-title-ld {
  height: 30px;
  position: absolute;
  top: 25px;
  left: 0px;
  right: 60%;
  background-color: #1b4d66;
  background: linear-gradient(-135deg, transparent 20px, #1b4d66 0);
}
.Main-home .home-main-title-rd {
  height: 30px;
  position: absolute;
  top: 25px;
  right: 0;
  left: 60%;
  background-color: #1b4d66;
  background: linear-gradient(135deg, transparent 20px, #1b4d66 0);
}
.Main-home .home-main-show1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50px;
}
.Main-home .home-main-row_lr {
  background-color: rgba(11,22,31,0.2);
  min-height: 500px;
  padding: 6px;
  background-image: linear-gradient(180deg, rgba(3,169,244,0.34902), rgba(3,169,244,0.4902), rgba(2,63,90,0), rgba(15,109,153,0));
  cursor: pointer;
}
.Main-home .home-main-row_lr_b {
  background-color: rgba(11,22,31,0.2);
  min-height: 275px;
  padding: 6px;
  background-image: linear-gradient(180deg, rgba(3,169,244,0.34902), rgba(3,169,244,0.4902), rgba(3,169,244,0.4902), rgba(15,109,153,0));
}
.Main-home .home-main-row1 {
  height: auto;
  margin: 9px;
}
.Main-home .home-main-row2 {
  height: auto;
  margin: 9px;
}
.Main-home .home-chart-bc .echarts-for-react {
  padding-top: 10px;
}
.Main-home .home-chart-bc canvas {
  background-image: linear-gradient(165deg, rgba(255,255,255,0), rgba(255,255,255,0));
  height: 200px;
}
.Main-home .home-chart-bc .wmstool-table-small {
  border: 0px solid #e8e8e8;
  border-radius: 0;
}
.Main-home .home-chart-bc .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  border-bottom: 1px dashed #073851 !important;
}
.Main-home .home-chart-bc .wmstool-table-wrapper .wmstool-table-row td {
  color: #1b4d65;
  background: #2196f3;
}
.Main-home .home-s-title {
  position: absolute;
  background-image: linear-gradient(90deg, rgba(3,169,244,0.72157), rgba(3,169,244,0.4902), rgba(2,63,90,0), rgba(15,109,153,0));
  padding-left: 10px;
  min-width: 200px;
}
.Main-home .home-s_b-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 9px;
  z-index: 2;
}
.Main-home .home-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 50%;
  color: #fff;
  background: rgba(255,255,255,0.45098);
  z-index: 3;
}
.Main-home .home-main-more {
  text-align: right;
  cursor: pointer;
  font-size: 12px;
  color: #96fae9;
}
.Main-home .wmstool-radio-button-wrapper {
  background: #1b4d65;
  color: #0c99dc;
  border-radius: 0;
  height: 24px;
  line-height: 20px;
  border: 1px solid #0e86c0;
}
.Main-home .wmstool-radio-button-wrapper-checked {
  background: #157aab;
  background-image: linear-gradient(90deg, rgba(3,169,244,0.72157), rgba(3,169,244,0.4902), rgba(2,63,90,0), rgba(15,109,153,0));
  border-color: rgba(24,144,255,0);
  color: #fff;
  border-radius: 0;
  height: 24px;
  line-height: 20px;
}
.Main-home .home-ob-bar-ra {
  text-align: center;
  margin-left: 75px;
}
.Main-home .home-outb-radio {
  text-align: right;
  color: #fff;
}
.Main-home .home-outb-radio .wmstool-radio-wrapper {
  color: #fff;
}
.Main-home .home-ob-bar2_r {
  position: absolute;
  top: 31px;
  left: 50%;
  margin-left: -80px;
}
.Main-home .home-ob-bar2_r .wmstool-radio-wrapper {
  color: #fff;
}
.Home_title-s {
  background-image: linear-gradient(90deg, rgba(3,169,244,0.72157), rgba(3,169,244,0.4902), rgba(2,63,90,0), rgba(15,109,153,0));
  padding-left: 10px;
}
.Home-card-Row {
  margin-top: 9px;
  margin-bottom: 15px;
}
.Home-card-l div {
  text-align: right;
  padding-right: 10px;
  border-right: 3px solid #85dfa4;
  border-image: -webkit-linear-gradient(#009688, #ffeb3b, #009688) 1 10 1;
  line-height: 30px;
  margin-top: 10px;
}
.Home-card-r {
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
}
.home-page.common_tab_div {
  padding: 0px;
  color: white;
}
.home-page.common_tab_div .home-container {
  padding: 10px;
}
.home-page .wmstool-progress-circle-trail {
  stroke: #0a3040;
}
.home-page .full-screen-container {
  background-image: url(../images/home-background.c54977af.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
.home-page .full-screen-container .full-screen-button {
  top: 30px;
}
.home-page .full-screen-container .full-screen-button.back-icon {
  right: 40px;
}
.home-page .home-container {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 1.5vw;
  right: 1.5vw;
  bottom: 10px;
}
.home-page .home-container .home-search-bar .home-search-title {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  min-width: 300px;
}
.home-page .home-container .home-search-bar .home-search-title label {
  padding-left: 1vw;
}
.home-page .home-container .home-search-bar .home-search-item-container {
  float: right;
}
.home-page .home-container .home-search-bar .home-search-item {
  border: 1px solid #6d848a;
  margin-right: 20px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  width: 25vw;
}
.home-page .home-container .home-search-bar .home-search-item.date-picker {
  margin-right: 85px;
}
.home-page .home-container .home-search-bar .home-search-item > .anticon {
  width: 20px;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-select {
  width: 45%;
  display: inline-block;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-select .wmstool-select-selector,
.home-page .home-container .home-search-bar .home-search-item .wmstool-select .wmstool-select-selection {
  color: #fff;
  background: #2b354a;
  border: 0px;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-select.title-right .wmstool-select-selection-selected-value {
  text-align: right;
  width: 100%;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-select .wmstool-select-selection-item {
  background: #2b354a;
  border: none;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-select .wmstool-select-selection-item .wmstool-select-selection-item-remove {
  color: #fff;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-select-arrow {
  color: #ffffff;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-calendar-picker-input {
  padding: 0px;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-input {
  height: 21px;
  min-width: 200px;
  line-height: 1;
  background: rgba(23,161,136,0);
  color: #fff;
  border-radius: 0;
  border: none;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-input .wmstool-calendar-picker-icon {
  color: #fff;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-input .wmstool-calendar-picker-icon:after {
  color: #fff;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-input .wmstool-calendar-picker-icon {
  right: calc(50% - 7px);
}
.home-page .home-container .home-data-title {
  padding: 5vh 0;
  height: 140px;
  min-height: 20vh;
  border-bottom: 1px dashed #073851;
}
.home-page .home-container .home-data-title > div {
  height: 100%;
}
.home-page .home-container .home-data-title .panel {
  height: 120px;
  width: 100%;
  text-align: center;
  padding-right: 40px;
}
.home-page .home-container .home-data-title .panel .content {
  color: #21db94;
  font-size: 40px;
  line-height: 40px;
}
.home-page .home-container .home-data-title .panel .title {
  color: #fdfef6;
  font-size: 18px;
  line-height: 18px;
  margin-top: 20px;
  width: 100%;
}
.home-page .home-container .home-data-title .panel.panel-left {
  width: 66%;
  float: left;
}
.home-page .home-container .home-data-title .panel.panel-right {
  width: 33%;
  float: left;
}
.home-page .home-container .home-data-title .panel .wmstool-progress-text {
  color: #fdfef6;
}
.home-page .home-container .home-data-title .left-line {
  border-left: dashed 1px #073851;
  width: 1px;
  height: 80px;
  float: left;
}
.home-page .home-container .home-data-content {
  margin-top: 10px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.home-page .home-container .home-data-content .left-content {
  width: 18vw;
  display: inline-block;
}
.home-page .home-container .home-data-content .center-content {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 18vw;
  right: 26vw;
}
.home-page .home-container .home-data-content .right-content {
  display: inline-block;
  float: right;
  width: 26vw;
}
.home-page .home-container .home-data-content .right-content .process-order > .title {
  display: flex;
  align-items: center;
}
.home-page .home-container .home-data-content .right-content .process-order > .title .wmstool-radio-group {
  display: flex;
}
.home-page .home-container .home-content {
  height: calc(100% - 40px);
}
.home-page .home-container .home-content .home-main {
  padding-right: 10px;
}
.home-page .home-container .home-content .return {
  padding-top: 20px;
}
.home-page .home-container .home-content .return-LinkCapacityChart .title {
  display: flex;
  justify-content: space-between;
}
.home-page .home-container .home-content .return-LinkCapacityChart .sub-title {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.home-page .process-order .title {
  font-size: 20px;
  padding: 5px 10px 5px 0px;
  width: 100%;
}
.home-page .process-order .title > label {
  padding-left: 10px;
  border-left: 4px solid #1cdc93;
  border-image: linear-gradient(to bottom, #1cdc93, #0b95e0) 1;
}
.home-page .process-order .title .right-icon {
  float: right;
}
.home-page .process-order .title .right-icon .anticon {
  font-size: 16px;
  font-weight: 800;
  margin-top: 10px;
  color: #0f7456;
  cursor: pointer;
}
.home-page .process-order .content {
  width: 100%;
  position: relative;
}
.home-page .process-order .content .pie-content {
  width: 100%;
  height: 100%;
  float: left;
}
.home-page .process-order .content .number-content {
  position: absolute;
  right: 10px;
  top: 0;
  height: 5.5vh;
}
.home-page .process-order .complete-title {
  width: 100%;
  font-size: 18px;
  color: white;
}
.home-page .process-order .complete-number {
  font-size: 24px;
  color: white;
  width: 100%;
  border-bottom: 2px solid #1cdc93;
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.home-page .process-order.axis .content .tab {
  width: 100%;
}
.home-page .process-order .colorful-radio-button .wmstool-radio-button-wrapper {
  min-width: 80px;
}
.home-page .wmstool-radio-button-wrapper {
  margin-left: 10px;
  border-radius: 15px;
  border-color: #118164;
  vertical-align: top;
  min-width: 80px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #2b354a;
  color: white;
}
.home-page .wmstool-radio-button-wrapper::before {
  display: none;
}
.home-page .wmstool-radio-button-wrapper.wmstool-radio-button-wrapper-checked {
  background: #03b5ff;
  border-color: #03b5ff;
}
.home-page .colorful-radio-button .wmstool-radio-button-wrapper {
  color: #ffffff;
  background: #2b354a;
}
.home-page .complete {
  height: 50%;
  padding: 2vh 10px;
  border-top: 1px dashed #073851;
}
.home-page .complete .count {
  width: 50%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.home-page .complete .count .progress {
  display: inline-block;
  width: 30%;
  position: absolute;
  left: 5px;
  top: 20px;
}
.home-page .complete .count .progress .wmstool-progress-text {
  color: white;
  top: 60%;
}
.home-page .complete .count .progress .wmstool-progress-inner {
  width: 8vw !important;
  height: 8vw !important;
}
.home-page .complete .count .process-order {
  float: right;
  width: 70%;
  height: 100%;
  min-height: 250px;
}
.home-page .complete .count .process-order .title {
  margin-top: 20px;
  padding-left: 30px;
  margin-left: 20px;
}
.home-page .complete .count .process-order .content {
  padding-top: 20px;
}
.home-page .complete .count .count-line {
  display: flex;
  min-height: 40px;
}
.home-page .complete .count .count-line > div {
  padding: 5px;
}
.home-page .complete .count .count-line .wmstool-progress-inner {
  background: #083133;
}
.home-page .complete .count .count-line .wmstool-progress-bg {
  background: #07b3fd;
}
.home-page .complete .count.green .count-line .wmstool-progress-bg {
  background: #17df96;
}
.home-page .complete .count.green .wmstool-progress-circle-path {
  stroke: #17df96 !important;
}
.home-page .home-title-table {
  margin: 10px 0;
}
.home-page .home-title-table.work-top-5 {
  max-height: 300px;
}
.home-page .inbound {
  width: 100%;
  height: 100%;
}
.home-page .inbound .effective {
  height: 50%;
  padding: 5vh;
}
.home-page .inbound .effective .process-order {
  height: 100%;
  width: 100%;
}
.home-page .inbound .effective .process-order .unit {
  float: right;
  font-size: 16px;
}
.home-page .inbound .effective .process-order .content {
  width: 100%;
  height: calc(100% - 5vh);
  position: relative;
}
.home-page .inbound .effective .process-order .content .total-counts {
  position: absolute;
  top: 1vh;
  left: 0;
  right: 0;
  text-align: center;
}
.home-page .inbound .effective .process-order .content .total-counts label {
  margin: 0 10px;
}
.home-page .inbound .size-container {
  width: 100%;
  height: calc(50% - 150px);
}
.home-page .outbound {
  width: 100%;
  margin-top: 20px;
}
.home-page .outbound .order {
  height: 50vh;
}
.home-page .outbound .order .order-type.process-order .title > label > span {
  margin-right: 5px;
  cursor: pointer;
  color: #99a1a3;
}
.home-page .outbound .order .order-type.process-order .title > label > span.active {
  color: #ffffff;
}
.home-page .outbound .order .order-type.process-order .title > label span.split {
  margin: 5px 10px;
  border-left: #283845 1px solid;
  height: 20px;
}
.home-page .outbound .order .order-type.process-order .sub-title .wmstool-radio-button-wrapper {
  margin: 10px;
  border-radius: 15px;
  vertical-align: top;
  min-width: 80px;
}
.home-page .outbound .order .order-type.process-order .content {
  position: relative;
}
.home-page .outbound .order .order-type.process-order .content .echarts-legend {
  position: absolute;
  top: 15px;
  left: 40px;
}
.home-page .outbound .order .order-type.process-order .content .echarts-legend .wmstool-radio-wrapper {
  color: white;
}
.home-page .outbound .order .order-type .complete {
  border-top: none;
}
.home-page .outbound .exception .process-order .content.tc-chart .echarts-for-react {
  margin: 0 auto;
}
.home-page .outbound .express-row {
  margin-top: 5px;
  padding: 5px;
  border-top: 1px dashed #073851;
}
.home-page .update-time-title {
  font-size: 16px;
}
.home-page .time-warning label.number {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.home-page .time-warning label.number a {
  color: red;
  font-size: 36px;
  font-weight: 600;
  text-decoration: none;
}
.home-page .time-warning .yellow-warning label.number a {
  color: #ff9103;
}
.home-page .time-warning label.tip {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.dark-theme-table .wmstool-table-wrapper {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
}
.dark-theme-table .wmstool-table-wrapper {
  border: 2px solid #0b95e0;
  padding: 0;
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.dark-theme-table .wmstool-table-wrapper .wmstool-table-row:hover td {
  background: #2b354a !important;
  color: #ffffff !important;
}
.dark-theme-table .wmstool-table-wrapper .wmstool-table-row:hover td a {
  color: inherit;
  transition: none;
}
.dark-theme-table .wmstool-table-placeholder {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
}
.dark-theme-table .wmstool-table table {
  border-radius: 0;
  border-radius: initial;
}
.dark-theme-table .wmstool-table-thead > tr > th {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  border-bottom: none !important;
}
.dark-theme-table .wmstool-table-thead > tr > th span {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
}
.dark-theme-table .wmstool-table-fixed-header .wmstool-table-scroll .wmstool-table-header {
  overflow: visible !important;
  overflow: initial !important;
}
.dark-theme-table .wmstool-table-fixed-header .wmstool-table-scroll .wmstool-table-header {
  background: rgba(0, 0, 0, 0);
}
.dark-theme-table .wmstool-table-fixed-header .wmstool-table-scroll .wmstool-table-body {
  background: rgba(0, 0, 0, 0);
}
.dark-theme-table .wmstool-table-body {
  border-top: 2px solid #0b95e0;
  background: rgba(0, 0, 0, 0);
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.dark-theme-table tr,
.dark-theme-table td,
.dark-theme-table th {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  border-bottom: 1px dashed #073851 !important;
}
.dark-theme-table tr,
.dark-theme-table td,
.dark-theme-table th {
  border: none;
}
.hidden {
  display: none !important;
}
.home-title-table {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #1cdc93;
  min-height: 200px;
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.home-title-table .title {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  padding: 5px 10px 5px 0px;
}
.home-title-table .title > label {
  padding-left: 10px;
  border-left: 4px solid #1cdc93;
  border-image: linear-gradient(to bottom, #1cdc93, #0b95e0) 1;
}
.home-title-table .table {
  border-top: 1px solid #1cdc93;
  height: calc(100% - 46px);
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.home-title-table .table .wmstool-table-wrapper {
  border: none !important;
}
.home-title-table .table .wmstool-table-body {
  border-top: 1px solid #073851 !important;
}
.home-title-table .table .wmstool-table-body {
  border-image: none;
  background: rgba(0, 0, 0, 0);
}
.home-title-table .table .wmstool-table .wmstool-table-header::-webkit-scrollbar {
  width: 0;
}
.home-title-table .table .wmstool-table ::-webkit-scrollbar {
  width: 10px;
}
.home-title-table .table .wmstool-table ::-webkit-scrollbar-thumb {
  background: #2af09a;
}
.home-title-table .table .wmstool-table ::-webkit-scrollbar-track {
  background: none;
}
.colorful-radio-button .wmstool-radio-button-wrapper {
  border-radius: 15px !important;
}
.colorful-radio-button .wmstool-radio-button-wrapper {
  text-align: center;
  border-color: #1cdc93;
  background: #ffffff;
  color: #000c17;
  min-width: 120px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
}
.colorful-radio-button .wmstool-radio-button-wrapper:before {
  display: none;
}
.colorful-radio-button .wmstool-radio-button-wrapper.wmstool-radio-button-wrapper-checked {
  background: linear-gradient(to left, #1cdc93 0%, #0b95e0 100%) !important;
}
.colorful-radio-button .wmstool-radio-button-wrapper.wmstool-radio-button-wrapper-checked {
  border: 1px solid #1cdc93;
  border: none;
  background: #1cdc93;
  color: #fff;
  margin-right: 10px;
}
.home-title-table-b2b-b2c .title {
  font-size: 20px;
  padding: 5px 10px 5px 0px;
  width: 100%;
}
.home-title-table-b2b-b2c .title > label {
  padding-left: 10px;
  border-left: 4px solid #1cdc93;
  border-image: linear-gradient(to bottom, #1cdc93, #0b95e0) 1;
}
.home-title-table-b2b-b2c .title > label > span {
  margin-right: 5px;
  cursor: pointer;
  color: #99a1a3;
}
.home-title-table-b2b-b2c .title > label > span.active {
  color: #ffffff;
}
.home-title-table-b2b-b2c .title > label span.split {
  margin: 5px 10px;
  border-left: #283845 1px solid;
  height: 20px;
}
.home-title-table-workloads__title {
  display: flex;
  justify-content: space-between;
}
.home-title-table-workloads__title-name {
  font-size: 20px;
  padding: 5px 10px 5px 0px;
}
.home-main.transport .home-data-content .left-content {
  width: 60%;
}
.home-main.transport .home-data-content .right-content {
  width: 40%;
}
.home-main.transport .home-data-content .right-content .right-pie {
  width: 24vw;
  overflow: hidden;
}
.home-page.transport .full-screen-container .full-screen-button {
  top: 5px;
}
.role-card-contaion .wmstool-form-item {
  display: flex;
}
.role-card-contaion .wmstool-form-item-label {
  width: 90px;
  text-align: left;
}
.role-card-contaion .wmstool-form-item-control-wrapper {
  flex: 1;
}
.permission-template-desc .wmstool-form-item {
  width: 100%;
  display: inline-flex;
}
.permission-template-desc .wmstool-form-item-label {
  width: 90px;
  text-align: left;
}
.permission-template-desc .wmstool-form-item-control-wrapper {
  flex: 1;
}
.tree-node-no-checkbox .wmstool-tree-checkbox {
  display: none;
}
.report-config-copy {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ffbf1d;
  border-color: #ffbf1d;
  color: #ffffff;
}
.report-copy-modal .tip {
  margin-bottom: 15px;
  padding-left: 25px;
}
.report-container .weight-interval.chart {
  min-height: 450px !important;
}
.report-container .weight-interval.chart {
  min-width: 1300px;
}
.report-container .wmstool-tabs-bar {
  margin-bottom: 0px;
}
.report-container .wmstool-tabs-bar .wmstool-tabs-nav-container {
  background: white;
  height: 40px;
  border-bottom: 1px solid #dedede;
}
.report-container .wmstool-tabs-bar .wmstool-tabs-nav-container .wmstool-tabs-tab {
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
}
.report-container .sub-tabs-container .search_bar_div {
  background: white;
}
.report-container .sub-tabs-container.search_bar_div {
  height: calc(100% - 52px);
}
.report-container .sub-tabs-container .search_bar_table_div {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 10px;
  right: 10px;
}
.report-container .sub-tabs-container .chart {
  width: 100%;
  height: 100%;
}
.report-container .sub-tabs-container .chart canvas {
  background: white;
}
.report-container .wmstool-carousel {
  width: 100%;
  height: 100%;
}
.report-container .rate-detail .search_bar_table_div {
  top: 10px;
}
.report-container .weight-report-detail .search_bar_table_div {
  top: 10px;
}
.report-container .weight-report-detail .search_bar_table_div .option-buttons {
  width: 100%;
  padding-left: 10px;
}
.report-container .weight-report-detail .search_bar_table_div .option-buttons > button {
  display: inline-block;
}
.report-container .weight-report-detail .search_bar_table_div .option-buttons > .wmstool-pagination {
  float: right;
  margin-right: 10px;
}
.report-container .no-data-placeholder {
  min-height: 200px;
  width: 100%;
  line-height: 200px;
  text-align: center;
}
.trial-result .wmstool-calendar-picker.full-width {
  width: 100% !important;
}
.logistics-container .search_bar_div .easyform_Col_f {
  padding-bottom: 10px !important;
}
h3 {
  margin-left: 10px;
}
.base-con {
  margin: 20px 120px 0 0;
}
.m-l-10 {
  margin-left: 10px;
}
.detail-title {
  margin-left: 10px;
}
.detail-title h3::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
  width: 4px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-image: linear-gradient(#69ecdf, #2a9efb);
}
.detail-con {
  border: 1px solid transparent;
  padding: 10px 0 0 0;
  border-image: linear-gradient(to top, #006aff, #2ed);
  border-image-slice: 10;
  margin-bottom: 50px;
}
.detail-con .detail-con-form {
  margin-right: 120px;
}
.price-con {
  margin-top: 10px;
}
.del-detail-con {
  text-align: right;
  padding-right: 10px;
}
.del-detail-con a:hover {
  color: #2a9efb;
}
.condition-logic-con {
  padding-top: 6px;
}
.condition-logic-con .logic-tag {
  background-color: #bfdfff;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}
.float-add-btn {
  position: fixed;
  bottom: 35px;
  right: 43px;
}
.express-opt-btns-con {
  padding-right: 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-end;
}
.express-opt-btns-con button {
  margin-left: 5px;
}
.express-table-con .easyform_Col_f {
  padding-bottom: 0;
}
.express-table-con .easyform_Col_f .wmstool-row {
  min-height: 0;
}
.express-table-con a {
  text-decoration: none !important;
}
.express-table-con tr > td {
  padding: 5px 10px !important;
}
.table-add-btn {
  color: #bfdfff !important;
}
.table-delete-btn {
  color: #f5222d !important;
}
.info-title {
  color: black;
  font-weight: bold;
  background-color: lightblue;
  border-radius: 2px;
  padding: 2px 10px;
  margin: 0 30px 10px 10px;
  min-height: 31px;
  display: flex;
  justify-self: flex-start;
  width: 99%;
}
.info-title .label-title {
  padding-top: 3px;
}
.info-tabs-wrap {
  margin: 0 20px;
}
.info-tabs-wrap .wmstool-tabs-tab {
  font-size: 16px !important;
}
.info-tabs-wrap .wmstool-tabs-tab :hover {
  color: #000 !important;
}
.info-base-wrap {
  margin-top: 10px;
}
.info-bottom-btns-wrap {
  position: fixed;
  bottom: 40px;
  right: 54px;
}
.express-table-wrap .wmstool-table-thead th {
  padding: 5px !important;
}
.express-table-wrap .wmstool-table-thead th {
  text-align: center;
}
.express-table-wrap .wmstool-table-tbody td {
  padding: 5px !important;
}
.express-table-wrap .wmstool-table-tbody td {
  text-align: right;
}
.express-table-wrap .wmstool-table-fixed .wmstool-table-tbody tr:nth-child(1) td {
  border-top: solid 1px black !important;
}
.info-table-th-wrap {
  display: flex;
  justify-content: space-between;
}
.info-table-th-wrap .th-label {
  display: inline-block;
  width: 120px;
}
.info-table-th-wrap .th-value {
  display: inline-block;
  width: 60px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-table-th-wrap .th-label2 {
  display: inline-block;
  width: 70px;
}
.info-table-th-wrap .th-value2 {
  display: inline-block;
  text-align: right;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-add-detail {
  position: absolute;
  top: 10px;
  right: 10px;
}
.newConditions-label {
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
}
.newConditions-cmp {
  padding-top: 5px;
}
.cal-formula-wrap {
  padding-top: 8px;
}
.cal-formula-wrap .cal-formula-label {
  color: rgba(0, 0, 0, 0.85);
  padding-right: 10px;
  text-align: right;
  padding-right: 10;
}
.cal-formula-wrap .cal-formula-show {
  margin-left: 10px;
}
.cus-info-validate-wrap i {
  position: absolute;
  right: -20px;
  top: 13px;
}
.cus-copy-modal-title {
  margin-left: 10px;
  margin-bottom: 5px;
  color: #000;
}
.cus-copy-modal {
  border: 1px solid transparent;
  padding: 10px 0 0 20px;
  border-image: linear-gradient(to top, #006aff, #2ed);
  border-image-slice: 10;
}
.cus-info-table-provice {
  background-color: paleturquoise !important;
}
.express-table-wrap .wmstool-table-thead tr th {
  background-color: paleturquoise !important;
}
.express-table-wrap .wmstool-table-thead tr th {
  font-weight: bold;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder1 {
  background-color: white !important;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder1 {
  color: #000;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder2 {
  background-color: skyblue !important;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder2 {
  color: #000;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder3 {
  background-color: white !important;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder3 {
  color: #000;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder4 {
  background-color: skyblue !important;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder4 {
  color: #000;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder5 {
  background-color: white !important;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder5 {
  color: #000;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder6 {
  background-color: skyblue !important;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder6 {
  color: #000;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder7 {
  background-color: white !important;
}
.express-table-wrap .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr .cus-info-table-ladder7 {
  color: #000;
}
.express-table-wrap .wmstool-table-tbody .wmstool-table-row-hover td,
.express-table-wrap .wmstool-table-tbody:hover td {
  background: #fff;
  color: #000;
}
.express-table-wrap .wmstool-table-tbody .wmstool-table-row-hover td a,
.express-table-wrap .wmstool-table-tbody:hover td a {
  color: inherit;
  transition: none;
}
.express-table-wrap .wmstool-table-tbody .wmstool-table-row-hover td a:hover,
.express-table-wrap .wmstool-table-tbody:hover td a:hover {
  color: #bfdfff;
  text-decoration: underline;
}
.cus-info-table-ladder1 {
  background-color: white !important;
}
.cus-info-table-ladder2 {
  background-color: skyblue !important;
}
.cus-info-table-ladder3 {
  background-color: white !important;
}
.cus-info-table-ladder4 {
  background-color: skyblue !important;
}
.cus-info-table-ladder5 {
  background-color: white !important;
}
.cus-info-table-ladder6 {
  background-color: skyblue !important;
}
.cus-info-table-ladder7 {
  background-color: white !important;
}
.customer-quotation-info-wrap .wmstool-select-disabled.wmstool-select-single:not(.wmstool-select-customize-input) .wmstool-select-selector {
  color: #000;
}
.customer-quotation-info-wrap .wmstool-radio-disabled + span {
  color: #000;
  cursor: not-allowed;
}
.customer-quotation-info-wrap .wmstool-input-number-input[disabled] {
  color: #000;
}
.cus-info-price-module-decide-wrap {
  background-color: whitesmoke;
  margin: 0 10px 10px 10px;
  padding-top: 10px;
}
.cus-info-warehouse-area-wrap {
  display: flex;
  justify-self: flex-start;
  margin-top: 3px;
}
.cus-info-warehouse-area-wrap .cus-info-warehouse-area-label:before {
  display: inline-block;
  margin-right: 2px;
  content: '*';
  font-family: SimSun;
  line-height: 1;
  font-size: 12px;
  color: #f5222d;
}
.cus-info-warehouse-area-wrap .cus-info-warehouse-area-input {
  display: inline-block;
}
.cus-info-warehouse-area-wrap .cus-info-warehouse-area-input .wmstool-form-item {
  margin-bottom: 0 !important;
}
.cus-info-warehouse-area-wrap .cus-info-warehouse-area-input .wmstool-form-item-control {
  line-height: normal;
}
.site-quotation .edit-cell-input {
  width: 100% !important;
}
.site-quotation .edit-cell-input {
  border-width: 0;
}
.site-quotation .quotation-table {
  border: 1px solid #e8e8e8 !important;
}
.site-quotation .quotation-table {
  padding: 0;
  margin-bottom: 20px;
}
.site-quotation .quotation-table thead tr:nth-of-type(2) {
  height: 36px;
}
.site-quotation .quotation-table tr:hover .edit-cell-input {
  border-width: 1px;
}
.site-quotation .relative-th {
  position: relative;
}
.site-quotation .relative-th .wmstool-row {
  position: absolute;
  top: 0;
  left: 1px;
  right: 2px;
  bottom: 0;
}
.site-quotation .relative-th .wmstool-row > div {
  border-right: 1px solid #e8e8e8;
  height: 100%;
  line-height: 35px;
}
.site-quotation .relative-th .wmstool-row > div:last-of-type {
  border-right: none;
}
.activity-form .easyform_Col_f {
  margin-bottom: 10px;
}
.storage-item-array .wmstool-form-item:only-child {
  margin-bottom: 0px !important;
}
.exceptionOrder-main .mgl-6 {
  margin-left: 6px;
}
.exceptionOrder-main textarea::-webkit-input-placeholder {
  font-size: 12px;
}
.exceptionOrder-main textarea::placeholder {
  font-size: 12px;
}
.exceptionOrder-main .exception-order .search_bar_div .easyform_Col_f {
  padding-bottom: 10px !important;
}
.exceptionOrder-main .exception-order .search_bar_div .wmstool-calendar-picker {
  width: 100% !important;
}
.exceptionOrder-main .exception-order .columns-title-setIcon {
  color: #faad14;
}
.exceptionOrder-main .detail-search-from {
  padding-top: 20px;
}
.exceptionOrder-main .create-order-message {
  margin: 0 20px;
}
.exceptionOrder-main .create-order-message .easyform_Col_f {
  padding-bottom: 20px !important;
}
.exceptionOrder-main .create-order-message ul li {
  margin-bottom: none !important;
}
.exceptionOrder-main .create-order-message ul li {
  clear: both;
  list-style: none;
}
.exceptionOrder-main .create-order-message .order-header-message {
  display: flex;
  padding: 0px;
  border: 1px solid #ddd;
}
.exceptionOrder-main .create-order-message .order-header-message li {
  width: 20%;
  border-right: 1px solid #ddd;
}
.exceptionOrder-main .create-order-message .order-header-message li:last-child {
  border-right: none;
}
.exceptionOrder-main .create-order-message .order-header-message li div {
  padding: 3px 5px;
}
.exceptionOrder-main .create-order-message .order-header-message li .out-line {
  border-bottom: 1px solid #ddd;
}
.exceptionOrder-main .create-order-message .exception-question {
  display: flex;
  padding: 0px;
}
.exceptionOrder-main .create-order-message .exception-question li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.exceptionOrder-main .create-order-message .exception-question .issueClassifyType-title {
  border-bottom: 1px dotted #bbb;
}
.exceptionOrder-main .create-order-message .exception-question div {
  padding-left: 20px;
}
.exceptionOrder-main .create-order-message .exception-question .wmstool-radio-group {
  width: 100%;
}
.exceptionOrder-main .create-order-message .exception-question .wmstool-radio-group .wmstool-radio-wrapper {
  display: block;
  margin: 5px;
}
.exceptionOrder-main .create-order-message .detail-table-border .wmstool-table-body {
  border: 1px solid #ddd;
}
.exceptionOrder-main .create-order-message .bottom-button {
  text-align: center;
}
.exceptionOrder-main .create-order-message .requiredStyle {
  color: red;
  visibility: visible;
}
.exceptionOrder-main .create-order-message .requiredStyle-hidden {
  visibility: hidden;
}
.exceptionOrder-main .create-order-message .file-style {
  height: 50px;
  line-height: 50px;
}
.exceptionOrder-main .detail-from-container {
  padding-top: 10px;
}
.exceptionOrder-main .detail-from-container .wmstool-easyform-ipt {
  line-height: 32px;
}
.exceptionOrder-main .detail-from-container .easyform_Col_f {
  padding-bottom: 0px;
}
.exceptionOrder-main .communication-detail {
  padding: 10px 20px 0 10px;
}
.exceptionOrder-main .communication-detail .wmstool-easyform-ipt {
  line-height: 32px;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-title {
  background-color: #e6f7ff;
  padding-left: 10px;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text {
  border: 1px solid #ddd;
  box-shadow: inset 2px 2px 2px #888;
  margin-bottom: 10px;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .text-words-break {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .easyform_Col_f {
  padding-bottom: 0px !important;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text ul {
  padding: 0px !important;
  margin: 0px !important ;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .communication-detail-receive-item {
  list-style: none;
  padding: 5px;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .communication-detail-receive-item .receive-content {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .communication-detail-receive-item .receive-content .communication-img-item {
  display: inline-block;
  margin-right: 10px;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .communication-detail-receive-item .receive-content .communication-img-item .show-img {
  width: 40px;
  height: 60px;
  cursor: pointer;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .communication-detail-receive-item .text-item-left {
  text-align: left;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .communication-detail-receive-item .text-item-left .receive-content {
  background-color: #ddd;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .communication-detail-receive-item .text-item-right {
  text-align: right;
}
.exceptionOrder-main .communication-detail .communication-detail-receive-text .communication-detail-receive-item .text-item-right .receive-content {
  background-color: #9fe67c;
}
.exceptionOrder-main .communication-detail .communication-detail-send {
  padding: 10px 30px;
  height: 180px;
  background-color: rgba(24, 144, 255, 0.2);
  margin-bottom: 10px;
}
.exceptionOrder-main .communication-detail .communication-detail-send .sendMessage-footer {
  margin-top: 10px;
}
.exceptionOrder-main .order-detail-main-page {
  padding: 20px;
}
.exceptionOrder-main .order-detail-main-page .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-small {
  border: 1px solid #ddd !important;
}
.exceptionOrder-main .order-detail-main-page .wmstool-table-wrapper {
  max-height: 200px;
  overflow: auto;
}
.exceptionOrder-main .order-detail-main-page .wmstool-table-wrapper .wmstool-table-thead tr th {
  background-color: #fafafa !important;
}
.exceptionOrder-main .order-detail-main-page .wmstool-easyform-ipt {
  line-height: 32px;
}
.exceptionOrder-main .order-detail-main-page .wmstool-row {
  margin-top: 10px;
}
.exceptionOrder-main .order-detail-main-page .order-detail-progress .wmstool-steps-dot .wmstool-steps-item-icon .wmstool-steps-icon-dot {
  width: 18px !important;
  height: 18px !important;
}
.exceptionOrder-main .order-detail-main-page .order-detail-progress .wmstool-steps-dot .wmstool-steps-item-icon .wmstool-steps-icon-dot {
  left: -4px;
  top: -4px;
}
.exceptionOrder-main .order-detail-main-page .order-detail-tab-title {
  color: rgba(0, 0, 0, 0.65);
  background-color: #e8f2fb;
  line-height: 32px;
  padding-left: 10px;
}
.exceptionOrder-main .order-detail-main-page .order-detail-tab-title .anticon {
  padding-right: 5px;
}
.exceptionOrder-main .order-detail-main-page .order-detail-tab-title span {
  padding-right: 30px;
}
.exceptionOrder-main .order-detail-main-page .order-detail-tab-title span .wmstool-btn {
  width: 28px;
  height: 22px;
  line-height: 22px;
}
.exceptionOrder-main .order-detail-main-page .order-detail-tab-context {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
}
.exceptionOrder-main .order-detail-main-page .wmstool-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.exceptionOrder-main .order-detail-main-page .border-lines {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.exceptionOrder-main .order-detail-main-page .border-lines {
  border: 1px solid #ddd;
}
.emduty-reopen-modal .wmstool-modal-body {
  height: 250px !important;
}
.logisticsWarning-main .search_bar_div .easyform_Col_f {
  padding-bottom: 10px !important;
}
.logisticsWarning-main .exception-detail ul {
  padding: 0 10px;
}
.logisticsWarning-main .exception-detail ul li {
  clear: both;
  list-style: none;
  margin: 5px 0;
}
.logisticsWarning-main .exception-detail .save-btn {
  float: right;
  margin-right: 20px;
}
.logisticsWarning-main .exception-detail .records-title {
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
}
.logisticsWarning-main .exception-detail .records-content {
  margin: 0 10px;
  padding: 10px;
  height: 500px;
  overflow: auto;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 0 6px #888 inset;
}
.logisticsWarning-main .exception-detail .records-content-item .text-left {
  text-align: left;
}
.logisticsWarning-main .exception-detail .records-content-item .text-left .receive-content {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 10px;
  margin-top: 2px;
  background-color: #ddd;
}
.logisticsWarning-main .exception-detail .records-content-item .text-right {
  text-align: right;
}
.logisticsWarning-main .exception-detail .records-content-item .text-right .receive-content {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 10px;
  margin-top: 2px;
  background-color: #9fe67c;
}
.logisticsWarning-main .exception-detail .wmstool-form-item {
  margin-bottom: 10px;
}
.emCode-title-style {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 10px;
  padding: 0 20px;
  border-radius: 4px;
  background-color: #f5f8fa;
}
.emCode-title-style .wmstool-radio-button-wrapper {
  background: transparent;
  color: #ddd;
}
.emCode-title-style .wmstool-radio-button-wrapper-checked {
  background: #1edb9f;
  color: #ddd;
}
.create-table-style .wmstool-table-content {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.create-table-style .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th {
  background-color: #e8f2fb !important;
}
.create-table-style .wmstool-table-tbody .wmstool-table-row-selected-color > td {
  color: #fff !important;
  background-color: #1edb9f !important;
}
.exception-create-emorder-waringModal .heightLight {
  font-size: 16px;
  font-weight: 600;
}
.multi-email .ant-select-selection-overflow .ant-select-selection-overflow-item .anticon svg {
  display: none;
}
.multi-email .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-tag-hidden {
  display: block !important;
}
.multi-email .ant-select-item.ant-select-item-option .anticon svg {
  display: none;
}
.condition-wrap .formula-tree {
  padding-left: 20px;
}
.condition-wrap .formula-tree-action {
  font-size: 14px;
}
.condition-wrap .formula-tree-action .add-btn-wrapper {
  position: absolute;
  top: 0;
  left: -16px;
}
.condition-wrap .formula-tree-action .add-btn-wrapper .add-icon-btn {
  width: 14px;
  height: 14px;
  cursor: pointer;
  fill: #2baee9;
  display: block;
}
.condition-wrap .formula-tree-action .add-btn-wrapper .add-icon-btn:first-of-type {
  margin-bottom: 4px;
}
.condition-wrap .formula-tree-action .anticon-delete {
  position: absolute;
  top: 0;
  font-size: 14px;
  right: -16px;
}
.condition-wrap .formula-tree-node-type,
.condition-wrap .formula-tree-node-symbol {
  display: inline-block;
}
.condition-wrap .formula-tree-node-type .ant-select-selection,
.condition-wrap .formula-tree-node-symbol .ant-select-selection {
  border-radius: 0;
}
.condition-wrap .formula-tree-node-symbol .ant-select-selection {
  border-radius: 0;
}
.condition-wrap .formula-tree-node-value {
  display: inline-block;
}
.condition-wrap .formula-tree-node-value .ant-select-selection,
.condition-wrap .formula-tree-node-value .ant-input {
  border-radius: 0;
}
.condition-wrap .formula-tree .anticon-delete {
  color: #2baee9;
  cursor: pointer;
  font-size: 14px;
}
.condition-wrap .formula-tree .formula-operatorname {
  -webkit-user-select: none;
}
.condition-wrap .formula-tree .condition-error_info {
  color: #f50;
}
.condition-wrap .formula-tree-item {
  display: flex;
}
.condition-wrap .formula-preview-list::before {
  content: '(';
  padding: 0 2px;
}
.condition-wrap .formula-preview-list::after {
  content: ')';
  padding: 0 2px;
}
.condition-wrap .formula-preview-operator {
  color: #2baee9;
  padding: 0 6px;
}
.condition-component .condition-wrap {
  margin-top: 8px;
}
.condition-component .condition-box {
  max-height: 250px;
  overflow: auto;
}
.condition-component .condition-col {
  margin: 4px 0;
  height: 100%;
  padding: 12px;
  border: 1px solid #d1d1d1;
}
.condition-component .condition-text {
  overflow-x: auto;
  white-space: nowrap;
  padding: 12px;
  border-radius: 4px;
}
.condition-component .goms-node-tree-operator {
  flex: none;
}
.condition-component .formula-tree-action {
  font-size: 12px;
}
.condition-line-wrap {
  display: flex;
  height: 32px;
  line-height: 32px;
}
.condition-line-wrap.condition-line-disabled {
  cursor: not-allowed;
  background: #f7f7f7;
  color: #000;
}
.condition-line-wrap .condition-line-preview {
  padding: 0 11px;
  flex: 1;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.condition-line-wrap .condition-line-preview .formula-preview {
  overflow: hidden;
  text-overflow: ellipsis;
}
.condition-line-wrap .anticon-edit {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.message-pagenation {
  position: fixed;
  width: 400px;
  bottom: 10px;
  right: 0;
  text-align: center;
}
.right-side-message-wrap {
  position: fixed;
  top: 56px;
  bottom: 5px;
  right: 0;
  width: 400px;
  height: '100%';
  z-index: 10;
  background-color: white;
  border: 1px solid #f5f5f5;
}
.right-side-message-wrap .message-show-con {
  position: relative;
}
.right-side-message-wrap .message-show-con .sys-menu {
  color: black !important;
}
.right-side-message-wrap .message-show-con .close-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.delete-all {
  text-align: right;
  padding: 5px;
}
.message-list-wrap {
  padding: 0 10px;
  overflow-y: auto;
}
.message-list-wrap .message-item {
  padding: 8px;
}
.message-list-wrap .message-item:not(:last-child) {
  border-bottom: dashed 1px gray;
}
.message-list-wrap .message-item .title {
  font-weight: bolder;
}
.message-list-wrap .message-item .delete {
  text-align: right;
}
.message-list-wrap .message-item .time-wrap {
  text-align: right;
}
.next-wrap {
  cursor: pointer;
  margin-top: 140px;
  text-align: right;
}
.prev-wrap {
  margin-top: 140px;
  cursor: pointer;
}
.login-message-bottom {
  margin-top: 5px;
  margin-right: 35px;
  text-align: right;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.best-notification {
  position: fixed;
  z-index: 2021;
  width: 400px;
  margin-right: 24px;
}
.best-notification-sink {
  visibility: hidden;
}
.best-notification-topLeft,
.best-notification-bottomLeft {
  margin-left: 24px;
  margin-right: 0;
}
.best-notification-topLeft .best-notification-fade-enter.best-notification-fade-enter-active,
.best-notification-bottomLeft .best-notification-fade-enter.best-notification-fade-enter-active,
.best-notification-topLeft .best-notification-fade-appear.best-notification-fade-appear-active,
.best-notification-bottomLeft .best-notification-fade-appear.best-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
          animation-name: NotificationLeftFadeIn;
}
.best-notification-notice {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}
.best-notification-notice-message {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0px;
  line-height: 20px;
}
.best-notification-notice-message-single-line-auto-margin {
  width: calc(400px - 0px * 2 - 24px - 48px - 100%);
  background-color: transparent;
  pointer-events: none;
  display: block;
  max-width: 4px;
}
.best-notification-notice-message-single-line-auto-margin:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.best-notification-notice-description {
  font-size: 12px;
}
.best-notification-notice-closable .best-notification-notice-message {
  padding-right: 24px;
}
.best-notification-notice-with-icon .best-notification-notice-message {
  font-size: 14px;
  margin-left: 48px;
  margin-bottom: 4px;
}
.best-notification-notice-with-icon .best-notification-notice-description {
  margin-left: 48px;
  font-size: 12px;
}
.best-notification-notice-icon {
  position: absolute;
  font-size: 32px;
  line-height: 32px;
}
.best-notification-notice-icon-success {
  color: #00a854;
}
.best-notification-notice-icon-info {
  color: #108ee9;
}
.best-notification-notice-icon-warning {
  color: #ffbf00;
}
.best-notification-notice-icon-error {
  color: #f04134;
}
.best-notification-notice-close-x:after {
  font-size: 12px;
  content: '\e633';
  font-family: 'anticon';
  cursor: pointer;
}
.best-notification-notice-close {
  position: absolute;
  display: none;
  right: 0px;
  top: 0px;
  color: rgba(0, 0, 0, 0.43);
  outline: none;
  text-decoration: none;
}
.best-notification-notice-close:hover {
  color: #404040;
}
.best-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.best-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.best-notification-fade-enter,
.best-notification-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.best-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.best-notification-fade-enter.best-notification-fade-enter-active,
.best-notification-fade-appear.best-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
          animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.best-notification-fade-leave.best-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
          animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 400px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeIn {
  0% {
    opacity: 0;
    left: 400px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 400px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 400px;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
@keyframes NotificationFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 150px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
.best-message-container {
  position: relative;
}
.best-message-operation {
  position: absolute;
  top: 12px;
  right: 44px;
}
.best-message-operation-icon:hover {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
.best-message-operation-icon {
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  padding: 9px;
}
.best-message-iframe {
  width: 100%;
  height: 600px;
  border-width: 0;
}
.best-message-zoom {
  position: relative;
  z-index: 2020;
  right: 0;
  bottom: 5px;
  border-radius: 50px;
  background-color: #1e8cce;
}
.best-message-platform-pc {
  position: relative;
  max-width: 825px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-height: 100vh;
  min-height: 440px;
  margin: auto;
}
.best-message-connect {
  position: relative;
  top: -1px;
  left: -3px;
  color: #fff;
  padding-right: 5px;
}
.platform-pc .page-ticket-detail .ticket-header .ticket-status {
  position: relative;
  right: 30px;
}
@-webkit-keyframes twinkling {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes twinkling {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.twinkling-icon {
  -webkit-animation: twinkling 1s infinite ease-in-out;
          animation: twinkling 1s infinite ease-in-out;
}
.top-badge-cls {
  position: relative;
  bottom: 2px;
}
.top-badge-cls .wmstool-badge-count {
  height: 16px;
  border-radius: 8px;
  min-width: 16px;
  background: #f5222d;
  color: #fff;
  line-height: 16px;
  text-align: center;
  padding: 0 3px;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transform-origin: -10% center;
  -ms-transform-origin: -10% center;
  transform-origin: -10% center;
  box-shadow: 0 0 0 1px #fff;
}
.inform_wrap {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}
.employee-manage.detail .easyform_Col_f {
  margin-top: 10px;
  padding-bottom: 0px;
}
.salay-eye-wrapper .anticon:before {
  display: none;
}
.salay-eye-wrapper .anticon {
  position: relative;
  right: 20px;
}
.weight-detail-wrapper .wmstool-col-12.easyform_Col_f:nth-last-child(1) {
  padding-bottom: 0 !important;
}
.weight-detail-wrapper.odd .wmstool-col-12.easyform_Col_f:nth-last-child(2) {
  padding-bottom: 0 !important;
}
.gross-profit-from-style .wmstool-select-selection__choice__remove {
  display: none !important;
}
.paddingForErr {
  padding-bottom: 15px;
}
.custom-notification {
  font-family: 'Helvetica Neue For Number', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.custom-notification-top {
  top: 45px;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.custom-notification-notice {
  width: -webkit-max-content;
  width: max-content;
  height: 55px;
  padding: 16px 24px;
  border-radius: 4px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  background: #fff;
  line-height: 1.5;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.custom-notification-notice-content {
  margin-right: 20px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.88);
}
.custom-notification-notice-close {
  position: absolute;
  right: 22px;
  top: 16px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.search-button,
.wmstool-btn-primary,
.wmstool-switch-checked,
.wmstool-calendar .wmstool-calendar-ok-btn,
.wmstool-calendar-selected-day .wmstool-calendar-date,
.wmstool-pagination-item-active {
  background-color: #006aff;
}
.wmstool-btn.active,
.wmstool-btn:active,
.wmstool-btn:focus,
.wmstool-btn:hover,
.wmstool-calendar-date:active,
.wmstool-calendar-selected-day .wmstool-calendar-date:hover {
  background-color: #3589ff;
}
.cancel-button,
.wmstool-btn,
.wmstool-calendar .wmstool-calendar-ok-btn,
.wmstool-pagination-item-active,
.wmstool-select-focused.wmstool-select-single:not(.wmstool-select-customize-input) .wmstool-select-selector {
  border-color: #acb2bc;
}
.wmstool-input:focus,
.wmstool-input:hover,
.wmstool-calendar-date:active,
.wmstool-select:not(.wmstool-select-disabled):hover .wmstool-select-selector,
.wmstool-btn.active,
.wmstool-btn:active,
.wmstool-btn:focus,
.wmstool-btn:hover,
.wmstool-calendar-picker:focus .wmstool-calendar-picker-input:not(.wmstool-input-disabled),
.wmstool-calendar-picker:hover .wmstool-calendar-picker-input:not(.wmstool-input-disabled),
.wmstool-input-affix-wrapper:hover .wmstool-input:not(.wmstool-input-disabled) {
  border-color: #3589ff;
}
.wmstool-table-wrapper .wmstool-table-row:hover td,
.wmstool-calendar-time-picker-btn,
.wmstool-select-item-option-selected:not(.wmstool-select-item-option-disabled) .wmstool-select-item-option-state,
.wmstool-table-wrapper .wmstool-table-row:hover td a:hover {
  color: #006aff;
}
.wmstool-pagination-item-active:hover a,
.wmstool-pagination-item-active a {
  color: white;
}
.add-button,
.wmstool-btn-green {
  background-color: #3589ff;
}
.wmstool-btn-green {
  border-color: #3589ff;
}
.tab_card_contain {
  border-image: linear-gradient(-90deg, #006aff, #3589ff) 1 1;
}
.wmstool-select-dropdown:not(.wmstool-select-tree-dropdown):after,
.rainbow-system-wrapper > .wmstool-tabs > .wmstool-tabs-bar > .wmstool-tabs-nav-container > .wmstool-tabs-nav-wrap > .wmstool-tabs-nav-scroll > .wmstool-tabs-nav > .wmstool-tabs-tab.wmstool-tabs-tab-active:before,
.common_tab_div .wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab-active:before {
  background: linear-gradient(-90deg, #006aff, #3589ff);
}
.wmstool-input:focus,
.wmstool-select-focused.wmstool-select-single:not(.wmstool-select-customize-input) .wmstool-select-selector {
  box-shadow: none;
}
.wmstool-checkbox-checked .wmstool-checkbox-inner,
.wmstool-checkbox-indeterminate .wmstool-checkbox-inner,
.wmstool-select-tree-checkbox-checked .wmstool-select-tree-checkbox-inner,
.wmstool-select-tree-checkbox-indeterminate .wmstool-select-tree-checkbox-inner,
.wmstool-tree-checkbox-checked .wmstool-tree-checkbox-inner,
.wmstool-tree-checkbox-indeterminate .wmstool-tree-checkbox-inner {
  color: #006aff;
  background-color: #006aff;
  border-color: #006aff;
}
.wmstool-btn-primary[disabled] {
  color: rgba(0, 0, 0, 0.45);
}
.wmstool-calendar-today .wmstool-calendar-date {
  border-color: #006aff;
  color: #006aff;
}
.wmstool-calendar-selected-day .wmstool-calendar-date {
  color: white;
}
.wmstool-menu .wmstool-menu-submenu-title {
  color: #525a67;
}
.wmstool-menu .wmstool-menu-submenu-title:hover {
  color: #006aff;
}
.wmstool-menu .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:before,
.wmstool-menu .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:after {
  background: #006aff;
}
.wmstool-menu:not(.wmstool-menu-horizontal) .wmstool-menu-item {
  position: relative;
  margin: 12px 0;
  color: #525a67;
}
.wmstool-menu:not(.wmstool-menu-horizontal) .wmstool-menu-item:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #525a67;
}
.wmstool-tabs-nav-container .wmstool-tabs-nav .wmstool-tabs-tab {
  background: #f2f3f5 !important;
}
.wmstool-tabs-nav-container .wmstool-tabs-nav .wmstool-tabs-tab {
  padding: 16px;
  margin-right: 5px;
  color: #838d98;
}
.wmstool-tabs-nav-container .wmstool-tabs-nav .wmstool-tabs-tab-active {
  background: #ffffff !important;
  color: #006aff !important;
}
.wmstool-menu-vertical .wmstool-menu-item,
.wmstool-menu-vertical-left .wmstool-menu-item,
.wmstool-menu-vertical-right .wmstool-menu-item,
.wmstool-menu-inline .wmstool-menu-item,
.wmstool-menu-vertical .wmstool-menu-submenu-title,
.wmstool-menu-vertical-left .wmstool-menu-submenu-title,
.wmstool-menu-vertical-right .wmstool-menu-submenu-title,
.wmstool-menu-inline .wmstool-menu-submenu-title {
  padding: 0 16px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.salary-scheme-contianer .line-item.active {
  border-color: #006aff !important;
}
.salary-scheme-contianer .line-item.active:before {
  background: #006aff !important;
}
.report-common-title {
  color: #3589ff;
}
.sub-tabs .wmstool-tabs-nav .wmstool-tabs-tab-active {
  border-image: linear-gradient(90deg, #006aff, #3589ff) 1 !important;
}
/*table统一样式*/
.wmstool-table-wrapper {
  padding: 10px;
}
.wmstool-table-wrapper .wmstool-table-row td {
  color: #000;
  background: #fff;
}
.wmstool-table-wrapper .wmstool-table-row td a {
  color: #3589ff;
}
.wmstool-table-wrapper .wmstool-table-row:hover td {
  background: #fff;
  color: #3589ff;
}
.wmstool-table-wrapper .wmstool-table-row:hover td a {
  color: inherit;
  transition: none;
}
.wmstool-table-wrapper .wmstool-table-row:hover td a:hover {
  color: #3589ff;
  text-decoration: underline;
}
.main_contain {
  position: absolute;
  top: 8px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: auto;
}
.top-nav-tab .wmstool-tabs-tab :hover {
  color: #006aff !important;
}
.top_main {
  position: absolute;
  width: 100%;
  height: 38px;
}
.top_main .top_img {
  height: 27px;
  margin-top: 12px;
  margin-left: 20px;
}
.left_right {
  background-image: none;
}
.left_right > .wmstool-tabs {
  overflow: hidden;
}
.left_right > .wmstool-tabs > .wmstool-tabs-bar {
  border-bottom: 1px solid #f7f8fa;
  margin-bottom: 0;
  transition: none;
}
.left_right .wmstool-tabs-nav-container-scrolling {
  margin-right: 270px;
}
.left_right .wmstool-tabs-nav-container-scrolling .wmstool-tabs-tab-prev-icon,
.left_right .wmstool-tabs-nav-container-scrolling .wmstool-tabs-tab-next-icon {
  color: white;
}
.Main-home {
  background: #2b354a;
  width: auto;
  height: auto;
  height: 100%;
  width: 100vw;
  position: fixed;
}
.Main-home .left_div,
.Main-home .left_div_up {
  background-color: #f7f8fa;
  box-shadow: 0px 0 0px #f7f8fa;
}
.Main-home .left_div .wmstool-menu,
.Main-home .left_div_up .wmstool-menu {
  background-color: #f7f8fa;
  color: #525a67;
}
.Main-home .left_div .wmstool-menu-inline,
.Main-home .left_div_up .wmstool-menu-inline,
.Main-home .left_div .wmstool-menu-vertical,
.Main-home .left_div_up .wmstool-menu-vertical,
.Main-home .left_div .wmstool-menu-vertical-left,
.Main-home .left_div_up .wmstool-menu-vertical-left {
  border-right: 0px solid #e8e8e8;
}
.home-page .full-screen-container {
  background-image: url(../images/home-background-wn.686f3d59.png);
}
.home-page .home-container .home-data-title .panel .content {
  color: #e86e02;
}
.home-page .home-container .home-data-title .panel .title {
  color: #fdfef6;
}
.home-page .home-container .home-chart-bc .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  border-bottom: 1px dashed #073851 !important;
}
.home-page .home-container .home-chart-bc .wmstool-table-wrapper .wmstool-table-row td {
  color: #1b4d65;
  background: rgba(0, 0, 0, 0);
}
.home-page .home-container .home-data-title {
  border-bottom: none;
}
.home-page .home-container .home-data-title .left-line {
  border-left: none;
}
.home-page .home-container .home-search-bar .home-search-title {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  min-width: 300px;
}
.home-page .home-container .home-search-bar .home-search-title label {
  padding-left: 1vw;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-select .wmstool-select-selector,
.home-page .home-container .home-search-bar .home-search-item .wmstool-select .wmstool-select-selection {
  color: #fff;
  background: #020d0f;
  border: 0px;
}
.home-page .home-container .home-search-bar .home-search-item .wmstool-select .wmstool-select-selection-item {
  background: #020d0f;
}
.home-page .complete {
  height: 50%;
  padding: 2vh 10px;
  border-top: none;
}
.home-page .complete .count.green .count-line {
  display: flex;
}
.home-page .complete .count.green .count-line .wmstool-progress-bg {
  background: #ec7002;
}
.home-page .complete .count.green .wmstool-progress-circle-path {
  stroke: #ec7002 !important;
}
.home-page .process-order .title > label {
  border-image: linear-gradient(to bottom, #f5ac00, #eb7201) 1;
}
.home-page .process-order .complete-number {
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.home-page .wmstool-progress-status-success .wmstool-progress-circle-path {
  stroke: #ea6d00 !important;
}
.colorful-radio-button .wmstool-radio-button-wrapper {
  border-color: #006aff;
  background: none;
  color: #006aff;
}
.colorful-radio-button .wmstool-radio-button-wrapper.wmstool-radio-button-wrapper-checked {
  background: linear-gradient(to left, #006aff 0%, #3589ff 100%) !important;
}
.colorful-radio-button .wmstool-radio-button-wrapper.wmstool-radio-button-wrapper-checked {
  border: 1px solid #1cdc93;
  border: none;
  color: #fff;
  background: #006aff;
}
.dark-theme-table .wmstool-table-wrapper {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
}
.dark-theme-table .wmstool-table-wrapper {
  border: 2px solid #50320f;
  padding: 0;
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.dark-theme-table .wmstool-table-wrapper .wmstool-table-row:hover td {
  background: #4a4541 !important;
  color: #ffffff !important;
}
.dark-theme-table .wmstool-table-wrapper .wmstool-table-row:hover td a {
  color: inherit;
  transition: none;
}
.dark-theme-table .wmstool-table-placeholder {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
}
.dark-theme-table .wmstool-table table {
  border-radius: 0;
  border-radius: initial;
}
.dark-theme-table .wmstool-table-thead > tr > th {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  border-bottom: none !important;
}
.dark-theme-table .wmstool-table-thead > tr > th span {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
}
.dark-theme-table .wmstool-table-fixed-header .wmstool-table-scroll .wmstool-table-header {
  overflow: visible !important;
  overflow: initial !important;
}
.dark-theme-table .wmstool-table-fixed-header .wmstool-table-scroll .wmstool-table-header {
  background: rgba(0, 0, 0, 0);
}
.dark-theme-table .wmstool-table-fixed-header .wmstool-table-scroll .wmstool-table-body {
  background: rgba(0, 0, 0, 0);
}
.dark-theme-table .wmstool-table-body {
  border-top: 2px solid #50320f;
  background: rgba(0, 0, 0, 0);
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.dark-theme-table tr,
.dark-theme-table td,
.dark-theme-table th {
  background: rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  border-bottom: none !important;
}
.dark-theme-table tr,
.dark-theme-table td,
.dark-theme-table th {
  border: none;
}
.home-title-table {
  border: 2px solid #63510f;
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.home-title-table .title > label {
  border-left: 4px solid #f29700;
  border-image: none;
}
.home-title-table .table {
  border-top: 1px solid #63510f;
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
  border-image: linear-gradient(to right, #63510f, #50320f) 1;
}
.home-title-table .table .wmstool-table-wrapper {
  border: none !important;
}
.home-title-table .table .wmstool-table-body {
  border-top: none !important;
}
.home-title-table .table .wmstool-table-body {
  border-image: none;
  background: rgba(0, 0, 0, 0);
}
.home-title-table .table .wmstool-table .wmstool-table-header::-webkit-scrollbar {
  width: 0;
}
.home-title-table .table .wmstool-table ::-webkit-scrollbar {
  width: 10px;
}
.home-title-table .table .wmstool-table ::-webkit-scrollbar-thumb {
  background: #99a1a3;
}
.home-title-table .table .wmstool-table ::-webkit-scrollbar-track {
  background: none;
}

