.left_main_tab_contain .wmstool-tabs-top .wmstool-tabs-bar {
  margin-bottom: 8px;
  margin-top: 0px;
}
.top_main {
  position: fixed;
  background-color: #4dbe67;
  width: 100%;
  height: 60px;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_main .top_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
}
.top_main .top_user {
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
}
.top-popover-account .wmstool-popover-inner-content {
  width: 250px;
  height: 260px;
  position: relative;
}
.top-popover-account .wmstool-popover-inner-content .wmstool-row {
  margin-bottom: 10px;
}
.top-popover-account .wmstool-popover-inner-content .availableAccount {
  font-size: 12px;
}
.top-popover-account .wmstool-popover-inner-content .amountDetail {
  text-align: right;
  color: #4dbe67;
  cursor: pointer;
}
.top-popover-account .wmstool-popover-inner-content .color-9B9896 {
  line-height: 20px;
  color: #9B9896;
}
.top-popover-account .wmstool-popover-inner-content .availableQuantity {
  color: #232120;
  font-weight: 600;
}
.top-popover-account .wmstool-popover-inner-content .rechargeNow {
  width: 100%;
  margin: 10px 0px;
}
.top-popover-account .wmstool-popover-inner-content .border-line {
  border-bottom: 1px solid #E3E2E1;
  margin: 0 -16px;
}
.top-popover-account .wmstool-popover-inner-content .recharge-link {
  margin: 10px 0;
  color: #232120;
}
.top-popover-account .wmstool-popover-inner-content .recharge-link:hover {
  cursor: pointer;
  color: #295DF0;
}
.top-popover-account .wmstool-popover-inner-content .footer {
  position: absolute;
  width: 100%;
  margin: 0 -16px;
  height: 32px;
  bottom: 0;
  text-align: center;
  background: #FFF1E5;
  color: #FF6107;
  line-height: 32px;
  font-weight: 500;
}
.top-popover-account .wmstool-popover-inner-content .footer:hover {
  cursor: pointer;
}
.top_main .top_menu {
  width: auto;
  display: inline-block;
}
.top_main .top_menu .wmstool-menu-horizontal {
  background-color: #4dbe67;
  color: #fff;
  padding-top: 12px;
}
.top_main .top_menu .wmstool-menu-horizontal .wmstool-menu-item-selected {
  border-bottom: 2px solid #edf574;
  color: #eef574;
}
.top_main .top_menu .wmstool-menu-horizontal .wmstool-menu-item {
  border-bottom: 2px solid #4dbe67;
}
.top-nav-tab .wmstool-tabs-bar {
  margin-bottom: 5px;
  margin-top: -17px;
}
.top-nav-tab .wmstool-tabs-bar .wmstool-tabs-tab {
  margin-right: 12px;
}
.top-nav-tab .wmstool-tabs-bar .wmstool-tabs-tab:hover {
  color: #4dbe67 !important;
}
.top-nav-tab .wmstool-tabs-bar .wmstool-tabs-ink-bar {
  background-color: #4dbe67;
}
.top-nav-tab .wmstool-tabs-bar .wmstool-tabs-nav .wmstool-tabs-tab-active {
  color: #4dbe67;
}
.left_main_tab_contain .wmstool-tabs-top .wmstool-tabs-bar {
  margin-bottom: 8px;
  margin-top: 0px;
}
.left_main {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  overflow-y: auto;
}
.left_main .wmstool-menu-submenu-arrow {
  padding-left: 10px;
}
.left_main .wmstool-menu {
  width: 100%;
  min-height: 100%;
  background: #F3F2F1;
  border-right: 1px solid rgba(232,232,232,0);
}
.left_main .wmstool-menu .wmstool-menu-submenu-title:hover,
.left_main .wmstool-menu .wmstool-menu-item:hover {
  color: #1890ff;
}
.login_page {
  position: relative;
  overflow: hidden;
  min-width: 1280px;
  min-height: 100vh;
  padding-top: 800px;
  /*联系支持区域*/
  /*login表单区域*/
}
.login_page .login_bg {
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.login_page .contact-box {
  position: absolute;
  top: 20px;
  right: 10%;
  z-index: 9;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.login_page .contact-item {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 10px;
  line-height: 24px;
}
.login_page .contact-item:hover {
  overflow: visible;
}
.login_page .contact-item:hover .base-code-img {
  display: block;
  opacity: 1;
}
.login_page .contact-item img,
.login_page .contact-item .anticon {
  margin-right: 4px;
}
.login_page .contact-item .anticon {
  font-size: 15px;
}
.login_page .contact-item:last-child {
  margin: none;
}
.login_page .contact-item .base-code-img {
  width: 120px;
  position: absolute;
  z-index: 9;
  top: 28px;
  opacity: 0;
  transition: all 0.5s;
}
.login_page .login_box {
  position: absolute;
  top: 200px;
  right: 10%;
  min-width: 360px;
  width: 25%;
  min-height: 425px;
  height: 56%;
  background: #ffffff;
}
.login_page .login_box_title {
  margin-top: 14%;
  margin-bottom: 20%;
  text-align: center;
}
.login_page .login_box .logo {
  width: 165px;
  height: auto;
  margin-right: 12px;
  vertical-align: middle;
}
.login_page .login_box .logo_label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 30px;
  font-family: Arial;
  -webkit-transform: scale(1, 1.5);
      -ms-transform: scale(1, 1.5);
          transform: scale(1, 1.5);
}
.login_page .login_box .login-verifyCode {
  padding: 0 0;
}
.login_page h3 {
  margin-bottom: 32px;
  text-align: center;
}
.login_page .login-form {
  max-width: 300px;
  text-align: left;
  margin: auto;
}
.login_page .reset-form {
  padding: 32px;
}
.login_page .login-form-button {
  width: 100%;
  border: none;
  color: white;
  height: 42px;
  border-radius: 24px;
  background: linear-gradient(to right, #00b2ff, #0b5cb3);
}
.login_page .login-desc {
  position: absolute;
  top: 120px;
  left: 8%;
  color: #fff;
  width: calc(80% - 500px);
}
.login_page .login-desc_title {
  font-size: 50px;
  color: white;
}
.login_page .login-desc_logo {
  margin-top: 20px;
  width: 50%;
  margin-left: 5%;
}
.login_page .login-desc p {
  font-size: 16px;
  margin-bottom: 0;
}
.login_page .slick-dots {
  bottom: 100px;
}
.login_page .forget_password {
  text-align: center;
}
.login_page .register_link_wrap {
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
}
.login_page .register_box {
  position: absolute;
  top: 120px;
  right: 200px;
  width: 420px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}
.login_page input {
  background: rgba(255, 255, 255, 0.8);
}
.login_page .register_back {
  position: absolute;
  left: 24px;
  top: 24px;
  font-size: 24px;
  cursor: pointer;
}
.owner-terms-box {
  width: 800px;
  margin: 20px auto;
}
.owner-terms-box .green {
  color: #53be6c;
}
.owner-terms-box .red {
  color: red;
}
.w-200 {
  width: 200px;
}
.inline-block {
  display: inline-block;
}
.home-container .home-header-container {
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 1vw;
}
.home-container .home-header-container .home-header-title {
  font-size: 20px;
  display: inline-block;
  width: 400px;
}
.home-container .home-header-container .home-header-item {
  margin-bottom: 8px;
}
.home-container .home-header-empty {
  width: 100%;
  text-align: center;
}
.home-container .home-header-empty .empty-text {
  margin-top: 28vh;
}
.home-container .home-search-bar {
  width: 100%;
  margin-top: 4px;
}
.home-container .home-search-bar .home-search-title {
  position: absolute;
  left: 1vw;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  min-width: 360px;
}
.home-container .home-search-bar .home-search-item-container {
  height: 32px;
  float: right;
}
.home-container .home-search-bar .home-search-item {
  margin-right: 40px;
  line-height: 32px;
  text-align: center;
  float: left;
  width: 20vw;
}
.home-container .home-search-bar .home-search-item-text {
  float: left;
  font-size: 16px;
  margin-right: 10px;
  line-height: 32px;
}
.home-container .home-search-bar .home-search-item > .anticon {
  width: 20px;
}
.home-container .home-search-bar .home-search-item .wmstool-select {
  width: 100%;
}
.home-container .home-search-bar .home-search-item .wmstool-select-selection,
.home-container .home-search-bar .home-search-item .wmstool-select-selection--multiple {
  max-height: 32px;
  overflow: hidden;
}
.home-container .home-data-title {
  padding: 5vh 0;
  height: 140px;
  min-height: 20vh;
  border-bottom: 1px dashed #073851;
}
.home-container .home-data-title > div {
  height: 100%;
}
.home-container .home-data-title .panel {
  height: 120px;
  width: 100%;
  text-align: center;
  padding-right: 40px;
}
.home-container .home-data-title .panel .content {
  color: #21db94;
  font-size: 40px;
  line-height: 40px;
  text-align: right;
}
.home-container .home-data-title .panel .title {
  color: #fdfef6;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  margin-top: 20px;
  width: 100%;
}
.home-container .home-data-title .panel.panel-left {
  width: 66%;
  float: left;
  display: inline-block;
}
.home-container .home-data-title .panel.panel-right {
  width: 33%;
  float: left;
  display: inline-block;
}
.home-container .home-data-title .panel .wmstool-progress-text {
  color: #fdfef6;
}
.home-container .home-data-title .left-line {
  border-left: dashed 1px #073851;
  width: 1px;
  height: 80px;
  display: inline-block;
  float: left;
}
.home-container .home-data-content {
  padding: 10px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home-container .home-data-content .left-content {
  width: 48vw;
  display: inline-block;
}
.home-container .home-data-content .right-content {
  display: inline-block;
  width: 30vw;
}
.home-container .home-content {
  height: calc(100% - 40px);
}
.home-container .home-content .home-main-wh {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 25%;
  padding-right: 6px;
}
.home-container .home-content .home-main-wh .home-warehouse-m .home-warehouse-d {
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.home-container .home-content .home-main-wh .home-warehouse-m .home-warehouse-d .wmstool-select {
  min-width: 100px;
  width: 100%;
}
.home-container .process-order .title {
  font-size: 20px;
  padding: 5px 10px 5px 0px;
  width: 100%;
}
.home-container .process-order .title > label {
  padding-left: 10px;
  border-left: 4px solid #1cdc93;
  border-image: linear-gradient(to bottom, #1cdc93, #0b95e0) 1;
}
.home-container .process-order .title .right-icon {
  float: right;
}
.home-container .process-order .title .right-icon .anticon {
  font-size: 16px;
  font-weight: 800;
  margin-top: 10px;
  color: #0f7456;
  cursor: pointer;
}
.home-container .process-order .content {
  width: 100%;
  position: relative;
}
.home-container .process-order .content .pie-content {
  width: 100%;
  height: 100%;
  float: left;
}
.home-container .process-order .content .number-content {
  position: absolute;
  right: 10px;
  top: 0;
  height: 5.5vh;
}
.home-container .process-order .complete-title {
  width: 100%;
  font-size: 18px;
}
.home-container .process-order .complete-number {
  font-size: 24px;
  width: 100%;
  border-bottom: 2px solid #1cdc93;
  border-image: linear-gradient(to left, #1cdc93, #0b95e0) 1;
}
.home-container .process-order.axis .title > label {
  padding-left: 10px;
  border-left: 4px solid #1cdc93;
  border-image: linear-gradient(to bottom, #1cdc93, #0b95e0) 1;
}
.home-container .process-order.axis .content .tab {
  width: 100%;
}
.home-container .update-time-title {
  font-size: 16px;
}
.home-stock-board .chart-container {
  box-sizing: border-box;
}
.home-stock-board .chart-container-card,
.home-stock-board .chart-container-advent,
.home-stock-board .chart-container-suggest,
.home-stock-board .chart-container-trends,
.home-stock-board .chart-container-turnover {
  display: inline-block;
  background-color: white;
  border-radius: 10px;
  padding: 10px 0 0 10px;
  width: 100%;
}
.home-stock-board .chart-container-card {
  min-height: 12vh;
  padding: 10px 0;
  margin-bottom: 2vh;
  text-align: center;
}
.home-stock-board .chart-container-card > .header {
  display: flex;
}
.home-stock-board .chart-container-card > .header .stock-card {
  flex: 1;
  cursor: pointer;
  width: 19vw;
  color: #c9c9c9;
}
.home-stock-board .chart-container-card > .header .stock-card .title {
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
}
.home-stock-board .chart-container-card > .header .stock-card > .text {
  margin: 0;
  color: #3d8bfd;
  font-weight: bold;
}
.home-stock-board .chart-container-card > .header .stock-card > .text > span {
  font-size: 28px;
}
.home-stock-board .chart-container-card > .header .stock-card + .stock-card {
  border-left: 1px solid rgba(201, 201, 201, 0.3);
}
.home-stock-board .chart-container-card > .bottom {
  color: #c9c9c9;
  margin-top: 4px;
}
.home-stock-board .chart-container-suggest {
  min-height: 32vh;
  width: 100%;
}
.home-stock-board .chart-container-suggest .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th {
  background: #fff !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.home-stock-board .chart-container-suggest .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th {
  font-weight: bold;
}
.home-stock-board .chart-container-suggest .wmstool-table-thead {
  border: none;
}
.home-stock-board .chart-container-suggest .wmstool-table-wrapper {
  padding-bottom: 10px;
}
.home-stock-board .chart-container-suggest .wmstool-table-wrapper .wmstool-table-row td {
  background: #fff !important;
}
.home-stock-board .chart-container-suggest .wmstool-table-wrapper .wmstool-table-row:hover td {
  color: #fff !important;
  background-color: lightgray !important;
}
.home-stock-board .chart-container-trends {
  height: 32vh;
  width: 100%;
}
.home-stock-board .chart-container-advent {
  height: 28vh;
  margin-bottom: 2vh;
  width: 100%;
}
.home-stock-board .chart-container-turnover {
  height: 42vh;
  margin-bottom: 2vh;
  width: 100%;
}
.home-stock-board .chart-content .chart-pie {
  width: 50%;
}
.home-express-board .pie-container {
  display: flex;
}
.home-express-board .pie-container .express-chart-collect {
  flex: 1;
  padding-right: 10px;
}
.home-express-board .pie-container .express-chart-sign {
  flex: 1;
  padding-left: 10px;
}
.home-express-board .express-chart-aging .chart-content .wmstool-table-wrapper {
  min-height: 17vh;
}
.home-express-board .express-chart-weight .chart-content {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.home-express-board .express-chart-weight .chart-content {
  min-height: 20vh;
}
.home-express-board .express-chart-weight .chart-content .weight-table {
  width: 100%;
  margin: 10px 0 18px;
  border: 1px solid #e8e8e8;
}
.home-express-board .content-chart .chart-title {
  margin-bottom: 10px;
}
.home-express-board .content-chart .chart-content {
  padding: 10px 4px 1px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
.home-order-board .content-chart .chart-title {
  margin-bottom: 10px;
}
.home-order-board .content-chart .chart-content {
  padding: 10px 4px 1px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
.home-order-board .count-container {
  display: flex;
}
.home-order-board .count-container .order-total-num,
.home-order-board .count-container .order-total-item {
  flex: 1;
}
.home-order-board .count-container .order-total-num .chart-content,
.home-order-board .count-container .order-total-item .chart-content {
  font-size: 34px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
}
.home-order-board .count-container .order-total-num {
  padding-right: 10px;
}
.home-order-board .count-container .order-total-item {
  padding-left: 10px;
}
.home-stock-board,
.home-express-board,
.home-order-board {
  background-color: #f5f5fb;
}
.home-stock-board .w-full,
.home-express-board .w-full,
.home-order-board .w-full {
  width: 100%;
}
.home-stock-board .mt-10,
.home-express-board .mt-10,
.home-order-board .mt-10 {
  margin-top: 10px;
}
.home-stock-board .pt-10,
.home-express-board .pt-10,
.home-order-board .pt-10 {
  padding-top: 10px;
}
.home-stock-board .pointer,
.home-express-board .pointer,
.home-order-board .pointer {
  cursor: pointer;
}
.home-stock-board .down-arrow,
.home-express-board .down-arrow,
.home-order-board .down-arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border-right: 4px solid rgba(38, 42, 55, 0.6);
  border-top: 4px solid rgba(38, 42, 55, 0.6);
  -webkit-transform: rotate(45deg);
  /*箭头方向可以自由切换角度*/
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.home-stock-board .down-arrow:before,
.home-express-board .down-arrow:before,
.home-order-board .down-arrow:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border-right: 4px solid #262a37;
  border-top: 4px solid #262a37;
  -webkit-transform: translate(-10px, 6px);
  /*箭头方向可以自由切换角度*/
  -ms-transform: translate(-10px, 6px);
      transform: translate(-10px, 6px);
}
.home-stock-board .down-arrow:after,
.home-express-board .down-arrow:after,
.home-order-board .down-arrow:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border-right: 4px solid rgba(38, 42, 55, 0.3);
  border-top: 4px solid rgba(38, 42, 55, 0.3);
  -webkit-transform: translate(10px, -14px);
  /*箭头方向可以自由切换角度*/
  -ms-transform: translate(10px, -14px);
      transform: translate(10px, -14px);
}
.home-stock-board .header-search-bar,
.home-express-board .header-search-bar,
.home-order-board .header-search-bar {
  display: flex;
  width: 920px;
  min-height: 32px;
  padding: 10px 0 15px 0;
}
.home-stock-board .header-search-bar .search-warehouse,
.home-express-board .header-search-bar .search-warehouse,
.home-order-board .header-search-bar .search-warehouse,
.home-stock-board .header-search-bar .search-time,
.home-express-board .header-search-bar .search-time,
.home-order-board .header-search-bar .search-time {
  display: flex;
  flex: 1;
  line-height: 32px;
  border: 2px solid #dcdcdc;
  background-color: #fff;
  border-radius: 4px;
}
.home-stock-board .header-search-bar .search-warehouse-label > span,
.home-express-board .header-search-bar .search-warehouse-label > span,
.home-order-board .header-search-bar .search-warehouse-label > span,
.home-stock-board .header-search-bar .search-time-label > span,
.home-express-board .header-search-bar .search-time-label > span,
.home-order-board .header-search-bar .search-time-label > span {
  padding: 0 10px;
  border-right: 2px solid #dcdcdc;
}
.home-stock-board .header-search-bar .search-warehouse-item,
.home-express-board .header-search-bar .search-warehouse-item,
.home-order-board .header-search-bar .search-warehouse-item,
.home-stock-board .header-search-bar .search-time-item,
.home-express-board .header-search-bar .search-time-item,
.home-order-board .header-search-bar .search-time-item {
  display: flex;
  flex: 4;
}
.home-stock-board .header-search-bar .search-warehouse-item .wmstool-select,
.home-express-board .header-search-bar .search-warehouse-item .wmstool-select,
.home-order-board .header-search-bar .search-warehouse-item .wmstool-select,
.home-stock-board .header-search-bar .search-time-item .wmstool-select,
.home-express-board .header-search-bar .search-time-item .wmstool-select,
.home-order-board .header-search-bar .search-time-item .wmstool-select {
  width: 100%;
}
.home-stock-board .header-search-bar .search-warehouse-item .wmstool-select .wmstool-select-selection,
.home-express-board .header-search-bar .search-warehouse-item .wmstool-select .wmstool-select-selection,
.home-order-board .header-search-bar .search-warehouse-item .wmstool-select .wmstool-select-selection,
.home-stock-board .header-search-bar .search-time-item .wmstool-select .wmstool-select-selection,
.home-express-board .header-search-bar .search-time-item .wmstool-select .wmstool-select-selection,
.home-order-board .header-search-bar .search-time-item .wmstool-select .wmstool-select-selection {
  color: rgba(0, 0, 0, 0.65);
  background: #f5f5fb;
  border: none;
}
.home-stock-board .header-search-bar .search-warehouse-item .wmstool-input,
.home-express-board .header-search-bar .search-warehouse-item .wmstool-input,
.home-order-board .header-search-bar .search-warehouse-item .wmstool-input,
.home-stock-board .header-search-bar .search-time-item .wmstool-input,
.home-express-board .header-search-bar .search-time-item .wmstool-input,
.home-order-board .header-search-bar .search-time-item .wmstool-input {
  color: rgba(0, 0, 0, 0.65);
  background: #f5f5fb;
  border: none;
  background-color: #fff;
}
.home-stock-board .header-search-bar .search-warehouse,
.home-express-board .header-search-bar .search-warehouse,
.home-order-board .header-search-bar .search-warehouse {
  margin-left: 20px;
}
.home-stock-board .header-search-bar .search-time,
.home-express-board .header-search-bar .search-time,
.home-order-board .header-search-bar .search-time {
  margin-left: 100px;
}
.home-stock-board .content-chart,
.home-express-board .content-chart,
.home-order-board .content-chart {
  display: flex;
  padding: 20px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  justify-content: space-between;
}
.home-stock-board .content-chart .left-content,
.home-express-board .content-chart .left-content,
.home-order-board .content-chart .left-content {
  width: 50%;
}
.home-stock-board .content-chart .right-content,
.home-express-board .content-chart .right-content,
.home-order-board .content-chart .right-content {
  width: 48%;
}
.home-stock-board .content-chart .chart-title,
.home-express-board .content-chart .chart-title,
.home-order-board .content-chart .chart-title {
  height: 32px;
}
.home-stock-board .content-chart .chart-title .left-title,
.home-express-board .content-chart .chart-title .left-title,
.home-order-board .content-chart .chart-title .left-title {
  display: inline-block;
}
.home-stock-board .content-chart .chart-title .left-title > label,
.home-express-board .content-chart .chart-title .left-title > label,
.home-order-board .content-chart .chart-title .left-title > label {
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px 0 10px;
  border-left: 4px solid #262a37;
}
.home-stock-board .content-chart .chart-title .right-icon,
.home-express-board .content-chart .chart-title .right-icon,
.home-order-board .content-chart .chart-title .right-icon {
  float: right;
  margin-right: 20px;
}
.home-stock-board .content-chart .chart-content,
.home-express-board .content-chart .chart-content,
.home-order-board .content-chart .chart-content {
  position: relative;
}
.home-stock-board .content-chart .chart-content .empty-text,
.home-express-board .content-chart .chart-content .empty-text,
.home-order-board .content-chart .chart-content .empty-text {
  text-align: center;
  font-weight: bold;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.home-stock-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th,
.home-express-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th,
.home-order-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th {
  background: #fff !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.home-stock-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th,
.home-express-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th,
.home-order-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-spin-container .wmstool-table-body .wmstool-table-thead tr th {
  font-weight: bold;
}
.home-stock-board .content-chart .chart-content .wmstool-table-thead,
.home-express-board .content-chart .chart-content .wmstool-table-thead,
.home-order-board .content-chart .chart-content .wmstool-table-thead {
  border: none;
}
.home-stock-board .content-chart .chart-content .wmstool-table-wrapper,
.home-express-board .content-chart .chart-content .wmstool-table-wrapper,
.home-order-board .content-chart .chart-content .wmstool-table-wrapper {
  padding-bottom: 10px;
}
.home-stock-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-table-row td,
.home-express-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-table-row td,
.home-order-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-table-row td {
  background: #fff !important;
}
.home-stock-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-table-row:hover td,
.home-express-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-table-row:hover td,
.home-order-board .content-chart .chart-content .wmstool-table-wrapper .wmstool-table-row:hover td {
  color: #fff !important;
  background-color: lightgray !important;
}
.home-stock-board .content-chart .chart-pie,
.home-express-board .content-chart .chart-pie,
.home-order-board .content-chart .chart-pie {
  display: inline-block;
  margin-top: 1vh;
}
.home-stock-board .content-chart .chart-pie + .chart-pie,
.home-express-board .content-chart .chart-pie + .chart-pie,
.home-order-board .content-chart .chart-pie + .chart-pie {
  padding-left: 10px;
  border-left: 1px solid rgba(201, 201, 201, 0.3);
}
.exception-complaints-main .wmstool-tabs-nav-container {
  background: #f1f1f1;
}
.exception-complaints-main .easyform_Col_f {
  padding: 0 0 15px !important;
}
.exception-complaints-main ul,
.exception-complaints-main li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.exception-complaints-main ul,
.exception-complaints-main li {
  max-height: 200px;
}
.exception-complaints-emsummary .wmstool-spin-container {
  overflow: hidden !important;
}
.exception-complaints-emsummary .emsummary-search-form .wmstool-select {
  width: 100%;
}
.exception-complaints-emsummary .emsummary-search-form .wmstool-calendar-picker {
  width: 100%;
}
.exception-complaints-emsummary .emsummary-search-form .emsummary-middle-btn {
  text-align: right;
}
.exception-complaints-emsummary .emsummary-search-form .emsummary-middle-btn .wmstool-btn {
  margin-right: 10px;
}
.exception-complaints-emsummary .table-top-line {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.exception-complaints-emsummary .table-top-line .wmstool-table-wrapper {
  padding: 10px 0 !important;
}
.exception-complaints-emsummary .wmstool-table-body .anticon-mail {
  font-weight: 600;
  color: #faad14;
}
.exception-complaints-emsummary .wmstool-table-body .columns-title-setColor {
  width: 30px;
  text-align: center;
  color: #faad14;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
}
.exception-complaints-emsummary .wmstool-table-body .columns-title-setIcon {
  width: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.exception-complaints-emdetail .detail-search-form .wmstool-btn-primary {
  margin-left: 20px;
}
.exception-complaints-emdetail .detail-search-table h4 {
  margin: 0 10px;
}
.exception-complaints-emdetail .detail-create-form .exception-question {
  display: flex;
  padding: 0px;
}
.exception-complaints-emdetail .detail-create-form .exception-question li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.exception-complaints-emdetail .detail-create-form .exception-question .issueClassifyType-title {
  border-bottom: 1px dotted #bbb;
}
.exception-complaints-emdetail .detail-create-form .exception-question div {
  padding-left: 20px;
}
.exception-complaints-emdetail .detail-create-form .exception-question .wmstool-radio-group {
  width: 100%;
}
.exception-complaints-emdetail .detail-create-form .exception-question .wmstool-radio-group .wmstool-radio-wrapper {
  display: block;
  margin: 5px;
}
.exception-complaints-emdetail .bottom-button {
  text-align: center;
}
.exception-complaints-view-detail .easyform_Col_f {
  padding: 0px !important;
}
.exception-complaints-view-detail .wmstool-easyform-ipt {
  line-height: 32px;
}
.exception-complaints-view-detail .em-detail-header,
.exception-complaints-view-detail .exception-result-detail {
  display: inline-block;
  width: 100%;
}
.exception-complaints-view-detail .em-detail-header .confirm-duty-btn .wmstool-btn,
.exception-complaints-view-detail .exception-result-detail .confirm-duty-btn .wmstool-btn {
  margin-left: 20px;
}
.exception-complaints-view-detail .communication-detail-second-title {
  background-color: #e6f7ff;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
}
.exception-complaints-view-detail .text-words-break {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exception-complaints-view-detail .communication-detail-receive-text {
  border: 1px solid #ddd;
  box-shadow: inset 2px 2px 2px #888;
  margin-bottom: 10px;
}
.exception-complaints-view-detail .communication-detail-receive-text .easyform_Col_f {
  padding-bottom: 0px !important;
}
.exception-complaints-view-detail .communication-detail-receive-text ul {
  padding: 0px !important;
  margin: 0px !important ;
}
.exception-complaints-view-detail .communication-detail-receive-text .communication-detail-receive-item {
  list-style: none !important;
  padding: 5px !important ;
}
.exception-complaints-view-detail .communication-detail-receive-text .communication-detail-receive-item .receive-content {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
}
.exception-complaints-view-detail .communication-detail-receive-text .communication-detail-receive-item .receive-content .communication-img-item {
  display: inline-block;
  margin-right: 10px;
}
.exception-complaints-view-detail .communication-detail-receive-text .communication-detail-receive-item .receive-content .communication-img-item .show-img {
  width: 40px;
  height: 60px;
  cursor: pointer;
}
.exception-complaints-view-detail .communication-detail-receive-text .communication-detail-receive-item .text-item-left {
  text-align: left;
}
.exception-complaints-view-detail .communication-detail-receive-text .communication-detail-receive-item .text-item-left .receive-content {
  background-color: #ddd;
}
.exception-complaints-view-detail .communication-detail-receive-text .communication-detail-receive-item .text-item-right {
  text-align: right;
}
.exception-complaints-view-detail .communication-detail-receive-text .communication-detail-receive-item .text-item-right .receive-content {
  background-color: #9fe67c;
}
.exception-complaints-view-detail .communication-send-message {
  background: #e6f7ff !important;
}
.exception-complaints-view-detail .communication-send-message {
  padding: 10px;
}
.exception-complaints-view-detail .communication-send-message .sendMessage-footer {
  margin-top: 10px;
}
.exception-complaints-view-detail .order-detail-progress {
  margin: 10px 0;
}
.exception-complaints-view-detail .order-detail-progress .wmstool-steps-dot .wmstool-steps-item-icon .wmstool-steps-icon-dot {
  width: 18px !important;
  height: 18px !important;
}
.exception-complaints-view-detail .order-detail-progress .wmstool-steps-dot .wmstool-steps-item-icon .wmstool-steps-icon-dot {
  left: -4px;
  top: -4px;
}
.exception-complaints-view-detail .order-detail-tab-title {
  background-color: #bfbfbf;
  color: #fff;
  padding: 0 10px;
}
.exception-complaints-view-detail .order-detail-tab-title .anticon {
  margin-right: 10px;
}
.exception-complaints-view-detail .order-detail-tab-title .table-header-title {
  display: inline-block;
  float: right;
}
.exception-complaints-view-detail .order-detail-tab-title .table-header-title .wmstool-btn {
  height: 22px;
  width: 30px;
}
.order-detail-tab-context {
  display: inline-block;
  width: 100%;
}
.emduty-reopen-modal .wmstool-modal-body {
  height: 260px;
}
.valueAddService-container .wmstool-form-item .wmstool-form-item-label {
  line-height: 40px;
}
.valueAddService-container .wmstool-form-item .wmstool-form-item-control-wrapper {
  line-height: 40px;
}
.my-sku-modal .wmstool-table-wrapper {
  padding: 10px 0px;
}
.my-sku-modal .input-group-size {
  display: flex;
}
.my-sku-modal .input-group-size .no-padding {
  padding-right: 0px;
}
.my-sku-modal .input-group-size .no-padding .wmstool-input {
  border-radius: 0px;
}
.my-sku-modal .input-group-size .no-padding .wmstool-form-item-label {
  height: 29px;
}
.my-sku-modal .input-group-size .no-padding .wmstool-form-item-label label {
  display: none;
}
.my-sku-modal .input-group-size .no-padding .has-border {
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
}
.my-sku-modal .input-group-size .no-padding:first-child .wmstool-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.my-sku-modal .input-group-size .no-padding:first-child .wmstool-form-item-label > label {
  display: block;
}
.my-sku-modal .input-group-size .no-padding:last-child .wmstool-input-group-wrapper {
  top: 3px;
}
.my-sku-modal .input-group-size .last-input .wmstool-form-item-label {
  height: 29px;
}
.my-sku-modal .input-group-size .last-input .wmstool-form-item-label label {
  display: none;
}
.my-sku-modal .input-group-size .last-input .wmstool-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.my-sku-modal .wmstool-form-item {
  margin-bottom: 10px;
}
.my-sku-modal .wmstool-table .wmstool-form-item {
  margin-bottom: 0px;
}
.my-sku-modal .wmstool-input-group .wmstool-input-group-addon {
  width: 40px;
  padding: 0px;
}
.my-sku-modal .middle-btn .wmstool-btn-link {
  padding: 0px;
}
.user-info-modal .verificationCode-btn {
  display: inline-block;
  float: right;
}
.user-info-modal .verificationCode-btn .wmstool-btn:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.user-info-modal .verificationCode-btn .wmstool-btn:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.user-info-modal .verificationCode-btn .btn-active-class {
  color: #40a9ff;
  border-color: #40a9ff;
}
/* danger 按钮样式 */
/* normal 按钮样式 */
/* orange 按钮样式 */
/*green 按钮样式*/
/* red 按钮样式 */
.wmstool-btn-link {
  color: #1890ff !important;
}
.wmstool-btn:hover,
.wmstool-btn:focus,
.wmstool-btn:active {
  border-color: #4dbe67;
  color: #4dbe67;
}
.wmstool-btn-reload .anticon {
  font-weight: 600;
}
.easy_form_lable {
  text-align: right;
  padding-right: 10px;
  line-height: 32px;
}
.common-detail-easyForm-disable .easy_form_lable {
  text-align: left;
}
.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;
}
/*table统一样式*/
.left_main .wmstool-menu > .wmstool-menu-item-selected {
  background-color: #E3EEE6;
  color: #11AE17;
}
.left_main .wmstool-menu > .wmstool-menu-item-selected::after {
  border-right-color: transparent;
}
.left_main .wmstool-menu-item:after {
  border-right-color: transparent;
}
.color-primary {
  color: #4dbe67;
}
.color-primary:hover {
  color: #40a9ff;
}
.bg-primary {
  background-color: #4dbe67;
}
.hover-primary:hover,
.hover-primary.dragging {
  background-color: #cefad8 !important;
}
.wmstool-btn-primary-border {
  border-color: #4dbe67;
  color: #4dbe67;
  background: #fff;
}
.wmstool-btn-primary-border:hover,
.wmstool-btn-primary-border:active {
  background: white;
  color: #58d777;
  border-color: #58d777;
}
.wmstool-btn-primary-border:focus {
  background: white;
  color: #58d777;
  border-color: #58d777;
}
.wmstool-btn-danger {
  background-color: #f5222d;
  border-color: #f5222d;
  color: #fff;
}
.wmstool-btn-reset {
  color: #295DF0;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  border-color: transparent;
  background-color: transparent;
}
.wmstool-btn-reset:hover,
.wmstool-btn-reset:focus {
  color: #295DF0;
  border-color: transparent;
  background-color: transparent;
}
.wmstool-btn-normal {
  border-color: #4dbe67;
  color: #4dbe67;
}
.wmstool-btn-orange {
  border-color: #faad14;
  background: #faad14;
  color: #fff;
}
.wmstool-btn-red {
  color: #fff;
  background-color: #f5222d;
  border-color: #f5222d;
}
.wmstool-btn-primary:not(.wmstool-btn-primary[disabled]) {
  border-color: #4dbe67 !important;
  background: #4dbe67 !important;
}
.wmstool-btn-primary:not(.wmstool-btn-primary[disabled]) {
  color: #fff;
}
.wmstool-btn-primary:not(.wmstool-btn-primary[disabled]):hover,
.wmstool-btn-primary:not(.wmstool-btn-primary[disabled]):active {
  background: #58d777 !important;
  border-color: #58d777 !important;
}
.wmstool-btn-primary:not(.wmstool-btn-primary[disabled]):hover,
.wmstool-btn-primary:not(.wmstool-btn-primary[disabled]):active {
  color: #fff;
}
.wmstool-btn-primary:not(.wmstool-btn-primary[disabled]):focus {
  background: #58d777 !important;
  border-color: #58d777 !important;
}
.wmstool-btn-primary:not(.wmstool-btn-primary[disabled]):focus {
  color: #fff;
}
.wmstool-btn-new {
  border-color: #4dbe67;
  color: #fff;
  background: #4dbe67;
}
.wmstool-btn-new:hover,
.wmstool-btn-new:active {
  background: #58d777;
  color: #fff;
  border-color: #58d777;
}
.wmstool-btn-new:focus {
  background: #58d777;
  color: #fff;
  border-color: #58d777;
}
.wmstool-btn-green {
  border-color: #4dbe67 !important;
  background: #4dbe67 !important;
}
.wmstool-btn-green {
  color: #fff;
}
.wmstool-btn-green:hover,
.wmstool-btn-green:active {
  background: #58d777 !important;
  border-color: #58d777 !important;
}
.wmstool-btn-green:hover,
.wmstool-btn-green:active {
  color: #fff;
}
.wmstool-btn-green:focus {
  background: #58d777 !important;
  border-color: #58d777 !important;
}
.wmstool-btn-green:focus {
  color: #fff;
}
.wmstool-switch-checked {
  background-color: #4dbe67;
  color: #fff;
}
.wmstool-switch-checked:hover,
.wmstool-switch-checked:active {
  background: #58d777;
  color: #fff;
}
.wmstool-switch-checked:focus {
  background: #58d777;
  color: #fff;
}
.wmstool-easyform-errorshow {
  color: #f5222d;
}
.easy_form_red {
  color: #f5222d;
  vertical-align: middle;
}
.wmstool-easyform-ipt-error input {
  border-color: #f5222d;
}
.top_main {
  position: fixed;
  width: 100%;
  height: 44px;
  display: flex;
  background-color: #4dbe67;
}
.top_main .top_title {
  width: 180px;
  height: 100%;
  padding: 10px;
  text-align: center;
}
.top_main .top_title img {
  max-height: 100%;
  width: auto;
}
.top_main .top_right {
  min-width: 200px;
  max-width: 350px;
  display: flex;
}
.top_main .top_right .top_menu {
  display: flex;
  align-items: center;
}
.top_main .top_right .top_menu .anticon {
  color: #fff;
  cursor: pointer;
  margin: 0 8px;
}
.top_main .top_right .top_menu .border-right {
  width: 1px;
  height: 20px;
  background: #fff;
  mix-blend-mode: normal;
  opacity: 0.06;
  margin: 0 3px;
}
.top_main .top_right .top_user {
  margin-left: 8px;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
}
.top_main .top_right .top_user_loginname {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}
.wmstool-table-wrapper {
  padding: 10px;
}
.wmstool-table-wrapper .wmstool-table-row td {
  color: #606266;
}
.wmstool-table-wrapper .wmstool-table-thead > tr > th {
  background: #4dbe67 !important;
}
.wmstool-table-wrapper .wmstool-table-thead > tr > th {
  color: #ffffff;
  font-weight: 500;
}
.wmstool-table-wrapper .select_row_key td {
  background: rgba(25,144,255,0.30196) !important;
}
/*统一样式*/
.Main_detail {
  position: absolute;
  width: 100%;
  top: 44px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}
.Main_detail .Main_detail_right {
  width: calc(100% - 180px);
  height: 100%;
  position: absolute;
  left: 180px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  overflow-y: auto;
}
.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 .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar {
  width: 800px;
  position: fixed;
  top: 35px;
  z-index: 2;
  margin-bottom: 0px;
}
.Main_detail .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar .wmstool-tabs-nav-container > .wmstool-tabs-nav-wrap {
  margin-bottom: -1px;
}
.Main_detail .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar .wmstool-tabs-nav-container > .wmstool-tabs-nav-wrap > .wmstool-tabs-nav-scroll > .wmstool-tabs-nav-animated > .wmstool-tabs-ink-bar {
  background-color: #fff;
}
.Main_detail .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar .wmstool-tabs-nav-container > .wmstool-tabs-nav-wrap > .wmstool-tabs-nav-scroll > .wmstool-tabs-nav-animated > .wmstool-tabs-tab {
  background: #e6e6e6;
  height: 28px;
  line-height: 28px;
  padding: 0px 8px;
  margin-right: 4px;
  border-radius: 2px 2px 0px 0px;
}
.Main_detail .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar .wmstool-tabs-nav-container > .wmstool-tabs-nav-wrap > .wmstool-tabs-nav-scroll > .wmstool-tabs-nav-animated > .wmstool-tabs-tab span {
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #323233;
}
.Main_detail .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar .wmstool-tabs-nav-container > .wmstool-tabs-nav-wrap > .wmstool-tabs-nav-scroll > .wmstool-tabs-nav-animated > .wmstool-tabs-tab span .anticon-close {
  margin: 0 4px;
  color: #ccc4c0;
  font-size: 8px;
}
.Main_detail .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar .wmstool-tabs-nav-container > .wmstool-tabs-nav-wrap > .wmstool-tabs-nav-scroll > .wmstool-tabs-nav-animated > .wmstool-tabs-tab-active {
  background: #fff;
}
.Main_detail .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar .wmstool-tabs-nav-container > .wmstool-tabs-nav-wrap > .wmstool-tabs-nav-scroll > .wmstool-tabs-nav-animated > .wmstool-tabs-tab-active span {
  color: #3f342e;
}
.Main_detail .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar .wmstool-tabs-nav-container-scrolling > .wmstool-tabs-tab-arrow-show .wmstool-tabs-tab-prev-icon,
.Main_detail .Main_detail_right > .top-nav-tab > .wmstool-tabs-bar .wmstool-tabs-nav-container-scrolling > .wmstool-tabs-tab-arrow-show .wmstool-tabs-tab-next-icon {
  color: #fff;
}
.Main_detail .search_bar_row {
  padding: 10px 10px 0px 10px;
}
.Main_detail .search_bar_row .search_input {
  width: 180px;
  margin-left: 10px;
}
.Main_detail .search_bar_row .select-before-concat-div .wmstool-select-selector {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.65);
  border-right: none;
}
.Main_detail .search_bar_row .wmstool-select-focused .wmstool-select-selector {
  box-shadow: none!important;
  border-color: #d9d9d9 !important;
}
.Main_detail .search_bar_row .form-item-flex {
  display: flex;
  flex-wrap: wrap;
}
.Main_detail .Main_detail_right .portal-operate-btn {
  overflow: hidden;
  padding: 0 10px 0px 10px;
}
.Main_detail .Main_detail_right .portal-operate-btn .wmstool-btn {
  margin-right: 12px;
}
.Main_detail .Main_detail_right .portal-operate-btn .float-right {
  float: right;
}
.Main_detail .Main_detail_right .portal-operate-btn .float-right .wmstool-btn:last-child {
  margin-right: 0px;
}
.Main_detail .portal-table .wmstool-table-wrapper .wmstool-table-small {
  border-left: none;
  border-right: none;
}
.Main_detail .Main_detail_right > .wmstool-tabs {
  height: 100%;
  overflow-y: auto;
}
.Main_detail .table-self-pagination-none .wmstool-table-wrapper .wmstool-table-pagination.wmstool-pagination {
  display: none;
}
.Main_detail .portal-table .wmstool-table-empty {
  border-bottom: none;
}
.Main_detail .portal-table .wmstool-table-empty .wmstool-table-placeholder {
  padding-top: 100px;
}
.Main_detail .portal-table .smart-table,
.Main_detail .base-table {
  position: relative;
}
.Main_detail .portal-table .smart-table .table-container-btn,
.Main_detail .base-table .table-container-btn {
  display: flex;
  position: absolute;
  right: 10px;
  top: -28px;
}
.Main_detail .portal-table .smart-table .table-container-btn .columns-set-icon,
.Main_detail .base-table .table-container-btn .columns-set-icon {
  margin-left: 8px;
}
.operate-middle-btn {
  height: 28px;
  line-height: 28px;
}
.operate-middle-btn .fold-right {
  float: right;
}
.operate-middle-btn.has-right-icon {
  padding-right: 48px;
}
.wmstool-btn-reload,
.wmstool-btn-export {
  padding: 0 4px !important;
}
.wmstool-btn-reload,
.wmstool-btn-export {
  height: 28px;
  width: 28px;
  border-radius: 2px;
}
.wmstool-btn-reload:hover,
.wmstool-btn-export:hover {
  border-color: #E3E2E1;
}
.wmstool-btn-reload .anticon-reload::before,
.wmstool-btn-export .anticon-reload::before {
  font-size: 15px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  color: #9B9896;
}
.wmstool-btn-reload .anticon-export,
.wmstool-btn-export .anticon-export {
  margin-top: 3px;
}
.wmstool-btn-reload .anticon-export::before,
.wmstool-btn-export .anticon-export::before {
  font-size: 18px;
  color: #9B9896;
}
.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-table-small > .wmstool-table-content > .wmstool-table-header > table .wmstool-table-tbody > tr:hover > td,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-body > table .wmstool-table-tbody > tr:hover > td,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-scroll > .wmstool-table-header > table .wmstool-table-tbody > tr:hover > td,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-scroll > .wmstool-table-body > table .wmstool-table-tbody > tr:hover > td,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-fixed-left > .wmstool-table-header > table .wmstool-table-tbody > tr:hover > td,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-fixed-right > .wmstool-table-header > table .wmstool-table-tbody > tr:hover > td,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-fixed-left > .wmstool-table-body-outer > .wmstool-table-body-inner > table .wmstool-table-tbody > tr:hover > td,
.wmstool-table-small > .wmstool-table-content > .wmstool-table-fixed-right > .wmstool-table-body-outer > .wmstool-table-body-inner > table .wmstool-table-tbody > tr:hover > td {
  background-color: #f7f7f7;
}
.red_class td {
  color: red !important;
}
.gray_class td {
  color: #b2b2b2 !important;
}
.green_class {
  background: #4dbe67 !important;
  border-color: #4dbe67 !important;
}
.my-form .wmstool-form-item-label {
  text-align: left;
}
.skuForm .wmstool-input-disabled {
  border: 0;
  color: black;
  background-color: white;
  cursor: auto;
}
#tiOrderDiv .full-width,
#tiOrderDiv .wmstool-row {
  width: 100%;
}
/*Loading样式*/
.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;
}
/*本地图片上传样式*/
.image-upload-module-upload-wrapper {
  width: 45px;
  vertical-align: top;
}
.image-upload-module-img-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  margin-right: 5px;
  text-align: center;
  position: relative;
  line-height: 38px;
}
.image-upload-module-img-item.upload-btn {
  border-style: dashed;
}
.image-upload-module-img-item .icon {
  display: block;
  width: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
}
.image-upload-module-img-item .show-img {
  max-width: 100%;
  max-height: 90%;
}
.image-upload-module-img-item .del-icon {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background: lightgray;
  line-height: 15px;
  width: 15px;
  border-bottom-left-radius: 50%;
  cursor: pointer;
}
/*预览图片样式*/
.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;
}
.upload-btn-drag-main {
  display: flex;
}
.upload-btn-drag-main .upload-btn-drag-file .wmstool-upload-drag {
  width: 140px !important;
  padding: 0px !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;
}
.copyright {
  position: absolute;
  bottom: 10px;
  left: 50%;
  color: #eee;
  text-align: center;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.yy-copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.yy-copyright a {
  color: #fff !important;
}
.yy-copyright a {
  text-decoration: underline;
}
.disabled_link {
  color: #999999;
}
.disabled_link:hover,
.disabled_link:active,
.disabled_link::selection {
  color: #999999;
}
#myForm .wmstool-form-item-label {
  white-space: normal;
  padding-right: 2px;
}
#myForm .wmstool-form-item-label label {
  word-break: break-word;
}
.wmstool-modal-wrap > .wmstool-modal > .wmstool-modal-content .table-self-pagination-none .smart-table-pagination {
  display: none;
}
.wmstool-modal {
  top: 70px;
}
.wmstool-modal .wmstool-modal-body {
  max-height: 70vh;
  overflow-y: auto;
}
.import-modal .wmstool-modal-body {
  position: relative;
  height: 75vh;
  max-height: 75vh;
  overflow-y: auto;
}
.import-modal .import-modal-content {
  height: 100%;
}
.import-modal .wmstool-table-wrapper {
  padding: 10px 0;
}
.import-modal .import-middle-btn {
  display: flex;
}
.import-modal .import-middle-btn .wmstool-btn {
  margin-right: 10px;
}
.import-modal .upload-Empty {
  text-align: center;
}
.import-modal .upload-Empty img {
  padding-top: 20%;
}
.import-modal .import-tips {
  margin-bottom: 10px;
}
.import-modal .import-tips h4 {
  line-height: 28px;
  margin-bottom: 0px;
  margin-right: 3px;
}
.import-modal .import-tips p {
  margin-bottom: 0px;
  line-height: 28px;
}
.import-modal .multiline-clip {
  display: flex;
  align-items: center;
}
.import-modal .multiline-clip .import-error-ellipsis-text {
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.import-modal .upload-import-footer {
  position: absolute;
  bottom: 10px;
  width: 94%;
}
.import-modal .upload-import-footer .upload-import-exception {
  display: flex;
  align-items: center;
}
.import-modal .upload-import-footer .upload-import-exception .error {
  color: #f5222d;
  font-weight: 600;
}
.import-modal .upload-import-footer .upload-import-exception .border-right {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #d9d9d9;
  margin: 0 5px;
}
.import-modal .upload-import-footer .upload-import-button {
  text-align: right;
}
.import-modal .upload-import-footer .upload-import-button .wmstool-btn {
  margin-left: 10px;
}
.import-modal .portal-modal-table .row-upload-correct .anticon-check-circle-o {
  color: #00a854;
  font-size: 15px;
  font-weight: 600;
}
.import-modal .portal-modal-table .row-upload-error {
  background-color: #fee9ea !important;
}
.import-modal .portal-modal-table .row-upload-error:hover td {
  background-color: #fcdbd9 !important;
}
.import-modal .portal-modal-table .row-upload-error td {
  border-color: #fcdbd9;
}
.import-modal .portal-modal-table .row-upload-error .anticon {
  color: #f04134;
}
.import-modal .portal-modal-table .row-upload-message {
  background-color: #fff7e7;
}
.import-modal .portal-modal-table .row-upload-message:hover td {
  background-color: #fff3cf;
}
.import-modal .portal-modal-table .row-upload-message td {
  border-color: #fff3cf;
}
.import-modal .portal-modal-table .row-upload-message .anticon {
  color: #00a854;
}
.white-Back-toolTips {
  max-width: 804px;
}
.white-Back-toolTips .wmstool-tooltip-inner {
  max-width: 500px;
  background: #ffffff;
  color: #323233;
  overflow-y: auto;
}
.white-Back-toolTips .wmstool-tooltip-arrow {
  border-top-color: #fafafa;
}
.wmstool-input-search .wmstool-input {
  padding-right: 50px!important;
}
.wmstool-input-search .wmstool-input-suffix .anticon-close-circle {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  margin-right: 3px;
}
.common-modal-disable .wmstool-input-disabled,
.common-detail-easyForm-disable .wmstool-input-disabled {
  padding: 0px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
  border-color: transparent ;
  height: 100%;
}
.common-modal-disable .easy_form_lable,
.common-detail-easyForm-disable .easy_form_lable {
  font-weight: 600;
  line-height: 20px;
}
.common-detail {
  padding: 10px;
}
.common-detail .wmstool-table-wrapper {
  padding: 10px 0px;
}
.common-detail-easyForm-disable {
  display: flex;
  flex-wrap: wrap;
}
.base-table .wmstool-table-pagination {
  display: none;
}
.smart-table-no-pagination {
  display: none;
}
.smart-table-pagination {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.baseTable-no-fixed-columns .wmstool-table-content .wmstool-table-fixed-left,
.smart-table-no-fixed-columns .wmstool-table-content .wmstool-table-fixed-left,
.baseTable-no-fixed-columns .wmstool-table-content .wmstool-table-fixed-right,
.smart-table-no-fixed-columns .wmstool-table-content .wmstool-table-fixed-right {
  display: none;
}
.flex-row {
  display: flex;
  align-items: center;
}
.wmstool-notification-notice.protal-notification-global-info {
  padding: 16px 12px;
}
.wmstool-notification-notice.protal-notification-global-info .anticon-exclamation-circle::before {
  font-size: 18px;
  color: #FAAD14;
}
.wmstool-notification-notice.protal-notification-global-info .wmstool-notification-notice-message {
  color: #323233;
  margin-left: 34px;
}
.wmstool-notification-notice.protal-notification-global-info .wmstool-notification-notice-description {
  margin-left: 34px;
}
.wmstool-notification-notice.protal-notification-global-info .wmstool-notification-notice-description .accountName {
  color: #323233;
  font-weight: 600;
}
.wmstool-notification-notice.protal-notification-global-info .wmstool-notification-notice-description .footer {
  text-align: right;
}
/* 
  以下为需要设置为主题色的元素 (@primary-a：千仓版本是主题色，其他版本是组件库默认颜色)
  菜单栏上的箭头、字体图标、a标签、页码、radio、输入框、select的item的hover样式
*/
.wmstool-menu-submenu-inline > .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:after,
.wmstool-menu-submenu-inline > .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:before,
.wmstool-menu-submenu-vertical-left > .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:after,
.wmstool-menu-submenu-vertical-left > .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:before,
.wmstool-menu-submenu-vertical-right > .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:after,
.wmstool-menu-submenu-vertical-right > .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:before,
.wmstool-menu-submenu-vertical > .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:after,
.wmstool-menu-submenu-vertical > .wmstool-menu-submenu-title:hover .wmstool-menu-submenu-arrow:before {
  background: linear-gradient(90deg, #1890ff, #1890ff);
}
.primary-icon-color {
  color: #1890ff;
}
.primary-icon-color:hover {
  color: #40a9ff;
}
.primary-a-color {
  color: #1890ff !important;
}
.primary-a-color:hover {
  color: #40a9ff !important;
}
.active-btn-color {
  color: #4dbe67 !important;
}
.active-btn-color:hover {
  color: #58d777 !important;
}
.inactive-btn-color {
  color: #f5222d !important;
}
.inactive-btn-color:hover {
  color: #f5222d !important;
}
.wmstool-pagination-item:hover a,
.wmstool-pagination-item:active a,
.wmstool-pagination-item:focus a {
  color: #40a9ff;
}
.wmstool-pagination-item-active {
  border-color: #1890ff;
}
.wmstool-pagination-item-active a {
  color: #1890ff;
}
.wmstool-pagination-item-active:hover,
.wmstool-pagination-item-active:active,
.wmstool-pagination-item-active:focus {
  border-color: #40a9ff;
  /* 注：此处不要直接a:hover，会导致只有hover到数字上时才变色，hover到数字外面的区域时还是组件库自带的颜色。
         应该是当hover到页码容器上时，改变里面a标签的颜色
      */
}
.wmstool-pagination-item-active:hover a,
.wmstool-pagination-item-active:active a,
.wmstool-pagination-item-active:focus a {
  color: #40a9ff;
}
.wmstool-pagination-jump-prev:hover:after,
.wmstool-pagination-jump-next:hover:after,
.wmstool-pagination-jump-prev:focus:after,
.wmstool-pagination-jump-next:focus:after,
.wmstool-pagination-jump-prev:active:after,
.wmstool-pagination-jump-next:active:after {
  color: #1890ff;
}
.wmstool-pagination-prev:not(.wmstool-pagination-disabled):hover .wmstool-pagination-item-link:after,
.wmstool-pagination-next:not(.wmstool-pagination-disabled):hover .wmstool-pagination-item-link:after,
.wmstool-pagination-prev:not(.wmstool-pagination-disabled):active .wmstool-pagination-item-link:after,
.wmstool-pagination-next:not(.wmstool-pagination-disabled):active .wmstool-pagination-item-link:after,
.wmstool-pagination-prev:not(.wmstool-pagination-disabled):focus .wmstool-pagination-item-link:after,
.wmstool-pagination-next:not(.wmstool-pagination-disabled):focus .wmstool-pagination-item-link:after {
  color: #1890ff;
}
.wmstool-pagination-options-quick-jumper input:hover,
.wmstool-pagination-options-quick-jumper input:focus {
  border-color: #4dbe67;
}
.wmstool-radio-wrapper:hover .wmstool-radio-inner {
  border-color: #1890ff !important;
}
.wmstool-radio-checked .wmstool-radio-inner {
  border-color: #1890ff;
}
.wmstool-radio-inner:after {
  background-color: #1890ff;
}
.radio-tabs-plain .wmstool-radio-button-wrapper-checked:not(.wmstool-radio-button-wrapper-disabled) {
  color: #4dbe67;
  border-color: #4dbe67;
  box-shadow: -1px 0 0 0 #4dbe67;
}
.radio-tabs-plain .wmstool-radio-button-wrapper:hover:not(.wmstool-radio-button-wrapper-disabled):hover,
.radio-tabs-plain .wmstool-radio-button-wrapper-focused:hover {
  color: #4dbe67;
}
.radio-tabs-primary .wmstool-radio-button-wrapper {
  border-color: #4dbe67;
}
.radio-tabs-primary .wmstool-radio-button-wrapper-checked {
  background: #4dbe67;
  border-color: #4dbe67;
  box-shadow: -1px 0 0 0 #4dbe67;
  color: #fff;
}
.radio-tabs-primary .wmstool-radio-button-wrapper:hover:not(.wmstool-radio-button-wrapper-disabled):not(.wmstool-radio-button-wrapper-checked):hover {
  color: #4dbe67;
}
.wmstool-checkbox-wrapper:hover .wmstool-checkbox-inner,
.wmstool-checkbox-input:focus + .wmstool-checkbox-inner {
  border-color: #58d777;
}
.wmstool-checkbox-checked:not(.wmstool-checkbox-disabled) .wmstool-checkbox-inner,
.wmstool-checkbox-indeterminate .wmstool-checkbox-inner,
.wmstool-tree-checkbox-checked:not(.wmstool-tree-checkbox-disabled) .wmstool-tree-checkbox-inner,
.wmstool-tree-checkbox-indeterminate .wmstool-tree-checkbox-inner {
  background-color: #4dbe67;
  border-color: #4dbe67;
}
.wmstool-tree-checkbox:not(.wmstool-tree-checkbox-disabled) .wmstool-tree-checkbox-inner:hover {
  border-color: #4dbe67 !important;
}
.wmstool-input:hover,
.wmstool-input:focus {
  border-color: #4dbe67;
}
.wmstool-input-affix-wrapper:hover .wmstool-input:not(.wmstool-input-disabled) {
  border-color: #4dbe67;
}
.wmstool-select-focused.wmstool-select-single:not(.wmstool-select-customize-input) .wmstool-select-selector {
  border-color: #4dbe67;
}
.wmstool-select-item-option-selected:not(.wmstool-select-item-option-disabled) {
  background-color: #e6f7ff;
}
.wmstool-select-item-option-selected:not(.wmstool-select-item-option-disabled) .wmstool-select-item-option-state {
  color: #1890ff;
}
.wmstool-dropdown-menu-item-active {
  background-color: #e6f7ff !important;
}
.wmstool-dropdown-menu-item-active {
  color: rgba(0, 0, 0, 0.85);
}
.wmstool-tabs.wmstool-tabs-card > .wmstool-tabs-bar .wmstool-tabs-tab-active {
  color: #4dbe67;
}
.wmstool-spin {
  color: #1890ff;
}
.wmstool-spin-dot i {
  background-color: #1890ff;
}
.modal-custom-title {
  color: rgba(0, 0, 0, 0.85) !important;
  font-weight: bold!important;
}
.page-custom-title {
  color: rgba(0, 0, 0, 0.85) !important;
  font-weight: bold!important;
}
.panel-custom-title {
  color: rgba(0, 0, 0, 0.85) !important;
  font-weight: bold !important;
}
.ti-order-btn {
  margin-left: 8px;
  color: #fff;
  background-color: #4dbe67;
}
.ti-order-btn:hover {
  border-color: #4dbe67;
  color: #4dbe67;
}
.ware-house-order-container .wmstool-dropdown-trigger:hover,
.ware-house-order-container .wmstool-dropdown-trigger:focus {
  color: #4dbe67;
  border-color: #4dbe67;
}
.import-result-wrapper {
  text-align: center;
  padding: 20px;
  font-size: 16px;
}
.import-result-wrapper .anticon {
  margin-right: 6px;
}
.import-result-wrapper a {
  text-decoration: underline;
}
.import-result-wrapper .mt20 {
  margin-top: 20px;
}
#portal[data-lang='en_US'] .left_main {
  width: 180px;
}
#portal[data-lang='en_US'] .Main_detail_right {
  left: 180px;
}
#portal .wmstool-menu-item > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#language-selector {
  float: right;
  margin-left: 10px;
}
#language-selector .flag-icon {
  width: 25px;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 33px;
  height: 33px;
  padding-right: 10px;
}
#language-selector .wmstool-select-selector {
  padding: 0 !important;
}
#language-selector .wmstool-select-selector {
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}
#language-selector .wmstool-select-selector:hover {
  box-shadow: none;
}
#language-selector .wmstool-select-arrow {
  margin-left: 5px;
}
.table-actions {
  word-break: break-word;
  display: flex;
  flex-flow: row wrap;
}
.table-actions a {
  position: relative;
  padding-left: 5px;
}
.table-actions a:last-of-type::after {
  color: transparent;
}
.table-actions a::after {
  content: '|';
  padding-left: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #ebeef5;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fbfbfb;
}
::-webkit-scrollbar-thumb {
  background: #dcdee0;
  border-radius: 100px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fbfbfb;
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.wmstool-input:not(textarea) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.full-width {
  width: 100%;
}
.select-has-arrow > .wmstool-select-arrow .wmstool-select-arrow-icon {
  width: 10px;
  height: 8px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjNjA2MjY2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk3NiA0LjE0Mi45IDAgMCAuOTE2IDUgNmwuOTAyLS45MTZMMTAgLjkxNiA5LjEgMCA1IDQuMTY3bC0uMDI0LS4wMjVaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat;
  background-size: 100%;
}
.wmstool-btn-link {
  color: #1890ff;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  border-color: transparent;
  background-color: transparent;
}
.wmstool-btn-link:hover,
.wmstool-btn-link:focus {
  border-color: transparent;
  background-color: transparent;
}
.wmstool-btn-link span {
  letter-spacing: -1px;
}
.table-bread-crumb-action .wmstool-breadcrumb-link .wmstool-btn-link {
  padding: 0 4px;
}
.table-bread-crumb-action .wmstool-breadcrumb-separator {
  margin: 0 4px;
}
.table-bread-crumb-action .anticon-ellipsis {
  cursor: pointer;
}
.code-name-select-list {
  width: 50%;
  white-space: pre-line;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pd-10 {
  padding: 10px;
}
.font-bold {
  font-weight: bold;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-y {
  display: flex;
  align-items: center;
}
.bold {
  font-weight: bold;
}

