/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/** layout */
#root {
  height: 100%;
}
/******* 自定义公共样式    ******/
.searchHeader {
  background: #fff;
  padding: 15px;
}
.displayNone {
  display: none;
}
.searchForm {
  width: 100%;
  padding: 15px;
  background: #fff;
  position: relative;
}
.searchForm form {
  display: flex;
  align-items: center;
}
.common-hover {
  color: #2d8cf0ff;
  cursor: pointer;
}
.common-modal-footer {
  margin-top: 20px;
  text-align: right;
}
.common-modal-footer > button {
  margin-right: 10px;
}
.center {
  text-align: center;
}
.text-one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body {
  background-color: #f8f8f9 !important;
  overflow-y: hidden;
}
.ant-input-number-handler-wrap {
  display: none;
}
/* 滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  cursor: pointer;
}
::-webkit-scrollbar-track {
  border-radius: 1px;
}
::-webkit-scrollbar-thumb {
  height: 100px !important;
  border-radius: 1px;
  background-color: #999;
}
.wrapper {
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  overflow: visible;
}
.segment-wrapper {
  height: 100%;
}
.col-layout-form .ant-form-item {
  display: flex;
}
.col-layout-form .ant-form-item > .ant-form-item-label {
  min-width: 95px;
}
.col-layout-form .ant-form-item-control-wrapper {
  min-width: 225px;
}
.ant-input-number-handler-wrap {
  display: none;
}
.ant-calendar-picker-input {
  padding-right: 20px;
}
.segment-wrapper {
  height: 100%;
}
.ant-upload {
  background: #fff;
}
.detail-form-title {
  margin: 20px;
  margin-left: 95px;
  font-size: 18px;
  font-weight: bold;
}
.detail-form-button {
  margin-top: 10px;
  margin-left: 95px;
}
/* 去掉列表切换时卡图片的动画 */
.avatar-uploader * {
  animation: none;
}
.ant-upload-animate-leave,
.ant-upload-animate-inline-leave {
  display: none;
}
.ant-form-item {
  margin-bottom: 0;
}
/** Functional CSS */
/******* antd 公共样式修改    ******/
button.ant-btn-primary {
  background: #2d8cf0;
}
.ant-modal-content .ant-modal-title {
  color: #000000d9;
  font-weight: 500;
}
table .ant-table-thead > tr > th {
  background: #f0f0f0ff;
}
table .ant-table-tbody > tr > td {
  color: #333;
  padding: 14px 16px;
}
table .ant-table-tbody > tr > td .act_link,
table .ant-table-tbody > tr > td .act_btn {
  color: #4a8af4;
  margin-right: 8px;
  font-size: 14px;
  display: inline-block;
}
table .ant-table-tbody > tr > td .act_link:hover,
table .ant-table-tbody > tr > td .act_btn:hover {
  cursor: pointer;
  text-decoration: underline;
}
table .ant-table-tbody > tr > td .act_del {
  color: #df5448;
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
}
table .ant-table-tbody > tr > td .act_del:hover {
  cursor: pointer;
  text-decoration: underline;
}
.sidebar .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 8px;
}
.sidebar .ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 10px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control {
  margin-bottom: 10px;
}
table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #dceaf8ff;
}
.ant-notification,
.ant-message {
  z-index: 2000 !important;
}
.table .ant-pagination-item-active:hover a {
  color: #fff;
}
.ant-pagination-options-quick-jumper {
  cursor: pointer;
}
.ant-select-dropdown {
  border-radius: 0;
}
.ant-form-inline .ant-form-item {
  white-space: nowrap;
}
.ant-modal-body {
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.search-modal-right-part {
  background-color: #fff;
  display: flex;
  align-items: top;
  justify-content: flex-end;
  padding: 10px;
  margin-bottom: 12px;
}
.search-modal-right-part .ant-btn-FF9900 {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.search-modal-right-part .ant-btn-FF9900:hover {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.bottom-tool-box {
  position: absolute;
  bottom: 0;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}
.page-title {
  color: #000 !important;
}
.tabelWrapper {
  padding: 0 16px;
}
button.common-add-button {
  background: #ff9900ff;
  border-style: none;
  position: absolute;
  right: 15px;
  top: 14px;
  color: #fff;
  margin-right: 0;
  border: 1px solid #ff9900ff;
}
button.common-add-button:hover,
button.common-add-button:focus {
  background: #ff9900ff;
  border: 1px solid #ff9900ff;
  color: #fff;
}
.applayout .applayout-bottom .applayout-content {
  padding: 0 20px 16px;
}
.applayout .applayout-bottom .applayout-content .content-header {
  padding: 20px 16px;
  margin-bottom: 12px;
}
.applayout .applayout-bottom .applayout-content .content-header .ant-btn {
  padding: 0 23px;
  font-size: 14px;
}
.applayout .applayout-bottom .applayout-content .content-header .ant-form-item-label label {
  font-size: 14px;
}
.applayout .applayout-bottom .applayout-content .content-header .ant-select,
.applayout .applayout-bottom .applayout-content .content-header .ant-input {
  font-size: 14px;
}
.applayout .applayout-bottom .applayout-content .content-body {
  padding: 16px 16px 0;
  background-color: #fff;
}
.normalDrawerBox .ant-drawer-body {
  padding: 8px 24px 40px;
  position: relative;
  min-height: 80%;
}
.normalDrawerBox .ant-drawer-body .drawerBodyTitle {
  font-size: 14px;
  color: #000;
}
.normalDrawerBox .ant-drawer-body .drawerBodyInfo {
  height: auto;
  overflow: hidden;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e8eaec;
}
.normalDrawerBox .ant-drawer-body .drawerBodyInfo .item {
  width: 33%;
  float: left;
  display: flex;
  line-height: 32px;
  font-size: 14px;
  color: #000;
}
.normalDrawerBox .ant-drawer-body .drawerBodyInfo .item .label {
  display: inline-block;
  line-height: 32px;
  width: 150px;
  text-align: right;
  padding-right: 8px;
}
.normalDrawerBox .ant-drawer-body .drawerBodyInfo .item .value {
  line-height: 32px;
  flex: 1;
}
.l-danger {
  color: #ff4d4f !important;
}
@charset "UTF-8";
.video-react .video-react-control:before,
.video-react .video-react-big-play-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-react .video-react-control:before,
.video-react .video-react-big-play-button:before {
  text-align: center;
}

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix)
    format("eot");
}
@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,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)
      format("woff"),
    url(data:application/x-font-ttf;base64,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)
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
.video-react-icon,
.video-react .video-react-bezel .video-react-bezel-icon,
.video-react .video-react-volume-level,
.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button,
.video-react .video-react-play-control,
.video-react .video-react-play-progress,
.video-react .video-react-big-play-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "video-react" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-react-icon-play-arrow:before,
.video-react .video-react-bezel .video-react-bezel-icon-play:before,
.video-react .video-react-play-control:before,
.video-react .video-react-big-play-button:before {
  content: "";
}

.video-react-icon-play-circle-filled:before {
  content: "";
}

.video-react-icon-play-circle-outline:before {
  content: "";
}

.video-react-icon-pause:before,
.video-react .video-react-bezel .video-react-bezel-icon-pause:before,
.video-react .video-react-play-control.video-react-playing:before {
  content: "";
}

.video-react-icon-pause-circle-filled:before {
  content: "";
}

.video-react-icon-pause-circle-outline:before {
  content: "";
}

.video-react-icon-stop:before {
  content: "";
}

.video-react-icon-fast-rewind:before,
.video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "";
}

.video-react-icon-fast-forward:before,
.video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "";
}

.video-react-icon-skip-previous:before {
  content: "";
}

.video-react-icon-skip-next:before {
  content: "";
}

.video-react-icon-replay-5:before,
.video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "";
}

.video-react-icon-replay-10:before,
.video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "";
}

.video-react-icon-replay-30:before,
.video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "";
}

.video-react-icon-forward-5:before,
.video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "";
}

.video-react-icon-forward-10:before,
.video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "";
}

.video-react-icon-forward-30:before,
.video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "";
}

.video-react-icon-volume-off:before,
.video-react .video-react-bezel .video-react-bezel-icon-volume-off:before,
.video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before {
  content: "";
}

.video-react-icon-volume-mute:before,
.video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "";
}

.video-react-icon-volume-down:before,
.video-react .video-react-bezel .video-react-bezel-icon-volume-down:before,
.video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before,
.video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before {
  content: "";
}

.video-react-icon-volume-up:before,
.video-react .video-react-bezel .video-react-bezel-icon-volume-up:before,
.video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before {
  content: "";
}

.video-react-icon-fullscreen:before {
  content: "";
}

.video-react-icon-fullscreen-exit:before {
  content: "";
}

.video-react-icon-closed-caption:before {
  content: "";
}

.video-react-icon-hd:before {
  content: "";
}

.video-react-icon-settings:before {
  content: "";
}

.video-react-icon-share:before {
  content: "";
}

.video-react-icon-info:before {
  content: "";
}

.video-react-icon-info-outline:before {
  content: "";
}

.video-react-icon-close:before {
  content: "";
}

.video-react-icon-circle:before,
.video-react .video-react-volume-level:before,
.video-react .video-react-play-progress:before {
  content: "";
}

.video-react-icon-circle-outline:before {
  content: "";
}

.video-react-icon-circle-inner-circle:before {
  content: "";
}

.video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-react:-moz-full-screen {
  position: absolute;
}
.video-react:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-react *,
.video-react *:before,
.video-react *:after {
  box-sizing: inherit;
}
.video-react ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-react.video-react-fluid,
.video-react.video-react-16-9,
.video-react.video-react-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-react.video-react-16-9 {
  padding-top: 56.25%;
}
.video-react.video-react-4-3 {
  padding-top: 75%;
}
.video-react.video-react-fill {
  width: 100%;
  height: 100%;
}
.video-react .video-react-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-react.video-react-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-react.video-react-fullscreen.video-react-user-inactive {
  cursor: none;
}

body.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
body.video-react-full-window .video-react-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-react button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.video-react .video-react-loading-spinner:before,
.video-react .video-react-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  -webkit-animation: video-react-spinner-spin 1.1s
      cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    video-react-spinner-fade 1.1s linear infinite;
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8)
      infinite,
    video-react-spinner-fade 1.1s linear infinite;
}

.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
  display: block;
}

.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white;
}

.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-react .video-react-big-play-button.video-react-big-play-button-center {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-react .video-react-big-play-button.big-play-button-hide {
  display: none;
}
.video-react:hover .video-react-big-play-button,
.video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.video-react-menu-button {
  cursor: pointer;
}
.video-react-menu-button.video-react-disabled {
  cursor: default;
}

.video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman";
}
.video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.video-react-menu li:focus,
.video-react-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react-menu li.video-react-selected,
.video-react-menu li.video-react-selected:focus,
.video-react-menu li.video-react-selected:hover {
  background-color: #fff;
  color: #2b333f;
}
.video-react-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none;
}

.video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.video-react
  .video-react-menu-button-popup
  .video-react-menu
  .video-react-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block;
}

.video-react .video-react-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-react .video-react-menu-button-inline:before {
  width: 2.222222222em;
}
.video-react .video-react-menu-button-inline:hover,
.video-react .video-react-menu-button-inline:focus,
.video-react .video-react-menu-button-inline.video-react-slider-active {
  width: 12em;
}
.video-react .video-react-menu-button-inline:hover .video-react-menu,
.video-react .video-react-menu-button-inline:focus .video-react-menu,
.video-react
  .video-react-menu-button-inline.video-react-slider-active
  .video-react-menu {
  display: block;
  opacity: 1;
}
.video-react .video-react-menu-button-inline.video-react-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.video-react .video-react-menu-button-inline .video-react-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-react .video-react-menu-button-inline .video-react-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.video-react-no-flex .video-react-menu-button-inline:hover,
.video-react-no-flex .video-react-menu-button-inline:focus,
.video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto;
}

.video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.video-react .video-react-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react .video-react-slider:focus {
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-react .video-react-control:focus:before,
.video-react .video-react-control:hover:before,
.video-react .video-react-control:focus {
  text-shadow: 0em 0em 1em #fff, 0em 0em 0.5em #fff;
}

.video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle;
}

.video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-react-has-started .video-react-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.video-react-has-started.video-react-user-inactive.video-react-playing
  .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-react-controls-disabled .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar,
.video-react-error .video-react-control-bar {
  display: none !important;
}

.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing
  .video-react-control-bar {
  opacity: 1;
  visibility: visible;
}

.video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table;
}

.video-react .video-react-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.video-react-live .video-react-progress-control {
  display: none;
}

.video-react .video-react-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.6666666667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-react .video-react-progress-control:hover .video-react-time-tooltip,
.video-react
  .video-react-progress-control:hover
  .video-react-mouse-display:after,
.video-react
  .video-react-progress-control:hover
  .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em;
}

.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-react .video-react-play-progress {
  background-color: #fff;
}
.video-react .video-react-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-play-progress:before,
.video-react .video-react-play-progress:after {
  z-index: 1;
}

.video-react
  .video-react-progress-control
  .video-react-keep-tooltips-inside:after {
  display: none;
}

.video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-react.video-react-no-flex .video-react-progress-control {
  width: auto;
}

.video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.video-react .video-react-tooltip-progress-bar {
  visibility: hidden;
}

.video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0;
}

.video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block;
}

.video-react.video-react-user-inactive
  .video-react-progress-control
  .video-react-mouse-display,
.video-react.video-react-user-inactive
  .video-react-progress-control
  .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-react.video-react-user-inactive.video-react-no-flex
  .video-react-progress-control
  .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex
  .video-react-progress-control
  .video-react-mouse-display:after {
  display: none;
}

.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-react .video-react-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.video-react .video-react-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0;
}

.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-react .video-react-volume-bar {
  margin: 1.35em 0.45em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.video-react
  .video-react-volume-bar.video-react-slider-horizontal
  .video-react-volume-level {
  width: 100%;
}
.video-react .video-react-volume-bar.video-react-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-react
  .video-react-volume-bar.video-react-slider-vertical
  .video-react-volume-level {
  height: 100%;
}
.video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-react .video-react-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em;
}
.video-react .video-react-slider-vertical .video-react-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-react
  .video-react-menu-button-popup.video-react-volume-menu-button
  .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.video-react
  .video-react-menu-button-popup.video-react-volume-menu-button-vertical
  .video-react-menu {
  left: 0.5em;
  height: 8em;
}
.video-react
  .video-react-menu-button-popup.video-react-volume-menu-button-horizontal
  .video-react-menu {
  left: -2em;
}
.video-react
  .video-react-menu-button-popup.video-react-volume-menu-button
  .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.video-react
  .video-react-volume-menu-button-vertical:hover
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-vertical:focus
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-vertical.video-react-slider-active
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-vertical
  .video-react-lock-showing
  .video-react-menu-content {
  height: 8em;
  width: 2.9em;
}
.video-react
  .video-react-volume-menu-button-horizontal:hover
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-horizontal:focus
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-horizontal
  .video-react-slider-active
  .video-react-menu-content,
.video-react
  .video-react-volume-menu-button-horizontal
  .video-react-lock-showing
  .video-react-menu-content {
  height: 2.9em;
  width: 8em;
}
.video-react
  .video-react-volume-menu-button.video-react-menu-button-inline
  .video-react-menu-content {
  background-color: transparent !important;
}

.video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center;
}
.video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em;
}

.video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px;
}
.video-react .video-react-bezel.video-react-bezel-animation {
  -moz-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel.video-react-bezel-animation-alt {
  -moz-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel .video-react-bezel-icon {
  width: 36px;
  height: 36px;
  margin: 8px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
.applayout-content {
  min-width: 1000px;
}

@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}

.mt16 {
  margin-top: 16px;
}
.mt10 {
  margin-top: 10px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb10 {
  margin-bottom: 10px;
}
.no-hover-style tr:hover td {
  background: transparent !important;
}

.font-ja_JP {
  font-family: win-bug-omega, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}/*!
 * 
 * ant-design-pro v2.3.1
 * 
 * Copyright 2015-present, Alipay, Inc.
 * All rights reserved.
 *       
 */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-charts-chart-card-chartCard {
  position: relative;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-chartTop {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-chartTopMargin {
  margin-bottom: 12px;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-chartTopHasMargin {
  margin-bottom: 20px;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-metaWrap {
  float: left;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-avatar {
  position: relative;
  top: 4px;
  float: left;
  margin-right: 20px;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-avatar img {
  border-radius: 100%;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-meta {
  height: 22px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-action {
  position: absolute;
  top: 4px;
  right: 0;
  line-height: 1;
  cursor: pointer;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-total {
  height: 38px;
  margin-top: 4px;
  margin-bottom: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-size: 30px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-content {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-contentFixed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-footer {
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid #e8e8e8;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-footer > * {
  position: relative;
}
.antd-pro-charts-chart-card-chartCard .antd-pro-charts-chart-card-footerMargin {
  margin-top: 20px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-charts-field-field {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.antd-pro-charts-field-field .antd-pro-charts-field-label,
.antd-pro-charts-field-field .antd-pro-charts-field-number {
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-charts-field-field .antd-pro-charts-field-number {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
}
.antd-pro-charts-miniChart {
  position: relative;
  width: 100%;
}
.antd-pro-charts-miniChart .antd-pro-charts-chartContent {
  position: absolute;
  bottom: -28px;
  width: 100%;
}
.antd-pro-charts-miniChart .antd-pro-charts-chartContent > div {
  margin: 0 -5px;
  overflow: hidden;
}
.antd-pro-charts-miniChart .antd-pro-charts-chartLoading {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -7px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-charts-pie-pie {
  position: relative;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-chart {
  position: relative;
}
.antd-pro-charts-pie-pie.antd-pro-charts-pie-hasLegend .antd-pro-charts-pie-chart {
  width: calc(100% - 240px);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-legend {
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 200px;
  margin: 0 20px;
  padding: 0;
  list-style: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-legend li {
  height: 22px;
  margin-bottom: 16px;
  line-height: 22px;
  cursor: pointer;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-legend li:last-child {
  margin-bottom: 0;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-line {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-right: 8px;
  background-color: #e8e8e8;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-legendTitle {
  color: rgba(0, 0, 0, 0.65);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-percent {
  color: rgba(0, 0, 0, 0.45);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-value {
  position: absolute;
  right: 0;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-title {
  margin-bottom: 8px;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-total {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 62px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-total > h4 {
  height: 22px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-charts-pie-pie .antd-pro-charts-pie-total > p {
  display: block;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.2em;
  line-height: 32px;
  white-space: nowrap;
}
.antd-pro-charts-pie-legendBlock.antd-pro-charts-pie-hasLegend .antd-pro-charts-pie-chart {
  width: 100%;
  margin: 0 0 32px 0;
}
.antd-pro-charts-pie-legendBlock .antd-pro-charts-pie-legend {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-charts-radar-radar .antd-pro-charts-radar-legend {
  margin-top: 16px;
}
.antd-pro-charts-radar-radar .antd-pro-charts-radar-legend .antd-pro-charts-radar-legendItem {
  position: relative;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.antd-pro-charts-radar-radar .antd-pro-charts-radar-legend .antd-pro-charts-radar-legendItem p {
  margin: 0;
}
.antd-pro-charts-radar-radar .antd-pro-charts-radar-legend .antd-pro-charts-radar-legendItem h6 {
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 32px;
}
.antd-pro-charts-radar-radar .antd-pro-charts-radar-legend .antd-pro-charts-radar-legendItem::after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #e8e8e8;
  content: '';
}
.antd-pro-charts-radar-radar .antd-pro-charts-radar-legend > :last-child .antd-pro-charts-radar-legendItem::after {
  display: none;
}
.antd-pro-charts-radar-radar .antd-pro-charts-radar-legend .antd-pro-charts-radar-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 6px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-charts-mini-progress-miniProgress {
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.antd-pro-charts-mini-progress-miniProgress .antd-pro-charts-mini-progress-progressWrap {
  position: relative;
  background-color: #f5f5f5;
}
.antd-pro-charts-mini-progress-miniProgress .antd-pro-charts-mini-progress-progress {
  width: 0;
  height: 100%;
  background-color: #1890ff;
  border-radius: 1px 0 0 1px;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.antd-pro-charts-mini-progress-miniProgress .antd-pro-charts-mini-progress-target {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 20px;
}
.antd-pro-charts-mini-progress-miniProgress .antd-pro-charts-mini-progress-target span {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 4px;
  border-radius: 100px;
}
.antd-pro-charts-mini-progress-miniProgress .antd-pro-charts-mini-progress-target span:last-child {
  top: auto;
  bottom: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-charts-water-wave-waterWave {
  position: relative;
  display: inline-block;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.antd-pro-charts-water-wave-waterWave .antd-pro-charts-water-wave-text {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  text-align: center;
}
.antd-pro-charts-water-wave-waterWave .antd-pro-charts-water-wave-text span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-charts-water-wave-waterWave .antd-pro-charts-water-wave-text h4 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 32px;
}
.antd-pro-charts-water-wave-waterWave .antd-pro-charts-water-wave-waterWaveCanvasWrapper {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.antd-pro-charts-tag-cloud-tagCloud {
  overflow: hidden;
}
.antd-pro-charts-tag-cloud-tagCloud canvas {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.antd-pro-charts-timeline-chart-timelineChart {
  background: #fff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-description-list-descriptionList .ant-row {
  margin-bottom: -16px;
  overflow: hidden;
}
.antd-pro-description-list-descriptionList + .antd-pro-description-list-descriptionList .ant-row {
  margin-top: 16px;
}
.antd-pro-description-list-descriptionList .antd-pro-description-list-title {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 14px;
}
.antd-pro-description-list-descriptionList .antd-pro-description-list-term {
  display: table-cell;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  white-space: nowrap;
}
.antd-pro-description-list-descriptionList .antd-pro-description-list-term::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ':';
}
.antd-pro-description-list-descriptionList .antd-pro-description-list-detail {
  display: table-cell;
  width: 100%;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.antd-pro-description-list-descriptionList.antd-pro-description-list-small .ant-row {
  margin-bottom: -8px;
}
.antd-pro-description-list-descriptionList.antd-pro-description-list-small + .antd-pro-description-list-descriptionList .ant-row {
  margin-top: 8px;
}
.antd-pro-description-list-descriptionList.antd-pro-description-list-small .antd-pro-description-list-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.65);
}
.antd-pro-description-list-descriptionList.antd-pro-description-list-small .antd-pro-description-list-term,
.antd-pro-description-list-descriptionList.antd-pro-description-list-small .antd-pro-description-list-detail {
  padding-bottom: 8px;
}
.antd-pro-description-list-descriptionList.antd-pro-description-list-large .antd-pro-description-list-title {
  font-size: 16px;
}
.antd-pro-description-list-descriptionList.antd-pro-description-list-vertical .antd-pro-description-list-term {
  display: block;
  padding-bottom: 8px;
}
.antd-pro-description-list-descriptionList.antd-pro-description-list-vertical .antd-pro-description-list-detail {
  display: block;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-exception-exception {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  min-height: 500px;
}
.antd-pro-exception-exception .antd-pro-exception-imgBlock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  width: 62.5%;
  padding-right: 152px;
  zoom: 1;
}
.antd-pro-exception-exception .antd-pro-exception-imgBlock::before,
.antd-pro-exception-exception .antd-pro-exception-imgBlock::after {
  content: ' ';
  display: table;
}
.antd-pro-exception-exception .antd-pro-exception-imgBlock::after {
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.antd-pro-exception-exception .antd-pro-exception-imgEle {
  float: right;
  width: 100%;
  max-width: 430px;
  height: 360px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.antd-pro-exception-exception .antd-pro-exception-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.antd-pro-exception-exception .antd-pro-exception-content h1 {
  margin-bottom: 24px;
  color: #434e59;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
}
.antd-pro-exception-exception .antd-pro-exception-content .antd-pro-exception-desc {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
}
.antd-pro-exception-exception .antd-pro-exception-content .antd-pro-exception-actions button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .antd-pro-exception-exception .antd-pro-exception-imgBlock {
    padding-right: 88px;
  }
}
@media screen and (max-width: 576px) {
  .antd-pro-exception-exception {
    display: block;
    text-align: center;
  }
  .antd-pro-exception-exception .antd-pro-exception-imgBlock {
    margin: 0 auto 24px;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .antd-pro-exception-exception .antd-pro-exception-imgBlock {
    margin-bottom: -24px;
    overflow: hidden;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-footer-toolbar-toolbar {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  line-height: 56px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
}
.antd-pro-footer-toolbar-toolbar::after {
  display: block;
  clear: both;
  content: '';
}
.antd-pro-footer-toolbar-toolbar .antd-pro-footer-toolbar-left {
  float: left;
}
.antd-pro-footer-toolbar-toolbar .antd-pro-footer-toolbar-right {
  float: right;
}
.antd-pro-footer-toolbar-toolbar button + button {
  margin-left: 8px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-global-footer-globalFooter {
  margin: 48px 0 24px 0;
  padding: 0 16px;
  text-align: center;
}
.antd-pro-global-footer-globalFooter .antd-pro-global-footer-links {
  margin-bottom: 8px;
}
.antd-pro-global-footer-globalFooter .antd-pro-global-footer-links a {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.antd-pro-global-footer-globalFooter .antd-pro-global-footer-links a:not(:last-child) {
  margin-right: 40px;
}
.antd-pro-global-footer-globalFooter .antd-pro-global-footer-links a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.antd-pro-global-footer-globalFooter .antd-pro-global-footer-copyright {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-header-search-headerSearch .anticon-search {
  font-size: 16px;
  cursor: pointer;
}
.antd-pro-header-search-headerSearch .antd-pro-header-search-input {
  width: 0;
  background: transparent;
  border-radius: 0;
  -webkit-transition: width 0.3s, margin-left 0.3s;
  transition: width 0.3s, margin-left 0.3s;
}
.antd-pro-header-search-headerSearch .antd-pro-header-search-input .ant-select-selection {
  background: transparent;
}
.antd-pro-header-search-headerSearch .antd-pro-header-search-input input {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.antd-pro-header-search-headerSearch .antd-pro-header-search-input,
.antd-pro-header-search-headerSearch .antd-pro-header-search-input:hover,
.antd-pro-header-search-headerSearch .antd-pro-header-search-input:focus {
  border-bottom: 1px solid #d9d9d9;
}
.antd-pro-header-search-headerSearch .antd-pro-header-search-input.antd-pro-header-search-show {
  width: 210px;
  margin-left: 8px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-header-dropdown-container > * {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
  .antd-pro-header-dropdown-container {
    width: 100% !important;
  }
  .antd-pro-header-dropdown-container > * {
    border-radius: 0 !important;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-notice-icon-list {
  max-height: 400px;
  overflow: auto;
}
.antd-pro-notice-icon-list::-webkit-scrollbar {
  display: none;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item {
  padding-right: 24px;
  padding-left: 24px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item .antd-pro-notice-icon-meta {
  width: 100%;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item .antd-pro-notice-icon-avatar {
  margin-top: 4px;
  background: #fff;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item .antd-pro-notice-icon-iconElement {
  font-size: 32px;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item.antd-pro-notice-icon-read {
  opacity: 0.4;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item:last-child {
  border-bottom: 0;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item:hover {
  background: #e6f7ff;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item .antd-pro-notice-icon-title {
  margin-bottom: 8px;
  font-weight: normal;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item .antd-pro-notice-icon-description {
  font-size: 12px;
  line-height: 1.5;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item .antd-pro-notice-icon-datetime {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-item .antd-pro-notice-icon-extra {
  float: right;
  margin-top: -1.5px;
  margin-right: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-loadMore {
  padding: 8px 0;
  color: #1890ff;
  text-align: center;
  cursor: pointer;
}
.antd-pro-notice-icon-list .antd-pro-notice-icon-loadMore.antd-pro-notice-icon-loadedAll {
  color: rgba(0, 0, 0, 0.25);
  cursor: unset;
}
.antd-pro-notice-icon-notFound {
  padding: 73px 0 88px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.antd-pro-notice-icon-notFound img {
  display: inline-block;
  height: 76px;
  margin-bottom: 16px;
}
.antd-pro-notice-icon-bottomBar {
  height: 46px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 46px;
  text-align: center;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.antd-pro-notice-icon-bottomBar div {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.antd-pro-notice-icon-bottomBar div:hover {
  color: rgba(0, 0, 0, 0.85);
}
.antd-pro-notice-icon-bottomBar div:only-child {
  width: 100%;
}
.antd-pro-notice-icon-bottomBar div:not(:only-child):last-child {
  border-left: 1px solid #e8e8e8;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-notice-icon-popover {
  position: relative;
  width: 336px;
}
.antd-pro-notice-icon-noticeButton {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.antd-pro-notice-icon-icon {
  padding: 4px;
  vertical-align: middle;
}
.antd-pro-notice-icon-badge {
  font-size: 16px;
}
.antd-pro-notice-icon-tabs .ant-tabs-nav-scroll {
  text-align: center;
}
.antd-pro-notice-icon-tabs .ant-tabs-bar {
  margin-bottom: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-page-header-pageHeader {
  padding: 16px 32px 0 32px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-wide {
  max-width: 1200px;
  margin: auto;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-breadcrumb {
  margin-bottom: 16px;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-tabs {
  margin: 0 0 0 -8px;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-tabs .ant-tabs-bar {
  margin-bottom: 1px;
  border-bottom: none;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 16px;
  padding-top: 1px;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-logo > img {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-title {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 20px;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-action {
  min-width: 266px;
  margin-left: 56px;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-action .ant-btn-group:not(:last-child),
.antd-pro-page-header-pageHeader .antd-pro-page-header-action .ant-btn:not(:last-child) {
  margin-right: 8px;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-action .ant-btn-group > .ant-btn {
  margin-right: 0;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-title,
.antd-pro-page-header-pageHeader .antd-pro-page-header-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-action,
.antd-pro-page-header-pageHeader .antd-pro-page-header-extraContent,
.antd-pro-page-header-pageHeader .antd-pro-page-header-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-main {
  width: 100%;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-title,
.antd-pro-page-header-pageHeader .antd-pro-page-header-action {
  margin-bottom: 16px;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-logo,
.antd-pro-page-header-pageHeader .antd-pro-page-header-content,
.antd-pro-page-header-pageHeader .antd-pro-page-header-extraContent {
  margin-bottom: 16px;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-action,
.antd-pro-page-header-pageHeader .antd-pro-page-header-extraContent {
  text-align: right;
}
.antd-pro-page-header-pageHeader .antd-pro-page-header-extraContent {
  min-width: 242px;
  margin-left: 88px;
}
@media screen and (max-width: 1200px) {
  .antd-pro-page-header-pageHeader .antd-pro-page-header-extraContent {
    margin-left: 44px;
  }
}
@media screen and (max-width: 992px) {
  .antd-pro-page-header-pageHeader .antd-pro-page-header-extraContent {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .antd-pro-page-header-pageHeader .antd-pro-page-header-row {
    display: block;
  }
  .antd-pro-page-header-pageHeader .antd-pro-page-header-action,
  .antd-pro-page-header-pageHeader .antd-pro-page-header-extraContent {
    margin-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .antd-pro-page-header-pageHeader .antd-pro-page-header-detail {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .antd-pro-page-header-pageHeader .antd-pro-page-header-action .ant-btn-group,
  .antd-pro-page-header-pageHeader .antd-pro-page-header-action .ant-btn {
    display: block;
    margin-bottom: 8px;
  }
  .antd-pro-page-header-pageHeader .antd-pro-page-header-action .ant-btn-group > .ant-btn {
    display: inline-block;
    margin-bottom: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-result-result {
  width: 72%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .antd-pro-result-result {
    width: 100%;
  }
}
.antd-pro-result-result .antd-pro-result-icon {
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 72px;
}
.antd-pro-result-result .antd-pro-result-icon > .antd-pro-result-success {
  color: #52c41a;
}
.antd-pro-result-result .antd-pro-result-icon > .antd-pro-result-error {
  color: #f5222d;
}
.antd-pro-result-result .antd-pro-result-title {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.antd-pro-result-result .antd-pro-result-description {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-result-result .antd-pro-result-extra {
  padding: 24px 40px;
  text-align: left;
  background: #fafafa;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .antd-pro-result-result .antd-pro-result-extra {
    padding: 18px 20px;
  }
}
.antd-pro-result-result .antd-pro-result-actions {
  margin-top: 32px;
}
.antd-pro-result-result .antd-pro-result-actions button:not(:last-child) {
  margin-right: 8px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-tag-select-tagSelect {
  position: relative;
  max-height: 32px;
  margin-left: -8px;
  overflow: hidden;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.antd-pro-tag-select-tagSelect .ant-tag {
  margin-right: 24px;
  padding: 0 8px;
  font-size: 14px;
}
.antd-pro-tag-select-tagSelect.antd-pro-tag-select-expanded {
  max-height: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.antd-pro-tag-select-tagSelect .antd-pro-tag-select-trigger {
  position: absolute;
  top: 0;
  right: 0;
}
.antd-pro-tag-select-tagSelect .antd-pro-tag-select-trigger i {
  font-size: 12px;
}
.antd-pro-tag-select-tagSelect.antd-pro-tag-select-hasExpandTag {
  padding-right: 50px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-avatar-list-avatarList {
  display: inline-block;
}
.antd-pro-avatar-list-avatarList ul {
  display: inline-block;
  margin-left: 8px;
  font-size: 0;
}
.antd-pro-avatar-list-avatarItem {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: -8px;
  font-size: 14px;
}
.antd-pro-avatar-list-avatarItem .ant-avatar {
  border: 1px solid #fff;
}
.antd-pro-avatar-list-avatarItemLarge {
  width: 40px;
  height: 40px;
}
.antd-pro-avatar-list-avatarItemSmall {
  width: 24px;
  height: 24px;
}
.antd-pro-avatar-list-avatarItemMini {
  width: 20px;
  height: 20px;
}
.antd-pro-avatar-list-avatarItemMini .ant-avatar {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.antd-pro-avatar-list-avatarItemMini .ant-avatar .ant-avatar-string {
  font-size: 12px;
  line-height: 18px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-trend-trendItem {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.antd-pro-trend-trendItem .antd-pro-trend-up,
.antd-pro-trend-trendItem .antd-pro-trend-down {
  position: relative;
  top: 1px;
  margin-left: 4px;
}
.antd-pro-trend-trendItem .antd-pro-trend-up i,
.antd-pro-trend-trendItem .antd-pro-trend-down i {
  font-size: 12px;
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
}
.antd-pro-trend-trendItem .antd-pro-trend-up {
  color: #f5222d;
}
.antd-pro-trend-trendItem .antd-pro-trend-down {
  top: -1px;
  color: #52c41a;
}
.antd-pro-trend-trendItem.antd-pro-trend-trendItemGrey .antd-pro-trend-up,
.antd-pro-trend-trendItem.antd-pro-trend-trendItemGrey .antd-pro-trend-down {
  color: rgba(0, 0, 0, 0.65);
}
.antd-pro-trend-trendItem.antd-pro-trend-reverseColor .antd-pro-trend-up {
  color: #52c41a;
}
.antd-pro-trend-trendItem.antd-pro-trend-reverseColor .antd-pro-trend-down {
  color: #f5222d;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-number-info-numberInfo .antd-pro-number-info-suffix {
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  font-style: normal;
}
.antd-pro-number-info-numberInfo .antd-pro-number-info-numberInfoTitle {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.antd-pro-number-info-numberInfo .antd-pro-number-info-numberInfoSubTitle {
  height: 22px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.antd-pro-number-info-numberInfo .antd-pro-number-info-numberInfoValue {
  margin-top: 4px;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.antd-pro-number-info-numberInfo .antd-pro-number-info-numberInfoValue > span {
  display: inline-block;
  height: 32px;
  margin-right: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 32px;
}
.antd-pro-number-info-numberInfo .antd-pro-number-info-numberInfoValue .antd-pro-number-info-subTotal {
  margin-right: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  vertical-align: top;
}
.antd-pro-number-info-numberInfo .antd-pro-number-info-numberInfoValue .antd-pro-number-info-subTotal i {
  margin-left: 4px;
  font-size: 12px;
  -webkit-transform: scale(0.82);
      -ms-transform: scale(0.82);
          transform: scale(0.82);
}
.antd-pro-number-info-numberInfo .antd-pro-number-info-numberInfoValue .antd-pro-number-info-subTotal .anticon-caret-up {
  color: #f5222d;
}
.antd-pro-number-info-numberInfo .antd-pro-number-info-numberInfoValue .antd-pro-number-info-subTotal .anticon-caret-down {
  color: #52c41a;
}
.antd-pro-number-info-numberInfolight .antd-pro-number-info-numberInfoValue > span {
  color: rgba(0, 0, 0, 0.65);
}
.antd-pro-ellipsis-ellipsis {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
}
.antd-pro-ellipsis-lines {
  position: relative;
}
.antd-pro-ellipsis-lines .antd-pro-ellipsis-shadow {
  position: absolute;
  z-index: -999;
  display: block;
  color: transparent;
  opacity: 0;
}
.antd-pro-ellipsis-lineClamp {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.antd-pro-login-login .ant-tabs .ant-tabs-bar {
  margin-bottom: 24px;
  text-align: center;
  border-bottom: 0;
}
.antd-pro-login-login .ant-form-item {
  margin: 0 2px 24px;
}
.antd-pro-login-login .antd-pro-login-getCaptcha {
  display: block;
  width: 100%;
}
.antd-pro-login-login .antd-pro-login-icon {
  margin-left: 16px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.antd-pro-login-login .antd-pro-login-icon:hover {
  color: #1890ff;
}
.antd-pro-login-login .antd-pro-login-other {
  margin-top: 24px;
  line-height: 22px;
  text-align: left;
}
.antd-pro-login-login .antd-pro-login-other .antd-pro-login-register {
  float: right;
}
.antd-pro-login-login .antd-pro-login-prefixIcon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.antd-pro-login-login .antd-pro-login-submit {
  width: 100%;
  margin-top: 24px;
}#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#loading .bullet {
  position: absolute;
  padding: 5px;
  border-radius: 50%;
  background: #65a3ff;
  -webkit-animation: animIn 1s ease-in-out 0s infinite;
  animation: animIn 1s ease-in-out 0s infinite;
}
#loading .bullet:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#loading .bullet:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#loading .bullet:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loading .bullet:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
@-webkit-keyframes animIn {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes animIn {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  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;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active,
.ant-btn.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active,
.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-icon-only > i {
  vertical-align: middle;
}
.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
}
.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group > .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  line-height: 38px;
}
.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  vertical-align: top;
}
a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.applayout {
  position: relative;
}
.applayout-top {
  position: fixed;
  top: 0;
  left: 0;
  height: 44px;
  width: 100vw;
  z-index: 1001;
}
.applayout-bottom {
  position: relative;
  top: 44px;
}
.applayout-sidebar {
  position: fixed;
  left: 0;
  top: 44px;
  width: 200px;
  background-color: #fff;
  height: calc(100% - 44px);
  overflow-y: auto;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.applayout-sidebar::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.applayout-content {
  box-sizing: border-box;
  margin-left: 200px;
  padding: 20px;
  padding-bottom: 0;
  overflow: scroll;
  height: calc(100vh - 16px);
}
.ant-modal-body video {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  max-height: 500px;
  min-height: 300px;
}
.self-spin {
  position: absolute;
  background: transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_tip {
  position: fixed;
  right: 1em;
  bottom: 1em;
  padding: 0.8em 1.5em;
  border: 1px solid #3eaf7c;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 16px rgb(0 0 0%);
  text-align: center;
  z-index: 9999;
}
.new_tip button {
  margin-top: 0.5em;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 100px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-close {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper {
  zoom: 1;
}
.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  clear: both;
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #f5222d;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-cascader {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-cascader-input.ant-input {
  position: static;
  width: 100%;
  padding-right: 24px;
  background-color: transparent !important;
  cursor: pointer;
}
.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}
.ant-cascader-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 20px 0 12px;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-cascader-picker-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}
.ant-cascader-picker-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  transition: transform 0.2s;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  transform: rotate(180deg);
}
.ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px;
}
.ant-cascader-menus {
  position: absolute;
  z-index: 1050;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  list-style: none;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ant-cascader-menu:first-child {
  border-radius: 4px 0 0 4px;
}
.ant-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  border-radius: 0 4px 4px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 4px;
}
.ant-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #e6f7ff;
}
.ant-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #fafafa;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 12px;
  color: rgba(0, 0, 0, 0.45);
}
:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
:root .ant-cascader-menu-item-loading-icon {
  font-size: 12px;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-description {
  margin: 0;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff;
}
.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-affix-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  transform: translateY(-50%);
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-disabled ~ .ant-input-suffix .anticon {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
  padding-right: 49px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
  padding-right: 22px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-password-icon:hover {
  color: #333;
}
.ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  vertical-align: 0;
}
.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-clear-icon + i {
  margin-left: 6px;
}
.ant-input-textarea-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 8px 0 0;
}
.ant-input-textarea-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-textarea-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}
.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8);
}
.ant-input-search-enter-button input {
  border-right: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: 0;
}
.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-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;
  transform-origin: 50% 50%;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .ant-select-arrow-icon svg {
  transition: transform 0.3s;
}
.ant-select-selection {
  display: block;
  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);
  user-select: none;
}
.ant-select-selection:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-selection__clear::before {
  display: block;
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}
.ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 24px;
}
.ant-select-no-arrow .ant-select-selection__rendered {
  margin-right: 11px;
}
.ant-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px;
}
.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-lg .ant-select-selection--single {
  height: 40px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 20px;
}
.ant-select-sm .ant-select-selection--single {
  height: 24px;
}
.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 12px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  position: relative;
  display: inline-block;
}
.ant-select-selection__placeholder,
.ant-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;
}
.ant-select-search__field__placeholder {
  left: 12px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: '';
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: 0.75em;
  max-width: 100%;
  padding: 1px;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}
.ant-select-selection--multiple .ant-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);
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-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);
}
.ant-select-selection--multiple .ant-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: bold;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
  display: none;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-selection--multiple .ant-select-arrow {
  top: 16px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow-icon svg {
  transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding: 4px 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px;
}
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e6f7ff;
}
.ant-select-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e6f7ff;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 32px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: rgba(0, 0, 0, 0.87);
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  display: inline-block;
  color: #1890ff;
}
.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 12px;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
#layout-header {
  position: relative;
  padding-left: 28px;
  padding-right: 0px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  background-color: #292f4c;
  color: #dcdee2;
}
#layout-header .z-10 {
  z-index: 10;
}
#layout-header .header-divider {
  margin: 14px 6px 0;
  height: 16px;
  border-right: 1px solid #e8eaec4a;
}
#layout-header .header-left {
  display: inline-block;
  color: #fff;
}
#layout-header .header-bread {
  display: inline-block;
  margin-left: 70px;
}
#layout-header .header-right {
  float: right;
}
#layout-header .header-lang img,
#layout-header .header-user img,
#layout-header .header-store img {
  margin-right: 5px;
  width: 24px;
  position: relative;
  top: -2px;
}
#layout-header .header-setting {
  padding: 0 16px;
}
#layout-header .header-lang,
#layout-header .header-user,
#layout-header .header-store,
#layout-header .header-help,
#layout-header .header-setting {
  height: 100%;
  cursor: pointer;
  background-color: #292f4c;
  color: #dcdee2;
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 10;
}
#layout-header .header-lang .store-type-select .ant-select-selection__rendered,
#layout-header .header-user .store-type-select .ant-select-selection__rendered,
#layout-header .header-store .store-type-select .ant-select-selection__rendered,
#layout-header .header-help .store-type-select .ant-select-selection__rendered,
#layout-header .header-setting .store-type-select .ant-select-selection__rendered {
  transition: all ease 200ms;
  margin-right: 0px;
}
#layout-header .header-lang-open::before,
#layout-header .header-user-open::before,
#layout-header .header-store-open::before,
#layout-header .header-help-open::before,
#layout-header .header-setting-open::before,
#layout-header .header-lang:hover::before,
#layout-header .header-user:hover::before,
#layout-header .header-store:hover::before,
#layout-header .header-help:hover::before,
#layout-header .header-setting:hover::before {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 4px;
  border-radius: 5px 5px 0px 0px;
  background-image: linear-gradient(to bottom, #454954, #292f4c);
}
#layout-header .header-lang-open .store-type-select .ant-select-selection__rendered,
#layout-header .header-user-open .store-type-select .ant-select-selection__rendered,
#layout-header .header-store-open .store-type-select .ant-select-selection__rendered,
#layout-header .header-help-open .store-type-select .ant-select-selection__rendered,
#layout-header .header-setting-open .store-type-select .ant-select-selection__rendered,
#layout-header .header-lang:hover .store-type-select .ant-select-selection__rendered,
#layout-header .header-user:hover .store-type-select .ant-select-selection__rendered,
#layout-header .header-store:hover .store-type-select .ant-select-selection__rendered,
#layout-header .header-help:hover .store-type-select .ant-select-selection__rendered,
#layout-header .header-setting:hover .store-type-select .ant-select-selection__rendered {
  margin-right: 28px;
}
#layout-header .header-lang-select-box:hover,
#layout-header .header-user-select-box:hover,
#layout-header .header-store-select-box:hover,
#layout-header .header-help-select-box:hover,
#layout-header .header-setting-select-box:hover {
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.5);
}
#layout-header .header-lang .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
#layout-header .header-user .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
#layout-header .header-store .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
#layout-header .header-help .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
#layout-header .header-setting .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
  box-shadow: none;
}
#layout-header .header-lang .ant-select-selection,
#layout-header .header-user .ant-select-selection,
#layout-header .header-store .ant-select-selection,
#layout-header .header-help .ant-select-selection,
#layout-header .header-setting .ant-select-selection {
  border: none;
  background-color: transparent;
}
#layout-header .header-lang .ant-select-arrow,
#layout-header .header-user .ant-select-arrow,
#layout-header .header-store .ant-select-arrow,
#layout-header .header-help .ant-select-arrow,
#layout-header .header-setting .ant-select-arrow {
  color: #c5c8ce;
  margin-top: -7px;
}
#layout-header .header-user {
  display: inline-block;
  cursor: pointer;
  background-color: #292f4c;
}
#layout-header .header-user img {
  width: 21px;
}
#layout-header .header-help {
  display: inline-flex;
  height: 100%;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}
#layout-header .header-help img {
  margin-right: 5px;
  width: 21px;
}
.header-storedown,
.header-userdown {
  position: relative;
  top: 9px;
  left: -52px;
  display: inline-block;
  background-color: #09142c;
  color: #dcdee2;
  width: 200px;
  max-height: 500px;
  overflow-y: scroll;
}
.header-storedown-arrow,
.header-userdown-arrow {
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  top: -20px;
}
.header-storedown-item,
.header-userdown-item {
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #dcdee2;
  cursor: pointer;
}
.header-userdown {
  overflow: hidden;
  left: 46px;
  width: 160px;
}
.store-select,
.lang-select,
.user-select {
  width: auto;
}
.store-select:focus,
.lang-select:focus,
.user-select:focus {
  outline: none;
}
.store-select > div:focus,
.lang-select > div:focus,
.user-select > div:focus {
  box-shadow: none;
}
.store-select .ant-select-selection-selected-value,
.lang-select .ant-select-selection-selected-value,
.user-select .ant-select-selection-selected-value {
  display: flex;
  width: 100%;
  text-align: center;
}
.store-select .ant-select-selection-selected-value .store-icon-div,
.lang-select .ant-select-selection-selected-value .store-icon-div,
.user-select .ant-select-selection-selected-value .store-icon-div {
  display: flex;
  align-items: center;
}
.store-select .ant-select-selection-selected-value .store-icon-div .store-icon,
.lang-select .ant-select-selection-selected-value .store-icon-div .store-icon,
.user-select .ant-select-selection-selected-value .store-icon-div .store-icon {
  font-size: 25px;
  margin-right: 5px;
}
.store-select .ant-select-selection-selected-value .store-select-name,
.lang-select .ant-select-selection-selected-value .store-select-name,
.user-select .ant-select-selection-selected-value .store-select-name {
  display: none;
}
.store-dropdown .store-select-icon-svg {
  transform: translateY(3px);
  margin-right: 5px;
}
.store-dropdown,
.lang-dropdown,
.user-dropdown {
  background-color: #09142c;
}
.store-dropdown ul > li,
.lang-dropdown ul > li,
.user-dropdown ul > li {
  text-align: center;
  color: #dcdee2;
  background-color: #09142c;
}
.store-dropdown ul > li:hover:not(.ant-select-dropdown-menu-item-disabled),
.lang-dropdown ul > li:hover:not(.ant-select-dropdown-menu-item-disabled),
.user-dropdown ul > li:hover:not(.ant-select-dropdown-menu-item-disabled),
.store-dropdown ul > li.ant-select-dropdown-menu-item-selected,
.lang-dropdown ul > li.ant-select-dropdown-menu-item-selected,
.user-dropdown ul > li.ant-select-dropdown-menu-item-selected,
.store-dropdown ul > li.ant-select-dropdown-menu-item-active,
.lang-dropdown ul > li.ant-select-dropdown-menu-item-active,
.user-dropdown ul > li.ant-select-dropdown-menu-item-active {
  cursor: pointer;
  color: #ffffff;
  background-color: #292f4c;
}
.store-dropdown ul > li.ant-select-dropdown-menu-item:last-child,
.lang-dropdown ul > li.ant-select-dropdown-menu-item:last-child,
.user-dropdown ul > li.ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.lang-select {
  width: 120px;
}
.lang-select .lang-select-div .anticon-global {
  font-size: 19px;
  margin-right: 6px;
  top: 2px;
  position: relative;
  color: #c5c8ce;
}
.user-select {
  min-width: 100px;
  color: "#dcdee2";
}
.user-select .user-userId {
  color: #fff;
  margin-left: 5px;
  margin-right: 20px;
}
.user-select .ant-select-selection-selected-value .user-icon,
.user-select .ant-select-selection-selected-value .user-logout {
  display: none;
}
.user-dropdown ul li {
  padding: 10px;
  text-align: left;
  padding-left: 20px;
}
.user-dropdown ul li .anticon {
  margin-right: 10px;
}
.user-dropdown ul li .user-userId {
  display: none;
}
.user-dropdown ul .ant-select-dropdown-menu-item-selected .user-img {
  display: none;
}
.lang-dropdown ul .ant-select-dropdown-menu-item .anticon-global {
  display: none;
}
.store-dropdown {
  width: 180px !important;
}
.store-dropdown ul .ant-select-dropdown-menu-item .store-img,
.store-dropdown ul .ant-select-dropdown-menu-item .store-icon {
  display: none;
}
.store-option {
  padding: 6px 12px;
}
.store-option:first-child,
.lang-option:first-child,
.store-option:last-child,
.lang-option:last-child {
  border-radius: 0;
}
.header-right {
  display: flex;
  height: 100%;
}
.header-right .ant-select-enabled > .ant-select-selection {
  background-color: #09142c;
}
.header-lang > span {
  margin: 0 5px;
}
.header-lang .anticon-global {
  font-size: 19px;
  top: 2px;
  position: relative;
  color: #c5c8ce;
}
.header-container-cascader {
  background-color: transparent;
  color: #dcdee2;
}
.header-container-cascader .ant-cascader-input {
  border-color: transparent !important;
  box-shadow: none !important;
}
.header-container-cascader-popup {
  background-color: #0d1427;
  color: #dcdee2;
}
.header-container-cascader-popup .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.header-container-cascader-popup .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background-color: #292f4c;
  color: #dcdee2;
}
.header-container-cascader-popup .ant-cascader-menu-item:hover {
  background-color: #292f4c;
  color: #dcdee2;
}
.header-container-cascader-popup .ant-cascader-menu {
  border-right: 1px solid #e8eaec4a;
}
.header-container-cascader .ant-cascader-input {
  border: 1px solid #292f4c;
}
@font-face {font-family: "iconfont";
  src: url(data:application/vnd.ms-fontobject;base64,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); /* IE9 */
  src: url(data:application/vnd.ms-fontobject;base64,qB8AAAAfAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAa7ekUwAAAAAAAAAAAAAAAAAAAAAAABAAaQBjAG8AbgBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAQAGkAYwBvAG4AZgBvAG4AdAAAAAAAAAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzI8k0gjAAABfAAAAFZjbWFw59yvPgAAAiwAAAKIZ2x5Zpkuq/gAAATkAAAWNGhlYWQY6AenAAAA4AAAADZoaGVhB94DlwAAALwAAAAkaG10eFgAAAAAAAHUAAAAWGxvY2E/ajnuAAAEtAAAAC5tYXhwASwAzgAAARgAAAAgbmFtZT5U/n0AABsYAAACbXBvc3QfAP+PAAAdiAAAAXUAAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAABYAAQAAAAEAAFOkt2tfDzz1AAsEAAAAAADa5GHhAAAAANrkYeEAAP+cBAADTAAAAAgAAgAAAAAAAAABAAAAFgDCAAwAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQQAAZAABQAIAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5h3mMQOA/4AAXAOAAIAAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAAAAAUAAAADAAAALAAAAAQAAAF8AAEAAAAAAHYAAwABAAAALAADAAoAAAF8AAQASgAAAAQABAABAADmMf//AADmHf//AAAAAQAEAAAADgAPABAAEQASABMAFAAVAA0ABwAIAAkABgAKAAsADAAFAAQAAwABAAIAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAQwAAAAAAAAAFQAA5h0AAOYdAAAADgAA5h4AAOYeAAAADwAA5h8AAOYfAAAAEAAA5iAAAOYgAAAAEQAA5iEAAOYhAAAAEgAA5iIAAOYiAAAAEwAA5iMAAOYjAAAAFAAA5iQAAOYkAAAAFQAA5iUAAOYlAAAADQAA5iYAAOYmAAAABwAA5icAAOYnAAAACAAA5igAAOYoAAAACQAA5ikAAOYpAAAABgAA5ioAAOYqAAAACgAA5isAAOYrAAAACwAA5iwAAOYsAAAADAAA5i0AAOYtAAAABQAA5i4AAOYuAAAABAAA5i8AAOYvAAAAAwAA5jAAAOYwAAAAAQAA5jEAAOYxAAAAAgAAAAAAmAG8AkIChAMQA1wDmAPuBFYFQgXCBnYGvAciB6AIIAiYCPIJwgp4CxoAAAAFAAAAAAN9AusABQAzAFAAWwBlAAATLQEmBg8BJj8BPgEXBTMeAR0BBgcOARQWFxYfARYdARQGIyEiJic1Njc+ATQmJyYnNzQ2BTQ2NzU0JiMhIgYdAR4BFAYHFRQWMwUyNj0BLgElITIWBiMhIiY0NhchMhYGIyEiJjbXAYb+qwwVAzoEAg4HNiACEQkhLgEPIykpIwkEAQIuIP2hIC4BAQ8jKiojDwEBFQJaMisTDf2iDRIrMTErEg0CXw0SKzL+fgEpDg4ODv7XCg4OCgEpDg4ODv7XDg4OAmIBUwINDUUHB0EfIwaBAS4gQhAGDTpLOw0DCAIFBUIgLi4hQhAGDTpLOwwHEEEWJf8wThUyDRITDTEVTmBOFTINEgESDTMVTpQXGA0VDZoXGBgXAAAACgAA/94DmANMAA8AKQBpAHcAgwCPAJsAqAC0AMEAACUiDwEOAR4BMzI/AT4BLgEHIgcGByMmLwEmIyYjIgYHBhcWMzI3PgEuARMmJyYjIgYHDgEXHgEXFjM+AiYnLgE3PgE3MhceARcWBgcGBwYHDgEPAg4BHgEzMj8BPgE3PgE/AT4BNzYmBTQmJyMOARQWOwEyNjUlIw4BFBY7ATI2NCYlFj4CLwEmDgEUFwEmIg4BHwEWPgInATI2NzUuASIGBxUeAQMmIg8BBh4BPwE2NAEWMj8BNjQmIg8BBhQCXgQEugsMAw8MBAS7CgwDDjkJBxMQAgsKBQYBBwcLEAQFDiAmJB4JBgYOlh85Nz82ZCQhGgkKOCoHCAsPBQcJOCMSEl0+NCwdKAkJCxMQFA0MCggDAqoLDAMPDAQEkxwlAwITCgsNGwsVB/3uEQw6DRAQDTkNEQKfOgwREQw6DBER/YIJFxEBCCkJFxEHAhkJFxEBCCkJFxEBCP7fDRABAREYEQEBEcIJGAkpCwghDCkIAZQJGAkpCBEYCSkIkAEwAxEWEAEwAhIVEGQFDQEBBQQEAwwKEAwZFQYTFAsCDTkgHiwrKGs5NlYZBQEMFBIFJIM7N0ABGRE3IiVKIRkWDw8NHA4JLgMRFhABJwUaJQ4aCwwOKBgybEoNEAEBEBkREQweARAZEREZELIIAREWCigIAREWCv47BxEXCSkIAREXCQIXEQw6DA8PDDoMEf4SCAgpDCEICykIGQGmCQkoCRgSCSgKFwAAAAAIAAD/zwNvAxoAAgAFACYAKgAuADsASABVAAAXJicHJicBJicjNTQmJyMOAQcVIw4BFBYXMxEeARchPgE3ETM+ATQlMxUjASERIQUiBhURFBYyNjURNCYjIgYHER4BMjY3ES4BISIGFREUFjI2NxEuAfoDAwIDAwJ6CA2VIRj+GCABlgwQEAwaASAYAf8YIAEQDRH+Fv7+AYP+AQH//vwMEREYERGpDRABARAZEAEBEAEtDRAQGRABARArAwMBAwMCtwkBNhwmAQEmHDYBExwTAf21HSUBASUdAksBExtLN/1yAktxEw/+xQ4UFA4BOw8TEw/+xQ4UFA4BOw8TEw/+xQ4UFA4BOw8TAAAAAwAA/9gDpwMqAAsAFwAjAAABDgEHHgEXPgE3LgEDLgEnPgE3HgEXDgElHgE/ATY0LwEmBgcB/rTwBQXwtLTwBQXwtJrOBATOmprOBATO/vEBHhbRFhbRFh4BAyoF8LS08AUF8LS08PzwBM6ams4EBM6ams7vGRINeA4iDXkMERkAAAAABAAAAAADxALOACMAPgBKAFsAAAE0LgInJicmIAcGBw4DFTEUHgIXFhcWIDc2Nz4DNSMOAQcjBgcGIicmJy4BJz4BNzY3NjIXFhceASUOAQceARc+ATcuARcGBw4BIi4CNTQ3PgEzHgEDwwsTHxU5UmT+/GVRORUfEwsLEx8VOVJkAQRkUjkVHxMLSgQhGwEvQ1XjVUMvHCAFBSAcL0NW41RELxsh/otKYQICYUpJYgICYh0BHQ4mKSUdDx4OJRUqOwGABSMtOhxHKTIyKUccOi0jBQUjLTocRykyMilHHDotIwUPSyQ7IioqIjskSw8PSyU6IisrIjskS58CYUpKYQICYUpKYasqHg8PDx0lFSoeDhABOwAAAAgAAAAAAzkCKwADAAcACwAMABgAGQAlADEAAAERIREFIRUhJSEVIRMzMTIdARQjMSI9ATQhMzEyHQEUIzEiPQE0BxcWFA8BBiY9ATQ2Azn9jgI5/gACAP4AAgD+ABwdHBwdAY8cHR0csToFBToHDw8B1f7kARw5qqqqATkdORwcOR0dORwcOR2uKwQNBSsFBwlXCAcAAAAAAwAAAAADVgJkAA8AGAAiAAABIQ4BFREUFhchPgE3ES4BBSImNDYyFhQGBSc1NzYWFREUBgJy/l8SFBcPAaEPFgEBFv6bDhcXHRcUAg19fQkREQJkARcO/oQRFAEBFBEBfA4XlxQjFBQjFPpimGIGCQz+wgwJAAAABAAAAAADVQKdABAAIAAqADMAAAEOAQcuAScmJyY1NzYkFxUGBTMeATI2NzM1Iy4BIgYHIyUmJA8BFBc2IBcFMhYUBiImNDYDHwaheHehBiYQAQFnAdlpEP5RBws1RzULBwIJOU05CQIBilj+iW8BAV0Bgl/+4RYeHi0eHgFvbY8DA45sExshOVBXAViqGrETFxcTiyYuLibTNgM3Kh4SMDCRITIhITIhAAAAAAQAAAAAAx0C1QAfACgANABAAAAlHgIyPgI0JicmJzczPgE0JiMhIgYUFhczFw4BBxQFIiY+ATIeAQYDHgEXDgEHLgEnPgEXPgE3LgEnDgEHHgEBChVOZG9kTykpJzBBJjELDQ0L/q0LDQ0LLCZWZQEBEw8UARMdEwEUDj9SAgJSPz5SAgJSPi8+AQE+Ly4+AQE+0zFNKipOZG9lJzAUXgENFQ4OFQ0BYB2NWziPFB0TEx0UAYgBUz4+UgICUj4+U/4BPi4vPQICPS8uPgAAAAAMAAAAAAMdAvMAEQAZACIAJgBCAE4AXgBuAH4AjgCPAJsAABMyMyEyFhURFAYjISImNRE0NhcyNiYiBhQWMzI2NCYiBhQWBREhEQEGFhceARc+ATc+ASc1MxYGBw4BBy4BJy4BNzU3HgEXBiYnDgEnPgEnMhYHIyIGDwEUBi8BPgE3Ez4BJyMuAS8BNCYPAR4BFwEiBhczMhYfARQWPwEuAScDLgE3Mz4BPwE0Nh8BDgEHJTMhMhUxFCMhIjUxNPYBAgIRBwsMCf3yCQwL5ggICA4ICFwGCAgMCAj+9wHI/qYBCBYBLSssLAEUCgEYAQoaATU1NTUBGAwBjjxRAQ1HBQWAPgFRNgcCBzsHCwEBDgIBARIPPAcCBzsHCwEBDgIBARIPASAHAgc7BwsBAQ4CAQESDzwHAgc7BwsBAQ4CAQESD/6LDgFyDg7+jg4C8gcH/VgHCgoHAqgHBzkODggMCAgMCAgMCB39yAI4/toCHwoRRwQERxEIHQUBAioLFU8FBU8VCiYGAdEBVD4XHwQDGxI+VCYPAgoHPAcCBzsPFAL+RAEOAgEJCDsHAgc7DhUBAbsPAgoHPAcCBzsPFAL+RAEOAgEJCDsHAgc7DhUB6w4ODg4AAAAACQAA/5wDOQNIABEAHQAmAC8AMwA7AEMASwBTAAATMjMhNhYVERQGIyEiJjURNDYDITIWFAYHIS4BNDYTPgEmIyIGFBYXPgEmIyIGFBYFESERAyMnIwcjNzMHJyYnMQYPARc1MzIVFAYjJxUzMjY0JiP2AQICEQcLDAn98gkMCwsCOA0QEA39yA0QEPcMCwsMCQsLbgwLCwwIDAz+8QHI5CILNQoiNSUFDAEBAQEMcS1FJh8QDxQWGBIDRwEJCPzdCQsLCQMjBwr8jRAYEAEBEBgQAzUBFBQMEQsBARQUDBELNv3kAhz+qyEhjlUtBgYGBS45jkUhKHJWGCgWAAAAAAgAAP/xAx0DDwAqAEAATQBZAGUAbgBvAHsAAAEmJyMmIyEiDwEGFREUFjsBBhQWMjY1NDYzITIWFRQWMjY1NCczNjcxNjUnFAcxBiMhIiY1ETY/ATYzITIXMRYVAzIeARQOASMuASc+ARcOAQceARc+ATcuAQMyHgEUDgEjLgE0NhcOARQWMjY0JgMjFB4BMj4BNS4BIgYDHAESARMc/k4cEgITJxwMAgwQCwYFAToFBgwQCwIMHBQTOQcIC/5uCxABBwEHCwGSCwgH4y5OLy9OLklgAgJgSTBBAQFBMDBBAQFBMBcnFxcnFyQwMCQMEBAYEBAMOQ8bHhsPASAwIALKHRMUEwEUHP2MHSgGDgsLCAUHBwUICwsIBgYBExUcDQwICBELAlYMCAEHCAgM/wAtUVpQLQFhSElgNwFAMTBAAgJAMDFAAR0WKC0pFgEwSDE4ARAYEBAYEP6rDxoQEBoPGCEhAAAAAAIAAAAAA2sC0QAQACgAABMeARcTITIWFxUUBgcFETQ2BTYeAg8BDgEvAQcOAS8BJjQ/AT4BHwGzDBABAQJ8CxEBDwv9RhECXwkXEQEIvAgUCY+SCRUJAwgHqQcVCY8C0QEODP20DwsDDBABAQKEDRCkCAEQFwmsBwIGgIsHAQcCCRYJnwcCBoAAAAAAAwAAAAADlgLnACsALwBEAAAlIxEzMjY0JiMhIgYUFjsBESMOARQWFyEVIyIGFBY7ATI2NCYrATUhPgE0JiURIREDBycmIg8BBh4BPwEXFjI/ATY0JiIDewkJCw8PC/0GCw8PCwkJCw8PCwFaPgwPDwyxCw8PCz4BawsPD/05An58o1cFDwWKBwUUB31YBQ8FrwUKDtMB3g8XDw8XD/4iAQ8WDwE1DxcPDxcPNQEPFg8BAd7+IgFmo1gFBYoHFAUHfVgFBbAFDgsAAAAABwAAAAADwAMAAA0AEwAlAC4ALwA7AE8AAAERFAYHIS4BNRE+ATchFyMuAT0BAzIfARYGIyEiJzU3NjIfATc2JzIWFAYiLgE2ASMeARc+ATcuAScOARc1NjczFhcVMzIWDwEGIi8BJjYzAtoeFv3OFh4CHRUBzJpmFR9sAwRhAwYF/rsFA0YCCgEicAOuGSEhMSECIgHY4AJ/X19/AgJ/X19/wQEGMQYBPAUDA1sCBwJcAgQEAmb9zhUeAQEeFQKYFxwBmgEeFWb+ywTUAwYDCF0DAzClA0wiMCIiMCL+yl9/AgJ/X19/AgJ/XngGAQEGeAcDdAMDdAMHAAAABwAA/+YDegMZABMAIwAsAC8AOAA7AFEAAAUhLgEnAyY+AjMhMh4CBwMOAQEiBhcTHgEXIT4BNxM2JiMFIiY0NjIWFAYnMRUFIiY0NjIWFAYnMRU3IiY1LgIGBw4BIiY1PgE3HgEXFAYC1f5OJDgHPgMJFiASAlgTIBYJAz8HN/3WCwsBPwMYDgGyDxgDPgIMC/4jGSAgMiEhGAFgGSEhMSEhGB0MEQRrhWgDARAYEQOLWliPBBEZAS4kAXwSIRsPDxshE/6FJC4B8A4L/oUOFAEBFA4BewsOryEyISEyITodHSEyISEyITod6REMQFEBTEUMEBAMYGsBAm9cDBEAAAUAAP/oA0oDGgAFABIAIAA1AEoAACUOASImJxMuASc1PgEyFhcVDgEDLgEnNT4BMhYXFQ4BBwEhIi4BNj8BNT4BNx4BFxUXFhQOASUGFjMhMjYvASY9AS4BJw4BBxUGBwJEASc7KAFICw4BAQ4WDgEBDmEMEQEBERkRAQERDAFT/gAUIxQBCjUDl3FylwI1CxQi/dUDCAkCFQgJBDULA3lcW3oCAQsvHicnHgKEARMOIg8TEw8iDhP+sgERDH4NERENfgwRAf7iFCQoEUrHcpcCApdyx0oRKCQUVgcODgdHDxPKWXYCAnZZyhMOAAAAAAQAAP/qA10DGgAPAB8AKwA3AAAFIS4BJxE+ATchHgEXEQ4BASIGBxEeATMhPgE3ETQmIwMhIiY0NjchHgEUBgcjLgE0NjsBMhYUBgIk/uonMgEBMicB9CYzAQOx/mYNEAEBEA0BFmqOAxEMd/76DRERDQEGDRERgJMNERENkw0RERYBMyYCeyYzAQEzJv5jhLAC7hEM/YUMEQOOagGdDBH+2xIZEQEBERoRvQERGhERGhEAAAgAAP/oA34C5wAPAB8AJgAtAFgAcgB/AIwAAAEhMj4DPQE0LgMjIQc1ISIOAx0BFB4DMwUjERQWOwETETMyNjURJzMyFhcWFx4BHQEUBgcGBwYHEQ4BByEuAScRJicmJy4BPQE0Njc2Nz4BMyUyHgIXBgchJjQ+AhcWFxYfATc2NzY3NgUOARQWFzMnJicmJyYlBgcGBwYPATM+ATQmAhoBAg0NCQYCAgYJDQ3+/jb+/g0NCgUCAgUKDQ0BAvYPDNs22wsQFSEUGgoUCgYFBQULFAcGAS4j/hQjLgEHBhQLBQYGBQsUChoUAbgWKB8QAQEM/goPHjI6FwoIDgo+PgkOCQoX/uYYHh4YXC4GCAQFCAEnDwgFBAgGL10YHh4BngIGCQ0NGAwNCgUDbm4DBQoNDBgNDQkGAjb+0wwPAUj+uA8MAS3aBQYLFAkaFBgUGgkVCgQC/s4jLgEBLiMBMgIEChUJGhQYFBoJFAsGBaQQHygWHhkaOjMdAQ0GCA0RbGwRDQgGDTcBHy4fAVEJCAQDBAEBBAMECAlRAR8uHwAABAAAAAADtAMAACUAVQByAH4AAAE0NS8BLgEnISIGDwIGFRQWFxYzMjY3HgEyNjceATMyNz4BNTQHBiImJyYnLgEjBgcGBw4BIiYnJicmIgcGBw4BIicuAT8CPgEzITIWHwIWFQ4BByIGHQEUBiMFIiY9AS4BIgYdAR4BFyE+ATc1NCYnISImNDYzITIWFAYDqwFGCS8e/hofLAlLAQguKCErJUAXGEBIPxgXQSQsIictcRQ4Lw4CBgQNCxMKBQIPLTYuDwIFCyMLBQMOLjgUIhsMAUkBCxEB5ggSBUUBBgEcBAwRCgf91QcKARAZEQEqIQIrISoBEWT+JwwREQwB2QwREQITAQEFrBseAR4asAQZGi5MFRIeHBseHhscHRIWSy4ZdAsZGAUHBAgBCwYGFxoaFwYFDAsGBxcaChNFJgKtBQ0GDasDEREcMG0RDaEHCQEKB54NEBANniArAQErIKENEc8RGBISGBEAAAcAAP/mA3oDGQAiACsANABKAFIAXgBqAAABMh4CDwEmJzc2JiMhIgYXEx4BFyEeARchLgEnAyY+AjMXHgEUBiImNDYlHgEXMSYHJjY3IiY1LgIGBw4BIiY1PgE3HgEXFAYTFhQHIyY0PwEyFhQGKwEiJjQ2MxcyFhQGByMuATQ2MwMoEyAWCQMbFR4UAgwL/agLCwE/AxgOARMZQCT+cCQ4Bz4DCRYgEnsZISExISEBeRghATw3BiM5DBEEa4VoAwEQGBEDi1pYjwQRIAoKgwsLtAYHBwW0BQcHBbMGBwcFtAUHBwUCEw8bIROfHRR4Cw4OC/6FDhQBGh4CAS4kAXwSIRsPdQEhMiEhMiEBASEZCxgbLJIRDEBRAUxFDBAQDGBrAQJvXAwR/oQBFwEBFwEzBwsHBwsHZgcLBwEBBwsHAAAAAAAAEgDeAAEAAAAAAAAAFQAAAAEAAAAAAAEACAAVAAEAAAAAAAIABwAdAAEAAAAAAAMACAAkAAEAAAAAAAQACAAsAAEAAAAAAAUACwA0AAEAAAAAAAYACAA/AAEAAAAAAAoAKwBHAAEAAAAAAAsAEwByAAMAAQQJAAAAKgCFAAMAAQQJAAEAEACvAAMAAQQJAAIADgC/AAMAAQQJAAMAEADNAAMAAQQJAAQAEADdAAMAAQQJAAUAFgDtAAMAAQQJAAYAEAEDAAMAAQQJAAoAVgETAAMAAQQJAAsAJgFpCkNyZWF0ZWQgYnkgaWNvbmZvbnQKaWNvbmZvbnRSZWd1bGFyaWNvbmZvbnRpY29uZm9udFZlcnNpb24gMS4waWNvbmZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQAKAEMAcgBlAGEAdABlAGQAIABiAHkAIABpAGMAbwBuAGYAbwBuAHQACgBpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXAAx5b3VodWlxdWFuMngQeWluZ3hpYW9nYWlsYW4yeAlzaGFuY2h1MngIYm9mYW5nMngHeXVsYW4yeBJoZW5ndGlhb2d1YW5nZ2FvMngJcWlhbmdqaTJ4CGJhbnFpdTJ4B3l1eWFuMngPcmVubGlhbnNoaWJpZTJ4EWxpc2hpZ3VhbmdnYW9qaTJ4CnlpbnhpYW5nMngQeGlhb3Nob3V0b25namkyeA5zaHVqdXpvbmdsYW4yeA54aWF6YWl0dXBpYW4yeBBzaGFuZ3Bpbmd1YW5saTJ4DnF1ZWh1b3RpeGluZzJ4EGRpbmdkYW5saWViaWFvMngPaHVvZG9uZ2d1YW5saTJ4DWRpYW5wdXhpbnhpMngRc2hhbmdwaW5saWViaWFvMngAAAAAAA==#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url(data:font/woff;base64,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) format('woff'),
  url(data:font/ttf;base64,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) format('truetype'), 
  url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiA+DQo8IS0tDQoyMDEzLTktMzA6IENyZWF0ZWQuDQotLT4NCjxzdmc+DQo8bWV0YWRhdGE+DQpDcmVhdGVkIGJ5IGljb25mb250DQo8L21ldGFkYXRhPg0KPGRlZnM+DQoNCjxmb250IGlkPSJpY29uZm9udCIgaG9yaXotYWR2LXg9IjEwMjQiID4NCiAgPGZvbnQtZmFjZQ0KICAgIGZvbnQtZmFtaWx5PSJpY29uZm9udCINCiAgICBmb250LXdlaWdodD0iNTAwIg0KICAgIGZvbnQtc3RyZXRjaD0ibm9ybWFsIg0KICAgIHVuaXRzLXBlci1lbT0iMTAyNCINCiAgICBhc2NlbnQ9Ijg5NiINCiAgICBkZXNjZW50PSItMTI4Ig0KICAvPg0KICAgIDxtaXNzaW5nLWdseXBoIC8+DQogICAgDQogICAgPGdseXBoIGdseXBoLW5hbWU9InlvdWh1aXF1YW4yeCIgdW5pY29kZT0iJiM1ODkyODsiIGQ9Ik0yMTUuMjk2IDYxMC4zMDRsMzg5LjM3NiAwLjI1Ni0zNDAuMjI0IDgzLjI1MTJhMzEuMDAxNiAzMS4wMDE2IDAgMCAxLTM2LjUzMTItMjMuOTg3MkwyMTUuMjk2IDYxMC4zMDR6IG0tNDUuNzcyOC05LjUyMzJhMjMuNjAzMiAyMy42MDMyIDAgMCAwLTEuNTg3MiAxNC42OTQ0bDEzLjU5MzYgNjQuMTc5MkE3OC4zODcyIDc4LjM4NzIgMCAwIDAgMjc0LjY4OCA3NDAuMDk2bDAuNjkxMi0wLjE1MzYgNTI4LjIwNDgtMTI5LjI4IDkuNTQ4OCAwLjAyNTZhNzguMzM2IDc4LjMzNiAwIDAgMCA3OC45MjQ4LTc4Ljc3MTJsLTAuMDUxMi02NS41NjE2YTIzLjcwNTYgMjMuNzA1NiAwIDAgMC0xNS43OTUyLTIyLjM0ODggMTE1LjY2MDggMTE1LjY2MDggMCAwIDEtNzcuMDU2LTEwOC45MDI0IDExNS4xNzQ0IDExNS4xNzQ0IDAgMCAxIDc2Ljg1MTItMTA4LjcyMzJjNS44MTEyLTIuMDQ4IDEwLjU3MjgtNi4yNDY0IDEzLjMxMi0xMS43NTA0bDAuNjY1Ni0xLjMwNTZjMS42Mzg0LTMuMzAyNCAyLjUwODgtNi45MTIgMi41MDg4LTEwLjYyNGwtMC4wNTEyLTY1LjUzNmE3OC40ODk2IDc4LjQ4OTYgMCAwIDAtNzguNTQwOC03OC41MTUybC02MDYuNzIgMC41Mzc2YTc4LjMzNiA3OC4zMzYgMCAwIDAtNzguOTUwNCA3OC43NzEybDAuMDUxMiA2NS41ODcyYzAgMTAuMDM1MiA2LjMyMzIgMTguOTY5NiAxNS43OTUyIDIyLjMyMzJhMTE1LjY2MDggMTE1LjY2MDggMCAwIDEgNzcuMDU2IDEwOC45MDI0IDExNS4xNzQ0IDExNS4xNzQ0IDAgMCAxLTc2Ljg1MTIgMTA4LjcyMzIgMjMuNzA1NiAyMy43MDU2IDAgMCAwLTE1LjgyMDggMjIuMzc0NGwwLjA1MTIgNjUuNDMzNmE3OC40ODk2IDc4LjQ4OTYgMCAwIDAgNDEuMDM2OCA2OS40NTI4eiBtNTgyLjIyMDgtMjY1LjZhMTYzLjA3MiAxNjMuMDcyIDAgMCAwIDkyLjg1MTIgMTQ3LjAyMDhsMC4wMjU2IDQ5LjkyYTMwLjkyNDggMzAuOTI0OCAwIDAgMS0zMS4zMzQ0IDMxLjE4MDhsLTYwNi4xMDU2LTAuNDA5NmEzMS4xMDQgMzEuMTA0IDAgMCAxLTMxLjI4MzItMzEuNDYyNGwtMC4wNTEyLTQ5Ljc0MDhhMTYyLjU4NTYgMTYyLjU4NTYgMCAwIDAgOTIuNjcyLTE0Ni45NDQgMTYzLjA3MiAxNjMuMDcyIDAgMCAwLTkyLjg3NjgtMTQ2Ljk5NTJsLTAuMDI1Ni00OS45NDU2YTMwLjk1MDQgMzAuOTUwNCAwIDAgMSAzMS4zNi0zMS4xODA4bDYwNi45MjQ4LTAuNTM3NmEzMS4xMDQgMzEuMTA0IDAgMCAxIDMxLjEwNCAzMS4xMDRsMC4wMjU2IDUwLjczOTJhMTYyLjU4NTYgMTYyLjU4NTYgMCAwIDAtOTMuMjg2NCAxNDcuMjUxMnpNMzY1Ljg3NTIgNDM1LjQ1NmgyOTcuMjE2YTIzLjg4NDggMjMuODg0OCAwIDEgMCAwLTQ3Ljc0NGgtMjk3LjIxNmEyMy44ODQ4IDIzLjg4NDggMCAwIDAgMCA0Ny43Njk2ek0zNjUuODc1MiAyODEuMzk1MmgyOTcuMjE2YTIzLjg4NDggMjMuODg0OCAwIDEgMCAwLTQ3Ljc0NGgtMjk3LjIxNmEyMy44ODQ4IDIzLjg4NDggMCAxIDAgMCA0Ny43NDR6IiAgaG9yaXotYWR2LXg9IjEwMjQiIC8+DQoNCiAgICANCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0ieWluZ3hpYW9nYWlsYW4yeCIgdW5pY29kZT0iJiM1ODkyOTsiIGQ9Ik02MDYuMDU0NCAxNDMuODQ2NGEzMS40ODggMzEuNDg4IDAgMCAxLTcuOTM2LTAuOTcyOGwtMTg2LjMxNjgtNDhhMjcuNzI0OCAyNy43MjQ4IDAgMCAxLTIxLjA5NDQtMzEuMzM0NGMxLjY2NC0xMy4zMzc2IDEyLjE2LTI2Ljk4MjQgMjguNjcyLTI2Ljk4MjQgMi42MzY4IDAgNS4zNzYgMC4zODQgNy45MzYgMS4wNzUybDE4Ni4xODg4IDQ4YzE0LjE1NjggMy4zMjggMjMuMzcyOCAxNi45NzI4IDIxLjEyIDMxLjMwODgtMS41NjE2IDEzLjM2MzItMTEuOTgwOCAyNi44OC0yOC41Njk2IDI2Ljg4eiBtLTQ0LjQ2NzItMTAwLjUzMTJhMjcuNzc2IDI3Ljc3NiAwIDAgMS0xNS43OTUyLTUuMjk5MmMtMTIuMzY0OC04LjQ0OC0yNC4yNDMyLTEzLjIzNTItMzUuMjUxMi0xMy44MjRoLTEuNDU5MmE0OC4zMDcyIDQ4LjMwNzIgMCAwIDAtMjEuNDAxNiA2LjI3MmMtMC41ODg4IDAuMzA3Mi0zLjA0NjQgMS45NzEyLTQuNzEwNCAzLjA0NjQtNC41MzEyIDMuMDQ2NC01Ljc4NTYgMy44NC03LjI3MDQgNC4wMTkyYTI5Ljc3MjggMjkuNzcyOCAwIDAgMS0xMy44MjQgMy40MzA0IDMzLjIyODggMzMuMjI4OCAwIDAgMS0zMC44NDgtMjEuNTA0Yy0zLjUzMjgtMTAuMzkzNi0wLjE3OTItMjAuODg5NiA5LjAzNjgtMjguMjYyNCAyMC45MTUyLTE2LjM4NCA0NS4yNjA4LTI1LjExMzYgNzAuNC0yNS4xMTM2IDIyLjk2MzIgMCA0NS44MjQgNy4zNDcyIDY1Ljk0NTYgMjEuMjk5MmEyOS42OTYgMjkuNjk2IDAgMCAxIDExLjY3MzYgMzQuMzU1MmMtNC4wMTkyIDEyLjg1MTItMTQuNTkyIDIxLjU4MDgtMjYuNDk2IDIxLjU4MDh6IG0xNTkuMzA4OCA1MjQuMzkwNGEyMjEuMjM1MiAyMjEuMjM1MiAwIDAgMS04OC4yNDMyIDg5LjcwMjQgMjQzLjMyOCAyNDMuMzI4IDAgMCAxLTExNy41ODA4IDI5LjY0NDggMjU3Ljc5MiAyNTcuNzkyIDAgMCAxLTEwMy41Nzc2LTIxLjc4NTYgMjM2Ljc0ODggMjM2Ljc0ODggMCAwIDEtODYuNzg0LTY1LjI4Yy00My44NTI4LTUyLjYwOC02Mi40MTI4LTEyOC43NjgtNDkuNDU5Mi0yMDMuNjczNiAxMi4zNjQ4LTcxLjkzNiA1MS44NC0xMzIuNDI4OCAxMDguMTg1Ni0xNjUuNzg1NiA0LjUwNTYtMi43NjQ4IDkuNzI4LTQuMjI0IDE0LjkyNDgtNC4zNTIgMTMuNTQyNCAwLjUxMiAyNS4xMTM2IDkuOTMyOCAyOC4yNjI0IDIzLjE5MzZhMjcuOTA0IDI3LjkwNCAwIDAgMS0xMy4yNjA4IDMyLjM4NGMtNzUuMjY0IDQ0LjY3Mi05Ni43NjggMTUyLjE0MDgtNzMuMzE4NCAyMjYuMjUyOCAyMi42ODE2IDcxLjc1NjggOTIuMTYgMTIwLjA2NCAxNzIuODUxMiAxMjAuMDY0IDM0LjA0OCAwIDY3LjE0ODgtOC44MzIgOTUuODIwOC0yNS40MjA4IDM4Ljc1ODQtMjIuNDc2OCA2Ni4zNTUyLTYwLjA4MzIgNzcuOTI2NC0xMDUuNzI4IDEyLjU0NC00OC43OTM2IDUuMTItMTAwLjYwOC0yMC43MTA0LTE0My44OTc2LTEwLjIxNDQtMTYuNzkzNi0yMy41NTItMzIuMzA3Mi0zNi4zMjY0LTQ3LjMwODgtOC4yNDMyLTkuNTIzMi0xNi43NjgtMTkuNTMyOC0yNC41MjQ4LTI5Ljc0NzItMTMuMjYwOC0xNy41NjE2LTE3LjI4LTM2LjUwNTYtMjEuMTk2OC01NC42ODE2bC0yLjE3Ni05LjcyOC0xNjkuOTA3Mi00NS4yMzUyYTI3Ljg1MjggMjcuODUyOCAwIDAgMS0yMC45OTItMzEuNjE2YzEuNzQwOC0xMy4yMzUyIDEyLjA1NzYtMjYuODAzMiAyOC40NDE2LTI2LjgwMzIgMi43NjQ4IDAgNS41MDQgMC40MDk2IDguMTY2NCAxLjIwMzJsMTMyLjUwNTYgMzUuMjI1NmM0LjkxNTIgMS4yOCA5LjcyOCAyLjU2IDE0LjMzNiAzLjYzNTIgMzYuMzAwOCA4LjkzNDQgNjQuODcwNCAxNiA2OC4yMjQgNjguNDAzMiAxLjE3NzYgMTguNDU3NiAxNy4wNzUyIDM1Ljg0IDMxLjAwMTYgNTAuOTQ0IDMuNjM1MiAzLjk0MjQgNi45ODg4IDcuNjggMTAuMTEyIDExLjI4OTYgMTYuODk2IDE5LjYzNTIgMzcuNzg1NiA0Ni40Mzg0IDUxLjA0NjQgNzguMTU2OCAyOC4xNiA2Ni44MTYgMjMuMTY4IDE0MS43MjE2LTEzLjc0NzIgMjEwLjk0NHpNMjE5LjIxMjggNDQxLjE2NDhjMCAxNi4zODQtMTMuMTU4NCAyOS42NDQ4LTI5LjU0MjQgMjkuNjQ0OEgxMzIuMDQ0OGEyOS42MTkyIDI5LjYxOTIgMCAxIDEgMC01OS4yODk2aDU3LjQyMDhjMTYuMzg0IDAgMjkuNTQyNCAxMy4yNjA4IDI5LjU0MjQgMjkuNjQ0OGgwLjIwNDh6TTg4OS42NTEyIDQ3MC44MDk2aC01Ny40NDY0YTI5LjYxOTIgMjkuNjE5MiAwIDEgMSAwLTU5LjI4OTZoNTcuNDQ2NGEyOS42MTkyIDI5LjYxOTIgMCAxIDEgMCA1OS4yODk2ek0yNjMuODg0OCA2NDcuNjhhMjkuNjk2IDI5LjY5NiAwIDAgMSA0MS45MDcyIDQxLjkzMjhsLTQwLjY1MjggNDAuNzI5NkEyOS42OTYgMjkuNjk2IDAgMCAxIDIyMy4yMzIgNjg4LjQzNTJMMjYzLjg4NDggNjQ3LjY4ek03NjAuMTY2NCAyMzQuNjQ5NmEyOS42OTYgMjkuNjk2IDAgMCAxLTQxLjkwNzItNDEuOTMyOGw0MC42MjcyLTQwLjYyNzJhMjkuNjk2IDI5LjY5NiAwIDAgMSA0MS45MDcyIDQxLjkwNzJsLTQwLjYyNzIgNDAuNjUyOHpNNTEyIDcyOC41NzZjMTYuNDA5NiAwIDI5LjU2OCAxMy4yNjA4IDI5LjU2OCAyOS42NDQ4VjgxNS43NDRhMjkuNTkzNiAyOS41OTM2IDAgMCAxLTU5LjA4NDggMHYtNTcuNTIzMkEyOS41NDI0IDI5LjU0MjQgMCAwIDEgNTEyIDcyOC41NzZ6TTMwNS42ODk2IDIzNC42NDk2YTI5LjU5MzYgMjkuNTkzNiAwIDAgMS00MS44MDQ4IDAuMDc2OGwtMC4xMDI0LTAuMDc2OC00MC42NTI4LTQwLjY1MjhhMjkuNjE5MiAyOS42MTkyIDAgMSAxIDQxLjkzMjgtNDEuOTA3Mmw0MC42MjcyIDQwLjYyNzJhMjkuNjE5MiAyOS42MTkyIDAgMCAxIDAgNDEuOTMyOHpNNzE4LjI1OTIgNjQ3LjY4YTI5LjU5MzYgMjkuNTkzNiAwIDAgMSA0MS44MDQ4LTAuMDc2OGwwLjEwMjQgMC4xMDI0IDQwLjYyNzIgNDAuNjI3MmEyOS42MTkyIDI5LjYxOTIgMCAxIDEtNDEuOTA3MiA0MS45MDcybC00MC42MjcyLTQwLjYyNzJhMjkuNzk4NCAyOS43OTg0IDAgMCAxIDAtNDEuOTA3MnoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJzaGFuY2h1MngiIHVuaWNvZGU9IiYjNTg5Mjc7IiBkPSJNMjQ5Ljg1Ni00My4xMTA0YTY4LjQwMzIgNjguNDAzMiAwIDAgMC02LjA0MTYgNi4wNDE2YzIuMjAxNi0yLjIwMTYgNC4wNDQ4LTQuNDAzMiA2LjA0MTYtNi4wNDE2eiBtLTcuNzgyNCA1LjEyYTk5LjY4NjQgOTkuNjg2NCAwIDAgMC02LjA5MjggNi4wOTI4YzEuOTQ1Ni0yLjIwMTYgMy45OTM2LTQuMDk2IDYuMDkyOC02LjA5Mjh6TTg3MC40IDY2Mi44MzUyYTI4LjM2NDggMjguMzY0OCAwIDAgMS0yMS4xOTY4IDEwLjAzNTJoLTE0OC45OTJ2NTQuMjcyYzAgMzYuNjU5Mi0yNS40OTc2IDY2LjQ1NzYtNTYuODMyIDY2LjQ1NzZIMzg5LjEyYy0zMS4zODU2IDAtNTYuODgzMi0yOS43OTg0LTU2Ljg4MzItNjYuNTA4OHYtNTQuMjcySDE4Mi40NzY4Yy0xNS44NzIgMC0yOC44NzY4LTE1LjA1MjgtMjguODc2OC0zMy43NDA4IDAtMTguNjg4IDEyLjkwMjQtMzMuNzkyIDI4Ljg3NjgtMzMuNzkyaDI1LjQ5NzZ2LTU4Ny43NzZjMC0zNi43MTA0IDI1LjQ5NzYtNjYuNTA4OCA1Ni45MzQ0LTY2LjUwODhoNTEwLjgyMjRjMzEuMzg1NiAwIDU2Ljg4MzIgMjkuNzk4NCA1Ni44ODMyIDY2LjU2VjYwNS4yODY0aDE2LjY0YzE1Ljg3MiAwIDI5LjY5NiAxNS4wNTI4IDI5LjY5NiAzMy43NDA4QTM2LjI0OTYgMzYuMjQ5NiAwIDAgMSA4NzAuNCA2NjIuODM1MnpNMzg5LjAxNzYgNzI2Ljg4NjRoMjU0LjEwNTZWNjcyLjI1NkgzODkuMDE3NlY3MjYuODg2NHogbTM4Ni42MTEyLTcwOS4yNzM2SDI2NC45MDg4VjYwNS4yODY0aDUxMC43MnYtNTg3LjY3MzZ6IG0tMjU5LjczNzYgNDc0LjUyMTZjLTE2LjA3NjggMC0yOS4wODE2LTE1LjIwNjQtMjkuMDgxNi0zMy45OTY4di0zMTUuMDg0OGMwLTE4LjczOTIgMTMuMDA0OC0zMy45NDU2IDI5LjA4MTYtMzMuOTQ1NiAxNi4wMjU2IDAgMjkuMDMwNCAxNS4yMDY0IDI5LjAzMDQgMzMuOTQ1NlY0NTguMTM3NmMwIDE4Ljc5MDQtMTMuMDA0OCAzMy45OTY4LTI5LjAzMDQgMzMuOTk2OHogbS0xNTcuMzg4OCAwYy0xNi4wNzY4IDAtMjkuMDMwNC0xNS4yMDY0LTI5LjAzMDQtMzMuOTk2OHYtMzE1LjA4NDhjMC0xOC43MzkyIDEyLjk1MzYtMzMuOTQ1NiAyOS4wMzA0LTMzLjk0NTYgMTYuMDc2OCAwIDI5LjA4MTYgMTUuMjA2NCAyOS4wODE2IDMzLjk0NTZWNDU4LjEzNzZjMCAxOC43OTA0LTEzLjAwNDggMzMuOTk2OC0yOS4wODE2IDMzLjk5Njh6IG0zMTMuMTM5MiAwYy0xNi4wNzY4IDAtMjkuMDgxNi0xNS4yMDY0LTI5LjA4MTYtMzMuOTk2OHYtMzE1LjA4NDhjMC0xOC43MzkyIDEzLjAwNDgtMzMuOTQ1NiAyOS4wODE2LTMzLjk0NTYgMTYuMDI1NiAwIDI5LjAzMDQgMTUuMjA2NCAyOS4wMzA0IDMzLjk0NTZWNDU4LjEzNzZjMCAxOC43OTA0LTEzLjAwNDggMzMuOTk2OC0yOS4wMzA0IDMzLjk5Njh6IiAgaG9yaXotYWR2LXg9IjEwMjQiIC8+DQoNCiAgICANCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0iYm9mYW5nMngiIHVuaWNvZGU9IiYjNTg5MjY7IiBkPSJNNTEwLjEwNTYgODA5LjcyOGMtMjM0LjI0IDAtNDI0Ljc1NTItMTkwLjUxNTItNDI0Ljc1NTItNDI0Ljc1NTIgMC0yMzQuMjQgMTkwLjUxNTItNDI0LjgwNjQgNDI0Ljc1NTItNDI0LjgwNjQgMjM0LjI0IDAgNDI0LjgwNjQgMTkwLjU2NjQgNDI0LjgwNjQgNDI0LjgwNjQgMCAyMzQuMjQtMTkwLjU2NjQgNDI0Ljc1NTItNDI0LjgwNjQgNDI0Ljc1NTJ6IG0wLTc4OC41ODI0Yy0yMDAuNTUwNCAwLTM2My44MjcyIDE2My4yMjU2LTM2My44MjcyIDM2My44MjcyIDAgMjAwLjYwMTYgMTYzLjI3NjggMzYzLjgyNzIgMzYzLjgyNzIgMzYzLjgyNzIgMjAwLjYwMTYgMCAzNjMuODI3Mi0xNjMuMjI1NiAzNjMuODI3Mi0zNjMuODI3MiAwLTIwMC42MDE2LTE2My4yMjU2LTM2My44MjcyLTM2My44MjcyLTM2My44Mjcyek0zOTMuMTEzNiAyNjQuMTkyYzAtMzMuNTg3MiAyMy43NTY4LTQ3LjI1NzYgNTIuNzM2LTMwLjUxNTJsMjA5LjE1MiAxMjAuNzI5NmMyOS4wODE2IDE2Ljc5MzYgMjkuMDgxNiA0NC4xODU2IDAgNjAuOTI4TDQ0NS45NTIgNTM2LjIxNzZjLTI5LjA4MTYgMTYuNzkzNi01Mi43ODcyIDMuMDcyLTUyLjc4NzItMzAuNDY0di0yNDEuNTYxNnoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ5dWxhbjJ4IiB1bmljb2RlPSImIzU4OTI1OyIgZD0iTTk2My4zNzkyIDM4NC4zMDcyYy0wLjI1NiA1LjYzMi04Ljg1NzYgMzMuMjgtMjAuODg5NiA2Mi4xMDU2LTEyLjI4OCAyOS42OTYtMzMuMDc1MiA3Mi43MDQtNjEuOTAwOCAxMDguNTQ0QTQxMC45MzEyIDQxMC45MzEyIDAgMCAxIDc0Mi40IDY2Ni45MzEyYy02Ni4zMDQgMzMuMjgtMTQzLjg3MiA1MC4xMjQ4LTIzMC41MDI0IDUwLjEyNDgtODYuNTI4IDAtMTY0LjA5Ni0xNi44OTYtMjMwLjQtNTAuMTc2YTQxMy42NDQ4IDQxMy42NDQ4IDAgMCAxLTEzOC4yNC0xMTEuODIwOGMtMjguNzc0NC0zNS45OTM2LTQ5LjQ1OTItNzkuMDAxNi02MS43NDcyLTEwOC42OTc2LTEyLjAzMi0yOC44MjU2LTIwLjQ4LTU2LjUyNDgtMjAuNzg3Mi02Mi4xMDU2di0wLjQwOTZjMC4yNTYtNS42MzIgOC44NTc2LTMzLjI4IDIwLjg4OTYtNjIuMjA4IDEyLjM5MDQtMjkuNjk2IDMzLjA3NTItNzIuNzA0IDYxLjc5ODQtMTA4LjQ5MjhBNDEwLjkzMTIgNDEwLjkzMTIgMCAwIDEgMjgxLjYgMTAxLjIyMjRjNjYuNzEzNi0zMy40MzM2IDE0NC4xNzkyLTUwLjMyOTYgMjMwLjQtNTAuMzI5NiA4Ni4zMjMyIDAgMTYzLjg0IDE2Ljg5NiAyMzAuNCA1MC4zMjk2YTQxMy4zMzc2IDQxMy4zMzc2IDAgMCAxIDEzOC4yNCAxMTEuNzY5NmMyOC43NzQ0IDM1Ljg5MTIgNDkuNTYxNiA3OC44OTkyIDYxLjg0OTYgMTA4LjU5NTIgMTIuMDMyIDI4LjgyNTYgMjAuNjMzNiA1Ni41MjQ4IDIwLjg4OTYgNjIuMTA1NnYwLjIwNDggMC40MDk2eiBtLTc0LjE4ODgtMC4yMDQ4Yy01LjY4MzItMTcuNDA4LTI3LjgwMTYtODAuMTc5Mi02NC40MDk2LTEyNS43OTg0bC0wLjUxMi0wLjUxMmEzNDEuMzUwNCAzNDEuMzUwNCAwIDAgMC0xMTQuMjc4NC05Mi41Njk2Yy01Ni40NzM2LTI4LjMxMzYtMTIzLjI4OTYtNDIuNzAwOC0xOTguNC00Mi43MDA4LTc1LjIxMjggMC0xNDEuODc1MiAxNC4zMzYtMTk4LjQgNDIuNzAwOGEzMzkuNzYzMiAzMzkuNzYzMiAwIDAgMC0xMTQuMjc4NCA5Mi42NzJjLTM2LjgxMjggNDUuODI0LTU5LjAzMzYgMTA4LjgtNjQuNzE2OCAxMjYuMzEwNCA1LjY4MzIgMTcuNDA4IDI3LjkwNCA4MC4yODE2IDY0LjcxNjggMTI2LjMxMDRhMzQxLjc2IDM0MS43NiAwIDAgMCAxMTQuMzgwOCA5Mi41Njk2YzU2LjYyNzIgMjguMzEzNiAxMjMuMzkyIDQyLjU5ODQgMTk4LjYwNDggNDIuNTk4NCA3NS41MiAwIDE0Mi4xODI0LTE0LjI4NDggMTk4LjI5NzYtNDIuNTk4NGEzMzkuNzYzMiAzMzkuNzYzMiAwIDAgMCAxMTQuMzI5Ni05Mi42NzJjMzYuNzYxNi00Ni4wMjg4IDU4Ljk4MjQtMTA4LjkwMjQgNjQuNjY1Ni0xMjYuMzEwNHogbS0zNzcuMjkyOCAxNzQuMDhhMTczLjUxNjggMTczLjUxNjggMCAwIDEtMTczLjMxMi0xNzMuMjYwOCAxNzMuNTY4IDE3My41NjggMCAwIDEgMTczLjMxMi0xNzMuMzEyIDE3My41NjggMTczLjU2OCAwIDAgMSAxNzMuMzEyIDE3My4zMTIgMTczLjUxNjggMTczLjUxNjggMCAwIDEtMTczLjMxMiAxNzMuMjYwOHogbTEwMS45OTA0LTE3My4yNjA4YzAtMjcuMjM4NC0xMC41OTg0LTUyLjgzODQtMjkuOTAwOC03Mi4xNDA4YTEwMS4yNzM2IDEwMS4yNzM2IDAgMCAwLTcyLjA4OTYtMjkuOTAwOCAxMDEuMjczNiAxMDEuMjczNiAwIDAgMC03Mi4wODk2IDI5LjkwMDggMTAxLjI3MzYgMTAxLjI3MzYgMCAwIDAtMjkuOTAwOCA3Mi4xNDA4YzAgMjcuMTM2IDEwLjU5ODQgNTIuNzM2IDI5LjkwMDggNzIuMDg5NmExMDEuMjczNiAxMDEuMjczNiAwIDAgMCA3Mi4wODk2IDI5LjkwMDhjMjcuMTg3MiAwIDUyLjc4NzItMTAuNTk4NCA3Mi4wODk2LTI5LjkwMDhzMjkuOTAwOC00NC45MDI0IDI5LjkwMDgtNzIuMDg5NnoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJoZW5ndGlhb2d1YW5nZ2FvMngiIHVuaWNvZGU9IiYjNTg5MjE7IiBkPSJNODI0Ljg4ODg4OSA0NjkuMzMzMzMzdi0yODQuNDQ0NDQ0SDE5OS4xMTExMTFWNDY5LjMzMzMzM2g2MjUuNzc3Nzc4eiBtLTU2Ljg4ODg4OS01Ni44ODg4ODlIMjU2di0xNzAuNjY2NjY2aDUxMlY0MTIuNDQ0NDQ0ek0yNTYgNDEyLjQ0NDQ0NGg1MTJ2LTE3MC42NjY2NjZIMjU2ek0yODQuNDQ0NDQ0IDU1NC42NjY2NjdtMjguNDQ0NDQ1IDBsMCAwcTI4LjQ0NDQ0NCAwIDI4LjQ0NDQ0NC0yOC40NDQ0NDVsMC01Ni44ODg4ODlxMC0yOC40NDQ0NDQtMjguNDQ0NDQ0LTI4LjQ0NDQ0NGwwIDBxLTI4LjQ0NDQ0NCAwLTI4LjQ0NDQ0NSAyOC40NDQ0NDRsMCA1Ni44ODg4ODlxMCAyOC40NDQ0NDQgMjguNDQ0NDQ1IDI4LjQ0NDQ0NVpNNjgyLjY2NjY2NyA1NTQuNjY2NjY3bTI4LjQ0NDQ0NCAwbDAgMHEyOC40NDQ0NDQgMCAyOC40NDQ0NDUtMjguNDQ0NDQ1bDAtNTYuODg4ODg5cTAtMjguNDQ0NDQ0LTI4LjQ0NDQ0NS0yOC40NDQ0NDRsMCAwcS0yOC40NDQ0NDQgMC0yOC40NDQ0NDQgMjguNDQ0NDQ0bDAgNTYuODg4ODg5cTAgMjguNDQ0NDQ0IDI4LjQ0NDQ0NCAyOC40NDQ0NDVaTTUwNS41NzE1NTYgMzgxLjIxMjQ0NGw1Ny45NDEzMzMtNDMuNDM0NjY2YTEzLjM2ODg4OSAxMy4zNjg4ODkgMCAwIDAgMC0yMS4zMzMzMzRsLTU3Ljk0MTMzMy00My40NjMxMTFhMTMuOTM3Nzc4IDEzLjkzNzc3OCAwIDAgMC0xNC4zOTI4ODktMS4zNjUzMzMgMTMuNDI1Nzc4IDEzLjQyNTc3OCAwIDAgMC03LjYyMzExMSAxMi4wNjA0NDRWMzcwLjU3NDIyMmMwIDUuMTIgMi45NTgyMjIgOS43NTY0NDQgNy42MjMxMTEgMTIuMDMyYTEzLjkzNzc3OCAxMy45Mzc3NzggMCAwIDAgMTQuMzkyODg5LTEuMzY1MzMzeiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPg0KDQogICAgDQogICAgPGdseXBoIGdseXBoLW5hbWU9InFpYW5namkyeCIgdW5pY29kZT0iJiM1ODkxODsiIGQ9Ik02MjUuNzc3Nzc4IDYxMS41NTU1NTZIMjA4LjU4MzExMUMxODUuODI3NTU2IDYxMS41NTU1NTYgMTcwLjY2NjY2NyA1OTIuNTgzMTExIDE3MC42NjY2NjcgNTczLjYzOTExMXYtMzc5LjI3ODIyMmMwLTIyLjc1NTU1NiAxOC45NzI0NDQtMzcuOTE2NDQ0IDM3LjkxNjQ0NC0zNy45MTY0NDVINjI1Ljc3Nzc3OGMxOC45NzI0NDQgMCAzNy45MTY0NDQgMTUuMTYwODg5IDM3LjkxNjQ0NCAzNy45MTY0NDVWNTczLjYzOTExMWMwIDE4Ljk0NC0xOC45NDQgMzcuOTE2NDQ0LTM3LjkxNjQ0NCAzNy45MTY0NDV6IG0tMzQxLjMzMzMzNC0xNTEuNjk0MjIzYy0xOC45NzI0NDQgMC0zNy45MTY0NDQgMTUuMTYwODg5LTM3LjkxNjQ0NCAzNy45MTY0NDUgMCAyMi43NTU1NTYgMTguOTQ0IDM3LjkxNjQ0NCAzNy45MTY0NDQgMzcuOTE2NDQ0IDE4Ljk3MjQ0NCAwIDM3LjkxNjQ0NC0xNS4xNjA4ODkgMzcuOTE2NDQ1LTM3LjkxNjQ0NCAwLTIyLjc1NTU1Ni0xNS4xNjA4ODktMzcuOTE2NDQ0LTM3LjkxNjQ0NS0zNy45MTY0NDV6IG01NDIuMzUwMjIzLTI1MC4zMTExMTFsLTEyNS4xNTU1NTYgOTguNTg4NDQ1djE1MS43MjI2NjZsMTI1LjE1NTU1NiA5OC41ODg0NDVjMTEuMzc3Nzc4IDcuNTk0NjY3IDI2LjUzODY2NyAwIDI2LjUzODY2Ni0xNS4xNjA4ODl2LTMxOC41Nzc3NzhjMC0xNS4xNjA4ODktMTUuMTYwODg5LTIyLjc1NTU1Ni0yNi41Mzg2NjYtMTUuMTYwODg5eiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPg0KDQogICAgDQogICAgPGdseXBoIGdseXBoLW5hbWU9ImJhbnFpdTJ4IiB1bmljb2RlPSImIzU4OTE5OyIgZD0iTTc5OS4xMTgyMjIgMzY2LjcwNTc3OGMtMy45MjUzMzMtMTQxLjIyNjY2Ny0xMzAuNTYtMjU0LjY2MzExMS0yODYuNjM0NjY2LTI1NC42NjMxMTEtMTU1LjQ0ODg4OSAwLTI4MS43NDIyMjIgMTEyLjY0LTI4Ni41MjA4ODkgMjUzLjI5Nzc3Ny0yNC44MDM1NTYgMTIuNjg2MjIyLTQzLjYzMzc3OCAyNy43NjE3NzgtNTMuNjE3Nzc4IDQ1LjQyNTc3OC0yLjM4OTMzMyAzOC4xNzI0NDQgMCAxNDUuODA2MjIyIDAgMTcwLjY5NTExMSAxMDcuMjM1NTU2IDExNC43MTY0NDQgNTY5LjU3MTU1NiAxMTYuNTA4NDQ0IDY4MC4yNzczMzMgMHYtMTcwLjY5NTExMWMtMTAuMTI2MjIyLTE2Ljk1Mjg4OS0yOC44NzExMTEtMzEuNTQ0ODg5LTUzLjUwNC00NC4wODg4ODl6TTQwNi4xODY2NjcgMjA4LjA5OTU1Nmg2LjQ4NTMzM2MxNC42NDg4ODktMjQuODAzNTU2IDUzLjU4OTMzMy00Mi42OTUxMTEgOTkuNzgzMTExLTQyLjY5NTExMnM4NS4xNjI2NjcgMTcuODkxNTU2IDk5LjgxMTU1NiA0Mi42NjY2NjdoNi40ODUzMzN2MTM4LjY5NTExMWgtMi4xMzMzMzNhMTA2LjU1Mjg4OSAxMDYuNTUyODg5IDAgMCAxLTEwNC4xNjM1NTYgODUuMzkwMjIyIDEwNi4zODIyMjIgMTA2LjM4MjIyMiAwIDAgMS0xMDQuMTM1MTExLTg1LjM5MDIyMmgtMi4xMzMzMzN2LTEzOC42NjY2NjZ6TTc5OS41NzMzMzMgNTU4LjI3OTExMWMtOTcuNzYzNTU2IDcwLjU3MDY2Ny00NDUuNTgyMjIyIDc2LjAzMi01NzQuMDA4ODg5IDEuODc3MzMzIDAtMTIuOC0xLjEwOTMzMy03MC4wNTg2NjcgMC44NTMzMzQtODkuNjU2ODg4IDEwMS4wOTE1NTYgNjMuNDg4IDQ2OC45OTIgNjIuNjM0NjY3IDU3My4xNTU1NTUgMHY4Ny43Nzk1NTV6IG0tMjg3LjA2MTMzMy0yMzIuODQ2MjIyYzI5LjMyNjIyMiAwIDUzLjE5MTExMS0yNi4yMjU3NzggNTMuMTkxMTExLTU4LjcwOTMzM3MtMjMuNzc5NTU2LTU4LjcwOTMzMy01My4xOTExMTEtNTguNzA5MzM0Yy0yOS4yOTc3NzggMC01My4xOTExMTEgMjYuMjI1Nzc4LTUzLjE5MTExMSA1OC43MDkzMzRzMjMuODkzMzMzIDU4LjcwOTMzMyA1My4xOTExMTEgNTguNzA5MzMzeiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPg0KDQogICAgDQogICAgPGdseXBoIGdseXBoLW5hbWU9Inl1eWFuMngiIHVuaWNvZGU9IiYjNTg5MjA7IiBkPSJNMjY2LjM1Mzc3OCAyMTEuNDI3NTU2YTI3NC44ODcxMTEgMjc0Ljg4NzExMSAwIDAgMSA1OS4wNzkxMTEtODcuNjM3MzM0IDI3NC45NDQgMjc0Ljk0NCAwIDAgMSAxOTUuMDQzNTU1LTgwLjgxMDY2NiAyNzQuOTE1NTU2IDI3NC45MTU1NTYgMCAwIDEgMTk1LjAxNTExMiA4MC43ODIyMjIgMjc0LjkxNTU1NiAyNzQuOTE1NTU2IDAgMCAxIDgwLjgzOTExMSAxOTUuMDcyIDI3NC45MTU1NTYgMjc0LjkxNTU1NiAwIDAgMS04MC43ODIyMjMgMTk1LjAxNTExMSAyNzQuODg3MTExIDI3NC44ODcxMTEgMCAwIDEtMTEyLjI0MTc3NyA2OC4xNTI4ODlsMzguMDU4NjY2IDk0LjI5MzMzM2g0OS4wMDk3NzhhMjQuMjYzMTExIDI0LjI2MzExMSAwIDAgMSAwIDQ4LjU1NDY2N0gzNTAuNjA2MjIyYTI0LjI2MzExMSAyNC4yNjMxMTEgMCAwIDEgMC00OC41NTQ2NjdoNDQuNzE0NjY3bDM3Ljc0NTc3OC05NS44MjkzMzNhMjc1LjU5ODIyMiAyNzUuNTk4MjIyIDAgMCAxLTE4OC4zODc1NTYtMjYxLjY2MDQ0NSAyNzMuOTIgMjczLjkyIDAgMCAxIDIxLjY3NDY2Ny0xMDcuMzQ5MzMzeiBtMjUzLjE1NTU1NS05MS4zMzUxMTJjLTE5LjA4NjIyMiAwLTM0LjU4ODQ0NCAxNS41MDIyMjItMzQuNTg4NDQ0IDM0LjU2YTM0LjU4ODQ0NCAzNC41ODg0NDQgMCAwIDAgNjkuMTIgMGMwLTE5LjA1Nzc3OC0xNS40NzM3NzgtMzQuNTg4NDQ0LTM0LjUzMTU1Ni0zNC41ODg0NDR6IG0wLjkxMDIyMyAzOTIuMzYyNjY3YTE0Ni40MDM1NTYgMTQ2LjQwMzU1NiAwIDAgMCAxNDYuMjg5Nzc3LTE0Ni4yMzI4ODkgMTQ2LjQwMzU1NiAxNDYuNDAzNTU2IDAgMCAwLTE0Ni4yODk3NzctMTQ2LjI4OTc3OCAxNDYuNDAzNTU2IDE0Ni40MDM1NTYgMCAwIDAtMTQ2LjI2MTMzNCAxNDYuMjg5Nzc4IDE0Ni40MDM1NTYgMTQ2LjQwMzU1NiAwIDAgMCAxNDYuMjYxMzM0IDE0Ni4yMzI4ODl6TTUyMC40MTk1NTYgMjU2Ljc5NjQ0NGExMDkuNTExMTExIDEwOS41MTExMTEgMCAwIDEgMTA5LjQyNTc3NyAxMDkuNDI1Nzc4IDEwOS41MTExMTEgMTA5LjUxMTExMSAwIDAgMS0xMDkuNDI1Nzc3IDEwOS4zOTczMzQgMTA5LjUxMTExMSAxMDkuNTExMTExIDAgMCAxLTEwOS4zOTczMzQtMTA5LjM5NzMzNCAxMDkuNTExMTExIDEwOS41MTExMTEgMCAwIDEgMTA5LjM5NzMzNC0xMDkuNDI1Nzc4IiAgaG9yaXotYWR2LXg9IjEwMjQiIC8+DQoNCiAgICANCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0icmVubGlhbnNoaWJpZTJ4IiB1bmljb2RlPSImIzU4OTIyOyIgZD0iTTI0Ni4wMTYgNzUzLjY2NEEyNC4xNzc3NzggMjQuMTc3Nzc4IDAgMCAwIDI0OC41MTkxMTEgNzUzLjc3Nzc3OGg1MjYuOTYxNzc4YTI0Ljc0NjY2NyAyNC43NDY2NjcgMCAwIDAgMi41MDMxMTEtMC4xMTM3NzggMTguODMwMjIyIDE4LjgzMDIyMiAwIDAgMCAxMi44ODUzMzMtMy4xNTczMzMgMTIuNDAxNzc4IDEyLjQwMTc3OCAwIDAgMCA1LjU3NTExMS0xMC4wMTI0NDV2LTY4MC42NzU1NTVjMC00LjU1MTExMS0yLjIxODY2Ny04LjkzMTU1Ni02LjE0NC0xMi4xNDU3NzhhMjMuNTgwNDQ0IDIzLjU4MDQ0NCAwIDAgMC0xNC44MTk1NTUtNS4wMDYyMjJIMjQ4LjUxOTExMUMyMzYuOTQyMjIyIDQyLjY2NjY2NyAyMjcuNTU1NTU2IDUwLjM0NjY2NyAyMjcuNTU1NTU2IDU5Ljc5MDIyMlY3NDAuNDY1Nzc4QzIyNy41NTU1NTYgNzQ0LjMzNDIyMiAyMjkuNTc1MTExIDc0OC4wMDM1NTYgMjMzLjEzMDY2NyA3NTAuNTA2NjY3QTE4LjgzMDIyMiAxOC44MzAyMjIgMCAwIDAgMjQ2LjAxNiA3NTMuNjM1NTU2ek00NjkuMzA0ODg5IDY5Ni44ODg4ODlBMTQuMjIyMjIyIDE0LjIyMjIyMiAwIDEgMSA0NjkuMzMzMzMzIDcyNS4zMzMzMzNhMTQuMjIyMjIyIDE0LjIyMjIyMiAwIDAgMSAwLTI4LjQ0NDQ0NHogbTg1LjMzMzMzMyAwYTE0LjIyMjIyMiAxNC4yMjIyMjIgMCAxIDEgMC4wMjg0NDUgMjguNDQ0NDQ0IDE0LjIyMjIyMiAxNC4yMjIyMjIgMCAwIDEgMC0yOC40NDQ0NDR6TTI4NC40NDQ0NDQgNjY4LjQ0NDQ0NHYtNTY4Ljg4ODg4OGg0NTUuMTExMTEyVjY2OC40NDQ0NDR6TTM5NC4yNCAzNzQuMTI5Nzc4cy0xLjM2NTMzMy0zMi40ODM1NTYgMjguODk5NTU2LTQyLjg5NDIyMmMwLjcxMTExMS0xNy45MiAzMC44MDUzMzMtOTIuMjQ1MzMzIDg5LjIzMDIyMi05Mi4yNDUzMzQgNTguNDUzMzMzIDAgODcuODM2NDQ0IDc0LjMyNTMzMyA4OC40OTA2NjYgOTIuMjQ1MzM0IDI3LjI3ODIyMiA5LjI0NDQ0NCAyOS40MTE1NTYgMzYuODkyNDQ0IDI5LjU4MjIyMyA0Mi4wNjkzMzN2MC44NTMzMzNINjU0LjIyMjIyMnMwLjg1MzMzMy00Mi45NTExMTEtMzUuNTg0LTU1LjM1Mjg4OWMtMC43MTExMTEtMjEuMTkxMTExLTM2LjQwODg4OS0xMDQuNDQ4LTEwNi42NjY2NjYtMTA0LjQ0OC03MC4yNTc3NzggMC0xMDUuNzg0ODg5IDgzLjQyNzU1Ni0xMDYuNjY2NjY3IDEwNC40NDgtMzMuMzY1MzMzIDExLjM3Nzc3OC0zNS40MTMzMzMgNDguMzg0LTM1LjUyNzExMSA1NC40NzExMTF2MC44NTMzMzR6TTUxMiA1ODMuMTExMTExYzc4LjUwNjY2NyAwIDE0Mi4yMjIyMjItNjUuOTYyNjY3IDE0Mi4yMjIyMjItMTQ3LjQyNzU1NS0xMS44MzI4ODktMzYuMzUyLTg4Ljg4ODg4OSAxMi4yMzExMTEtODguODg4ODg5IDEyLjIzMTExMXMtMTE5Ljk3ODY2Ny0zOS45OTI4ODktMTk1LjQ5ODY2Ni0xMi4yMzExMTFDMzY5LjgzNDY2NyA1MTcuMTQ4NDQ0IDQzMy41NTAyMjIgNTgzLjExMTExMSA1MTIuMDI4NDQ0IDU4My4xMTExMTF6TTM5OC4yMjIyMjIgNjIwLjA4ODg4OWE4LjUzMzMzMyA4LjUzMzMzMyAwIDAgMCAxLjk2MjY2Ny0xNi44MzkxMTFMMzk4LjIyMjIyMiA2MDMuMDIyMjIySDM0MS4zMzMzMzNhMTkuOTExMTExIDE5LjkxMTExMSAwIDAgMS0xOS43NDA0NDQtMTcuMjA4ODg5TDMyMS40MjIyMjIgNTgzLjExMTExMXYtNTYuODg4ODg5YTguNTMzMzMzIDguNTMzMzMzIDAgMCAwLTE2LjgzOTExMS0xLjk2MjY2NkwzMDQuMzU1NTU2IDUyNi4yMjIyMjJWNTgzLjExMTExMWEzNi45Nzc3NzggMzYuOTc3Nzc4IDAgMCAwIDMzLjE5NDY2NiAzNi43Nzg2NjdMMzQxLjMzMzMzMyA2MjAuMDg4ODg5aDU2Ljg4ODg4OXpNMzk4LjIyMjIyMiAxNzYuMzU1NTU2YTguNTMzMzMzIDguNTMzMzMzIDAgMCAxIDEuOTYyNjY3IDE2LjgzOTExMUwzOTguMjIyMjIyIDE5My40MjIyMjJIMzQxLjMzMzMzM2ExOS45MTExMTEgMTkuOTExMTExIDAgMCAwLTE5Ljc0MDQ0NCAxNy4yMDg4ODlMMzIxLjQyMjIyMiAyMTMuMzMzMzMzdjU2Ljg4ODg4OWE4LjUzMzMzMyA4LjUzMzMzMyAwIDAgMS0xNi44MzkxMTEgMS45NjI2NjdMMzA0LjM1NTU1NiAyNzAuMjIyMjIydi01Ni44ODg4ODlhMzYuOTc3Nzc4IDM2Ljk3Nzc3OCAwIDAgMSAzMy4xOTQ2NjYtMzYuNzc4NjY2TDM0MS4zMzMzMzMgMTc2LjM1NTU1Nmg1Ni44ODg4ODl6TTYyNS43Nzc3NzggNjIwLjA4ODg4OWE4LjUzMzMzMyA4LjUzMzMzMyAwIDAgMS0xLjk2MjY2Ny0xNi44MzkxMTFMNjI1Ljc3Nzc3OCA2MDMuMDIyMjIyaDU2Ljg4ODg4OWExOS45MTExMTEgMTkuOTExMTExIDAgMCAwIDE5Ljc0MDQ0NC0xNy4yMDg4ODlMNzAyLjU3Nzc3OCA1ODMuMTExMTExdi01Ni44ODg4ODlhOC41MzMzMzMgOC41MzMzMzMgMCAwIDEgMTYuODM5MTExLTEuOTYyNjY2TDcxOS42NDQ0NDQgNTI2LjIyMjIyMlY1ODMuMTExMTExYTM2Ljk3Nzc3OCAzNi45Nzc3NzggMCAwIDEtMzMuMTk0NjY2IDM2Ljc3ODY2N0w2ODIuNjY2NjY3IDYyMC4wODg4ODloLTU2Ljg4ODg4OXpNNjI1Ljc3Nzc3OCAxNzYuMzU1NTU2YTguNTMzMzMzIDguNTMzMzMzIDAgMCAwLTEuOTYyNjY3IDE2LjgzOTExMUw2MjUuNzc3Nzc4IDE5My40MjIyMjJoNTYuODg4ODg5YTE5LjkxMTExMSAxOS45MTExMTEgMCAwIDEgMTkuNzQwNDQ0IDE3LjIwODg4OUw3MDIuNTc3Nzc4IDIxMy4zMzMzMzN2NTYuODg4ODg5YTguNTMzMzMzIDguNTMzMzMzIDAgMCAwIDE2LjgzOTExMSAxLjk2MjY2N0w3MTkuNjQ0NDQ0IDI3MC4yMjIyMjJ2LTU2Ljg4ODg4OWEzNi45Nzc3NzggMzYuOTc3Nzc4IDAgMCAwLTMzLjE5NDY2Ni0zNi43Nzg2NjZMNjgyLjY2NjY2NyAxNzYuMzU1NTU2aC01Ni44ODg4ODl6TTMxMi44ODg4ODkgNDEyLjQ0NDQ0NG0xNC4yMjIyMjIgMGwzNjkuNzc3Nzc4IDBxMTQuMjIyMjIyIDAgMTQuMjIyMjIyLTE0LjIyMjIyMmwwIDBxMC0xNC4yMjIyMjItMTQuMjIyMjIyLTE0LjIyMjIyMmwtMzY5Ljc3Nzc3OCAwcS0xNC4yMjIyMjIgMC0xNC4yMjIyMjIgMTQuMjIyMjIybDAgMHEwIDE0LjIyMjIyMiAxNC4yMjIyMjIgMTQuMjIyMjIyWiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPg0KDQogICAgDQogICAgPGdseXBoIGdseXBoLW5hbWU9Imxpc2hpZ3VhbmdnYW9qaTJ4IiB1bmljb2RlPSImIzU4OTIzOyIgZD0iTTI0Ni4wMTYgODM4Ljk2ODg4OUEyMC41MDg0NDQgMjAuNTA4NDQ0IDAgMCAwIDI0OC41MTkxMTEgODM5LjExMTExMWg1MjYuOTYxNzc4YzAuODUzMzMzIDAgMS42NzgyMjItMC4wNTY4ODkgMi41MDMxMTEtMC4xNDIyMjJhMTYuNjY4NDQ0IDE2LjY2ODQ0NCAwIDAgMCAxMi44ODUzMzMtMy42OTc3NzggMTUuNDQ1MzMzIDE1LjQ0NTMzMyAwIDAgMCA1LjU3NTExMS0xMS44MzI4ODl2LTgwMy42OTc3NzhjMC01LjM0NzU1Ni0yLjIxODY2Ny0xMC41MjQ0NDQtNi4xNDQtMTQuMzA3NTU1YTIxLjM2MTc3OCAyMS4zNjE3NzggMCAwIDAtMTQuODE5NTU1LTUuOTE2NDQ1SDI0OC41MTkxMTFBMjAuNjIyMjIyIDIwLjYyMjIyMiAwIDAgMCAyMjcuNTU1NTU2IDE5Ljc0MDQ0NFY4MjMuNDA5Nzc4YzAgNC41NTExMTEgMi4wMTk1NTYgOC44MTc3NzggNS41NzUxMTEgMTEuODA0NDQ0YTE2LjY2ODQ0NCAxNi42Njg0NDQgMCAwIDAgMTIuODg1MzMzIDMuNzI2MjIyek0yMjcuNTU1NTU2LTQyLjY2NjY2N2g1NjguODg4ODg4YTI4LjQ0NDQ0NCAyOC40NDQ0NDQgMCAwIDAgMC01Ni44ODg4ODlIMjI3LjU1NTU1NmEyOC40NDQ0NDQgMjguNDQ0NDQ0IDAgMCAwIDAgNTYuODg4ODg5eiBtMjM0LjQ5NiA4MjEuMTA1Nzc4YTIwLjIyNCAyMC4yMjQgMCAxIDEgMCA0MC40NDggMjAuMjI0IDIwLjIyNCAwIDAgMSAwLTQwLjQ0OHogbTEwMS4xNDg0NDQgMGEyMC4yMjQgMjAuMjI0IDAgMSAxIDAgNDAuNDQ4IDIwLjIyNCAyMC4yMjQgMCAwIDEgMC00MC40NDh6TTI4NC40NDQ0NDQgNzI1LjMzMzMzM3YtNTQwLjQ0NDQ0NGg0NTUuMTExMTEyVjcyNS4zMzMzMzN6TTUxMiAzODRoLTMzLjkzNDIyMmwtMTAuOTc5NTU2IDMyLjUxMmgtNTIuODQ5Nzc4TDQwMy41MTI4ODkgMzg0SDM2OS43Nzc3NzhsNTMuMjc2NDQ0IDE0Mi4yMjIyMjJoMzYuNTIyNjY3TDUxMiAzODR6IG0tNTYuODg4ODg5IDU2Ljg4ODg4OWwtMTIuMDg4ODg5IDQ1LjQ4MjY2N2E3Ni45NDIyMjIgNzYuOTQyMjIyIDAgMCAwLTEuNzM1MTExIDExLjQwNjIyMmgtMC42MjU3NzhhNjEuMDQxNzc4IDYxLjA0MTc3OCAwIDAgMC0xLjkwNTc3Ny0xMS4wMzY0NDVMNDI2LjY2NjY2NyA0NDAuODg4ODg5aDI4LjQ0NDQ0NHogbTg1LjMzMzMzMy01Ni44ODg4ODl2MTQyLjIyMjIyMmg0NC43NDMxMTJjNDYuMDggMCA2OS4wMzQ2NjctMjMuMDY4NDQ0IDY5LjAzNDY2Ni02OS4yMzM3NzggMC0yMi4wMTYtNi41MTM3NzgtMzkuNjIzMTExLTE5LjMxMzc3OC01Mi44NDk3NzctMTIuOC0xMy4yMjY2NjctMjkuNDQtMTkuOTExMTExLTQ5LjkyLTE5LjkxMTExMUg1NDAuNDQ0NDQ0VjM4NHogbTI4LjQ0NDQ0NSAxMTMuNTc4NjY3VjQxMi40NDQ0NDRoMTUuMDE4NjY3YzEzLjE0MTMzMyAwIDIzLjIxMDY2NyAzLjg2ODQ0NCAzMC42MzQ2NjYgMTEuNzc2IDcuNDI0IDcuOTA3NTU2IDExLjIzNTU1NiAxOC41NDU3NzggMTEuMjM1NTU2IDMyLjA1Njg4OSAwIDEyLjkxMzc3OC0zLjgxMTU1NiAyMy4xNTM3NzgtMTEuNjA1MzM0IDMwLjQ5MjQ0NS03Ljc5Mzc3OCA3LjMzODY2Ny0xNy44OTE1NTYgMTEuMDA4LTMwLjI2NDg4OCAxMS4wMDhINTY4Ljg4ODg4OXYtMC4xOTkxMTF6IiAgaG9yaXotYWR2LXg9IjEwMjQiIC8+DQoNCiAgICANCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0ieWlueGlhbmcyeCIgdW5pY29kZT0iJiM1ODkyNDsiIGQ9Ik03OTYuMTYgNzEzLjY3MTExMWMwIDE4Ljc3MzMzMy03LjQ1MjQ0NCAzNS44NC0xOS41NDEzMzMgNDguMjk4NjY3bC0wLjE3MDY2NyAwLjE3MDY2NkE2Ni4xMDQ4ODkgNjYuMTA0ODg5IDAgMCAxIDcyOS4xMTY0NDQgNzgyLjIyMjIyMmgtNDM0LjM0NjY2NmMtMTcuODA2MjIyIDAtMzQuMTMzMzMzLTcuMjgxNzc4LTQ2LjI1MDY2Ny0xOS4wMjkzMzNsLTEuMjIzMTExLTEuMDUyNDQ1QTY5LjIzMzc3OCA2OS4yMzM3NzggMCAwIDEgMjI3LjU1NTU1NiA3MTMuNTg1Nzc4Vjg1LjYxNzc3OGMwLTE4LjkxNTU1NiA3LjU2NjIyMi0zNS45ODIyMjIgMTkuNzQwNDQ0LTQ4LjQ0MDg4OWE2Ni4wNDggNjYuMDQ4IDAgMCAxIDQ3LjUwMjIyMi0yMC4wODE3NzhoMTEuODMyODg5Yy0wLjg1MzMzMy0zLjcyNjIyMi0xLjMwODQ0NC03LjY1MTU1Ni0xLjMwODQ0NC0xMS42NjIyMjJhMTkuMzQyMjIyIDE5LjM0MjIyMiAwIDAgMSAxOS4yMjg0NDQtMTkuNTQxMzMzYzEwLjYwOTc3OCAwIDE5LjIyODQ0NCA4LjgxNzc3OCAxOS4yMjg0NDUgMTkuNTY5Nzc3YTExLjQ2MzExMSAxMS40NjMxMTEgMCAwIDAgMTEuMzc3Nzc3IDExLjY2MjIyM2wzMTMuNzQyMjIzLTAuMDI4NDQ1YzMuMTI4ODg5IDAgNi4wMzAyMjItMS4zMzY4ODkgOC4xMDY2NjYtMy4zODQ4ODkgMS45OTExMTEtMi4xMzMzMzMgMy4yOTk1NTYtNC45Nzc3NzggMy4yOTk1NTYtOC4yNDg4ODlhMTkuMzQyMjIyIDE5LjM0MjIyMiAwIDAgMSAxOS4yMjg0NDQtMTkuNTY5Nzc3YzEwLjYwOTc3OCAwIDE5LjIyODQ0NCA4LjgxNzc3OCAxOS4yMjg0NDUgMTkuNTY5Nzc3IDAgMy45ODIyMjItMC40MjY2NjcgNy45MDc1NTYtMS4zMDg0NDUgMTEuNjMzNzc4aDExLjgzMjg4OWE2Ni41NiA2Ni41NiAwIDAgMSA0Ny41MDIyMjIgMjAuMDgxNzc4bC0wLjA4NTMzMyAwLjA4NTMzM2E2OS4xMiA2OS4xMiAwIDAgMSAxOS43NDA0NDQgNDguMzU1NTU2VjcxMy42OTk1NTZoLTAuMjg0NDQ0ek03MzkuNDcwMjIyIDk5LjE1NzMzM2MwLTcuNzA4NDQ0LTIuOTg2NjY3LTE0LjY0ODg4OS03LjczNjg4OS0xOS43NDA0NDRoLTAuMDg1MzMzYTI1LjkxMjg4OSAyNS45MTI4ODkgMCAwIDAtMTguNzczMzMzLTguMjIwNDQ1aC00MDEuOTJhMjUuOTY5Nzc4IDI1Ljk2OTc3OCAwIDAgMC0xOC44NTg2NjcgOC4yMjA0NDUgMjguODE0MjIyIDI4LjgxNDIyMiAwIDAgMC03LjczNjg4OSAxOS43NDA0NDRWNjk3LjQ1Nzc3OGMwIDcuNjggMi45ODY2NjcgMTQuNjQ4ODg5IDcuNzM2ODg5IDE5LjcxMmwwLjcxMTExMSAwLjc2OGEyNS43NDIyMjIgMjUuNzQyMjIyIDAgMCAwIDE4LjExOTExMSA3LjQ1MjQ0NEg3MTIuODE3Nzc4YTI1Ljg4NDQ0NCAyNS44ODQ0NDQgMCAwIDAgMTguNzczMzMzLTguMTM1MTExbDAuMDU2ODg5LTAuMDg1MzMzYzQuNzUwMjIyLTQuOTc3Nzc4IDcuNzM2ODg5LTEyLjAwMzU1NiA3LjczNjg4OS0xOS43MTJ2LTU5OC4zMjg4ODloMC4wODUzMzN6TTUxMiA0NDAuODg4ODg5YTE3MC42NjY2NjcgMTcwLjY2NjY2NyAwIDEgMCAwLTM0MS4zMzMzMzMgMTcwLjY2NjY2NyAxNzAuNjY2NjY3IDAgMCAwIDAgMzQxLjMzMzMzM3ogbTAtNTYuODg4ODg5YTExMy43Nzc3NzggMTEzLjc3Nzc3OCAwIDEgMSAwLTIyNy41NTU1NTYgMTEzLjc3Nzc3OCAxMTMuNzc3Nzc4IDAgMCAxIDAgMjI3LjU1NTU1NnpNNTEyIDY2OC40NDQ0NDRhODUuMzMzMzMzIDg1LjMzMzMzMyAwIDEgMCAwLTE3MC42NjY2NjYgODUuMzMzMzMzIDg1LjMzMzMzMyAwIDAgMCAwIDE3MC42NjY2NjZ6IG0wLTU2Ljg4ODg4OGEyOC40NDQ0NDQgMjguNDQ0NDQ0IDAgMSAxIDAtNTYuODg4ODg5IDI4LjQ0NDQ0NCAyOC40NDQ0NDQgMCAwIDEgMCA1Ni44ODg4ODl6TTUxMiAyNzAuMjIyMjIybS01Ni44ODg4ODkgMGE1Ni44ODg4ODkgNTYuODg4ODg5IDAgMSAxIDExMy43Nzc3NzggMCA1Ni44ODg4ODkgNTYuODg4ODg5IDAgMSAxLTExMy43Nzc3NzggMFoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ4aWFvc2hvdXRvbmdqaTJ4IiB1bmljb2RlPSImIzU4OTE3OyIgZD0iTTE3OS4yIDcyMC42NGMxNS4xODA4IDAgMjcuNjQ4LTExLjQ5NDQgMjkuMjYwOC0yNi4yNEwyMDguNjQgNjkxLjJ2LTU4NC45Nkg4NDQuOGMxNS4xODA4IDAgMjcuNjQ4LTExLjQ5NDQgMjkuMjYwOC0yNi4yNGwwLjE3OTItMy4yYTI5LjQ0IDI5LjQ0IDAgMCAwLTI2LjI0LTI5LjI2MDhMODQ0LjggNDcuMzZIMTQ5Ljc2VjY5MS4yYzAgMTYuMjU2IDEzLjE4NCAyOS40NCAyOS40NCAyOS40NHpNNzczLjk2NDggNTU1LjkyOTZhMjkuNDQgMjkuNDQgMCAwIDAgNDIuMTEyLTQxLjAxMTJsLTIuNDA2NC0yLjQ4MzItMTg1Ljg1Ni0xNjkuNzUzNmEyOS40NCAyOS40NCAwIDAgMC0zNi43NjE2LTIuMzgwOGwtMi43MTM2IDIuMTUwNC0xNDAuMDgzMiAxMjUuMDgxNi0xNDYuNDMyLTEzOC4yNGEyOS40NCAyOS40NCAwIDAgMC0zOS4xNDI0LTEuMTc3NmwtMi40ODMyIDIuMzgwOGEyOS40NCAyOS40NCAwIDAgMC0xLjE3NzYgMzkuMTE2OGwyLjM4MDggMi40ODMyTDQyNy41MiA1MjguODk2YTI5LjQ0IDI5LjQ0IDAgMCAwIDM3LjA5NDQgMi43MTM2bDIuNzEzNi0yLjE3NiAxNDAuMzkwNC0xMjUuMzM3NiAxNjYuMjQ2NCAxNTEuODA4eiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPg0KDQogICAgDQogICAgPGdseXBoIGdseXBoLW5hbWU9InNodWp1em9uZ2xhbjJ4IiB1bmljb2RlPSImIzU4OTA5OyIgZD0iTTg5MS4xMzYgMjEwLjUwODhoLTguODU3NlY2ODguOTk4NGg4Ljg1NzZhMjYuNTcyOCAyNi41NzI4IDAgMSAxIDAgNTMuMTcxMkgxMjkuMDc1MmEyNi41NzI4IDI2LjU3MjggMCAxIDEgMC01My4xNzEyaDguODU3NnYtNDc4LjQ4OTZoLTguODU3NmEyNi41NzI4IDI2LjU3MjggMCAxIDEgMC01My4xNzEyaDM0NS42di01My4xNzEyaC02Mi4wNTQ0YTI2LjU3MjggMjYuNTcyOCAwIDEgMSAwLTUzLjE0NTZoMTc3LjIyODhhMjYuNTcyOCAyNi41NzI4IDAgMSAxIDAgNTMuMTQ1NmgtNjIuMDI4OHY1My4xNzEySDg5MS4xMzZhMjYuNTcyOCAyNi41NzI4IDAgMSAxIDAgNTMuMTcxMnogbS03MDAuMDMyIDBWNjg4Ljk5ODRoNjM4LjAwMzJ2LTQ3OC40ODk2SDE5MS4xMDR6TTcwNS40MDggNTY4Ljk4NTZsLTE2Mi45MTg0LTE2Mi45MTg0LTg3LjcwNTYgODcuNzMxMmExNy43MTUyIDE3LjcxNTIgMCAwIDEtMjUuMDg4IDBsLTEzNy44MzA0LTEzNy44NTZhMTcuNzE1MiAxNy43MTUyIDAgMSAxIDI1LjA2MjQtMjUuMDM2OGwxMjUuMzEyIDEyNS4yODY0IDg3LjczMTItODcuNzA1NmM2LjkxMi02LjkxMiAxOC4xMjQ4LTYuOTEyIDI1LjA2MjQgMGwxNzUuNDM2OCAxNzUuNDM2OGExNy43NDA4IDE3Ljc0MDggMCAwIDEtMjUuMDYyNCAyNS4wODh6IiAgaG9yaXotYWR2LXg9IjEwMjQiIC8+DQoNCiAgICANCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0ieGlhemFpdHVwaWFuMngiIHVuaWNvZGU9IiYjNTg5MTA7IiBkPSJNNzI5LjgyNCA2MTQuNDY0di01NjIuNDk2YTUxLjIgNTEuMiAwIDAgMC01MS41ODQtNTEuNTg0SDExNS43MTJhNTEuMiA1MS4yIDAgMCAwLTUxLjU1MiA1MS41ODRWNzE2LjQxNkM2NS4zNDQgNzQ1LjIxNiA4OC4xNiA3NjggMTE1LjcxMiA3NjhINTc2LjMybDE1My41MzYtMTUzLjUzNnpNNzI5LjgyNCA2MTQuNDY0SDYyNy44NGE1MS4yIDUxLjIgMCAwIDAtNTEuNTg0IDUxLjU4NFY3NjhsMTUzLjUzNi0xNTMuNTM2ek00NjcuNjQ4IDQ1OS4xMzZjMS45MiAwIDUuNjk2LTEuODU2IDcuNTg0LTMuNzQ0bDk2LjU3Ni0yMTIuMzUyYzEuODg4LTEuODU2IDEuODg4LTMuNzEyIDAtNS41NjgtMS45Mi0xLjg1Ni0zLjgwOC0zLjc0NC03LjU4NC0zLjc0NEgyMzguNTI4YTE0LjQ2NCAxNC40NjQgMCAwIDAtNy41ODQgMy43NDR2Ny40NTZsNzAuMDggOTMuMTJjMS44ODggMS44NTYgMy43NzYgMy43NDQgNy41ODQgMy43NDQgMS44ODggMCA1LjY2NC0xLjg4OCA1LjY2NC0zLjc0NGwzNC4wOC00OC40MTYgMTExLjcxMiAxNjUuNzZhMTQuNDY0IDE0LjQ2NCAwIDAgMCA3LjU4NCAzLjc0NHpNMjg5LjQ0IDUzNC4yNzJjMzEuMTM2IDAgNTguNC0yNy4yOTYgNTguNC01OC40MzIgMC0zMS4xNjgtMjcuMjY0LTU4LjQ2NC01OC40LTU4LjQ2NFMyMzEuMDQgNDQ0LjY3MiAyMzEuMDQgNDc1Ljg0Yy0xLjkyIDMxLjEzNiAyNS4zMTIgNTguNDMyIDU4LjQgNTguNDMyek03MzYgMjI0bS0yMjQgMGEyMjQgMjI0IDAgMSAxIDQ0OCAwIDIyNCAyMjQgMCAxIDEtNDQ4IDBaTTcwNy4yIDIyNS40NHYxMjBjMCAzLjYxNiAyLjk0NCA2LjU2IDYuNTYgNi41Nmg0OS4yMTZjMy42MTYgMCA2LjU2LTIuOTQ0IDYuNTYtNi41NnYtMTIwaDYwLjhjNS40NzIgMCA4LjUxMi02LjMzNiA1LjE1Mi0xMC41OTJsLTkxLjg0LTExNi4zMmE2LjU2IDYuNTYgMCAwIDAtMTAuMzY4IDBsLTkxLjg3MiAxMTYuMjI0YTYuNTkyIDYuNTkyIDAgMCAwIDUuMTUyIDEwLjY4OEg3MDcuMnoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJzaGFuZ3Bpbmd1YW5saTJ4IiB1bmljb2RlPSImIzU4OTExOyIgZD0iTTcyNS4yNDgtMjUuMTY0OEgyOTEuNDMwNGMtNDcuNDYyNCAwLTkwLjkzMTIgMzYuNjA4LTk5LjAyMDggODMuMzc5MkwxMjkuNzkyIDQzNy41NTUyYy00LjA5NiAyMy44MDggMi4wNzM2IDQ3LjY5MjggMTYuOTQ3MiA2NS4zNTY4IDE0Ljg0OCAxNy42Mzg0IDM3LjM1MDQgMjcuNzUwNCA2MS42NDQ4IDI3Ljc1MDRoNTk5LjkxMDRjMjQuMzQ1NiAwIDQ2Ljg0OC0xMC4xMzc2IDYxLjY5Ni0yNy43NzYgMTQuODQ4LTE3LjY2NCAyMC45OTItNDEuNTQ4OCAxNi43OTM2LTY1LjU2MTZsLTYyLjU0MDgtMzc4LjkwNTZjLTguMTY2NC00Ni45NzYtNTEuNjM1Mi04My41ODQtOTkuMDQ2NC04My41ODR6TTIwOC4zODQgNDcyLjE5MmMtNy4xNjggMC0xMy4yMDk2LTIuNDU3Ni0xNi45NzI4LTYuOTM3Ni0zLjc4ODgtNC41MDU2LTUuMTk2OC0xMC45MDU2LTMuOTkzNi0xNy45OTY4bDYyLjYxNzYtMzc5LjM0MDhjMy4xNzQ0LTE4LjM1NTIgMjIuNTI4LTM0LjY2MjQgNDEuMzk1Mi0zNC42NjI0SDcyNS4yNDhjMTguODkyOCAwIDM4LjI0NjQgMTYuMzMyOCA0MS40NzIgMzQuODkyOGw2Mi41NDA4IDM3OC44OGMxLjI1NDQgNy4zMjE2LTAuMTUzNiAxMy42OTYtMy45MTY4IDE4LjE3Ni0zLjc4ODggNC41MDU2LTkuODU2IDYuOTg4OC0xNi45OTg0IDYuOTg4OEgyMDguMzg0eiBtMTIyLjkzMTItMTc1LjM4NTZhNTguNDk2IDU4LjQ5NiAwIDAgMC01OC40NDQ4IDU4LjQxOTIgNTguNDk2IDU4LjQ5NiAwIDAgMCA1OC40NDQ4IDU4LjQxOTIgNTguNDcwNCA1OC40NzA0IDAgMCAwIDU4LjM5MzYtNTguNDE5MiA1OC40OTYgNTguNDk2IDAgMCAwLTU4LjM2OC01OC40MTkyeiBtMC44OTYgNTguNDE5MmwtMC4yNTYtMC4wMjU2IDAuMTc5Mi0yOS4xODQgMC4wNzY4IDI5LjIwOTZ6IG0zNTEuMzYtNTguNDE5MmE1OC40OTYgNTguNDk2IDAgMCAwLTU4LjQxOTIgNTguNDE5MiA1OC40OTYgNTguNDk2IDAgMCAwIDU4LjQxOTIgNTguNDE5MiA1OC40OTYgNTguNDk2IDAgMCAwIDU4LjQ0NDgtNTguNDE5MiA1OC41MjE2IDU4LjUyMTYgMCAwIDAtNTguNDQ0OC01OC40MTkyeiBtMC45MjE2IDU4LjQxOTJoLTAuMTc5MmwwLjA3NjgtMjkuMjA5NiAwLjEwMjQgMjkuMjA5NnpNNzEyLjgzMiA1NTkuMTA0YTI5LjE4NCAyOS4xODQgMCAwIDAtMjkuMTg0IDI5LjIwOTZjMCA4My42MDk2LTkzLjM2MzIgMTQ2LjA3MzYtMTc2Ljg0NDggMTQ2LjA3MzYtODUuNDAxNiAwLTE3My43NDcyLTU0LjUyOC0xNzMuNzQ3Mi0xNDUuNzE1MmEyOS4yMzUyIDI5LjIzNTIgMCAwIDAtNTguNDE5MiAwYzAgMTI3Ljc5NTIgMTE4LjA2NzIgMjA0LjEzNDQgMjMyLjE5MiAyMDQuMTM0NCAxMTEuMjgzMiAwIDIzNS4yNjQtODMuOTY4IDIzNS4yNjQtMjA0LjQ5MjhhMjkuMjYwOCAyOS4yNjA4IDAgMCAwLTI5LjI2MDgtMjkuMTg0eiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPg0KDQogICAgDQogICAgPGdseXBoIGdseXBoLW5hbWU9InF1ZWh1b3RpeGluZzJ4IiB1bmljb2RlPSImIzU4OTEyOyIgZD0iTTU3OS45NDI0IDQ2LjYxNzZhNjkuODExMiA2OS44MTEyIDAgMCAwLTY5Ljc2LTY5Ljc2IDY5LjgxMTIgNjkuODExMiAwIDAgMC02OS43NiA2OS43Nk01MTIgNjkxLjJjLTE0LjA4IDAtMjUuNiAxNS4zNi0yNS42IDM0LjEyNDhWNzU5LjQ3NTJDNDg2LjQgNzc4LjI0IDQ5Ny45MiA3OTMuNiA1MTIgNzkzLjZzMjUuNi0xNS4zNiAyNS42LTM0LjEyNDh2LTM0LjE1MDRDNTM3LjYgNzA2LjU2IDUyNi4wOCA2OTEuMiA1MTIgNjkxLjJ6TTQyNi40OTYgMzU4LjI5NzZjLTE2LjY0IDAtMzAuMDU0NCAxMy40NC0zMC4wNTQ0IDMwLjA4djEyNS41NDI0YzAgMTYuNjQgMTMuNDQgMzAuMDggMzAuMDggMzAuMDhzMzAuMDgtMTMuNDQgMzAuMDgtMzAuMDh2LTEyNS41NDI0YTMwLjE1NjggMzAuMTU2OCAwIDAgMC0zMC4wOC0zMC4wOHpNNzY2LjE4MjQgNzIuMzJoLTUxMmE3My45NTg0IDczLjk1ODQgMCAwIDAtNjUuMDI0IDM3Ljg2MjQgNzMuNzc5MiA3My43NzkyIDAgMCAwIDAuOTIxNiA3NS4xMzZsMS40NTkyIDIuMjAxNkwyNDIuOTQ0IDI1OC41NnYxOTkuNTc3NmMwIDE0Ny40MDQ4IDExOS44NTkyIDI2Ny4yNjQgMjY3LjI2NCAyNjcuMjY0IDE0Ny4zNzkyIDAgMjY3LjIzODQtMTE5Ljg1OTIgMjY3LjIzODQtMjY3LjI2NHYtMTk5LjQ3NTJsNTIuODM4NC03My4yNDE2YzE0LjAwMzItMjMuMzk4NCAxNC4zMzYtNTEuNDU2IDAuOTIxNi03NS4xNjE2YTczLjg1NiA3My44NTYgMCAwIDAtNjUuMDI0LTM3LjkzOTJ6TTIzMi4yNDMyIDE1OC4wMDMyYTE0LjIwOCAxNC4yMDggMCAwIDEgMC4yNTYtMTMuOTI2NCAxNS4wMDE2IDE1LjAwMTYgMCAwIDEgMTMuMTU4NC03LjQ3NTJoNTMyLjkxNTJhMTQuNTY2NCAxNC41NjY0IDAgMCAxIDEzLjEzMjggNy40NzUyIDEzLjk1MiAxMy45NTIgMCAwIDEgMC4yODE2IDEzLjkyNjRsLTUzLjI3MzYgNzEuMjk2YTU1LjIxOTIgNTUuMjE5MiAwIDAgMC0xMS4xMzYgMzMuMzgyNHYyMDIuNTcyOGMwIDExNS4yLTk2LjY2NTYgMjA4Ljk0NzItMjE1LjUyNjQgMjA4Ljk0NzItMTE4LjgzNTIgMC0yMTUuNTAwOC05My43MjE2LTIxNS41MDA4LTIwOC45NDcydi0yMDIuNDcwNGMwLTExLjk4MDgtMy44MTQ0LTIzLjUyNjQtMTEuMTM2LTMzLjI4bC01My4xNzEyLTcxLjUwMDh6IiAgaG9yaXotYWR2LXg9IjEwMjQiIC8+DQoNCiAgICANCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0iZGluZ2RhbmxpZWJpYW8yeCIgdW5pY29kZT0iJiM1ODkxMzsiIGQ9Ik01NDcuNzEyLTIxLjgzNjhoLTI3OC4wMTZhOTAuMjY1NiA5MC4yNjU2IDAgMCAwLTkwLjEzNzYgOTAuMTYzMlY3MDIuOTc2YTkwLjI2NTYgOTAuMjY1NiAwIDAgMCA5MC4xNjMyIDkwLjE2MzJoNTAwLjEyMTZhOTAuMjY1NiA5MC4yNjU2IDAgMCAwIDkwLjE2MzItOTAuMTYzMnYtNDEyLjQ5MjhjMC0xNzIuMjExMi0xNDAuMTA4OC0zMTIuMzItMzEyLjMyLTMxMi4zMnpNMjY5LjY5NiA3MzIuMjExMmMtMTYuMTI4IDAtMjkuMjM1Mi0xMy4xMDcyLTI5LjIzNTItMjkuMjM1MnYtNjM0LjY0OTZjMC0xNi4xMjggMTMuMTMyOC0yOS4yNjA4IDI5LjI2MDgtMjkuMjYwOGgyNzcuOTkwNGMxMzguNjI0IDAgMjUxLjM5MiAxMTIuNzY4IDI1MS4zOTIgMjUxLjM5MlY3MDIuOTc2YzAgMTYuMTI4LTEzLjEzMjggMjkuMjYwOC0yOS4yNjA4IDI5LjI2MDhIMjY5LjcyMTZ6TTY1MC44OCA0MzguNzU4NEgzODguNjg0OGEzMC40NjQgMzAuNDY0IDAgMCAwIDAgNjAuOTAyNGgyNjIuMTk1MmEzMC40NjQgMzAuNDY0IDAgMCAwIDAtNjAuOTI4eiBtLTExNS4yLTE4OC4yODhoLTE0Ni45OTUyYTMwLjQ2NCAzMC40NjQgMCAwIDAgMCA2MC45MjhoMTQ2Ljk5NTJhMzAuNDY0IDMwLjQ2NCAwIDAgMCAwLTYwLjkyOHoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJodW9kb25nZ3VhbmxpMngiIHVuaWNvZGU9IiYjNTg5MTQ7IiBkPSJNNTM4LjE2MzIgNDE0LjIzMzZoMjU3LjcxNTJjMTcuNDA4IDAgMjQuMDY0IDEuMzgyNCAyOS44NDk2IDQuNDhhMTkuODY1NiAxOS44NjU2IDAgMCAxIDguNTc2IDguNTc2YzMuMDcyIDUuNzg1NiA0LjQ4IDEyLjQxNiA0LjQ4IDI5Ljg0OTZ2MjMuNTAwOGMwIDE3LjQwOC0xLjM4MjQgMjQuMDY0LTQuNDggMjkuODI0YTE5Ljg2NTYgMTkuODY1NiAwIDAgMS04LjU3NiA4LjYwMTZjLTUuODExMiAzLjA3Mi0xMi40NDE2IDQuNDgtMjkuODQ5NiA0LjQ4SDUzOC4xNjMydi0xMDkuMzEyeiBtLTU0LjY1NiAwdjEwOS4zMTJIMjI1Ljc5MmMtMTcuNDA4IDAtMjQuMDY0LTEuNDA4LTI5Ljg0OTYtNC41MDU2YTE5Ljg2NTYgMTkuODY1NiAwIDAgMS04LjU3Ni04LjU3NmMtMy4wNzItNS44MTEyLTQuNDgtMTIuNDQxNi00LjQ4LTI5Ljg3NTJ2LTIzLjQ3NTJjMC0xNy40MDggMS4zODI0LTI0LjA2NCA0LjQ4LTI5Ljg0OTYgMi4wNDgtMy44NCA0LjczNi02LjUyOCA4LjU3Ni04LjU3NiA1LjgxMTItMy4wOTc2IDEyLjQ0MTYtNC40OCAyOS44NDk2LTQuNDhoMjU3LjcxNTJ2MC4wMjU2eiBtMC01NC42ODE2SDIzNy41NDI0di0zMDAuNTk1MmMwLTE1LjEwNCAxMi4yMzY4LTI3LjM0MDggMjcuMzQwOC0yNy4zNDA4aDIxOC42MjR2MzI3LjkzNnogbTU0LjY1NiAwdi0zMjcuOTM2aDIxOC42MjRjMTUuMTA0IDAgMjcuMzQwOCAxMi4yMzY4IDI3LjM0MDggMjcuMzE1MlYzNTkuNTUyaC0yNDUuOTY0OHogbTIyNC45OTg0IDIxOC42NDk2aDMyLjcxNjhjMjcuNDk0NCAwIDQyLjI5MTItMy43ODg4IDU1LjYyODgtMTAuOTU2OCAxMy4zNjMyLTcuMTE2OCAyMy44MzM2LTE3LjYxMjggMzAuOTc2LTMwLjk3NiA3LjE2OC0xMy4zODg4IDEwLjk1NjgtMjguMTM0NCAxMC45NTY4LTU1LjY1NDR2LTIzLjQ3NTJjMC0yNy41Mi0zLjc4ODgtNDIuMjY1Ni0xMC45MzEyLTU1LjYyODhhNzQuNTIxNiA3NC41MjE2IDAgMCAwLTMwLjk3Ni0zMS4wMDE2IDgxLjY2NCA4MS42NjQgMCAwIDAtMTIuNzQ4OC01LjUyOTZ2LTMwNi4wNDhhODEuOTk2OCA4MS45OTY4IDAgMCAwLTgxLjk5NjgtODEuOTcxMkgyNjQuODU3NmE4MS45OTY4IDgxLjk5NjggMCAwIDAtODEuOTcxMiA4MS45NzEyVjM2NC45NzkyYTgxLjY2NCA4MS42NjQgMCAwIDAtMTIuNzIzMiA1LjU1NTIgNzQuNDk2IDc0LjQ5NiAwIDAgMC0zMC45NzYgMzAuOTc2Yy03LjE2OCAxMy4zMTItMTAuOTU2OCAyOC4wODMyLTEwLjk1NjggNTUuNjAzMnYyMy41MDA4YzAgMjcuNDk0NCAzLjc4ODggNDIuMjQgMTAuOTMxMiA1NS42Mjg4IDcuMTQyNCAxMy4zNjMyIDE3LjY2NCAyMy44MzM2IDMwLjk3NiAzMC45NzYgMTMuMzYzMiA3LjE0MjQgMjguMTYgMTAuOTU2OCA1NS42NTQ0IDEwLjk1NjhoMzQuOTE4NGw1MDIuNDUxMiAwLjAyNTZ6TTY2Ni4yNjU2IDc0Mi4xNjk2YTEwOS4zMTIgMTA5LjMxMiAwIDAgMCAxMDkuMzEyLTEwOS4zMTJjMC0xOS44OTEyLTQuMzUyLTM4LjU3OTItMTIuNDE2LTU0LjY1NkgyNjAuNzEwNGExMDkuMzYzMiAxMDkuMzYzMiAwIDAgMCA5NC42OTQ0IDE2My45NjhjMTguNDU3NiAwIDM2LjM1Mi0zLjY4NjQgNTEuMi0xMi40OTI4IDcuMjQ0OC00LjMwMDggMTIuMjg4LTcuODA4IDE4LjgxNi0xMy45Nzc2IDguNzA0LTguMTkyIDE2Ljg5Ni0xOC4xNTA0IDIzLjQ3NTItMjkuMjg2NGw2MS45NTItMTA3LjkyOTYgNjEuOTUyIDEwNy45Mjk2YTEzNC45MTIgMTM0LjkxMiAwIDAgMCAyMy40NDk2IDI5LjI4NjRjNS42ODMyIDUuNDAxNiAxMS45ODA4IDEwLjExMiAxOC43OTA0IDEzLjk3NzYgMTQuODQ4IDguNzgwOCAzMi43NjggMTIuNDkyOCA1MS4yMjU2IDEyLjQ5Mjh6TTM1NS41ODQgNjg3LjUxMzZhNTQuNjU2IDU0LjY1NiAwIDAgMSAwLTEwOS4zMTJoOTIuOTAyNGwtNDUuODI0IDc5LjMwODgtMC41ODg4IDEuMDI0YTgwLjY0IDgwLjY0IDAgMCAxLTEzLjkwMDggMTcuMzU2OCA0Mi41NDcyIDQyLjU0NzIgMCAwIDEtOS4yMTYgNi43NTg0Yy01LjA0MzIgMi45OTUyLTEzLjA1NiA0Ljg2NC0yMy4zNzI4IDQuODY0eiBtMzEwLjY4MTYgMGMtMTAuMjkxMiAwLTE4LjI3ODQtMS44Njg4LTIzLjM3MjgtNC44NjQtMy4zNzkyLTEuODQzMi02LjQ3NjgtNC4wOTYtOS4yMTYtNi43NTg0YTgwLjY0IDgwLjY0IDAgMCAxLTEzLjg3NTItMTcuMzU2OGwtMC42MTQ0LTEuMDI0LTQ1LjgyNC03OS4zMDg4aDkyLjkyOGE1NC42NTYgNTQuNjU2IDAgMCAxIDAgMTA5LjMxMnoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJkaWFucHV4aW54aTJ4IiB1bmljb2RlPSImIzU4OTE1OyIgZD0iTTkzOS4zNjY0IDUzMS40MDQ4YzAgMC40NjA4LTAuMTc5MiAwLjc2OC0wLjE3OTIgMS4yOGEyNS4wMzY4IDI1LjAzNjggMCAwIDEtMS40MDggNC45MTUybC02OS4zNzYgMTcyLjQxNmMtMTIuMDgzMiAzNS43Mzc2LTQ2LjM4NzIgNTcuNjUxMi04Ni43MDcyIDU3LjgwNDhIMjk1LjY1NDRjLTQwLjc4MDggMC03Mi41NTA0LTIxLjc2LTgzLjk2OC01Ni4wNjRsLTc0LjQ5Ni0xNzUuOTIzMmMtMC4zMDcyLTEuMTAwOC0wLjc2OC0yLjUzNDQtMS4xMDA4LTQuMTIxNkExNjQuMTQ3MiAxNjQuMTQ3MiAwIDAgMSAxMjggNDgwLjg5NmExNjIuMjAxNiAxNjIuMjAxNiAwIDAgMSA4Ni4wNjcyLTE0My4zNmMyMS43Ni0xMS41OTY4IDQ3LjQ2MjQtMTcuNDg0OCA3Ni4zNjQ4LTE3LjQ4NDhhMTYxLjkyIDE2MS45MiAwIDAgMSAxMjQuMDA2NCA1Ny45NTg0IDE2MS42Mzg0IDE2MS42Mzg0IDAgMCAxIDEyMy4zNjY0LTU3LjYyNTYgMTYwLjk3MjggMTYwLjk3MjggMCAwIDEgMTIyLjcyNjQgNTcuNzc5MiAxNjEuMjggMTYxLjI4IDAgMCAxIDEyNC4zMzkyLTU3LjYyNTZjMjkuNTQyNCAwLjE1MzYgNTUuNTUyIDYuMzQ4OCA3Ny42NDQ4IDE4LjQzMmExNjIuNTYgMTYyLjU2IDAgMCAxIDg0LjYzMzYgMTQyLjcyIDE1Ny41NjggMTU3LjU2OCAwIDAgMS03Ljc4MjQgNDkuNzE1MnogbS0xMDQuOTYtMTQwLjg1MTJjLTEzLjMzNzYtNy4yOTYtMzAuMDAzMi0xMS4xMTA0LTQ5LjUzNi0xMS4xMTA0YTEwMi43MDcyIDEwMi43MDcyIDAgMCAwLTg3Ljk2MTYgNDkuMjI4OGMtMS40MzM2IDIuODQxNi0zLjY2MDggNy43ODI0LTcuOTM2IDEyLjM5MDQtNC45NDA4IDUuMzc2LTEzLjY3MDQgMTEuOTA0LTI4LjI2MjQgMTEuOTA0LTExLjc3NiAwLTIyLjQtNC43NjE2LTI4LjQxNi0xMi4yMzY4YTQ5LjA3NTIgNDkuMDc1MiAwIDAgMS03Ljc4MjQtMTIuMjExMiAxMDIuMjcyIDEwMi4yNzIgMCAwIDAtODYuNzA3Mi00OS4yMjg4IDEwMi43MzI4IDEwMi43MzI4IDAgMCAwLTg3LjMyMTYgNDkuMzgyNCA0NC4xMDg4IDQ0LjEwODggMCAwIDEtNi45ODg4IDExLjExMDRjLTEzLjgyNCAxNi41MTItNDQuOTI4IDE1LjcxODQtNTcuMDExMiAxLjI4YTQ2LjQ2NCA0Ni40NjQgMCAwIDEtOC4yNDMyLTEzLjE4NCAxMDMuMjk2IDEwMy4yOTYgMCAwIDAtODcuNjU0NC00OS4wNzUyYy0xOS4wNDY0IDAtMzUuNDA0OCAzLjY2MDgtNDguNTg4OCAxMC42NDk2YTEwMy4xNjggMTAzLjE2OCAwIDAgMC00OS4wNDk2IDEyNS4xMzI4YzAuMzA3MiAwLjc2OCAwLjQ2MDggMS43NDA4IDAuNjE0NCAyLjUzNDRsNzMuMzY5NiAxNzMuMzYzMmMxLjQzMzYgNC40NTQ0IDYuMDQxNiAxNy45NDU2IDI4LjkwMjQgMTcuOTQ1Nmg0ODYuMTY5NmM5LjM2OTYtMC42NCAyNS41NzQ0LTIuMjI3MiAzMS4yODMyLTE5LjA0NjRsNjguNjA4LTE3MS4wMDhjMC4zMDcyLTEuMjggMC42MTQ0LTIuMzgwOCAwLjk0NzItMy4zMjggMy43ODg4LTExLjEzNiA1LjcwODgtMjIuNCA1LjcwODgtMzMuNjY0YTEwNC42MjcyIDEwNC42MjcyIDAgMCAwLTU0LjE0NC05MC44Mjg4ek04NTYuNDczNiAyOTUuOTM2YTI5LjQ2NTYgMjkuNDY1NiAwIDAgMS0yOS41MTY4LTI5LjU0MjR2LTE2MS4xNTJhMTYuNjY1NiAxNi42NjU2IDAgMCAwLTE2LjY5MTItMTYuNjkxMmwtNTU1LjcyNDgtMC4zMDcyYTE2LjY0IDE2LjY0IDAgMCAwLTE2LjY2NTYgMTYuNTEybC0wLjE1MzYgMTU4LjMxMDRjMCAxNi4zMzI4LTEzLjMzNzYgMjkuNTE2OC0yOS41NDI0IDI5LjUxNjgtMTYuMzU4NCAwLTI5LjU0MjQtMTMuMzEyLTI5LjU0MjQtMjkuNTE2OGwwLjE1MzYtMTU4LjMxMDRhNzUuNzc2IDc1Ljc3NiAwIDAgMSA3NS43NTA0LTc1LjU3MTJsNTU1Ljg3ODQgMC4zMDcyYTc1LjkwNCA3NS45MDQgMCAwIDEgNzUuNTk2OCA3NS43NTA0djE2MS4xNTJjMCAxNi4yMDQ4LTEzLjE4NCAyOS41NDI0LTI5LjU0MjQgMjkuNTQyNHpNNzY4LjgxOTIgNTAyLjY1NkgyOTYuMTQwOGEyOS40NjU2IDI5LjQ2NTYgMCAwIDAtMjkuNTQyNCAyOS41NDI0IDI5LjQ2NTYgMjkuNDY1NiAwIDAgMCAyOS41NDI0IDI5LjUxNjhoNDcyLjUyNDhhMjkuNDY1NiAyOS40NjU2IDAgMCAwIDI5LjU0MjQtMjkuNTE2OCAyOS4zMzc2IDI5LjMzNzYgMCAwIDAtMjkuMzg4OC0yOS41NDI0eiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPg0KDQogICAgDQogICAgPGdseXBoIGdseXBoLW5hbWU9InNoYW5ncGlubGllYmlhbzJ4IiB1bmljb2RlPSImIzU4OTE2OyIgZD0iTTgwOC4zMiA1MzAuNjYyNGMyNC4zNDU2IDAgNDYuODQ4LTEwLjEzNzYgNjEuNjk2LTI3Ljc3NiAxNC44NDgtMTcuNjY0IDIwLjk5Mi00MS41NDg4IDE2Ljc5MzYtNjUuNTYxNmwtMjYuMzY4LTE1OS42MTZhMTkzLjA0OTYgMTkzLjA0OTYgMCAwIDEtNTEuMDQ2NCA0OS4yMDMybDE5Ljg0IDEyMC4xNDA4YzEuMjU0NCA3LjI5Ni0wLjE1MzYgMTMuNjcwNC0zLjkxNjggMTguMTc2LTMuNzg4OCA0LjQ4LTkuODU2IDYuOTYzMi0xNi45OTg0IDYuOTYzMkgyMDguMzg0Yy03LjE2OCAwLTEzLjIwOTYtMi40NTc2LTE2Ljk3MjgtNi45Mzc2LTMuNzg4OC00LjUwNTYtNS4xOTY4LTEwLjkwNTYtMy45OTM2LTE3Ljk5NjhsNjIuNjE3Ni0zNzkuMzQwOGMzLjE3NDQtMTguMzU1MiAyMi41MjgtMzQuNjYyNCA0MS4zOTUyLTM0LjY2MjRoMjc0LjIwMTZhMTkxLjQzNjggMTkxLjQzNjggMCAwIDEgMTI1LjMxMi01OC40MTkySDI5MS40NTZjLTQ3LjQ2MjQgMC05MC45MzEyIDM2LjYwOC05OS4wMjA4IDgzLjM3OTJMMTI5Ljc5MiA0MzcuNTU1MmMtNC4wOTYgMjMuODA4IDIuMDczNiA0Ny42OTI4IDE2Ljk0NzIgNjUuMzU2OCAxNC44NDggMTcuNjM4NCAzNy4zNTA0IDI3Ljc1MDQgNjEuNjQ0OCAyNy43NTA0aDU5OS45MTA0eiBtLTQ3Ni45NzkyLTExNi45OTJhNTguNDcwNCA1OC40NzA0IDAgMCAwIDU4LjM5MzYtNTguNDQ0OCA1OC40OTYgNTguNDk2IDAgMCAwLTU4LjM2OC01OC40MTkyIDU4LjQ5NiA1OC40OTYgMCAwIDAtNTguNDcwNCA1OC40MTkyIDU4LjQ5NiA1OC40OTYgMCAwIDAgNTguNDQ0OCA1OC40MTkyeiBtMzUyLjI1NiAwYTU4LjQ5NiA1OC40OTYgMCAwIDAgNTguNDQ0OC01OC40NDQ4bC0wLjAyNTYtMC41ODg4YTE5Mi44OTYgMTkyLjg5NiAwIDAgMS0xMTUuMzI4LTEyLjQ0MTYgNTguNDk2IDU4LjQ5NiAwIDAgMCA1Ni45MzQ0IDcxLjQ0OTZ6TTcxMi44MzIgNTU5LjEwNGEyOS4xODQgMjkuMTg0IDAgMCAwLTI5LjE4NCAyOS4yMDk2YzAgODMuNjA5Ni05My4zNjMyIDE0Ni4wNzM2LTE3Ni44NDQ4IDE0Ni4wNzM2LTg1LjQwMTYgMC0xNzMuNzQ3Mi01NC41MjgtMTczLjc0NzItMTQ1LjcxNTJhMjkuMjM1MiAyOS4yMzUyIDAgMCAwLTU4LjQxOTIgMGMwIDEyNy43OTUyIDExOC4wNjcyIDIwNC4xMzQ0IDIzMi4xOTIgMjA0LjEzNDQgMTExLjI4MzIgMCAyMzUuMjY0LTgzLjk2OCAyMzUuMjY0LTIwNC40OTI4YTI5LjI2MDggMjkuMjYwOCAwIDAgMC0yOS4yNjA4LTI5LjE4NHpNNzU2LjUzMTIgMTc5LjJjNi4zMjMyIDAgMTEuNDY4OC01LjczNDQgMTEuNDY4OC0xMi44IDAtNi45ODg4LTUuMDQzMi0xMi42OTc2LTExLjI2NC0xMi44aC0xMzAuODY3MmMtNi4zMjMyIDAtMTEuNDY4OCA1LjczNDQtMTEuNDY4OCAxMi44IDAgNi45ODg4IDUuMDQzMiAxMi42OTc2IDExLjI2NCAxMi44aDEzMC44Njcyek04MDYuMzIzMiAyMzAuNGM3LjExNjggMCAxMi44NzY4LTUuNzM0NCAxMi44NzY4LTEyLjggMC02Ljk4ODgtNS42MzItMTIuNjk3Ni0xMi42NzItMTIuOGgtMTc5LjI1MTJhMTIuODUxMiAxMi44NTEyIDAgMCAwLTEyLjg3NjggMTIuOGMwIDYuOTg4OCA1LjYzMiAxMi42OTc2IDEyLjY3MiAxMi44aDE3OS4yNTEyek04MDYuMzIzMiAxMjhjNy4xMTY4IDAgMTIuODc2OC01LjczNDQgMTIuODc2OC0xMi44IDAtNi45ODg4LTUuNjMyLTEyLjY5NzYtMTIuNjcyLTEyLjhoLTE3OS4yNTEyYTEyLjg1MTIgMTIuODUxMiAwIDAgMC0xMi44NzY4IDEyLjhjMCA2Ljk4ODggNS42MzIgMTIuNjk3NiAxMi42NzIgMTIuOGgxNzkuMjUxMnoiICBob3Jpei1hZHYteD0iMTAyNCIgLz4NCg0KICAgIA0KDQoNCiAgPC9mb250Pg0KPC9kZWZzPjwvc3ZnPg0K#iconfont) format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconyouhuiquan2x:before {
  content: "\e630";
}

.iconyingxiaogailan2x:before {
  content: "\e631";
}

.iconshanchu2x:before {
  content: "\e62f";
}

.iconbofang2x:before {
  content: "\e62e";
}

.iconyulan2x:before {
  content: "\e62d";
}

.iconhengtiaoguanggao2x:before {
  content: "\e629";
}

.iconqiangji2x:before {
  content: "\e626";
}

.iconbanqiu2x:before {
  content: "\e627";
}

.iconyuyan2x:before {
  content: "\e628";
}

.iconrenlianshibie2x:before {
  content: "\e62a";
}

.iconlishiguanggaoji2x:before {
  content: "\e62b";
}

.iconyinxiang2x:before {
  content: "\e62c";
}

.iconxiaoshoutongji2x:before {
  content: "\e625";
}

.iconshujuzonglan2x:before {
  content: "\e61d";
}

.iconxiazaitupian2x:before {
  content: "\e61e";
}

.iconshangpinguanli2x:before {
  content: "\e61f";
}

.iconquehuotixing2x:before {
  content: "\e620";
}

.icondingdanliebiao2x:before {
  content: "\e621";
}

.iconhuodongguanli2x:before {
  content: "\e622";
}

.icondianpuxinxi2x:before {
  content: "\e623";
}

.iconshangpinliebiao2x:before {
  content: "\e624";
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #40a9ff;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.ant-menu::before,
.ant-menu::after {
  display: table;
  content: '';
}
.ant-menu::after {
  clear: both;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
  color: #1890ff;
}
.ant-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge > a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > .ant-badge > a:hover {
  color: #1890ff;
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #1890ff;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #1890ff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1890ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: #fff;
  border-radius: 4px;
}
.ant-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background: #fff;
  background: rgba(0, 0, 0, 0.65) \9;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background-image: none \9;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: linear-gradient(to right, #1890ff, #1890ff);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #1890ff;
}
.ant-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1890ff;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1890ff;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 32px !important;
  text-overflow: clip;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
  padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}
.bread-container .ant-breadcrumb a,
.bread-container .ant-breadcrumb-link,
.bread-container .ant-breadcrumb-separator {
  color: #c5c8ce;
}
.bread-container .ant-breadcrumb > span:last-child a {
  color: #fff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-notification-notice-message {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
  color: #1890ff;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #f5222d;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.sidebar {
  height: auto;
  background: #fff;
}
.sidebar .item-level-1 {
  padding-left: 21px !important;
}
.sidebar .label-level-1 {
  padding-left: 24px !important;
}
.sidebar .item-level-2 {
  padding-left: 45px !important;
}
.sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-item {
  margin: 2px 0;
  padding: 10px 0;
  padding-right: 10px;
  white-space: normal;
  line-height: 20px;
  height: auto;
}
.sidebar .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  white-space: normal;
  height: auto;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar .ant-menu-item-selected {
  color: #2d8cf0;
  border-left: 4px solid #2d8cf0 !important;
}
.sidebar .ant-menu-item {
  border-left: 4px solid #fff;
}
.sidebar .ant-menu:not(.ant-menu-inline) {
  color: #2d8cf0;
  border-left: 4px solid #2d8cf0;
  background-color: #e6f7ff;
}
.sidebar .ant-menu-item:hover,
.sidebar .ant-menu-item-active {
  color: #2d8cf0;
  background-color: #e6f7ff;
  border-left: 4px solid #e6f7ff;
}
.sidebar .ant-menu-vertical .ant-menu-item::after,
.sidebar .ant-menu-vertical-left .ant-menu-item::after,
.sidebar .ant-menu-vertical-right .ant-menu-item::after,
.sidebar .ant-menu-inline .ant-menu-item::after {
  border: none;
}
.modal_goods_info_center .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  box-sizing: border-box;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: '';
}
.ant-row::after {
  clear: both;
}
.ant-row + .ant-row::before {
  clear: both;
}
.ant-row-flex {
  display: flex;
  flex-flow: row wrap;
}
.ant-row-flex::before,
.ant-row-flex::after {
  display: flex;
}
.ant-row-flex-start {
  justify-content: flex-start;
}
.ant-row-flex-center {
  justify-content: center;
}
.ant-row-flex-end {
  justify-content: flex-end;
}
.ant-row-flex-space-between {
  justify-content: space-between;
}
.ant-row-flex-space-around {
  justify-content: space-around;
}
.ant-row-flex-top {
  align-items: flex-start;
}
.ant-row-flex-middle {
  align-items: center;
}
.ant-row-flex-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  min-height: 1px;
}
.ant-col-1,
.ant-col-xs-1,
.ant-col-sm-1,
.ant-col-md-1,
.ant-col-lg-1,
.ant-col-2,
.ant-col-xs-2,
.ant-col-sm-2,
.ant-col-md-2,
.ant-col-lg-2,
.ant-col-3,
.ant-col-xs-3,
.ant-col-sm-3,
.ant-col-md-3,
.ant-col-lg-3,
.ant-col-4,
.ant-col-xs-4,
.ant-col-sm-4,
.ant-col-md-4,
.ant-col-lg-4,
.ant-col-5,
.ant-col-xs-5,
.ant-col-sm-5,
.ant-col-md-5,
.ant-col-lg-5,
.ant-col-6,
.ant-col-xs-6,
.ant-col-sm-6,
.ant-col-md-6,
.ant-col-lg-6,
.ant-col-7,
.ant-col-xs-7,
.ant-col-sm-7,
.ant-col-md-7,
.ant-col-lg-7,
.ant-col-8,
.ant-col-xs-8,
.ant-col-sm-8,
.ant-col-md-8,
.ant-col-lg-8,
.ant-col-9,
.ant-col-xs-9,
.ant-col-sm-9,
.ant-col-md-9,
.ant-col-lg-9,
.ant-col-10,
.ant-col-xs-10,
.ant-col-sm-10,
.ant-col-md-10,
.ant-col-lg-10,
.ant-col-11,
.ant-col-xs-11,
.ant-col-sm-11,
.ant-col-md-11,
.ant-col-lg-11,
.ant-col-12,
.ant-col-xs-12,
.ant-col-sm-12,
.ant-col-md-12,
.ant-col-lg-12,
.ant-col-13,
.ant-col-xs-13,
.ant-col-sm-13,
.ant-col-md-13,
.ant-col-lg-13,
.ant-col-14,
.ant-col-xs-14,
.ant-col-sm-14,
.ant-col-md-14,
.ant-col-lg-14,
.ant-col-15,
.ant-col-xs-15,
.ant-col-sm-15,
.ant-col-md-15,
.ant-col-lg-15,
.ant-col-16,
.ant-col-xs-16,
.ant-col-sm-16,
.ant-col-md-16,
.ant-col-lg-16,
.ant-col-17,
.ant-col-xs-17,
.ant-col-sm-17,
.ant-col-md-17,
.ant-col-lg-17,
.ant-col-18,
.ant-col-xs-18,
.ant-col-sm-18,
.ant-col-md-18,
.ant-col-lg-18,
.ant-col-19,
.ant-col-xs-19,
.ant-col-sm-19,
.ant-col-md-19,
.ant-col-lg-19,
.ant-col-20,
.ant-col-xs-20,
.ant-col-sm-20,
.ant-col-md-20,
.ant-col-lg-20,
.ant-col-21,
.ant-col-xs-21,
.ant-col-sm-21,
.ant-col-md-21,
.ant-col-lg-21,
.ant-col-22,
.ant-col-xs-22,
.ant-col-sm-22,
.ant-col-md-22,
.ant-col-lg-22,
.ant-col-23,
.ant-col-xs-23,
.ant-col-sm-23,
.ant-col-md-23,
.ant-col-lg-23,
.ant-col-24,
.ant-col-xs-24,
.ant-col-sm-24,
.ant-col-md-24,
.ant-col-lg-24 {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24 {
  flex: 0 0 auto;
  float: left;
}
.ant-col-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
  flex: 0 0 auto;
  float: left;
}
.ant-col-xs-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-1,
  .ant-col-sm-2,
  .ant-col-sm-3,
  .ant-col-sm-4,
  .ant-col-sm-5,
  .ant-col-sm-6,
  .ant-col-sm-7,
  .ant-col-sm-8,
  .ant-col-sm-9,
  .ant-col-sm-10,
  .ant-col-sm-11,
  .ant-col-sm-12,
  .ant-col-sm-13,
  .ant-col-sm-14,
  .ant-col-sm-15,
  .ant-col-sm-16,
  .ant-col-sm-17,
  .ant-col-sm-18,
  .ant-col-sm-19,
  .ant-col-sm-20,
  .ant-col-sm-21,
  .ant-col-sm-22,
  .ant-col-sm-23,
  .ant-col-sm-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-sm-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-1,
  .ant-col-md-2,
  .ant-col-md-3,
  .ant-col-md-4,
  .ant-col-md-5,
  .ant-col-md-6,
  .ant-col-md-7,
  .ant-col-md-8,
  .ant-col-md-9,
  .ant-col-md-10,
  .ant-col-md-11,
  .ant-col-md-12,
  .ant-col-md-13,
  .ant-col-md-14,
  .ant-col-md-15,
  .ant-col-md-16,
  .ant-col-md-17,
  .ant-col-md-18,
  .ant-col-md-19,
  .ant-col-md-20,
  .ant-col-md-21,
  .ant-col-md-22,
  .ant-col-md-23,
  .ant-col-md-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-md-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-1,
  .ant-col-lg-2,
  .ant-col-lg-3,
  .ant-col-lg-4,
  .ant-col-lg-5,
  .ant-col-lg-6,
  .ant-col-lg-7,
  .ant-col-lg-8,
  .ant-col-lg-9,
  .ant-col-lg-10,
  .ant-col-lg-11,
  .ant-col-lg-12,
  .ant-col-lg-13,
  .ant-col-lg-14,
  .ant-col-lg-15,
  .ant-col-lg-16,
  .ant-col-lg-17,
  .ant-col-lg-18,
  .ant-col-lg-19,
  .ant-col-lg-20,
  .ant-col-lg-21,
  .ant-col-lg-22,
  .ant-col-lg-23,
  .ant-col-lg-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-lg-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-1,
  .ant-col-xl-2,
  .ant-col-xl-3,
  .ant-col-xl-4,
  .ant-col-xl-5,
  .ant-col-xl-6,
  .ant-col-xl-7,
  .ant-col-xl-8,
  .ant-col-xl-9,
  .ant-col-xl-10,
  .ant-col-xl-11,
  .ant-col-xl-12,
  .ant-col-xl-13,
  .ant-col-xl-14,
  .ant-col-xl-15,
  .ant-col-xl-16,
  .ant-col-xl-17,
  .ant-col-xl-18,
  .ant-col-xl-19,
  .ant-col-xl-20,
  .ant-col-xl-21,
  .ant-col-xl-22,
  .ant-col-xl-23,
  .ant-col-xl-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-xl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-1,
  .ant-col-xxl-2,
  .ant-col-xxl-3,
  .ant-col-xxl-4,
  .ant-col-xxl-5,
  .ant-col-xxl-6,
  .ant-col-xxl-7,
  .ant-col-xxl-8,
  .ant-col-xxl-9,
  .ant-col-xxl-10,
  .ant-col-xxl-11,
  .ant-col-xxl-12,
  .ant-col-xxl-13,
  .ant-col-xxl-14,
  .ant-col-xxl-15,
  .ant-col-xxl-16,
  .ant-col-xxl-17,
  .ant-col-xxl-18,
  .ant-col-xxl-19,
  .ant-col-xxl-20,
  .ant-col-xxl-21,
  .ant-col-xxl-22,
  .ant-col-xxl-23,
  .ant-col-xxl-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-xxl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    order: 0;
  }
}
.l-closeable-box {
  margin-bottom: 16px;
}
.l-closeable-box.underline:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.l-closeable-box .modal-header {
  padding: 16px 0;
  cursor: pointer;
}
.l-closeable-box .modal-header .modal-title {
  font-size: 14px;
  font-weight: 700;
}
.l-closeable-box .modal-header .modal-icon {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}
.l-closeable-box .content-wrapper {
  margin-bottom: 16px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}
.ant-drawer > * {
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-content-wrapper {
  position: absolute;
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-left.ant-drawer-open.no-mask,
.ant-drawer-right.ant-drawer-open.no-mask {
  width: 0%;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-top.ant-drawer-open.no-mask,
.ant-drawer-bottom.ant-drawer-open.no-mask {
  height: 0%;
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-drawer-wrapper-body {
  height: 100%;
  overflow: auto;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer-open-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.commonDrawer-icon {
  width: 24px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 16px solid #f2f2f2;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
}
.l-drawer-footer {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px;
  background: #fff;
  text-align: right;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-radio-button-wrapper > .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
  box-shadow: -1px 0 0 0 #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1890ff !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1890ff;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff;
  box-shadow: -1px 0 0 0 #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9;
  box-shadow: -1px 0 0 0 #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1890ff;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}
.ant-pagination-item-active a {
  color: #1890ff;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #40a9ff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #40a9ff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  color: #1890ff;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.65);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #40a9ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  width: 50px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  width: 44px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus {
  color: rgba(0, 0, 0, 0.45);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  clear: both;
}
.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  clear: both;
}
.ant-table-body {
  transition: opacity 0.3s;
}
.ant-table-empty .ant-table-body {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-layout-fixed table {
  table-layout: fixed;
}
.ant-table-thead > tr > th {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon {
  color: #1890ff;
}
.ant-table-thead > tr > th .ant-table-column-sorter {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  height: 1em;
  margin-top: 0.35em;
  margin-left: 0.57142857em;
  color: #bfbfbf;
  line-height: 1em;
  text-align: center;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  display: inline-block;
  font-size: 12px;
  font-size: 11px \9;
  transform: scale(0.91666667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  transition: all 0.3s;
}
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  font-size: 12px;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  color: #1890ff;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
  margin-top: -0.15em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  height: 0.5em;
  line-height: 0.5em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  margin-top: 0.125em;
}
.ant-table-thead > tr > th.ant-table-column-has-actions {
  position: relative;
  background-clip: padding-box;
  /* stylelint-disable-next-line */
  -webkit-background-clip: border-box;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
  padding-right: 30px !important;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
  cursor: pointer;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-thead > tr > th .ant-table-header-column {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
  display: table;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) {
  position: relative;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead > tr > th.ant-table-column-has-sorters {
  user-select: none;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s, border 0s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all 0.3s, height 0s;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #e6f7ff;
}
.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td,
.ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  position: relative;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-table-footer::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fafafa;
  content: '';
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}
.ant-table-title {
  position: relative;
  top: 1px;
  padding: 16px 0;
  border-radius: 4px 4px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #e8e8e8;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 4px 4px 0 0;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-top: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  color: inherit;
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-tbody > tr > td.ant-table-column-sort {
  background: rgba(0, 0, 0, 0.01);
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px;
  overflow-wrap: break-word;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  width: 50px;
  min-width: 50px;
  text-align: center;
}
.ant-table-header {
  overflow: hidden;
  background: #fafafa;
}
.ant-table-header table {
  border-radius: 4px 4px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-left: -30px;
  line-height: 20px;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header + .ant-table-body > table,
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}
.ant-table-placeholder {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-table-pagination.ant-pagination {
  float: right;
  margin: 16px 0;
}
.ant-table-filter-dropdown {
  position: relative;
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  border: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
  color: #1890ff;
  font-weight: bold;
  text-shadow: 0 0 2px #bae7ff;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  padding: 7px 8px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
.ant-table-filter-dropdown-link {
  color: #1890ff;
}
.ant-table-filter-dropdown-link:hover {
  color: #40a9ff;
}
.ant-table-filter-dropdown-link:active {
  color: #096dd9;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection {
  white-space: nowrap;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: #bfbfbf;
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-selection-menu .ant-action-down {
  color: #bfbfbf;
}
.ant-table-selection-down {
  display: inline-block;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.ant-table-selection-down:hover .anticon-down {
  color: rgba(0, 0, 0, 0.6);
}
.ant-table-row-expand-icon {
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  display: inline-block;
  width: 17px;
  height: 17px;
  color: inherit;
  line-height: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  user-select: none;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #40a9ff;
}
.ant-table-row-expand-icon:active {
  color: #096dd9;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor;
}
.ant-table-row-expanded::after {
  content: '-';
}
.ant-table-row-collapsed::after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced::after {
  content: '.';
}
.ant-table-row-cell-ellipsis,
.ant-table-row-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-table-row-cell-ellipsis .ant-table-column-title {
  display: block;
}
.ant-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -16px -16px -17px;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  min-width: 100%;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
  color: transparent;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) > * {
  visibility: hidden;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
  opacity: 0.9999;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0;
}
.ant-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
  min-width: unset;
}
.ant-table-hide-scrollbar::-webkit-scrollbar {
  min-width: inherit;
  background-color: transparent;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
  border-right-color: transparent;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  transition: box-shadow 0.3s ease;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 4px 0 0 0;
}
.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}
.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 4px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}
.ant-table colgroup > col.ant-table-selection-col {
  width: 60px;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection {
  margin-right: -15px;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-row[class*='ant-table-row-level-0'] .ant-table-selection-column > span {
  display: inline-block;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
/**
* Another fix of Firefox:
*/
@supports (-moz-appearance: meterbar) {
  .ant-table-thead > tr > th.ant-table-column-has-actions {
    background-clip: padding-box;
  }
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-content > .ant-table-footer {
  padding: 12px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -12px -8px -13px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-content > .ant-table-footer {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-title {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-footer {
  background-color: transparent;
  border-top: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-footer::before {
  background-color: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background-color: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01);
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background-color: transparent;
  border-radius: 4px 4px 0 0;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer::before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th.ant-table-row-cell-last,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -8px -8px -9px;
}
.ant-table-small.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-radius: 0 0 4px 4px;
}
.business-common-table {
  position: relative;
  width: 100%;
}
.business-common-table table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #f4f7fd;
}
.business-common-table .common-table__empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  min-height: 420px;
}
.business-common-table .common-table__empty > img {
  max-width: 200px;
  margin-bottom: 30px;
}
.business-common-table .common-table__empty > span {
  color: #515a6eff;
}
.business-common-table .ant-pagination-item-active {
  font-weight: 500;
  border-color: #1890ff;
  border-radius: 2px;
  background: #1890ffff;
  color: #fff;
}
.business-common-table li.ant-pagination-item-active:focus a,
.business-common-table li.ant-pagination-item-active:hover a {
  color: #fff;
}
.business-common-table .ant-pagination-item-active a {
  color: #fff;
}
.common-delete-icon {
  text-align: center;
  display: inline-block;
}
.common-delete-icon > img {
  width: 18px;
  cursor: pointer;
}
.pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
  margin-bottom: 11px;
}
.pageHeader-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.l-control .danger {
  color: #ff4d4f;
}
.l-table-cell-control .ant-btn {
  padding: 0;
}
.l-table-cell-control .ant-btn + .ant-btn {
  margin-left: 0.5em;
}
.l-action-control .ant-btn + .ant-btn {
  margin-left: 0.8em;
}
.coupon-cmpt {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 350px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.1s;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  cursor: pointer;
}
.coupon-cmpt:hover {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.coupon-cmpt .coupon-cmpt-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #dedfde;
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}
.coupon-cmpt .coupon-left {
  position: relative;
  float: left;
  width: 110px;
  height: 100%;
  user-select: none;
  z-index: 2;
}
.coupon-cmpt .coupon-left-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: white;
  transition: 0.1s;
}
.coupon-cmpt .coupon-left .coupon-left-con {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 2;
}
.coupon-cmpt .coupon-left .coupon-left-con .coupon-show {
  line-height: 1em;
  font-size: 30px;
  font-weight: bold;
}
.coupon-cmpt .coupon-left .coupon-left-con .coupon-type {
  margin-top: 10px;
  font-size: 12px;
  height: 1em;
  line-height: 1em;
}
.coupon-cmpt .coupon-wrapper {
  position: relative;
  box-sizing: border-box;
  float: left;
  padding-left: 6px;
  width: calc(100% - 110px);
  height: 100%;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.coupon-cmpt .coupon-wrapper-before {
  position: absolute;
  top: -1px;
  left: -2px;
  right: 0;
  width: 5px;
  height: calc(100% + 2px);
  background: white;
}
.coupon-cmpt .coupon-wrapper .coupon-con {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 10px;
  height: 100%;
  line-height: 1em;
}
.coupon-cmpt .coupon-wrapper .coupon-con .coupon-line {
  width: 100%;
  height: 1px;
  background-color: #d7d9de;
}
.coupon-cmpt .coupon-wrapper .coupon-con .coupon-valid,
.coupon-cmpt .coupon-wrapper .coupon-con .coupon-desc {
  font-size: 14px;
  color: #999;
  min-height: 1em;
  word-break: break-all;
}
.coupon-cmpt .coupon-wrapper .coupon-con .coupon-name {
  color: #0a0a0a;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 1em;
  line-height: 1em;
  word-break: break-all;
}
.coupon-cmpt .coupon-wrapper .coupon-con .coupon-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-coupon-box {
  display: flex;
  height: 120px;
  background-color: #f3ecd6;
  border-radius: 12px;
}
.new-coupon-box .new-coupon-left {
  padding-left: 10px;
  width: 65%;
}
.new-coupon-box .new-coupon-left .name {
  padding-top: 20px;
  height: 60%;
}
.new-coupon-box .new-coupon-left .period {
  margin-top: 20px;
  font-size: 12px;
  color: #c8c2b0;
}
.new-coupon-box .new-coupon-middle {
  width: 20px;
  position: relative;
}
.new-coupon-box .new-coupon-middle .circle-top {
  background-color: #f3ecd6;
  background-image: -webkit-radial-gradient(top, circle, #fff 45%, transparent 45%);
  height: 20px;
}
.new-coupon-box .new-coupon-middle .circle-bottom {
  background-color: #f3ecd6;
  background-image: -webkit-radial-gradient(bottom, circle, #fff 45%, transparent 45%);
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 0;
}
.new-coupon-box .new-coupon-right {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}
.common-empty-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  min-height: calc(100vh - 100px);
  background: #fff;
}
.common-empty-container > img {
  max-width: 200px;
  margin-bottom: 50px;
}
.common-empty-container > span {
  color: #515A6EFF;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}
.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 5px;
}
.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-explain {
  margin-bottom: -1px;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 30px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}
form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
}
form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
  position: relative;
  top: -1px;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  animation-name: diffZoomIn1 !important;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #faad14;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #f5222d;
}
.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #f5222d;
}
.has-error .ant-transfer-list {
  border-color: #f5222d;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1890ff;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}
.show-help-enter,
.show-help-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-time-picker-panel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-panel-input-wrap {
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: #f5222d;
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}
.ant-time-picker-panel-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #e6f7ff;
}
li.ant-time-picker-panel-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
li.ant-time-picker-panel-select-option-disabled:focus {
  color: rgba(0, 0, 0, 0.25);
  font-weight: inherit;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-time-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon,
.ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}
.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.ant-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.ant-time-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-time-picker-large .ant-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5;
    }
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  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;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  min-width: auto;
  margin-right: 0;
}
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker-input.ant-input {
  line-height: 1.5;
}
.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s;
  user-select: none;
}
.ant-calendar-picker-clear {
  z-index: 2;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
}
.ant-input-disabled + .ant-calendar-picker-icon {
  cursor: not-allowed;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  width: 100%;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
}
.ant-calendar-header a:hover {
  color: #40a9ff;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-century-btn::before,
.ant-calendar-header .ant-calendar-prev-decade-btn::before,
.ant-calendar-header .ant-calendar-prev-year-btn::before,
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-century-btn:hover::before,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-next-year-btn:hover::before,
.ant-calendar-header .ant-calendar-next-century-btn:hover::after,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-month-btn:hover::before,
.ant-calendar-header .ant-calendar-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-next-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  text-align: center;
  border: 0;
}
.ant-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  height: 30px;
  padding: 3px 0;
}
.ant-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
  outline: none;
}
.ant-calendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #40a9ff;
}
.ant-calendar-today .ant-calendar-date {
  color: #1890ff;
  font-weight: bold;
  border-color: #1890ff;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #bae7ff;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date,
.ant-calendar-last-month-cell .ant-calendar-date:hover,
.ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: not-allowed;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  content: '';
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  content: ' ';
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  display: block;
  text-align: center;
}
.ant-calendar-footer-extra {
  text-align: left;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.ant-calendar .ant-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar .ant-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.ant-calendar-range-part {
  position: relative;
  width: 50%;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 34px;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -90px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  padding: 0 10px 0 0;
  transform: translateX(-50%);
}
.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date {
  color: #1890ff;
  background: #bae7ff;
  border-color: #1890ff;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #1890ff;
  border: 1px solid transparent;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1890ff;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  border: 0;
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:placeholder-shown,
.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  position: relative;
  border-radius: 0;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #e6f7ff;
  border: 0;
  border-radius: 0;
  content: '';
}
.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header,
.ant-calendar-range .ant-calendar-decade-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body,
.ant-calendar-range .ant-calendar-decade-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}
.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}
.ant-calendar-time-picker-select li:hover {
  background: #e6f7ff;
}
.ant-calendar-time-picker-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none;
}
li.ant-calendar-time-picker-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-month-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
  position: relative;
}
.ant-calendar-month-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-body {
  flex: 1;
}
.ant-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-year-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
  position: relative;
}
.ant-calendar-year-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-body {
  flex: 1;
}
.ant-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: rgba(0, 0, 0, 0.25);
  user-select: none;
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
  position: relative;
}
.ant-calendar-decade-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-body {
  flex: 1;
}
.ant-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: rgba(0, 0, 0, 0.25);
  user-select: none;
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  transition: all 0.3s;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6f7ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #bae7ff;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d;
}
.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #f5222d;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  display: table;
  float: left;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #096dd9;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #40a9ff;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-picture-card-wrapper {
  zoom: 1;
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before,
.ant-upload-picture-card-wrapper::after {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  clear: both;
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  zoom: 1;
}
.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: '';
}
.ant-upload-list::after {
  clear: both;
}
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 28px;
}
.ant-upload-list-item {
  position: relative;
  height: 22px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
  opacity: 0;
}
.ant-upload-list-item-card-actions.picture {
  top: 25px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  padding-right: 6px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload-list-item .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
:root .ant-upload-list-item .anticon-close {
  font-size: 12px;
}
.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #e6f7ff;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f5222d;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions {
  opacity: 1;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #f5222d;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f5222d;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 18px;
}
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 36px;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card-container {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  padding-left: 0;
}
.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree {
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin: 0;
  margin-top: -4px;
  padding: 0 4px;
}
.ant-select-tree li {
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  width: calc(100% - 24px);
  margin: 0;
  padding: 3px 5px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bae7ff;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #1890ff;
  font-size: 14px;
  transform: none;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree li span.ant-select-tree-switcher {
  position: relative;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1890ff;
  font-size: 14px;
  transform: none;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle {
  display: none;
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  padding: 4px;
  background: #fff;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  display: block;
  padding: 7px 16px;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.component-image-upload .ant-upload {
  display: flex;
  margin: 0 !important;
  flex-grow: 1;
}
.component-image-upload .ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-image-upload .upload-wrapper {
  display: block;
}
.component-image-upload .ant-upload-picture-card-wrapper {
  display: flex;
}
.component-image-upload .ant-upload-picture-card-wrapper .ant-upload-list-item {
  padding: 0;
}
.component-image-upload .hide {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  opacity: 0;
  line-height: 0;
  z-index: -1;
}
.component-image-upload .hide * {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.component-image-upload .none {
  display: none;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-bottom: -7px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #91d5ff;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #91d5ff;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #46a6ff;
  outline: none;
  box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #69c0ff;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}
.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #8cc8ff;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.36s;
  user-select: none;
}
.ant-switch-inner {
  display: block;
  margin-right: 6px;
  margin-left: 24px;
  color: #fff;
  font-size: 12px;
}
.ant-switch-loading-icon,
.ant-switch::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-switch::after {
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
  width: 24px;
}
.ant-switch-loading-icon {
  z-index: 1;
  display: none;
  font-size: 12px;
  background: transparent;
}
.ant-switch-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-switch-loading .ant-switch-loading-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #1890ff;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
  margin-right: 3px;
  margin-left: 18px;
  font-size: 12px;
}
.ant-switch-small::after {
  width: 12px;
  height: 12px;
}
.ant-switch-small:active::before,
.ant-switch-small:active::after {
  width: 16px;
}
.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-right: 18px;
  margin-left: 3px;
}
.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -13px;
}
.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  font-weight: bold;
  transform: scale(0.66667);
}
.ant-switch-checked {
  background-color: #1890ff;
}
.ant-switch-checked .ant-switch-inner {
  margin-right: 24px;
  margin-left: 6px;
}
.ant-switch-checked::after {
  left: 100%;
  margin-left: -1px;
  transform: translateX(-100%);
}
.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  cursor: not-allowed;
}
.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
  cursor: not-allowed;
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    transform: rotate(0deg) scale(0.66667);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg) scale(0.66667);
    transform-origin: 50% 50%;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #f5222d;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.use-label-width .ant-form-item > .ant-form-item-label {
  min-width: 95px;
}
.textarea {
  width: 280px;
}
.formList-0-limitday .ant-form-item-control-wrapper {
  width: 100%;
}
.cashValidityInput-control {
  white-space: nowrap;
}
.cashValidityInput-control-input {
  width: 42px;
}
.cashValidityInput-control-input input {
  text-align: center;
}
.cashValidityInput-control-text {
  padding-left: 8px;
}
.cashValidityInput-control .ant-radio-wrapper {
  margin-right: 0;
}
.cashValidityInput .has-error .ant-input-number,
.cashValidityInput .has-error .ant-time-picker-input {
  border-color: green !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.orderDetailInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
}
.orderDetailInfo .content {
  flex: 1;
  padding: 16px 24px;
  overflow-y: auto;
}
.orderDetailInfo .title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
.orderDetailInfo .ant-row {
  flex-direction: column;
  margin-bottom: 0;
}
.orderDetailInfo .ant-row .ant-col-24 {
  margin-bottom: 10px;
}
.orderDetailInfo .ant-row span {
  font-size: 14px;
  font-weight: 400;
  color: #808695;
  line-height: 20px;
}
.orderDetailInfo .ant-row span:first-of-type {
  display: inline-block;
  width: 123px;
  text-align: right;
  margin-right: 10px;
}
.orderDetailInfo .ant-row span:last-of-type {
  color: #33333f;
}
.orderDetailInfo .ant-row span.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 200px;
}
.orderDetailInfo .line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #e8eaecff;
}
.orderDetailInfo .footer {
  text-align: center;
  height: 50px;
  border-top: 1px solid #e8eaecff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.orderDetailInfo .footer button {
  margin-right: 30px;
}
.orderDetailInfo .goodsInfo {
  display: flex;
  margin-right: 20px;
  margin-bottom: 15px;
}
.orderDetailInfo .goodsInfo .img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.orderDetailInfo .goodsInfo .img > img {
  max-width: 100%;
}
.orderDetailInfo .goodsInfo .goodsItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.orderDetailInfo .goodsInfo .goodsItem em {
  font-style: normal;
  font-weight: 600;
  color: #333333;
}
.orderDetailInfo .closeIcon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  font-size: 18px;
}
.orderDetailInfo .closeIcon:hover {
  color: #1890ff;
}
.block .ant-row > div {
  display: flex;
}
.order-close-detail-modal {
  padding-top: 20px;
}
.order-close-detail-modal .ant-row {
  margin-bottom: 15px;
}
.order-close-detail-modal .ant-row .ant-col-6 {
  text-align: right;
  padding-right: 5px;
}
.order-close-detail-modal .ant-row .ant-col-6 span {
  color: #808695;
}
.l-page-footer {
  position: fixed;
  bottom: 0;
  left: 0px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px -3px 6px -4px rgba(0, 0, 0, 0.12), 0px -6px 16px 0px rgba(0, 0, 0, 0.08), 0px -9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
  text-align: center;
  line-height: 64px;
}
.l-page-footer > button + button {
  margin-left: 16px;
}
.rangeInput {
  display: flex;
  align-items: center;
  position: relative;
}
.rangeInput-wrapper {
  padding-right: 10px;
}
.rangeInput-inputWrapper {
  margin-left: 10px;
}
.rangeInput-input-separate {
  color: #303030;
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 20px;
  margin: 15px 0;
  font-size: 14px;
}
.rangeInput-input-separate:before {
  content: '';
  display: block;
  width: 13px;
  height: 39px;
  border: 1px solid #c8c8c8;
  border-left: transparent;
  position: absolute;
  left: -5px;
}
.rangeInput-input-separate:after {
  clear: both;
  content: "";
  display: table;
  font: 0/0 a;
}
.rangeInput-input-separate-label {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  float: left;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  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%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  transform: translateY(-50%);
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: auto;
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.couponInputGroupList {
  height: 100%;
}
.couponInputGroupList-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.couponInputGroupList-item-left {
  width: 220px;
}
.couponInputGroupList-item-right {
  flex: 1;
  text-align: right;
}
.couponInputGroupList-item-right-input {
  width: 42px;
}
.couponInputGroupList-item-right-input input {
  text-align: center;
}
.couponInputGroupList-inputLabel {
  white-space: nowrap;
}
.couponSelector-coupon {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 350px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.1s;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  cursor: pointer;
}
.couponSelector-coupon:hover {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.couponSelector-coupon-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #dedfde;
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}
.couponSelector-coupon-left {
  position: relative;
  float: left;
  width: 110px;
  height: 100%;
  user-select: none;
  z-index: 2;
}
.couponSelector-coupon-left-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: white;
  transition: 0.1s;
}
.couponSelector-coupon-left-con {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 2;
}
.couponSelector-coupon-left-con .coupon-show {
  line-height: 1em;
  font-weight: bold;
}
.couponSelector-coupon-left-con .coupon-type {
  margin-top: 10px;
  font-size: 12px;
  height: 1em;
  line-height: 1em;
}
.couponSelector-coupon-right {
  position: relative;
  box-sizing: border-box;
  float: left;
  padding-left: 6px;
  width: calc(100% - 110px);
  height: 100%;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.couponSelector-coupon-right-before {
  position: absolute;
  top: -1px;
  left: -2px;
  right: 0;
  width: 5px;
  height: calc(100% + 2px);
  background: white;
}
.couponSelector-coupon-right-con {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  height: 100%;
  line-height: 1em;
}
.couponSelector-coupon-right-con-line {
  width: 100%;
  height: 1px;
  background-color: #d7d9de;
}
.couponSelector-coupon-right-con-valid,
.couponSelector-coupon-right-con-desc {
  color: #999;
  min-height: 1em;
  word-break: break-all;
}
.couponSelector-coupon-right-con-name {
  color: #0a0a0a;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 1em;
  line-height: 1em;
  word-break: break-all;
}
.couponSelector-coupon-right-con-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.couponSelector-coupon-del {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px;
  font-size: 10px;
  cursor: pointer;
  color: #c41d7f;
}
.badgeSelectDialog .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.badgeSelectDialog-content {
  display: flex;
  height: 480px;
}
.badgeSelectDialog-left {
  flex: 1;
  overflow: auto;
}
.badgeSelectDialog-left .ant-radio-group {
  width: 100%;
}
.badgeSelectDialog-right {
  width: 400px;
  flex: none;
}
.badgeSelectDialog-radio {
  display: flex;
  align-items: center;
}
.badgeSelectDialog-badgeItem {
  width: 380px;
  margin: 10px;
  white-space: normal;
}
.badgePreview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.badgePreview .empty-tip {
  color: white;
}
.badgePreview .preview-header {
  margin-top: 1em;
  text-align: center;
}
.badgePreview .phone-section {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform-origin: top;
}
.badgePreview .phone-section .phone-bg {
  position: absolute;
  top: 0;
  z-index: 0;
}
.badgePreview .phone-section .phone-content-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
}
.badgePreview .phone-section .phone-content-wrapper .phone-header {
  margin-top: 60px;
  padding: 5px;
  width: 260px;
  height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.badgePreview .phone-section .phone-content-wrapper .phone-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 260px;
  overflow: hidden scroll;
}
.badgePreview .phone-content .empty-tip {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.badgePreview .remove-btn {
  flex-shrink: 0;
  color: #f5222d;
  user-select: none;
  cursor: pointer;
}
.badgePreview .coupon-cmpt .coupon-con {
  padding: 10px;
}
.badgePreview .badge {
  width: 178px;
  max-height: 350px;
  margin: 0 0 40px 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 40px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 40px;
  margin: 0;
  margin-right: 2px;
  padding: 0 16px;
  line-height: 38px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 40px;
  color: #1890ff;
  background: #fff;
  border-color: #e8e8e8;
  border-bottom: 1px solid #fff;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active::before {
  border-top: 2px solid transparent;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
  color: #1890ff;
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 14px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  vertical-align: middle;
  transition: all 0.3s;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane {
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 45px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-tabs.ant-tabs-large .ant-tabs-extra-content {
  line-height: 56px;
}
.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
  line-height: 37px;
}
.ant-tabs.ant-tabs-card .ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
  height: 100%;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
  margin-right: 1px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-left: 1px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #1890ff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: '';
}
.ant-tabs::after {
  clear: both;
}
.ant-tabs-ink-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 0;
  height: 2px;
  background-color: #1890ff;
  transform-origin: 0 0;
}
.ant-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  position: relative;
  box-sizing: border-box;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: '';
}
.ant-tabs-nav-container::after {
  clear: both;
}
.ant-tabs-nav-container-scrolling {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-tabs-bottom .ant-tabs-bottom-bar {
  margin-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar {
  top: 1px;
  bottom: auto;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container {
  margin-top: -1px;
  margin-bottom: 0;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  width: 32px;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  transform: translate(-50%, -50%);
}
.ant-tabs-tab-prev-icon-target,
.ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-tabs-tab-prev-icon-target,
:root .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-prev {
  left: 0;
}
:root .ant-tabs-tab-prev {
  filter: none;
}
.ant-tabs-nav-wrap {
  margin-bottom: -1px;
  overflow: hidden;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav::before,
.ant-tabs-nav::after {
  display: table;
  content: ' ';
}
.ant-tabs-nav::after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav .ant-tabs-tab::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 2px solid transparent;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #40a9ff;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #096dd9;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  font-weight: 500;
}
.ant-tabs-nav .ant-tabs-tab-disabled,
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 16px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs-content::before {
  display: block;
  overflow: hidden;
  content: '';
}
.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  width: 100%;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  transition: opacity 0.45s;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive input,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
  display: flex;
  flex-direction: row;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: margin-left;
}
.ant-tabs .ant-tabs-left-bar,
.ant-tabs .ant-tabs-right-bar {
  height: 100%;
  border-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab {
  display: block;
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,
.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  top: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-content,
.ant-tabs .ant-tabs-right-content {
  width: auto;
  margin-top: 0 !important;
  overflow: hidden;
}
.ant-tabs .ant-tabs-left-bar {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs .ant-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar {
  float: right;
  margin-bottom: 0;
  margin-left: -1px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs .ant-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  transform: none !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs-left-content > .ant-tabs-content-animated,
.ant-tabs-right-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  transform: none !important;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.couponSelector-couponList {
  height: 480px;
  overflow-y: auto;
}
.couponSelector-couponList .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.couponSelector-couponList-empty {
  margin-top: 60px;
  text-align: center;
}
.messageSelectDialog .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.messageSelectDialog-content {
  display: flex;
  height: 480px;
}
.messageSelectDialog-left {
  flex: 1;
  overflow: auto;
}
.messageSelectDialog-left .ant-radio-group {
  width: 100%;
}
.messageSelectDialog-right {
  width: 400px;
  flex: none;
}
.messageSelectDialog-radio {
  display: flex;
  align-items: center;
}
.messageSelectDialog-messageItem {
  width: 380px;
  margin: 10px;
  white-space: normal;
}
.messagePreview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.messagePreview-sms {
  width: 150px;
  position: relative;
  top: 80px;
  left: 50px;
}
.messagePreview-sms .fromThem {
  position: relative;
  padding: 8px 10px;
  border-radius: 25px;
  background: #e5e5ea;
  color: black;
  float: left;
  clear: both;
  font-size: 12px;
}
.messagePreview-sms .fromThem p {
  margin-bottom: 0.5em;
}
.messagePreview-sms .fromThem:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -7px;
  height: 19px;
  border-left: 20px solid #e5e5ea;
  border-bottom-right-radius: 16px 14px;
  transform: translate(0, -2px);
}
.messagePreview-sms .fromThem:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 4px;
  width: 26px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
  transform: translate(-30px, -2px);
}
.messagePreview.jPush .empty-tip {
  color: white;
}
.messagePreview .preview-header {
  margin-top: 1em;
  text-align: center;
}
.messagePreview .phone-section {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform-origin: top;
}
.messagePreview .phone-section .phone-bg {
  position: absolute;
  top: 0;
  z-index: 0;
}
.messagePreview .phone-section .phone-content-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
}
.messagePreview .phone-section .phone-content-wrapper .phone-header {
  margin-top: 60px;
  padding: 5px;
  width: 260px;
  height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.messagePreview .phone-section .phone-content-wrapper .phone-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  width: 260px;
  overflow: hidden scroll;
}
.messagePreview .phone-content .empty-tip {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.messagePreview .phone-content .item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.messagePreview .phone-content .item:first-child {
  margin-top: 5px;
}
.messagePreview .remove-btn {
  flex-shrink: 0;
  color: #f5222d;
  user-select: none;
  cursor: pointer;
}
.messagePreview .preview-sms {
  margin-right: 15px;
  padding: 5px;
  border-radius: 10px;
  border: solid 1px #ddd;
  line-height: 1.65em;
  font-size: 13px;
  word-break: break-all;
  cursor: pointer;
}
.messagePreview .coupon-cmpt .coupon-con {
  padding: 10px;
}
.messagePreview .preview-jpush {
  padding: 5px 9px;
  width: 178px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 50px;
  left: 30px;
}
.messagePreview .preview-jpush .title-con {
  display: flex;
  justify-content: space-between;
}
.messagePreview .preview-jpush .push-name {
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
.messagePreview .preview-jpush .push-content {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 1.5em;
  line-height: 1.5em;
  word-break: break-all;
}
.tagSelectDialog-content {
  min-height: 200px;
  line-height: 32px;
}
.tagSelectDialog-content .ant-tag-checkable {
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.tagSelectDialog-content .ant-tag-checkable-checked {
  background-color: #1890ff !important;
  border-color: transparent !important;
}
.planGraphGiftList {
  padding: 10px 0;
}
.planGraphGiftList-header {
  display: flex;
  justify-content: space-between;
}
.planGraphGiftList-title {
  padding: 0 10px;
}
.planGraphGiftList-block {
  padding: 0 10px;
  margin: 10px 0;
}
.planGraphGiftList-block-content {
  margin-bottom: 10px;
  line-height: 32px;
}
.planGraphGiftList-giftList {
  margin-bottom: 10px;
}
.planGraphGiftList-messageItem {
  display: flex;
  align-items: center;
}
.planGraphGiftList-messageItem-removeBtn {
  flex: none;
  margin-left: 10px;
  font-size: 18px;
}
.planGraphGiftList-removeBtn {
  flex: none;
  margin-left: 10px;
  font-size: 18px;
}
.planGraphGiftList-removeBtn:hover {
  color: red;
}
.scoreDialog-content {
  min-height: 50px;
  line-height: 32px;
}
.scoreDialog-content .scoreInput {
  display: block;
  width: 180px;
  margin: 20px auto;
}
.scoreDialog-content .ant-tag-checkable {
  background-color: #fafafa;
  border-color: #d9d9d9;
}
.scoreDialog-content .ant-tag-checkable-checked {
  background-color: #1890ff !important;
  border-color: transparent !important;
}
.planGraphGiftList .giftAmount-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.planGraph-badgeItem {
  padding: 10px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #DCDEE2;
  border-radius: 2px;
  background-color: #f7f7f7;
}
.planGraph-badgeItem-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 10px;
}
.planGraph-messageItem {
  padding: 10px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #DCDEE2;
  border-radius: 2px;
  background-color: #f7f7f7;
}
.orderAmount {
  display: flex;
}
.orderAmount-label {
  display: flex;
}
.rackDetail {
  display: inline-block;
  position: relative;
  border: 4px solid #888888;
}
.rackDetail-shelf {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 100%;
}
.rackDetail-shelf-lane {
  box-sizing: border-box;
  padding: 1px;
}
.rackDetail-shelf-lane-good {
  position: absolute;
  border: 1px solid gainsboro;
  border-top: none;
  height: 80%;
  bottom: 0;
}
.store-wrapper {
  position: relative;
  padding: 8px 8px 0;
  border-radius: 4px;
  overflow: hidden;
  overflow-x: auto;
}
.store-wrapper {
  position: relative;
  padding: 8px 8px 0;
  border-radius: 4px;
  overflow: hidden;
  overflow-x: auto;
}
.storeMapBox {
  position: relative;
  max-width: 1000px;
  overflow: auto;
}
.storeMapBox .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.storeAreaWrap .areaInfo input.importInput {
  width: 140px;
}
.storeAreaWrap .areaInfo {
  position: relative;
}
.storeAreaWrap .areaInfo > span {
  position: absolute;
  right: 20px;
}
.zoomDiv {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
}
#zoomContainer {
  width: 100%;
  height: 100%;
}
.percent-sign {
  color: #51596DFF;
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  margin: 0 12px;
}
.l-text-item + .l-text-item {
  margin-top: 0.875em;
}
.l-text-item-label {
  margin-right: 0.5em;
}
.l-text-item-label-col {
  text-align: right;
}
.l-text-item-label-colon::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 0.5em 0 0.14em;
}
.waterfall-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.waterfall-item {
  padding: 8px;
  margin: 0;
  list-style: none;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.advert-content .phone-config {
  width: 360px;
}
.advert-content .phone-config-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advert-content .phone-config-wrap::after {
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.advert-content .phone-config-title {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin: 76px 0 30px;
}
.advert-content .phone-config__main {
  width: 260px;
  height: 494px;
  border-radius: 30px;
  border: 10px solid #000000;
  background-color: #f5f5f5;
  overflow: hidden;
}
.advert-content .phone-config__main-scroll {
  position: relative;
  height: 100%;
  margin-right: -7px;
  overflow-y: auto;
}
.advert-content .phone-config__head {
  height: 55px;
  background-color: #dddddd;
}
.advert-content .phone-config__head-img {
  width: 100%;
}
.advert-content .phone-config__notice {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  background-color: #fff7ef;
}
.advert-content .phone-config__notice-middle {
  flex: 1;
  height: 15px;
  margin: 0 6px;
  color: #f98705;
  position: relative;
}
.advert-content .phone-config__notice-text {
  width: 200%;
  position: absolute;
  left: -50%;
  bottom: -50%;
  font-size: 20px;
  transform: scale(0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advert-content .phone-config__swiper {
  height: 145px;
  overflow: hidden;
  background-color: #fff;
}
.advert-content .phone-config__title {
  height: 18px;
  line-height: 18px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  margin: 8px 10px;
}
.advert-content .phone-config__title-chunk {
  width: 66px;
  height: 18px;
  margin: 8px 8px;
  background-color: #d8d8d8;
}
.advert-content .phone-config__swiper-wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
}
.advert-content .phone-config__swiper-item-wrap {
  width: 178px;
  height: 111px;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 8px;
}
.advert-content .phone-config__swiper-item {
  width: 100%;
  height: 100%;
}
.advert-content .phone-config__swiper-item--default {
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
}
.advert-content .phone-config__waist-banner {
  width: 225px;
  height: 61px;
  margin: 26px auto;
  overflow: hidden;
}
.advert-content .phone-config__waist-banner .phone-config__waist-banner-item-wrap {
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.advert-content .phone-config__waist-banner .phone-config__waist-banner-item-wrap .phone-config__waist-banner-item--default {
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
}
.advert-content .phone-config__waist-msg {
  width: 225px;
  height: 61px;
  margin: 26px auto;
  overflow: hidden;
}
.advert-content .phone-config__waist-msg .phone-config__waist-msg-box {
  width: 1000px;
}
.advert-content .phone-config__waist-msg .phone-config__waist-msg-item-wrap {
  flex-shrink: 0;
  width: 160px;
  height: 100%;
  background-color: #d8d8d8;
  text-align: center;
  line-height: 60px;
  overflow: hidden;
  float: left;
  border-radius: 4px;
  margin-right: 10px;
}
.advert-content .phone-config__goods {
  flex: 1;
}
.advert-content .phone-config__goods-wrap {
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advert-content .phone-config__card {
  width: 110px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 10px;
}
.advert-content .phone-config__card-img {
  width: 110px;
  height: 110px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
}
.advert-content .phone-config__card-img--default {
  width: 110px;
  height: 110px;
  background-color: #d8d8d8;
  margin-bottom: 6px;
}
.advert-content .phone-config__card-label {
  margin: 0 6px 6px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.advert-content .phone-config__card-relative {
  height: 16px;
  line-height: 16px;
  position: relative;
  font-size: 11px;
  color: transparent;
  white-space: nowrap;
  padding: 0 5px;
}
.advert-content .phone-config__card-absolute {
  font-size: 22px;
  line-height: 32px;
  padding: 0 10px;
  transform: scale(0.5);
  background-color: #fdebe4;
  color: #f0561b;
  position: absolute;
  left: -50%;
  top: -50%;
}
.advert-content .phone-config__card-name {
  margin: 0 6px 6px 6px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advert-content .phone-config__card-name--default {
  width: 35px;
  height: 14px;
  background-color: #d8d8d8;
  margin: 0 6px 6px 6px;
}
.advert-content .phone-config__card-price {
  line-height: 14px;
  margin: 0 6px 6px 6px;
  color: #2bab7b;
  display: flex;
  align-items: flex-end;
}
.advert-content .phone-config__card-price::before {
  content: "￥";
  font-size: 12px;
  line-height: 1;
}
.advert-content .phone-config__card-price--default {
  height: 14px;
  background-color: #d8d8d8;
  margin: 0 6px 6px 6px;
}
.advert-content .phone-config__card-footer {
  margin: 0 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advert-content .phone-config__card-desc {
  flex: 1;
  height: 14px;
  position: relative;
}
.advert-content .phone-config__card-text {
  position: absolute;
  left: -42px;
  bottom: -7px;
  width: 200%;
  font-size: 20px;
  line-height: 28px;
  transform: scale(0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advert-content .phone-config__card-desc--default {
  width: 35px;
  height: 14px;
  background-color: #d8d8d8;
}
.advert-content .phone-config__card-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.phone-list-config {
  width: 360px;
}
.phone-list-config-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone-list-config-wrap::after {
  content: "";
  display: block;
  height: 100%;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.phone-list-config-title {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin: 76px 0 30px;
}
.phone-list-config__main {
  width: 260px;
  height: 494px;
  border-radius: 30px;
  border: 10px solid #000000;
  background-color: #f5f5f5;
  overflow: hidden;
}
.phone-list-config__main-scroll {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.phone-list-config__head {
  height: 55px;
  background-color: #dddddd;
}
.phone-list-config__head-img {
  width: 100%;
}
.phone-list-config__banner {
  width: 163px;
  height: 39px;
  margin: 9px auto;
  overflow: hidden;
}
.phone-list-config__banner .phone-list-config__banner-item-wrap {
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.phone-list-config__banner .phone-list-config__banner-item-wrap .phone-list-config__banner-item--default {
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
}
.phone-list-config__goods {
  flex: 1;
}
.phone-list-config__goods .phone-list-config__goods-wrap {
  padding: 0 8px;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  border-bottom: 1px solid #E6E6E6;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card .phone-list-config__card-img {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card .phone-list-config__card-img--default {
  width: 45px;
  height: 45px;
  background-color: #d8d8d8;
  border-radius: 3px;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card .phone-list-config__card-name {
  margin: 0 6px 16px 6px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card .phone-list-config__card-name--default {
  width: 84px;
  height: 14px;
  background-color: #d8d8d8;
  margin: 0 6px 16px 6px;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card .phone-list-config__card-footer {
  margin: 0 6px 0px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card .phone-list-config__card-footer .phone-list-config__card-desc {
  flex: 1;
  height: 14px;
  position: relative;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card .phone-list-config__card-footer .phone-list-config__card-desc .phone-list-config__card-text {
  position: absolute;
  left: -42px;
  bottom: -7px;
  width: 200%;
  font-size: 20px;
  line-height: 28px;
  transform: scale(0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card .phone-list-config__card-footer .phone-list-config__card-desc--default {
  width: 35px;
  height: 14px;
  background-color: #d8d8d8;
}
.phone-list-config__goods .phone-list-config__goods-wrap .phone-list-config__card .phone-list-config__card-footer .phone-list-config__card-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.advert-content .advert-empty {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.advert-content .advert-empty-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin: 16px 0;
}
.advert-content .advert-empty-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.advert-content .advert-empty-image {
  width: 438px;
  height: 268px;
  margin-bottom: 44px;
}
.advert-content .advert-empty-desc {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 23px;
}
.advert-content .advert-empty__button {
  background-color: #ff9900;
  border-color: #ff9900;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-tree.ant-tree-directory {
  position: relative;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  border-radius: 0;
  user-select: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background: #e6f7ff;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  transition: all 0.3s;
  content: '';
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after {
  border-color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #1890ff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #1890ff;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
  /* see https://github.com/ant-design/ant-design/issues/16259 */
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 16.67%;
  left: 0;
  width: 100%;
  height: 66.67%;
}
.ant-tree ol,
.ant-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-tree li {
  margin: 0;
  padding: 4px 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable='true'] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  color: white;
  background-color: #1890ff;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1890ff;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1890ff;
}
.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1890ff;
  font-size: 14px;
  transform: none;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open::after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close::after {
  opacity: 0;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}
.ant-tree li span.ant-tree-checkbox {
  top: initial;
  height: 24px;
  margin: 0 4px 0 2px;
  padding: 4px 0;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-tree li span.ant-tree-iconEle:empty {
  display: none;
}
.ant-tree li span.ant-tree-switcher {
  position: relative;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree li:last-child > span.ant-tree-switcher::before,
.ant-tree li:last-child > span.ant-tree-iconEle::before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree > li:first-child {
  padding-top: 8px;
}
.ant-tree-child-tree > li:last-child {
  padding-bottom: 0;
}
li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree.ant-tree-show-line li:not(:last-child)::before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: 100%;
  height: calc(100% - 22px);
  margin: 22px 0 0;
  border-left: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}
.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper {
  width: calc(100% - 24px);
}
.ant-tree.ant-tree-block-node li span.ant-tree-checkbox + .ant-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.storeViewRack {
  padding: 0 10px;
}
.storeViewRack .title {
  line-height: 32px;
  color: #000;
  text-align: center;
  margin-top: -8px;
}
.storeViewRack .title .item {
  margin: 10px;
  text-align: left;
}
.storeViewRack .title .tit {
  color: #999;
}
.storeViewRack .rackItemWrap {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAk4AAAAICAYAAAAPx3CtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTk1QUE2MDg4OTQ5MTFFQUI3MUFERDdBQTU4QzM4M0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTk1QUE2MDk4OTQ5MTFFQUI3MUFERDdBQTU4QzM4M0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOTVBQTYwNjg5NDkxMUVBQjcxQUREN0FBNThDMzgzRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOTVBQTYwNzg5NDkxMUVBQjcxQUREN0FBNThDMzgzRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgO5rFkAAAPySURBVHja7FtbjqMwEHSS/ZnPkfb+p8o1VsoFEm9gMOp0ql82TsjIkVCAMlB2+VFuw5+cc5p+5/P5Z0f4/f3+Trfbbd6uy//Tdr/XjF+v63Em10zPulwu2mPS4XBInp+VzouX/PP0W+AFQ5wsvGeee+FDn6FPL7xGH46jn5UmgiNOKI/TsZTWgw/+g/8e+VtpKCe6X/huyf/r6yudjsd0vG+H6f9+v+PptJ572CYMnJ/S/hP8ytHb0eZlmzNNO6npv+yTQplxlilaUKhDpBVDKhDUobbgK1cDz0JeNLxgaBCycHrvWlwbBKUBSdNHwoc+Q58e+qD7e/Qp+bdw6/5a/rjGmpYaf2kAGPz3wx9dW8tf6iN68ZfMRg/+Ulqpf6DXbc0/Ib9CnzHtl2Oah2Wj1zcZp/KQYqDWjE4ZBGnzQsjqgLmh6jG73sJRF3E5byoiEr8Hzg2ohEvlKzU6qfx76OPVb+jze/RBvN+hjzVJo+WvmVCt/D1lZUUbXsFfK7/B//HZKH2Uv2YiW/hHjz+dP6pfKF1mQZ9MfAw1UA/niYlqN06TKyMODs5OaRRqMVSzQEwszZXWzIRR5ZbcOBpovTjf5//IWbfi3Nlr5deKa06/NVKhDbRDn8/UBw04Ef166CMt/UmRbWTotOdEInEoemHxezV/CY/w19rfu/hL0aNW/lb7exf/SP2KTJr2yN+a2D31DSXAQ/tY6leCfWTMOLHQ1QEZJrZcl5nRssJvatjN0SClmYy2lBDFPUspNbh3KUMbsFsqnKf8a/WxIo1Dn8/Up0a/3vpY705JebbeLfEOSDX112vA9srfWqp9B3+rfdXyt9q3xV/Lfw/+ViRZ0+e38E8ggEO9SnndaOXo8EJu48SjTTSkNRMoa4h0NsHCZFaB0HcTal98k2YxWoeshWNbZvER3BNlkMKmGs5n/p7yf4U+Up6RfkOfoY9XH6v9S8sRkftrZaYNoFQfrX/y9F+Df4y/1j578JfqpNXmWvgjfaQPJryc9sjfGznjfmX1I8SnUA+D0jYbp4xL7If8YpoyCpcxBycVMArXacsZLR2t93xv3BNl0JYrpIHYwqUKruGv1McKBw999qnPHtqPtDSYnJM3zQBa9c+D86+JrOgLKutP4Y/qac3XUlvz1+rBVvwtfrX50/gjfQb/58AP+nBtNUzLK0mZRqSaI06LOcrcUFEHB8xWTsn8cgA53SgeHei2HEAikSzES4sARF5Q9RzXLI1EwqO99GnRb+jja18tRvJV7cf7lWG0fVsaRwf6Vv168q+tfy31B/H3mijtRe0t+NfqU8u/tv4M/sGv74kHeUhblu7o13XE41ixrP8CDADJcG4uOhryBwAAAABJRU5ErkJggg==);
  background-size: 100% 8px;
  background-repeat: repeat-y;
  position: relative;
  width: 500px;
  height: auto;
  min-height: 500px;
  display: block;
  margin: 10px auto;
  padding-bottom: 50px;
}
.storeViewRack .rackItemWrap .shelfItemWrap {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlYAAABBCAYAAAAT6eoVAAAQp0lEQVR4Xu2dzWpd1xXHZSEMthw6MKSjQpoPSyUNhoKhBHVSAp3EEAoxnXQSv4FHnmRQiNXW4JakbqDBdJAHyFPkFZQPkleIkmAnNRkk5Vxpi3WX1tpr7X3OlXR1fwaje87+/p219/2ftdc598Ia/yAAAQhAAAIQgAAEJiFwYZJaqAQCEIAABCAAAQhAYG2VhdUqjx3ThwAEIAABCJwGgZ9Oo9GTbHNZxcWy9vskry1tQQACEIAABM4jgTMtzs66QBnbv7Hlz6NBMiYIQAACEIDAWSQwVjCNLT8Jk7MmPHr6kymTyTMJUCqBAAQgAAEIQCBNICuGsvlKw6350x2OMp4FwdHSh1re3rSIEekQgAAEIAABCCyOQE0E9abp3p6Y0GoRNVMizbbr5bPOt+SVY8n2ZcrxUxcEIAABCEBgVQhkRI2XxzrfktdinOlP97U5SVGRaSsrjnS+rNDK9KEbJgUhAAEIQAACEEgRaBFHOm90PHQgK56y+VKDGjItWmhk6s+IopqQikRWpv40MDJCAAIQgAAEINBNICuoauIpElZRutf5SURWRvi00svUmRE7Mk/0uUV4lfFk+tk6dvJDAAIQgAAEIOATyGztyTxjPlueq6x4yuY7NtKpxEWmnkhMtYinkjcqY3nlevvKRIEABCAAAQhAICYQiZJIXFliasy50uMT8WRlRIaHMFN2KjGlhZQlqCKx1SuyYhMiBwQgAAEIQAACNQKRmJLepZqIKmmZPF6dC/VkZcSRBpUp0yOoPPHUe14KqSgOS44xMz6mDwQgAAEIQAACPoHsaxKirT4tpKxjL08k1hYisFpFRCZ/JGIi71NNSFlpkfDSnqpI9DFRIAABCEAAAhCYjkDkrfK8UDVR1ZtWRuUJOivdIuEKx4xQavHmZIPIx4gnWdb77HmrItHX452bzvSoCQIQgAAEILC8BFpjq6Jtvcg7JdO9z5bXqtaupN86nlnZFmGVyZsRVpGHaUjXgikjpqJ68Vwt72Sl5xCAAAQgsFwEPFHSsvXnCauMoMoILSm69GfrWF8Bc4wZsVQqivL2iqqsaOoVXJGgisbVKkCXy/TpLQQgAAEIQGAcgcizUxMt2RgqLZRaj3s9V9HYjqVnREVGWEwlqixPlSeoIqEl+629WdaYsizGmR+lIQABCEAAAqtDQAuPzNN8Q56McPLyWeeLsIqEXKvnaiHCqlVU1TxURSzVBJbMM5fv6tWr648ePfrLlStXbmubvXBhvps//RSJ0IMaSrlsfm+u0D78pW1k7Qn7O7CbLC/mn02A9Yf1Z5nWn6+//vrerVu33j8UV0UkWUJLpunPUkjVhJblydLiKhIMc+kZL00tz1hR1SKgtKCaHb/wwgsbDx8+vLe5ufnnKW4AygLuLUT6/BRtWgZP+/ZCCP/MlO23Suz/YH1k/jH/Muty/0yzSzL/js+//f39e2+88ca/hciyBFNNYNUElyWqtEerXKyauFqYsJIzUW+9Rdt2pmg6DGIvaevl+Pnnn7/4wQcf/H1zc/NP0QKYNVSdz7tD1h4E2q8vwPDPfVFjf/OcmH/2Gs76M+/BZP1drfX3q6++2n399df/ZXiyWoSV9nxNLq4yt79eHs9bZYmq2U2g+m+dOyaiSplXX3310v379/9x+fLlP0qtP9VWSe+dB+1Ps1UD/z4C2B/2N8VWaZ/1TRcqQft9BFZ5/u/v7+++9tpr7wmR9WOj4JKeL+uz5alKea0iYZXdBvS8VdZWXxFURx4oIbjmzt28efPK22+//e6lS5dulhH23rHp8kfEDmOtvHr1nTPt990xwv+AQOsdNvY3v44x/5h/Ukhm5xPrz/lef7755pvdnZ2dd5MiSwswT1S1bgkeLVa9wirrrZJCqeahGuqb5X3rrbd+dufOnfcvXrz4hx4NnxVIXt1j7wBo3174s8HH8B/ngcH+sD9LeDD/otjjeeGR5aW/R5h/pz//BpF148aNf66trbV4sIq4GsqUz9Zfec6SETNDy3qkjtmPOCHrKEJK1l2Ln5rlv3v37tXbt2//Z2Nj4/decLIXq6M71psvKhelex4wT8B5MTWM3zZJ+NuxWtj/PIFeO4nKRenM/8NvI7UDwPpnE2D9t2Mqp/7++/bbb3evX7/+4NCTNYgmKbakp8p7alALraOp7th2VVi1eLIGcaSFVDmWMVPy3PqDBw9+/uabbz7a2Nj4ndXBAvjHH8u45nNlPRu9dxBR/VF66S3t993BRHyjdPgfTsrD14xkg+M9bsfurFS93hco9o/9z769nJCLrN1gf3z/SQLW+m+JMpnv8ePHu1tbW/edOCwpoLzgdun2rMZaWQIqK6qKaDpai4XAkmLryGP10Ucf/WJnZ+e/6+vrv/UmVO8EiurLfhHTft8Ehn+dAPbXt8XZy22qeUz7fdcN/tOso9jfYuzvyZMnu88999zfEiJrdl9weDW1V8td9KcSVlaQ+kxQffzxx7985ZVXPlxfX/+N1YvikeoNSvVch9EXfUnPumSz+bLt0v4BgSzXbD74txHIcs3ma2ud65/lms0H/zYCWa7ZfG2tY/9Zrtl8Hv/aFuPTp0/fefbZZ/9qvCerFm9VDdrrEVbFGzWMwRRUe3t7v3rppZc+XFtb+7UXBFgDNaR55XoF2JFbLdgaie4QaH+ap5KiicL1n/Y9Rtj/AYFoa5L5X/cQsP6x/lk3xJGj4KTXn/X1A5miv0e0wNL2/MMPP7zzzDPP3BNeqhKTdTREw3t1TM9NJazmtv729vb+5wV71vZGh7QIhHWBJCxr4me8WrJcVJ+1QMt+yXFEF1LWNfX4S9st49cWkuUixyHr8Pa95XWu9c9Lazl/lsffMg5t+9bdWQ9L79pl2ltU2ZMchzXvNNvoBtG6Fl4Za8GX5ceUi8bSM45af3v72lOnXjPkcUsMV7bckC8S2tH4vfJROcuetKDJjqNmy3KMY6+JZcNyHlv9jeZZKa9jrTXXlutfxml9Bw3nrl27dklt/w1FrCB2OwDceCowE18l88gn/mZr7PDahE8++eR7zzCi854g885H9bWm037uTeGtXLP54Q9/S6wx/3NPhWbnWeaLO/qiHNtWTYxqYc315/pHN3FT2ONgZy+//PLlw7qkt0q+2b00JWOu5prXQip6/YJON4PUP/300+89pR7dAUTpGl5rO1H9UTrtzxOAv7110sqlUMX+2oJVWzlHfKN05j/zXxLA/s7f+re9vV2E1SCctKdKeqkWIqx0rNWRyPrss89Cj5U2yNbj3i8irxzt1x8Lb11AoruHVt6037aAwb9OAPtrm+/MP+Zf2ULLCMtlXn+2t7c3nacFh2FpYTXDcuyGS53wPFYySL0UkcJq7qdoPv/88++yrtwoiPnI5xb89IyXr/V8disqm4/2DwhkeU2dD/7wx/6Yf1OvK9n6WH+Wb/3Z2toahFURUUU0ee+5mlRYyXdYyTir2ecvvvjiu0ixeumtrvjedmjfJgD/tq0o7G9aAtgf9md5Rqa1Mr827A/7e/HFF6+o3xws4sl7O/sxcZWNsdKvVdBeKymu1r/88ssnkas9mihZ1/PYfK0CKzuubD7abxN4Wa7ZfPCHv0Vg7LqC/dW3Gln/6wSwv9zW61hO1lU4FFbaQ6WD13V81dx2YEZYeQHrQ5/KdqD8OyeyDp8UnD0tWJ4aNM7J9GMeMJG/ljb0R3vSyjn5t7CMtj2juU86BCAAAQhAAAI2Ae8lmvq8fLO59P54Ykaetz5LUSR/G1D+VqA+L+vxfrx56Ju1JdjlsYqeBKwJLC24tLiSsVlzcVodYkrHgVlxYRkhySSBAAQgAAEIQGB6Ap6o0oKqHOufk7GOtbjyhFE5b4kqXaYIKP2jzTJ4Xb/H6mhsUmhkPDjV2ColhnpFVfEuWUJLeqWsvngeqsw4pzchaoQABCAAAQhAwCLg/aix99t8GVGlX5FQji2PlCWmSj5LnEmPlf4857WKBIfl4dHxVuVYCqloa9DaFizbgeUCTLHt1zo+zB8CEIAABCAAgcUQsLYHLYFlbQ+2eK+K0LG8U0UUWR4sKcyk10oKKb1FWUilPVaRsBoq9ESUFEpDHu2BsrYBLY9UzTO1yO0/z4O3GHOjVghAAAIQgMDyE/Biq/TIWrcFi1jyPFee+JFvUNdiytryi7YBZeC66XVr9eho71QRVpbXqggia0tQlisCS4oq/fLR7LZfbTyZrc7lN2lGAAEIQAACEDhbBGpiKwpmL4LKE1b6fBFYXpB7tAVolbdEm+zX3OexwsoSVFI0ye087aEqQkoLK31czENvQZbyVro0KUtQ4Y06W5OO3kAAAhCAwOoQiLYEtZjKHGuBVQti1+LJ8lJZwkwKrMmFlRRMRUgVoWN5qkoe7b2SIkyXt4RUTUT1eKu0GSO4VmdiM1IIQAACEFgsgcy2YCSydLyVJ2hqwe1aSHmxVJ6XS27/WT9rM9enXo+VFla1QHPLayXFmPlDzofXOhNDpcWWdxydX6x5UTsEIAABCEAAAoWAJ7pqsVe6rBXkXkRO7SWfWkBZgeqlbllPEWjWGEYFr0uBYgkqKZp0AHskqIZ0WaYcW3/lOf05a7p4qLKkyAcBCEAAAhDoJ5DxXlm1mwHi4sePtbjSQqi2pRd5qHSgujwuAu6YyOr1WBUho4PKLe+TFlNeILosK4WSDmSXwk5eBILT+w2ekhCAAAQgAIHTJNDjwdJeJSl2pGgq56O4Kf0EoazPEmySV9pjVfMK6cB161gLrVKfd16KsEzbGWGlDQUv1WlOHdqGAAQgAIFVJ9DivYq2Bi2PVs3TpAWX3gaUYk3HbWnhtjBhVYu3sjxbnqjS8VTSM9XqWVt1o2X8EIAABCAAgfNCIBPgHgmsgYUVd6XPZ46lwCqMTY+V9hBJYeN5hvSTe63HpV653SfFmNeH6Px5MSbGAQEIQAACEIDAAYHMdqGOg7IElazL+v0/7anScVy6L3P90ttimXc+Wd6j2jumrNgpWUckqhBRTCkIQAACEIAABDSBmtCSadYPJmsBVgt6rwopLfgywsryZLWKKx2w7nmqhvNaaFmmRJwUEwwCEIAABCCwegQy8VmW18p7os96L5WOwzo1YSUFWO1JvloslSXiVs9sGDEEIAABCEAAAmMIWOKqCKTa1p4ntEpfoniv2Tuj5L+aJ6iW1wsu9zxVVl14ocaYEGUhAAEIQAACENAE9Dag533yPFotTyXO2h4jrHT5mrjS4i16yg/TgAAEIAABCEAAAlMR0E8NWk8ReqIr7a1qFVaZ/FmvllWXhocHaypzoh4IQAACEIDA+ScQxV+1eJ+ivFqEHdFt8Vh5YmismEJAnX9jZ4QQgAAEIACB0yIQxkUZr3KYTFj1epIigeaJJ0TVaZkZ7UIAAhCAAARWi0CPwPI8U653LPPequwWXbaujJjK5Fktc2C0EIAABCAAAQhkCLRuCZY6M14qdwuwVJIVQ9ZAWrxQLU8bZqCRBwIQgAAEIAABCGQI1IRW5m3uso1ItB17KnAonPUW9YqlbP0ZWOSBAAQgAAEIQAACLQR6hFboqap5rFrEVTbvGDE1pmwLaPJCAAIQgAAEILCcBEJPUmVYUdkofc6j1et18vrXKoJa8y/n5abXEIAABCAAAQicJoEWcVT62Vpmlj8SNlF6BGls+ah+0iEAAQhAAAIQgMAUBFqF1Jynqhz8H6Oei2Qu6IgJAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding-bottom: 30px;
  min-height: 50px;
  width: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.storeViewRack .rackItemWrap .shelfItemMask {
  width: 467px;
  height: 14px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  left: 18px;
  bottom: 30px;
  z-index: 10;
}
.storeViewRack .rackItemWrap .lanePrice {
  line-height: 14px;
  border-radius: 3px;
  border: 1px solid #14a903;
  color: #14a903;
  font-size: 10px;
  position: absolute;
  z-index: 11;
  display: inline-block;
  transform: translate(-50%, 0);
  bottom: 25px;
  text-align: center;
  background: #fff;
  padding: 0px 2px 0px 2px;
}
.storeViewRack .rackItemWrap .lanePrice .symoble {
  float: left;
  transform: scale(0.75);
  margin: 0 -1px;
}
.storeViewRack .rackItemWrap .lanePrice .yuan {
  float: left;
}
.storeViewRack .rackItemWrap .lanePrice .fen {
  float: left;
  transform: scale(0.9);
}
.storeViewRack .rackItemWrap .lanePrice .numbe {
  float: right;
  color: #1890ff;
}
.storeViewRack .rackItemWrap .laneItemWrap {
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 9;
  width: 50px;
  border-radius: 5px;
  padding-top: 5px;
}
.storeViewRack .rackItemWrap .laneItemWrap .pic {
  height: 50px;
  display: block;
  margin: 0 auto;
}
.storeViewRack .rackItemWrap .laneItemWrap.active {
  background-color: #999;
}
.storeViewRack .rackItemWrap .laneItemWrap.handrail {
  border: solid 1px #aaa;
}
.storeViewRack .rackItemWrap .laneItemWrap.error {
  border: solid 1px #f00;
}
.storeViewRack .handrail {
  border-right: 1px solid #aaa;
}
.storeViewRack .rackItemTop {
  background-image: url(data:image/png;base64,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);
  background-size: 100% 100%;
  width: 100%;
  max-width: 550px;
  height: 20px;
}
.goodsRackTip {
  max-width: 300px;
}
.goodsRackTip .ant-tooltip-arrow::before {
  background-color: #fff;
}
.goodsRackTip .ant-tooltip-inner {
  background-color: #fff;
  color: #333;
}
.selectAll_g {
  position: absolute;
  width: 100px;
  height: 32px;
  line-height: 32px;
  right: 10px;
  bottom: 10px;
  border-radius: 6px;
  background-color: #fff;
}
.replenishList .filter {
  background-color: #fff;
  padding: 10px;
}
.fridge-conf .content {
  display: flex;
}
.selectgood-searchid .seach-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.selectgood-searchid .seach-area .item:first-child {
  margin-right: 8px;
}
.excelimport-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.excelimport-header .ant-upload-picture-card-wrapper {
  width: auto;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card > .ant-upload {
  vertical-align: top;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card {
  height: auto;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card {
  border: none;
}
.excelimport .ant-upload.ant-upload-select-picture-card {
  margin: 0;
}
.excelimport .ant-upload.ant-upload-select-picture-card .ant-upload {
  padding: 0;
}
.storerack .storerack-outline {
  position: relative;
  height: 300px!important;
}
.storerack .storerack-outline-preview {
  position: absolute;
  width: 200px;
}
.storerack .storerack-outline-store {
  position: relative;
  width: 110%;
  height: 550px;
  margin-left: 210px;
  transform: scale(0.5) !important;
  transform-origin: 0 top;
  background-color: #f5f5f5;
  padding: 10px;
  overflow: scroll;
}
.storerack .storerack-outline-store .store-scale {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  cursor: pointer;
}
.storerack .storerack-outline-store div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.storerack .storerack-outline-store-preview {
  position: absolute;
  left: -211px;
  top: 0;
  transform: scale(0.22) !important;
}
.selectedGoods-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 200px;
  overflow-y: scroll;
}
.selectedGoods-box .selectgood-result-item {
  width: 80px;
  height: 120px;
}
.selectedGoods-box .selectgood-result-item .selectgood-result-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.select-goods-modal .ant-modal-body {
  padding-top: 0;
}
.select-goods-modal .ant-modal-header {
  border-bottom: none;
}
.selectgood .ant-tabs-bar {
  border-bottom: none;
  text-align: center;
}
.selectgood-remove {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.selectgood-ways {
  position: relative;
  height: 450px;
}
.selectgood-ways-store {
  position: absolute;
  top: 9px;
  z-index: 9;
}
.selectgood-ways-store .ant-select-selection {
  border: none;
}
.selectgood-searchid {
  text-align: center;
}
.selectgood .results-container {
  position: relative;
  padding-bottom: 20px;
}
.selectgood-result {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-height: 160px;
  margin-top: 0 !important;
  background: #f5f5f5;
}
.selectgood-result-all {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1890ff;
  cursor: pointer;
}
.selectgood-result-item {
  margin: 10px;
  width: 80px;
  height: 120px;
  display: inline-block;
  position: relative;
}
.selectgood-result-item .delGoods {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  border: solid 1px #666;
  padding: 2px;
  font-size: 10px;
}
.selectgood-result-item .delGoods:hover {
  border: solid 1px red;
  color: red;
}
.selectgood-result-img {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  width: 81px;
  height: 81px;
}
.selectgood-result-img .remove-good {
  position: absolute;
  top: 0;
  right: 0;
}
.selectgood-result-img-active {
  border: 2px solid red;
}
.commons-panelGoods {
  width: 95%;
  margin: 0 auto;
  height: 310px;
  padding-bottom: 10px;
}
.commons-panelGoods .ant-checkbox-wrapper {
  margin-left: 10px;
}
.commons-panelGoods .treeWrap {
  width: 160px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #ddd;
  border-radius: 5px;
  float: left;
}
.commons-panelGoods .treeWrap .ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.commons-panelGoods .treeWrap .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  display: none;
}
.commons-panelGoods .treeWrap .anticon {
  color: #1890ff;
}
.commons-panelGoods .goodsListWrap {
  height: 100%;
  width: 540px;
  float: right;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.commons-panelGoods .goodsListWrap .boxWrap {
  width: 545px;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 1px;
  padding-bottom: 50px;
}
.commons-panelGoods .goodsListWrap .goodsItem {
  width: 25%;
  float: left;
  border: solid 1px #eaeaea;
  font-size: 12px;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
  box-sizing: border-box;
  padding: 8px;
  height: 150px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.commons-panelGoods .goodsListWrap .goodsItem:hover {
  background-color: #f5f5f5;
}
.commons-panelGoods .goodsListWrap .goodsItem.active {
  background-color: #e6f7ff;
  border: solid 1px red;
  z-index: 5;
}
.commons-panelGoods .goodsListWrap .goodsItem .pic {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.imageGroup .cover-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
}
.imageGroup .cover-mask .anticon-plus {
  color: #fff;
}
.imageGroup:hover .cover-mask {
  display: flex;
}
.send-coupon-outside-wrap .ant-modal-header .ant-modal-title {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.send-coupon-outside-wrap .ant-modal-body {
  max-height: none;
}
.send-coupon-outside-wrap .ant-modal-body .red-dot-only {
  margin-bottom: 70px;
}
.send-coupon-outside-wrap .ant-modal-body .send-obj-label {
  text-align: right;
  display: inline-block;
  width: 100%;
  color: #000000;
}
.send-coupon-outside-wrap .ant-modal-body .position-wrap {
  position: relative;
}
.send-coupon-outside-wrap .ant-modal-body .position-wrap .confirm-add-btn {
  position: absolute;
  top: 7%;
  right: 11%;
}
.send-coupon-outside-wrap .ant-modal-body .tags-wrap {
  display: flex;
  flex-wrap: wrap;
}
.send-coupon-outside-wrap .ant-modal-body .tags-wrap .tag-item {
  border-radius: 4px;
  padding: 3px 10px;
  display: inline-block;
  background: #fafafa;
  margin: 0 8px 8px 0;
  border: 1px solid #d9d9d9;
}
.send-coupon-outside-wrap .ant-modal-body .tags-wrap .tag-item span:last-child {
  cursor: pointer;
  margin-left: 7px;
}
.send-coupon-outside-wrap .ant-modal-body .bottom-bubble-tag {
  height: 60px;
  position: absolute;
  padding: 0 24px;
  bottom: 60px;
  line-height: 60px;
  left: 0;
  right: 0;
  background: #f8f8f8;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15);
}
.send-coupon-outside-wrap .ant-modal-body .bottom-bubble-tag .bottom-type-tag {
  padding: 5px 15px;
  color: #4a8af4;
  border-radius: 18px;
  text-align: center;
  margin-right: 22px;
  line-height: normal;
  position: relative;
  display: inline-block;
  border: 1px solid #4a8af4;
}
.send-coupon-outside-wrap .ant-modal-body .bottom-bubble-tag .bottom-type-tag .close-current-type-tag {
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  background: #f84400;
  color: white;
  right: -8px;
  top: -4px;
  cursor: pointer;
}
.send-coupon-outside-wrap .ant-modal-body .bottom-bubble-tag .ant-col:first-child {
  text-align: right;
  color: #000000;
  font-weight: 400;
  padding-right: 5px;
}
.send-coupon-outside-wrap .ant-modal-body .send-type-wrap {
  margin-top: 10px;
  margin-bottom: 116px;
}
.send-coupon-outside-wrap .ant-modal-body .send-type-wrap .coverStyleWrap .ant-form-item-label {
  line-height: normal;
}
.send-coupon-outside-wrap .ant-modal-body .send-type-wrap .coverStyleWrap .ant-form-item-children {
  line-height: normal;
}
.send-coupon-outside-wrap .ant-modal-body .send-type-wrap .send-type-label {
  color: #000000;
  font-weight: 400;
}
.send-coupon-outside-wrap .ant-modal-body .send-type-wrap .send-type-options {
  color: rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.send-coupon-outside-wrap .ant-modal-body .bottom-btn-group {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
}
.send-coupon-outside-wrap .ant-modal-body .bottom-btn-group .ant-btn {
  margin-left: 24px;
}
.send-coupon-outside-wrap .ant-modal-body .red-dot-bottom-btn-group {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.send-coupon-outside-wrap .ant-modal-body .ant-tabs-top-bar {
  margin-bottom: 0;
  border-bottom: none;
}
.send-coupon-outside-wrap .ant-modal-body .ant-tabs-content {
  padding-top: 20px;
  border-top: none;
  padding-left: 15px;
  border: 1px solid #e8e8e8;
}
.send-coupon-outside-wrap .ant-modal-body .ant-tabs-content .upload-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.send-coupon-outside-wrap .ant-modal-body .ant-tabs-content .upload-wrap .ant-form-item {
  margin-bottom: 0;
}
.send-coupon-outside-wrap .ant-modal-body .ant-tabs-content .upload-wrap .download-upload-list {
  top: 8px;
  left: 158px;
  position: absolute;
  color: #4a8af4;
  cursor: pointer;
}
.advert-content .change-version {
  height: 100%;
  position: relative;
  display: flex;
  padding-bottom: 110px;
  overflow-y: auto;
}
.advert-content .change-version__form {
  flex: 1;
  padding: 0 16px 0 32px;
}
.advert-content .change-version__title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin: 20px 0;
}
.advert-content .change-version__title::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.advert-content .change-version__content {
  background-color: #fff;
  overflow: hidden;
}
.advert-content .change-version__footer {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  padding: 16px 0;
  background: #fff;
  z-index: 1;
  right: 26px;
  bottom: 0;
  width: calc(100vw - 654px);
  box-shadow: 0 -9px 28px 8px rgba(0, 0, 0, 0.05), 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12);
}
.advert-content button {
  margin-right: 16px;
}
.advert-content .advert-config {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin-bottom: 80px;
  background-color: #fff;
}
.advert-content .ant-form-item {
  margin: 12px 0;
}
.advert-content .advert-config__image {
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px dashed #dcdcdc;
}
.advert-content .advert-config__img {
  width: 200px;
  height: 125px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 16px;
  margin-right: 16px;
}
.advert-content .advert-config__img710x200 {
  width: 200px;
  height: 125px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 16px;
  margin-right: 16px;
  height: 56px;
}
.advert-content .advert-config__jump {
  display: flex;
  font-size: 12px;
  position: relative;
}
.advert-content .advert-config__upload {
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.advert-content .advert-config__tip {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 20px;
  position: relative;
  margin-top: 10px;
}
.advert-config__tooltip {
  padding-left: 0;
}
.advert-config__tooltip .ant-tooltip-arrow::before {
  background-color: transparent;
}
.advert-config__tooltip .ant-tooltip-inner {
  background-color: transparent;
  color: #4a8af4;
  box-shadow: none;
  padding: 6px 0;
}
.advert-config__tooltip .advert-config__icon {
  font-size: 20px;
  color: #4a8af4;
  line-height: 20px;
  display: flex;
}
.advert-config__tooltip .advert-config__icon-item {
  cursor: pointer;
  margin-right: 12px;
}
.advert-content .notice-config {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin-bottom: 80px;
  background-color: #fff;
}
.advert-content .ant-form-item {
  margin: 12px 0;
}
.advert-content .notice-config__item {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  margin-bottom: 20px;
  position: relative;
}
.advert-content .notice-config__item .ant-form-item {
  display: flex;
  justify-content: center;
}
.advert-content .notice-config__item-icon {
  width: 12px;
  line-height: 12px;
  position: absolute;
  right: 20px;
  top: 27px;
  font-size: 12px;
  color: #f84400;
  cursor: pointer;
}
.advert-content .notice-config__upload {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.nntContentTable .common-table__empty {
  min-height: 320px !important;
}
.advert-content .recommend-config {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #fff;
  margin-bottom: 80px;
}
.advert-content .ant-form-item {
  margin: 12px 0;
}
.advert-content .recommend-config__upload {
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.advert-content .recommend-config__goods {
  width: 300px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  padding: 0 30px;
}
.advert-content .recommend-config__goods-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advert-content .recommend-config__good {
  width: 100px;
  margin: 15px 0;
  position: relative;
  cursor: pointer;
}
.advert-content .recommend-config__good-img {
  width: 100px;
  height: 100px;
  margin-bottom: 9px;
}
.advert-content .recommend-config__good-name {
  line-height: 18px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
}
.advert-content .recommend-config__good-close {
  width: 12px;
  line-height: 12px;
  position: absolute;
  right: -6px;
  top: -6px;
  font-size: 12px;
  color: #f84400;
  cursor: pointer;
}
.advert-content .recommend-config__goods-add {
  width: 100px;
  height: 100px;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.advert-content .recommend-config__tip {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 20px;
  position: relative;
  margin-top: 10px;
}
.recommend-config__modal .modal-good {
  display: flex;
  align-items: center;
}
.recommend-config__modal .modal-good__upload {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.recommend-config__modal .modal-good__image {
  width: 120px;
  height: 120px;
  margin-right: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.recommend-config__modal .modal-good__image-detail {
  width: 100%;
  height: 100%;
}
.recommend-config__modal .ant-form-item {
  margin-bottom: 16px;
}
.recommend-config__modal .ant-form-item:last-child {
  margin-bottom: 12px;
}
.create-version {
  height: 100%;
}
.create-version .second-step {
  height: 100%;
  display: flex;
}
.create-version .ant-form {
  width: 100%;
  height: 100%;
}
.create-version .ant-form-item {
  margin: 15px 0;
}
.create-version .second-step__content {
  display: flex;
  height: 100%;
}
.create-version .advert-config {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.create-version .advert-config__title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  padding: 20px 0;
  background-color: #f8f8f9;
}
.create-version .advert-config__content {
  background-color: #fff;
  overflow: hidden;
}
.create-version .advert-config__image {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #dcdcdc;
}
.create-version .advert-config__img {
  width: 200px;
  height: 125px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 16px;
}
.create-version .advert-config__img710x200 {
  width: 200px;
  height: 125px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 16px;
  height: 56px;
}
.create-version .advert-config__jump {
  display: flex;
  font-size: 12px;
  position: relative;
}
.create-version .advert-config__upload {
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.create-version .advert-config__tip {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 20px;
  position: relative;
  margin-top: 10px;
}
.advert-config__tooltip {
  padding-left: 0;
}
.advert-config__tooltip .ant-tooltip-arrow::before {
  background-color: transparent;
}
.advert-config__tooltip .ant-tooltip-inner {
  background-color: transparent;
  color: #4a8af4;
  box-shadow: none;
  padding: 6px 0;
}
.advert-config__tooltip .advert-config__icon {
  font-size: 20px;
  color: #4a8af4;
  line-height: 20px;
  display: flex;
}
.advert-config__tooltip .advert-config__icon-item {
  cursor: pointer;
  margin-right: 12px;
}
.create-version .common-config__left {
  flex: 1;
  padding: 0 20px 64px;
  border: 1px dashed #e9e9e9;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.create-version .common-config__main {
  height: 100%;
  overflow-y: auto;
}
.create-version .common-config__buttons {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 16px 0;
  background-color: #fff;
  margin: 0;
}
.create-version .common-config__buttons > button {
  margin-right: 20px;
}
.create-version .common-config__buttons > button:last-child {
  margin-right: 0;
}
.create-version .common-config__right {
  width: 360px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.create-version .common-config__right-title {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin: 76px 0 30px;
}
.create-version .common-config__phone {
  width: 260px;
  height: 494px;
  border-radius: 30px;
  border: 10px solid #000000;
  background-color: #f5f5f5;
  overflow: hidden;
}
.create-version .common-config__phone-scroll {
  position: relative;
  height: 100%;
  margin-right: -7px;
  overflow-y: auto;
}
.create-version .common-config__phone-head {
  height: 55px;
  background-color: #dddddd;
}
.create-version .common-config__head-img {
  width: 100%;
}
.create-version .common-config__notice {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  background-color: #fff7ef;
}
.create-version .common-config__notice-middle {
  flex: 1;
  height: 15px;
  margin: 0 6px;
  color: #f98705;
  position: relative;
}
.create-version .common-config__notice-text {
  width: 200%;
  position: absolute;
  left: -50%;
  bottom: -50%;
  font-size: 20px;
  transform: scale(0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.create-version .common-config__swiper {
  height: 145px;
  overflow: hidden;
  background-color: #fff;
}
.create-version .common-config__title {
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  margin: 8px 10px;
}
.create-version .common-config__title-chunk {
  width: 66px;
  height: 18px;
  margin: 8px 8px;
  background-color: #d8d8d8;
}
.create-version .common-config__swiper-wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
}
.create-version .common-config__swiper-item-wrap {
  width: 178px;
  height: 111px;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 8px;
}
.create-version .common-config__swiper-item {
  width: 100%;
  height: 100%;
}
.create-version .common-config__swiper-item--default {
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
}
.create-version .common-config__waist-banner {
  width: 225px;
  height: 61px;
  margin: 26px auto;
  overflow: hidden;
}
.create-version .common-config__waist-banner .common-config__waist-banner-item-wrap {
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.create-version .common-config__waist-banner .common-config__waist-banner-item-wrap .common-config__waist-banner-item--default {
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
}
.create-version .common-config__goods {
  flex: 1;
}
.create-version .common-config__goods-wrap {
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.create-version .common-config__card {
  width: 110px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 10px;
}
.create-version .common-config__card-img {
  width: 110px;
  height: 110px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
}
.create-version .common-config__card-img--default {
  width: 110px;
  height: 110px;
  background-color: #d8d8d8;
  margin-bottom: 6px;
}
.create-version .common-config__card-label {
  margin: 0 6px 6px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.create-version .common-config__card-relative {
  height: 16px;
  line-height: 16px;
  position: relative;
  font-size: 11px;
  color: transparent;
  white-space: nowrap;
  padding: 0 5px;
}
.create-version .common-config__card-absolute {
  font-size: 22px;
  line-height: 32px;
  padding: 0 10px;
  transform: scale(0.5);
  background-color: #fdebe4;
  color: #f0561b;
  position: absolute;
  left: -50%;
  top: -50%;
}
.create-version .common-config__card-name {
  margin: 0 6px 6px 6px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.create-version .common-config__card-name--default {
  width: 35px;
  height: 14px;
  background-color: #d8d8d8;
  margin: 0 6px 6px 6px;
}
.create-version .common-config__card-price {
  line-height: 14px;
  margin: 0 6px 6px 6px;
  color: #2bab7b;
  display: flex;
  align-items: flex-end;
}
.create-version .common-config__card-price::before {
  content: "￥";
  font-size: 12px;
  line-height: 1;
}
.create-version .common-config__card-price--default {
  height: 14px;
  background-color: #d8d8d8;
  margin: 0 6px 6px 6px;
}
.create-version .common-config__card-footer {
  margin: 0 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-version .common-config__card-desc {
  flex: 1;
  height: 14px;
  position: relative;
}
.create-version .common-config__card-text {
  position: absolute;
  left: -42px;
  bottom: -7px;
  width: 200%;
  font-size: 20px;
  line-height: 28px;
  transform: scale(0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.create-version .common-config__card-desc--default {
  width: 35px;
  height: 14px;
  background-color: #d8d8d8;
}
.create-version .common-config__card-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.common-list-config__left {
  flex: 1;
  padding: 0 20px 64px;
  border: 1px dashed #e9e9e9;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.common-list-config__main {
  height: 100%;
  overflow-y: auto;
}
.common-list-config__buttons {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 16px 0;
  background-color: #fff;
  margin: 0;
}
.common-list-config__buttons > button {
  margin-right: 20px;
}
.common-list-config__buttons > button:last-child {
  margin-right: 0;
}
.common-list-config__right {
  width: 360px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common-list-config__right-title {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin: 76px 0 30px;
}
.common-list-config__phone {
  width: 260px;
  height: 494px;
  border-radius: 30px;
  border: 10px solid #000000;
  background-color: #f5f5f5;
  overflow: hidden;
}
.common-list-config__phone-scroll {
  position: relative;
  height: 100%;
  margin-right: -7px;
  overflow-y: auto;
}
.common-list-config__phone-head {
  height: 55px;
  background-color: #dddddd;
}
.common-list-config__head-img {
  width: 100%;
}
.common-list-config__banner {
  width: 163px;
  height: 39px;
  margin: 9px auto;
  overflow: hidden;
}
.common-list-config__banner .common-list-config__banner-item-wrap {
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.common-list-config__banner .common-list-config__banner-item-wrap .common-list-config__banner-item--default {
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
}
.common-list-config__goods {
  flex: 1;
}
.common-list-config__goods .common-list-config__goods-wrap {
  padding: 0 8px;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  border-bottom: 1px solid #e6e6e6;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card .common-list-config__card-img {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card .common-list-config__card-img--default {
  width: 45px;
  height: 45px;
  background-color: #d8d8d8;
  border-radius: 3px;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card .common-list-config__card-name {
  margin: 0 6px 16px 6px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card .common-list-config__card-name--default {
  width: 84px;
  height: 14px;
  background-color: #d8d8d8;
  margin: 0 6px 16px 6px;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card .common-list-config__card-footer {
  margin: 0 6px 0px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card .common-list-config__card-footer .common-list-config__card-desc {
  flex: 1;
  height: 14px;
  position: relative;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card .common-list-config__card-footer .common-list-config__card-desc .common-list-config__card-text {
  position: absolute;
  left: -42px;
  bottom: -7px;
  width: 200%;
  font-size: 20px;
  line-height: 28px;
  transform: scale(0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card .common-list-config__card-footer .common-list-config__card-desc--default {
  width: 35px;
  height: 14px;
  background-color: #d8d8d8;
}
.common-list-config__goods .common-list-config__goods-wrap .common-list-config__card .common-list-config__card-footer .common-list-config__card-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.create-version .recommend-config {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.create-version .recommend-config__title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  padding: 20px 0;
  background-color: #f8f8f9;
}
.create-version .recommend-config__content {
  background-color: #fff;
  overflow: hidden;
}
.create-version .recommend-config__upload {
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.create-version .recommend-config__goods {
  width: 300px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  padding: 0 30px;
}
.create-version .recommend-config__goods-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.create-version .recommend-config__good {
  width: 100px;
  margin: 15px 0;
  position: relative;
  cursor: pointer;
}
.create-version .recommend-config__good-img {
  width: 100px;
  height: 100px;
  margin-bottom: 9px;
}
.create-version .recommend-config__good-name {
  line-height: 18px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
}
.create-version .recommend-config__good-close {
  width: 12px;
  line-height: 12px;
  position: absolute;
  right: -6px;
  top: -6px;
  font-size: 12px;
  color: #f84400;
  cursor: pointer;
}
.create-version .recommend-config__goods-add {
  width: 100px;
  height: 100px;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.create-version .recommend-config__tip {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 20px;
  position: relative;
  margin-top: 10px;
}
.recommend-config__modal .modal-good {
  display: flex;
  align-items: center;
}
.recommend-config__modal .modal-good__upload {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.recommend-config__modal .modal-good__image {
  width: 120px;
  height: 120px;
  margin-right: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.recommend-config__modal .modal-good__image-detail {
  width: 100%;
  height: 100%;
}
.recommend-config__modal .ant-form-item {
  margin-bottom: 16px;
}
.recommend-config__modal .ant-form-item:last-child {
  margin-bottom: 12px;
}
.create-version .notice-config {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.create-version .notice-config__title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  padding: 20px 0;
  background-color: #f8f8f9;
}
.create-version .notice-config__content {
  background-color: #fff;
  overflow: hidden;
}
.create-version .notice-config__item {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  margin-bottom: 20px;
  position: relative;
}
.create-version .notice-config__item .ant-form-item {
  display: flex;
  justify-content: center;
}
.create-version .notice-config__item-icon {
  width: 12px;
  line-height: 12px;
  position: absolute;
  right: 20px;
  top: 27px;
  font-size: 12px;
  color: #f84400;
  cursor: pointer;
}
.create-version .notice-config__upload {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.create-version .notice-config {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.create-version .notice-config__title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  padding: 20px 0;
  background-color: #f8f8f9;
}
.create-version .notice-config__content {
  background-color: #fff;
  overflow: hidden;
}
.create-version .notice-config__item {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  margin-bottom: 20px;
  position: relative;
}
.create-version .notice-config__item .ant-form-item {
  display: flex;
  justify-content: center;
}
.create-version .notice-config__item-icon {
  width: 12px;
  line-height: 12px;
  position: absolute;
  right: 20px;
  top: 27px;
  font-size: 12px;
  color: #f84400;
  cursor: pointer;
}
.create-version .notice-config__upload {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  cursor: pointer;
}
.advert-content .advert-main {
  flex: 1;
  display: flex;
  position: relative;
}
.advert-content .advert-main__spin {
  height: 100%;
  width: 100%;
}
.advert-content .advert-main__empty {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
.advert-content .advert-main__empty-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin: 16px 0;
}
.advert-content .advert-main__empty-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.advert-content .advert-main__empty-image {
  width: 438px;
  height: 268px;
  margin-bottom: 44px;
}
.advert-content .advert-main__empty-desc {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 23px;
}
.advert-content .advert-main__empty__button {
  background-color: #ff9900;
  border-color: #ff9900;
}
.advert-content .version-detail {
  height: 100%;
  display: flex;
  background-color: #fff;
  position: relative;
  overflow-y: auto;
}
.advert-content .version-detail__left {
  flex: 1;
  padding: 0 32px;
}
.advert-content .version-detail__title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin: 16px 0 30px;
}
.advert-content .version-detail__item {
  display: flex;
  color: #000;
  margin-bottom: 20px;
}
.advert-content .version-detail__item-left {
  width: 112px;
  line-height: 22px;
  text-align: right;
  flex-shrink: 0;
}
.advert-content .version-detail__item-left::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.advert-content .version-detail__item-right {
  line-height: 22px;
}
.advert-content .version-detail__item-button {
  display: inline-block;
  color: #4a8af4;
  margin-left: 13px;
  cursor: pointer;
}
.advert-content .version-detail__goods {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  padding: 0 15px;
  margin-bottom: 64px;
}
.advert-content .version-detail__good {
  width: 100px;
  margin: 15px;
  position: relative;
}
.advert-content .version-detail__good-img {
  width: 100px;
  height: 100px;
  margin-bottom: 9px;
}
.advert-content .version-detail__good-name {
  line-height: 18px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
}
.advert-content .version-detail__notice {
  flex: 1;
}
.advert-content .version-detail__notice-item {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px dashed #e9e9e9;
  padding: 20px 20px 0;
  margin-bottom: 20px;
}
.advert-content .version-detail__notice-item:last-child {
  margin-bottom: 84px;
}
.advert-content .version-detail__notice-row {
  display: flex;
  line-height: 22px;
  margin-bottom: 20px;
}
.advert-content .version-detail__notice-title {
  color: #999999;
  min-width: 45px;
  text-align: right;
}
.advert-content .version-detail__notice-title::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.advert-content .version-detail__notice-text {
  color: #333333;
}
.advert-content .version-detail__banner {
  flex: 1;
}
.advert-content .version-detail__banner-item {
  display: flex;
  margin-bottom: 20px;
}
.advert-content .version-detail__banner-item:last-child {
  margin-bottom: 84px;
}
.advert-content .version-detail__banner-img {
  width: 178px;
  margin-right: 10px;
  object-fit: cover;
  object-position: top;
}
.advert-content .version-detail__banner-img710x200 {
  width: 178px;
  margin-right: 10px;
  object-fit: cover;
  object-position: top;
  height: 50px;
}
.advert-content .version-detail__banner-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.advert-content .change-version__content {
  background-color: #fff;
  overflow: hidden;
}
.advert-content .version-detail__footer {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  padding: 16px 0;
  background: #fff;
  z-index: 1;
  right: 26px;
  bottom: 0;
  width: calc(100vw - 622px);
  box-shadow: 0 -9px 28px 8px rgba(0, 0, 0, 0.05), 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12);
}
.advert-content button {
  margin-right: 16px;
}
.nntContentTable .ant-table-content > .ant-table-body {
  margin: 0;
}
.nntContentTable .ant-table-content > .ant-table-body .ant-table-thead > tr > th {
  background: #f0f0f0ff !important;
  border-right: solid 1px #e8e8e8;
}
.nntContentTable .ant-table-content > .ant-table-body .ant-table-thead > tr > th:last-child {
  border-right: 0;
}
.nntContentTable .ant-table-content > .ant-table-body tr > td {
  border-right: solid 1px #e8e8e8;
}
.nntContentTable .ant-table-content > .ant-table-body tr > td:last-child {
  border-right: 0;
}
.nntContentTable .business-common-table .common-table__empty {
  min-height: 320px;
}
.advert-content .version-table {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  padding-bottom: 64px;
}
.advert-content .version-table__header {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin: 14px 0 16px;
}
.advert-content .version-table__tips {
  margin-bottom: 16px;
}
.advert-content .version-table__main {
  flex: 1;
  overflow-y: auto;
}
.advert-content .ant-table-placeholder {
  border-bottom: 0;
}
.advert-content .version-table__operation {
  width: 100%;
  display: flex;
}
.advert-content .version-table__operation-item {
  color: #4a8af4;
  margin-right: 32px;
  cursor: pointer;
}
.advert-content .version-table__row--grow > td {
  color: #aaaaaa;
}
.advert-content .version-table__row--green > td {
  color: #15a05d;
  background: #F4F7FD;
}
.advert-content .version-table__version {
  display: flex;
  align-items: center;
}
.advert-content .version-table__version-text {
  margin-right: 5px;
}
.advert-content .version-table__flex {
  display: flex;
  align-items: center;
}
.advert-content .version-table__flex-icon {
  cursor: pointer;
  margin-left: 5px;
  color: #BFBFBF;
}
.advert-content .version-table__pagination {
  margin: 16px 0;
  text-align: right;
}
.advert-content .version-table__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -9px 28px 8px rgba(0, 0, 0, 0.05), 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  padding: 16px 28px;
}
.advert-content .example-list {
  width: 360px;
  padding: 0 16px;
  margin-right: 16px;
  background-color: #fff;
  flex: none;
  overflow-y: auto;
}
.advert-content .example-list__title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advert-content .example-list__button {
  background-color: #ff9900;
  border-color: #ff9900;
}
.advert-content .example-list__item {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.advert-content .example-list__item .editStatus {
  font-size: 12px;
}
.advert-content .example-list__item .editStatus .anticon {
  margin-left: 5px;
  font-size: 14px;
}
.advert-content .example-list__item-active {
  background: #e6f7ff;
}
.advert-content .example-list__item-middle {
  flex: 1;
  margin: 0 10px;
  font-size: 12px;
}
.advert-content .example-list__item-title {
  color: #000;
  font-size: 14px;
}
.example-list__modal .ant-form-item:last-child {
  margin-bottom: 0;
}
.app-page-title-box {
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-page-title-box .app-layout-content-page-title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.app-page-title-box .ant-btn-primary {
  background-color: #ff9900;
  border-color: #ff9900;
}
.app-page-title-box .ant-btn-primary:hover {
  background-color: #ff9900;
  border-color: #ff9900;
}
.advert-content {
  height: 100%;
}
.advert-content .ant-spin-container {
  height: 100%;
}
.advert-content .advert-content__wrap {
  height: 94%;
}
.advert-content .advert-content__detail {
  height: 100%;
  display: flex;
  overflow: hidden;
}
.create-example .second-step {
  height: 100%;
  display: flex;
}
.create-example .ant-form {
  width: 100%;
  height: 100%;
}
.create-example .ant-form-item {
  margin: 15px 0;
}
.create-example .second-step__content {
  display: flex;
  height: 100%;
}
.ads-content {
  padding: 15px;
}
.adsHeader {
  display: flex;
  justify-content: space-between;
}
.adsHeader h2 {
  color: #17233DFF;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.adsHeader h2::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 23px;
  background: #1890ff;
  border-radius: 3px;
  position: absolute;
  left: -15px;
}
.ads-content-wrap {
  margin: 15px;
  width: 400px;
}
.searchHeader {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
}
.searchHeader .spreadButton {
  color: #1890ffff;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.searchHeader .ant-form {
  display: flex;
  align-items: center;
}
.searchHeader .ant-form > button.adsUpload {
  background: #ff9900ff;
  border-style: none;
  position: absolute;
  right: 15px;
  top: 14px;
  color: #fff;
  margin-right: 0;
  border: 1px solid #ff9900ff;
}
.noStore {
  position: relative;
}
.noStore::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef4444ff;
  left: -12px;
  top: 8px;
}
.storeName {
  position: relative;
  margin-right: 10px;
}
.storeName.storeName:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #dcdee2ff;
  top: 3px;
  right: -6px;
}
.storeName:last-of-type.storeName:last-of-type:after {
  display: none;
}
.adsTable .ant-table-tbody > tr > td {
  color: #17233dff;
}
.adsTable .ant-table-tbody .activeRow {
  background-color: #dceaf8ff;
}
.adsTable .ant-table-tbody .activeRow:hover > td {
  background-color: #dceaf8ff;
}
.videoModal {
  width: 800px;
}
.modalMp3 {
  width: 100%;
  height: 80px;
}
.modalMp3:focus {
  outline: none;
}
.modalVideo {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  max-height: 500px;
  min-height: 300px;
}
.modalVideo:focus {
  outline: none;
}
.adsInfo {
  background: #fff;
  padding: 15px;
  overflow-y: auto;
}
.adsInfo .adsInfo-content {
  display: flex;
}
.adsInfo .adsInfo-content .content {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-right: 10px;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  width: 49%;
}
.adsInfo .adsInfo-content .content > span {
  color: #808695ff;
  text-align: right;
  width: 100px;
}
.adsInfo .adsInfo-content .content > div {
  margin-top: 5px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background: #f5f5f5ff;
  width: 275px;
}
.adsInfo .adsInfo-content .content > div p {
  margin-right: 20px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.ads-LaunchInfo {
  background: #fff;
  padding: 15px;
}
.ads-LaunchInfo > p {
  margin: 10px 0;
  color: #808695ff;
}
.ads-LaunchInfo .adsHeader {
  margin-bottom: 10px;
}
.ads-LaunchInfo .launchContent {
  display: flex;
}
.ads-LaunchInfo .launchContent .flexItem {
  flex-grow: 1;
  border: 1px solid #e8eaecff;
  margin-right: 15px;
  padding: 15px;
  display: flex;
  height: 100px;
  width: 49%;
}
.ads-LaunchInfo .launchContent .flexItem > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.ads-LaunchInfo .launchContent .flexItem > div:last-of-type::after {
  display: none;
}
.ads-LaunchInfo .launchContent .flexItem > div::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 46px;
  background: #ccccccff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.ads-LaunchInfo .launchContent .flexItem > div span {
  color: #808695ff;
}
.ads-LaunchInfo .launchContent .flexItem > div em {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}
.ads-LaunchInfo .launchContent .flexItem > .playRank {
  width: 50px;
}
.ads-LaunchInfo .launchContent .flexItem > .playRank::after {
  display: none;
}
.ads-LaunchInfo .launchContent .flexItem > .playRank span {
  width: 20px;
  line-height: 18px;
  font-size: 14px;
}
.ads-LaunchInfo .launchContent .flexItem > .chartsRank {
  top: -15px;
  width: 100%;
}
.ads-LaunchInfo .launchStoreList {
  display: flex;
  flex-wrap: wrap;
}
.ads-LaunchInfo .launchStoreList .storeItem {
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
  border: 1px solid #eeeeeeff;
  width: 32%;
  height: 152px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 1%;
  min-width: 220px;
}
.ads-LaunchInfo .launchStoreList .storeItem > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ads-LaunchInfo .launchStoreList .storeItem > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ads-LaunchInfo .launchStoreList .storeItem > div > div > span:first-of-type {
  color: #17233dff;
  font-size: 16px;
}
.ads-LaunchInfo .launchStoreList .storeItem > div > div > span:last-of-type {
  color: #808695ff;
  font-size: 12px;
  text-align: center;
}
.ads-LaunchInfo .launchStoreList .storeItem .storeName {
  color: #17233dff;
}
.ads-LaunchInfo .launchStoreList .storeItem .noLaunchStore {
  font-size: 16px;
  color: #808695ff;
}
.adsHeader {
  display: flex;
  justify-content: space-between;
}
.adsHeader h2 {
  color: #17233dff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.adsHeader h2::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 23px;
  background: #1890ff;
  border-radius: 3px;
  position: absolute;
  left: -15px;
}
.ant-upload-drag-icon > img {
  max-width: 42px;
}
.aiVoiceForm .ant-row .ant-col-6 {
  width: 18%;
}
.textToAudio {
  display: flex;
}
.textToAudio .text {
  position: relative;
}
.textToAudio .text > span {
  position: absolute;
  right: 8px;
  bottom: 6px;
  color: #666;
  font-size: 12px;
}
.textToAudio .radio {
  flex-grow: 1;
  position: relative;
  border: 1px solid #d9d9d9;
}
.textToAudio .radio .chooseLang {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.textToAudio .radio .audioRadio {
  padding: 10px;
}
.textToAudio .radio .audioRadio .ant-radio-wrapper {
  margin-bottom: 5px;
  padding: 5px 0 5px 5px;
}
.textToAudio .radio .audioRadio .ant-radio-wrapper:hover {
  background: #eeeeeeff;
}
.textToAudio .radio .audioRadio .ant-radio-wrapper .anticon-sound:hover {
  color: #40a9ff;
}
.textToAudio .radio .audioRadio .ant-radio-wrapper-checked {
  background: #eeeeeeff;
}
.audioButton {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 6px;
}
.audioButton button {
  bottom: 6px;
  right: 6px;
}
.settingRules {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.settingRules > span {
  margin-bottom: 10px;
  cursor: pointer;
  color: #000;
}
.launchStore {
  padding-right: 10px;
}
.launchStore footer {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  width: calc(100% + 40px);
  position: relative;
  left: -15px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.launchStore footer > div {
  padding: 5px;
  flex-grow: 1;
  text-align: center;
}
.launchStore .ant-row .ant-col-10 {
  text-align: right;
}
.ant-popover-title {
  padding-top: 10px;
  border-bottom: 0px;
}
div > img {
  max-width: 100%;
}
.launchedStoreTd {
  max-width: 300px;
}
.uploadDiv {
  width: 550px;
  text-align: center;
  background: #fafafa;
  border-radius: 4px;
  border: 1px dashed #e2e2e2;
  padding: 40px;
  cursor: pointer;
}
.uploadDiv .ant-upload-text {
  color: #333;
  font-size: 15px;
  margin-top: 20px;
}
.uploadDiv .ant-upload-hint {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
.animate {
  animation: myMove 1s infinite linear;
}
@keyframes myMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.uploadPreview {
  padding-top: 10px;
}
.uploadPreview span {
  cursor: pointer;
}
.ads-container .adsTable li.ant-pagination-item-active:hover a {
  color: #fff;
}
.mediaModal div > img {
  max-height: 500px;
}
@media screen and (max-width: 1560px) {
  .validDate {
    margin-top: 5px;
    flex-direction: column;
  }
}
.ant-modal-body .ant-form-item {
  margin-bottom: 20px;
}
.ad-resource-col {
  text-align: right;
}
.ad-resource-col > span {
  color: #000000d9;
}
.ad-resource-col > span::before {
  content: "*";
  color: #f5222d;
  position: relative;
  left: -4px;
}
.ad-resource-col > span::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 10px;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 0;
}
.ad-img-con {
  max-width: 26px;
}
.ad-img-con > img {
  width: 100%;
}
.td-limit-word {
  max-width: 300px;
}
.mediaModal div > img {
  max-height: 500px;
  max-width: 100%;
}
.mediaModal .videoModal {
  width: 800px;
}
.mediaModal .modalMp3 {
  width: 100%;
  height: 80px;
}
.mediaModal .modalMp3:focus {
  outline: none;
}
.mediaModal .modalVideo {
  width: 100%;
  max-width: 800px;
  margin: 40px 0;
  max-height: 500px;
  min-height: 300px;
}
.mediaModal .modalVideo:focus {
  outline: none;
}
.ads-container .table {
  background: #fff;
  padding: 15px;
}
.ads-container .adsContent {
  margin-top: 20px;
  display: flex;
}
.ads-container .adsContent .left {
  width: 320px;
  height: 321px;
  flex-shrink: 0;
}
.ads-container .adsContent .right {
  width: 100%;
  margin-left: 20px;
}
.filterFridge {
  height: 42px;
  overflow: hidden;
  width: 100%;
  line-height: 40px;
  padding: 0 16px;
  display: flex;
  border-bottom: solid 1px #ddd;
}
.filterFridge .input {
  flex: 1;
  width: 70%;
  margin-top: 4px;
}
.filterFridge .btn {
  float: right;
  margin: 4px 8px 0;
}
.boxListTitle {
  height: 42px;
  overflow: hidden;
  width: 100%;
  line-height: 40px;
  padding: 0 16px;
  border-bottom: solid 1px #ddd;
}
.boxListTitle .name {
  float: left;
}
.boxListTitle .action {
  float: right;
}
.boxListTitle .active {
  color: #1890ff;
}
.activeBlue {
  color: #1890ff;
}
.boxStoreViewRack {
  width: 580px;
  background: #fff;
  margin-left: 15px;
  text-align: center;
}
.squareListBox {
  height: auto;
  overflow: hidden;
  font-size: 12px;
}
.squareListBox .typebox {
  height: 30px;
  text-align: right;
  line-height: 30px;
}
.squareListBox .typebox .item {
  padding: 0px 10px;
  background-color: #f1f1f1;
  display: inline-block;
  margin: 4px;
  height: 22px;
  line-height: 22px;
}
.squareListBox .typebox .active {
  background-color: #ff9900;
}
.squareListBox .typebox .bg-gray {
  background: #a6a0a0;
}
.squareListBox .listContent {
  max-height: calc(100vh - 200px);
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  width: 100%;
}
.squareListBox .listContent .item {
  width: 150px;
  height: 60px;
  float: left;
  background-color: #f1f1f1;
  margin-top: 8px ;
  margin-left: 5px;
  padding: 8px 5px;
  border: solid 3px #fff;
  border-radius: 2px;
  cursor: pointer;
}
.squareListBox .listContent .item .name {
  width: 130px;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.squareListBox .listContent .active {
  border: solid 3px #1890ff;
}
.squareListBox .listContent .in-sales {
  background-color: #ff9900;
}
.squareListBox .listContent .stop-selling {
  background-color: #a6a0a0;
}
.rackInfoTit {
  height: auto;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
}
.rackInfoTit .info {
  padding: 0 8px;
  display: inline-block;
  max-width: 240px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fridgegraycolor {
  color: #999;
}
.chartTitle {
  width: 100%;
  padding: 0 0 10px 0px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  font-size: 14px;
}
.chartTitle .cMore {
  color: #1890ff;
  font-size: 14px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-timeline {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff;
}
.ant-timeline-item-head-red {
  color: #f5222d;
  border-color: #f5222d;
}
.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}
.ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
  word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.auth-manage .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  color: #000;
  font-weight: bold;
}
.auth-manage .ant-tabs-nav .ant-tabs-tab:hover {
  color: #000;
}
.auth-manage .role-list:focus {
  outline: none;
}
.auth-manage .role-list .ant-popover-inner {
  width: 300px;
  height: 400px;
}
.auth-manage .role-list .role-pane {
  display: flex;
  padding: 20px 0px;
  flex-wrap: wrap;
}
.auth-manage .role-list .role-pane .role-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  flex-grow: 0;
  border: 1px solid #f5f5f5;
  padding: 15px 5px;
  width: 185px;
}
.auth-manage .role-list .role-pane .role-item .role-realName {
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auth-manage .role-list .role-pane .role-item .role-img-box {
  text-align: center;
  margin-bottom: 2px;
  cursor: pointer;
  height: 50px;
}
.auth-manage .role-list .role-pane .role-item .role-img-box > img {
  max-width: 50px;
  border-radius: 50%;
}
.auth-manage .role-list .role-pane .role-item .role-item-label {
  margin-top: 5px;
}
.auth-manage .role-list .role-pane .role-item .role-item-label .role-remove {
  margin-top: 10px;
  text-align: center;
  color: #999999;
  display: flex;
  justify-content: center;
}
.auth-manage .role-list .role-pane .role-item .role-item-label .role-remove .edit-span {
  cursor: pointer;
  color: #1890FFFF;
}
.auth-manage .role-list .role-pane .role-item .role-item-label .role-remove .edit-span i {
  font-size: 14px;
}
.auth-manage .role-list .role-pane .role-item .role-item-label .role-remove .del-div {
  margin-left: 10px;
  color: #5f5f5f;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.auth-manage .role-list .role-pane .role-item .role-item-label .role-remove .del-div > img {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.auth-manage .role-list .role-pane .role-item div span {
  color: #333;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 175px;
}
.auth-manage .role-list .role-pane .role-add {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 15px 5px;
  width: 185px;
  margin: 10px;
  border: 1px solid #f5f5f5;
  height: 199px;
  margin-top: 10px;
}
.auth-manage .ant-tabs .ant-tabs-top-content {
  background: #fff;
  margin-top: -16px;
  padding: 10px;
}
.auth-manage .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  padding: 0 22px;
}
.auth-manage .authority-box {
  display: flex;
  max-height: 600px;
}
.auth-manage .authority-box .role-authority {
  width: 100%;
}
.auth-manage .authority-box .operate-record {
  flex-grow: 1;
  max-height: inherit;
  position: relative;
  top: -5px;
}
.auth-manage .authority-box .operate-record .ant-timeline {
  border: 1px solid #E8EAECFF;
  padding: 15px 10px;
  overflow-y: auto;
  max-height: 559px;
  min-height: 300px;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.auth-manage .authority-box .operate-record .ant-timeline::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.auth-manage .authority-box .operate-record .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  border-style: none;
  box-shadow: none;
  outline: none;
}
.auth-manage .authority-box .authority-info {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  padding: 15px;
  max-height: 560px;
  border: 1px solid #E8EAECFF;
  min-height: 300px;
  margin-right: 15px;
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.auth-manage .authority-box .authority-info::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.auth-manage .authority-box .authority-info .role-menu h2 {
  color: #17233DFF;
  font-size: 14px;
  font-weight: 500;
}
.auth-manage .authority-box .authority-info .role-menu .role-name > span {
  display: inline-block;
  width: 24%;
  background: #E9EAEBFF;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 15px;
  padding: 6px 10px;
}
.auth-manage .authority-box .authority-info > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auth-manage .title {
  color: #333;
}
.auth-manage .operate-record {
  width: 400px;
  flex-shrink: 0;
  height: 100%;
  margin-right: 15px;
}
.auth-manage .operate-record .head {
  display: flex;
  justify-content: space-between;
}
.auth-manage .operate-record .ant-radio-button-wrapper {
  text-align: center;
  border-style: none;
}
.auth-manage .operate-record .ant-radio-button-wrapper:not(:first-child)::before {
  display: none;
}
.ant-popover-inner-content .tiny-timeline {
  width: 350px;
  max-height: 600px;
  padding: 12px 0;
  overflow-y: auto;
  padding-top: 10px;
}
.ant-popover-inner-content .tiny-timeline .ant-timeline-item {
  padding-bottom: 25px;
}
.ant-popover-inner-content .tiny-timeline .ant-timeline-item > span {
  width: 130px;
}
.timeline-item {
  display: flex;
}
.timeline-item > span {
  margin-right: 10px;
  text-align: right;
  font-size: 12px;
  color: #666;
  width: 66px;
  flex-shrink: 0;
}
.timeline-item .ant-timeline-item {
  padding-bottom: 40px;
}
.timeline-item .timeline-item-span {
  font-size: 14px;
}
.timeline-item .timeline-item-span i {
  font-style: normal;
}
.timeline-item .timeline-item-span i.add {
  color: #faad14;
}
.timeline-item .timeline-item-span i.delete {
  color: #FF4D4FFF;
}
.timeline-item .timeline-item-span small {
  font-size: 12px;
  color: #999;
}
.timeline-item .timeline-item-span span {
  margin-right: 2px;
  color: #1890FFFF;
}
.editModal .ant-row {
  margin-bottom: 10px;
}
.editModal .ant-row .ant-col-6 {
  text-align: right;
}
.addModal .ant-modal-footer,
.editModal .ant-modal-footer {
  text-align: center;
}
.addModal .ant-modal-title,
.editModal .ant-modal-title {
  text-align: center;
  font-weight: bold;
}
.addModal .flex-center,
.editModal .flex-center {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.addModal .flex-center > div,
.editModal .flex-center > div {
  margin-right: 8px;
}
.addModal .flex-center > div > span,
.editModal .flex-center > div > span {
  font-size: 12px;
  color: #333;
}
.addModal .flex-center > div .span-normal,
.editModal .flex-center > div .span-normal {
  font-size: 14px;
  color: #000;
}
.addModal .position-label,
.editModal .position-label {
  text-align: center;
  margin-top: 8px;
}
.addModal .position-label span,
.editModal .position-label span {
  display: inline-block;
  background: #fff1e8;
  border-radius: 11px;
  font-size: 14px;
  color: #FA6400FF;
  margin-right: 15px;
  padding: 0 8px;
  margin-bottom: 10px;
}
.addModal .modal-button,
.editModal .modal-button {
  width: 112px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.addModal .ant-btn-primary[disabled],
.editModal .ant-btn-primary[disabled] {
  background-color: #1890ff;
  opacity: 0.5;
  color: #fff;
}
.illegal-words {
  color: #ff4d4f;
  font-size: 12px;
}
.hiddenColumn {
  display: none;
}
.auth-manage .ant-tabs .ant-tabs-top-content {
  padding: 15px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane:focus {
  outline: none;
}
.ant-modal .ant-select-selection-selected-value .country-icon {
  display: none;
}
.country-icon {
  display: inline-block;
  width: 22px;
}
.country-icon > img {
  max-width: 100%;
}
.remove-span {
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 1px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-card-hoverable {
  cursor: pointer;
}
.ant-card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #e8e8e8;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  zoom: 1;
}
.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: '';
}
.ant-card-head::after {
  clear: both;
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: '';
}
.ant-card-body::after {
  clear: both;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  transition: all 0.3s;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  zoom: 1;
}
.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: '';
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #1890ff;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #1890ff;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
  zoom: 1;
}
.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: '';
}
.ant-card-meta::after {
  clear: both;
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  animation: card-loading 1.4s ease infinite;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-square {
  border-radius: 4px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-store-beep #play-audio-con audio {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
#page-store-beep .wrapper {
  margin-top: 10px;
  padding: 8px;
}
#page-store-beep .ant-tabs-bar {
  margin: 0;
}
#page-store-beep .ant-tabs-tab {
  padding: 10px;
  padding-top: 4px;
}
#page-store-beep .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  background: none;
}
#page-store-beep .empty-card-for-padding-flex {
  margin-top: 15px;
  width: 32%;
}
#page-store-beep .scene-card {
  margin-top: 15px;
  width: 32%;
  transition: 0.3s;
}
#page-store-beep .scene-card:hover {
  background: #fcfcfc;
}
#page-store-beep .scene-card .ant-card-meta-avatar {
  padding-top: 4px;
}
#page-store-beep .scene-card .ant-card-body {
  padding: 20px;
}
#page-store-beep .scene-card .ant-skeleton-title {
  margin: 0px 0 13px 0;
}
#page-store-beep .scene-card .ant-skeleton-paragraph {
  margin-top: 0;
  margin-bottom: 0;
}
#page-store-beep .scene-card .card-desc-padding {
  height: 21px;
}
#page-store-beep .scene-card .card-desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: rgba(0, 0, 0, 0.45);
}
#page-store-beep .scene-card .card-desc .card-desc-content {
  height: 100%;
  min-height: 2em;
  word-break: break-all;
}
#page-store-beep .scene-card .play-icon-wrapper {
  margin-left: 15px;
  flex-shrink: 0;
  cursor: pointer;
}
#page-store-beep .scene-card .play-icon-wrapper.play {
  color: #1987fe;
}
#page-store-beep .scene-card .play-icon-wrapper.stop {
  color: #f85662;
}
#page-store-beep .scene-card .play-icon-wrapper .icon {
  font-size: 12px;
}
#page-store-beep .scene-card .card-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  transition: 0.3s;
}
#page-store-beep .scene-card .card-actions .action-btn {
  margin-right: 8.5px;
  color: #555;
  transition: 0.3s;
  cursor: pointer;
}
#page-store-beep .scene-card .card-actions .action-btn:not(.action-delete):hover {
  color: #111;
}
#page-store-beep .scene-card .card-actions .action-delete {
  color: #f85662;
}
#page-store-beep .scene-card .is-uploading {
  cursor: not-allowed;
}
#page-store-beep .scene-card .is-uploading .actions-upload-btn {
  color: #888 !important;
}
.brand-library-container .ant-table table {
  background-color: #fff;
}
.brand-library-container .header-div {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.brand-library-container .header-operate-div .ant-btn-primary {
  background-color: #FF9900;
  border-color: #FF9900;
}
.brand-library-container .search-div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.brand-library-container .search-div .search-item {
  display: flex;
  align-items: center;
}
.brand-library-container .search-div .search-item p {
  text-align: right;
  margin: 0;
}
.brand-library-container .content-div {
  padding-top: 20px;
}
.order-close-detail-modal {
  padding-top: 20px;
}
.order-close-detail-modal .ant-row {
  margin-bottom: 15px;
}
.order-close-detail-modal .ant-row .ant-col-6 {
  text-align: right;
  padding-right: 5px;
}
.order-close-detail-modal .ant-row .ant-col-6 span {
  color: #808695;
}
.order-refund-detail-modal {
  padding-top: 20px;
}
.order-refund-detail-modal .ant-row {
  margin-bottom: 15px;
}
.order-refund-detail-modal .ant-row .ant-col-9 {
  text-align: right;
  padding-right: 5px;
}
.order-refund-detail-modal .ant-row .ant-col-9 span {
  color: #808695;
}
.online-order-detail-drawer .ant-drawer-wrapper-body {
  height: calc(100vh - 44px) !important;
}
.online-order-detail-drawer .ant-drawer-wrapper-body .ant-drawer-body {
  height: 100%;
}
.online-order-detail-drawer .detail {
  position: relative;
  height: 100%;
}
.online-order-detail-drawer .footer-detail {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 50px;
  border-top: 1px solid  gainsboro;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.online-order-detail-drawer .commonDrawer-icon {
  width: 24px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 16px solid #f2f2f2;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
}
.goodsSearch {
  display: flex;
  justify-content: space-between;
}
.searchForm_head_right button {
  margin-left: 20px;
}
.excel-upload-modal .ant-upload-list-text {
  display: none;
}
.excel-upload-modal .upload-area {
  width: 100px;
  height: 80px;
  border: 1px solid #2d8cf0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 10px;
}
.excel-upload-modal .upload-area.uploaded {
  border: 1px dashed #2d8cf0;
}
.excel-upload-modal .upload-area .ant-upload-text {
  width: 98px;
  height: 78px;
  line-height: 78px;
}
.imgBox {
  width: 50px;
  height: 50px;
}
.imgBox > img {
  max-width: 100%;
}
.content .oddRow {
  background: #f8f8f9ff;
}
.goods .content {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}
.goods table .ant-table-tbody > tr > td {
  padding: 5px 16px;
}
.editModal footer {
  text-align: right;
  margin-top: 30px;
}
.editModal footer button {
  margin-left: 10px;
}
.on {
  position: relative;
}
.on::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #6DD400FF;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 8px;
}
.off {
  position: relative;
}
.off::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #C5C8CEFF;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 8px;
}
.tableHeader {
  border-bottom: 1px solid #edeaedff;
  background: #fff;
  min-height: 46px;
  line-height: 46px;
  display: flex;
  justify-content: space-between;
}
.tableHeader .tableHeaderLeft > span {
  cursor: pointer;
  display: inline-block;
  background: transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
  margin-right: 10px;
  border-color: transparent;
  color: #000000a6;
}
.tableHeader .tableHeaderLeft .activeButton {
  color: #0091ffff;
  font-weight: 600;
  position: relative;
}
.tableHeader .tableHeaderLeft .activeButton::after {
  content: '';
  border-bottom: 2px solid #1890ff;
  width: 100%;
  background: #000;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 44px;
}
.tableHeaderRight > button {
  margin-right: 15px;
}
.category-manage-container .header-div {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.category-manage-container .search-div {
  flex: 1;
  display: flex;
}
.category-manage-container .search-div .search-item {
  display: flex;
  align-items: center;
}
.category-manage-container .search-div .search-item p {
  text-align: right;
  margin: 0;
}
.category-manage-container .unsupport-market {
  position: relative;
}
.category-manage-container .unsupport-market::after {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCiAgICB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUgMTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCiAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KICAgICAgICAuc3QwIHsNCiAgICAgICAgICAgIGZpbGw6ICNGMzNDM0M7DQogICAgICAgIH0NCiAgICA8L3N0eWxlPg0KICAgIDxnIGlkPSLpobXpnaItMSIgb3BhY2l0eT0iLjgiPg0KICAgICAgICA8ZyBpZD0i5ZOB57G7566h55CG5aSH5Lu9IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjU0LjAwMDAwMCwgLTYwNC4wMDAwMDApIj4NCiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtMuWkh+S7vS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NTQuMDAwMDAwLCA2MDQuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9IuebtOe6vy0y5aSH5Lu9LTQiPg0KICAgICAgICAgICAgICAgICAgICA8cmVjdCB4PSI2LjciIHk9IjAuOCIgdHJhbnNmb3JtPSJtYXRyaXgoMC42MDI5IC0wLjc5NzggMC43OTc4IDAuNjAyOSAtMy41MDM5IDguOTUyMykiIGNsYXNzPSJzdDAiDQogICAgICAgICAgICAgICAgICAgICAgICB3aWR0aD0iMSIgaGVpZ2h0PSIxNC4zIiAvPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8ZyBpZD0i5qSt5ZyG5b2iIj4NCiAgICAgICAgICAgICAgICAgICAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTcuNSwxNUMzLjQsMTUsMCwxMS42LDAsNy41UzMuNCwwLDcuNSwwUzE1LDMuNCwxNSw3LjVTMTEuNiwxNSw3LjUsMTV6IE03LjUsMUMzLjksMSwxLDMuOSwxLDcuNQ0KCQkJCQlTMy45LDE0LDcuNSwxNFMxNCwxMS4xLDE0LDcuNVMxMS4xLDEsNy41LDF6IiAvPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: " ";
}
.category-manage-container .resultContainer {
  background-color: #fff;
  padding: 0 16px 20px;
}
.category-manage-container .ant-table .ant-table-tbody > tr:not(.ant-table-expanded-row) > td {
  background-color: #fff;
}
.category-manage-container .ant-table .ant-table-tbody > tr:not(.ant-table-expanded-row) > td .table-operation-box {
  display: none;
}
.category-manage-container .ant-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background-color: #fff;
}
.category-manage-container .ant-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td:hover .table-operation-box {
  display: inline;
}
.category-manage-container .ant-table-tbody > tr > td {
  padding: 6px 16px;
}
.default-catalogList-div .ant-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background-color: #fff;
}
.category-tag-label .ant-form-item-label {
  line-height: normal;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.ant-list-item-content {
  color: rgba(0, 0, 0, 0.65);
}
.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #1890ff;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8e8e8;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.goodway .ant-upload.ant-upload-select-picture-card {
  border: none;
  background-color: transparent;
  height: auto;
}
.goodway .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
.goodway .ant-upload-picture-card-wrapper {
  width: auto;
}
.coupon-analysis-drawer .drawer-collapse:last-child .ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 0;
}
.coupon-analysis-drawer .drawer-collapse .ant-collapse {
  background-color: #fff !important;
}
.coupon-analysis-drawer .drawer-collapse .ant-collapse-header {
  line-height: 20px;
  padding: 16px 0;
  font-weight: 600;
  color: #333333;
  background-color: #fff;
}
.coupon-analysis-drawer .drawer-collapse .ant-collapse-header i {
  right: 0 !important;
}
.coupon-analysis-drawer .drawer-collapse .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding: 0 24px;
}
.coupon-analysis-drawer .drawer-collapse .ant-collapse-content-box {
  padding: 0 !important;
}
.coupon-analysis-drawer .drawer-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.coupon-analysis-drawer .drawer-empty > img {
  height: 160px;
  margin-bottom: 30px;
}
.coupon-analysis-drawer .drawer-empty > span {
  color: #515a6eff;
  line-height: 20px;
}
.coupon-analysis-drawer .use-analysis {
  position: relative;
  display: flex;
}
.coupon-analysis-drawer .use-analysis .use-analysis_group {
  flex: 1;
  display: flex;
}
.coupon-analysis-drawer .use-analysis .use-analysis_group_tips {
  flex-direction: column;
}
.coupon-analysis-drawer .use-analysis .use-analysis_group_tips .use-analysis__info {
  display: flex;
}
.coupon-analysis-drawer .use-analysis .use-analysis__desc {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.coupon-analysis-drawer .use-analysis .use-analysis__desc::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.coupon-analysis-drawer .use-analysis .use-analysis__desc--margin {
  margin-bottom: 12px;
}
.coupon-analysis-drawer .use-analysis .use-analysis__chart {
  padding: 0 12px 6px;
}
.coupon-analysis-drawer .use-analysis .antd-pro-charts-pie-legend {
  position: absolute !important;
  top: 40px;
  left: 220px;
}
.coupon-analysis-drawer .use-analysis .use-analysis__chunk {
  position: absolute;
  left: 220px;
  top: 0px;
  color: #333333;
}
.coupon-analysis-drawer .use-analysis .use-analysis__chunk-item {
  display: flex;
  margin-bottom: 6px;
}
.coupon-analysis-drawer .use-analysis .use-analysis__chunk-title {
  flex: 1;
  text-align: right;
}
.coupon-analysis-drawer .use-analysis .use-analysis__chunk-title::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.coupon-analysis-drawer .use-analysis .use-analysis__chunk-amount {
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  bottom: 1px;
  margin-right: 6px;
}
.coupon-analysis-drawer .basic-info {
  display: flex;
}
.coupon-analysis-drawer .basic-info__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.coupon-analysis-drawer .basic-info__row {
  padding: 7px;
  display: flex;
  align-items: center;
}
.coupon-analysis-drawer .basic-info__text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 125px;
  text-align: right;
}
.coupon-analysis-drawer .basic-info__text::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.coupon-analysis-drawer .basic-info__card {
  flex: 1;
  display: flex;
  background: #fff;
  border-radius: 8px;
  padding: 16px 4px;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-content {
  flex: 1;
  padding: 12px 20px;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 2px 2px #ccc;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-title {
  font-size: 14px;
  margin-bottom: 12px;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-wrap {
  height: 18px;
  position: relative;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-time {
  font-size: 20px;
  color: #9e9e9e;
  position: absolute;
  transform: scale(0.5);
  left: -50%;
  bottom: -50%;
  width: 200%;
  height: 200%;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-line {
  position: relative;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-line:before,
.coupon-analysis-drawer .basic-info__card .basic-info__card-line:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  background: #eee;
  left: -6px;
  z-index: 1;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-line:before {
  border-radius: 0 0 8px 8px;
  top: 0;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-line:after {
  border-radius: 8px 8px 0 0;
  bottom: 0;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-tip {
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 2px 2px #ccc;
  background: #78B4A8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-money {
  font-weight: 500;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon-analysis-drawer .basic-info__card .basic-info__card-name {
  font-size: 12px;
  text-align: center;
}
.coupon-analysis-drawer .send-analysis {
  padding-bottom: 16px;
}
.coupon-analysis-drawer .result-analysis .result-item {
  display: flex;
}
.coupon-analysis-drawer .result-analysis .result-item__good {
  width: 240px;
  height: 180px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.85);
}
.coupon-analysis-drawer .result-analysis .result-item__good-name {
  padding: 16px 0;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon-analysis-drawer .result-analysis .result-item__good-desc {
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  margin-bottom: 16px;
  display: flex;
}
.coupon-analysis-drawer .result-analysis .result-item__good-text {
  white-space: nowrap;
}
.coupon-analysis-drawer .result-analysis .result-item__good-id {
  word-break: break-all;
}
.coupon-analysis-drawer .result-analysis .result-item__good-footer {
  display: flex;
  align-items: flex-end;
}
.coupon-analysis-drawer .result-analysis .result-item__good-chunk {
  width: 60px;
  height: 60px;
  margin-right: 14px;
  position: relative;
}
.coupon-analysis-drawer .result-analysis .result-item__good-img {
  width: 100%;
  height: 100%;
}
.coupon-analysis-drawer .result-analysis .result-item__good-subtitle {
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1px 4px;
  background-color: rgba(0, 0, 0, 0.49);
}
.coupon-analysis-drawer .result-analysis .result-item__good-num {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  height: 30px;
  line-height: 30px;
}
.coupon-analysis-drawer .result-analysis .result-item__line {
  flex: 1;
  padding: 0 10px;
}
.coupon-analysis .analysis-header {
  margin-bottom: 12px;
  padding: 20px 16px;
  background-color: #fff;
}
.coupon-analysis .analysis-header .ant-form-item {
  margin-right: 20px;
  margin-bottom: 0;
}
.coupon-analysis .analysis-header__button {
  display: inline-block;
  line-height: 40px;
}
.coupon-analysis .analysis-table {
  padding: 16px;
  padding-top: 0;
  background-color: #fff;
}
.coupon-analysis .analysis-table .ant-table-placeholder {
  border-bottom: 0;
}
.coupon-analysis .analysis-table .analysis-table__dropdown {
  display: flex;
  align-items: center;
}
.coupon-analysis .analysis-table .analysis-table__operation {
  color: #4A8AF4;
  cursor: pointer;
}
.coupon-analysis .analysis-table .onRowActive {
  background: #F4F7FD;
}
.coupon-analysis .analysis-table .table-screen {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.coupon-analysis .analysis-table .table-screen__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.coupon-analysis .analysis-table .table-screen__icon {
  width: 12px;
  height: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}
.coupon-analysis .analysis-targets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.coupon-analysis .analysis-targets__item {
  height: 80px;
  border-radius: 2px;
  padding: 16px;
  color: #000000;
  background: #fff;
  margin-right: 8px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.coupon-analysis .analysis-targets__item:last-child {
  margin-right: 0;
}
.coupon-analysis .analysis-targets__name {
  display: flex;
  align-items: center;
  line-height: 18px;
}
.coupon-analysis .analysis-targets__value {
  height: 22px;
  font-size: 16px;
  line-height: 22px;
}
.coupon-analysis .coupon-analysis__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  line-height: 22px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.line {
  margin: 20px 0;
  height: 1px;
  background: gainsboro;
}
.searchGood-wrap-goods-num {
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
  transform: translateY(-50%) translateX(calc(100% + 15px));
}
.searchGood-action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.formItem {
  display: flex;
}
.buy {
  display: flex;
  align-items: flex-start;
}
.buy .left {
  width: 60px;
  font-size: 30px;
}
.catalog_formitem .rule_title {
  min-height: 40px;
  line-height: 30px;
  color: #333;
}
.catalog_formitem .rule_title .tit {
  font-size: 14px;
  font-weight: bold;
}
.catalog_formitem .rule_title .sp {
  padding: 0 8px;
  color: #f96229;
}
.catalog_formitem .add_pool {
  line-height: 30px;
  color: #4a8af4;
  padding-left: 21%;
  cursor: pointer;
}
.catalog_formitem .item .del_item {
  margin: 0 10px;
  display: none;
  color: red;
}
.catalog_formitem .item:hover .del_item {
  display: inline-block;
}
.catalog_box_wrap {
  background-color: #fff;
  padding: 16px 0;
}
.form-item-select-multi-store.select-unique {
  height: auto !important;
  margin-bottom: 15px;
}
.form-item-select-multi-store.select-unique > .ant-form-item-control-wrapper {
  width: 300px;
  background: white;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
}
.form-item-select-multi-store.select-unique.no-header > .ant-form-item-control-wrapper {
  border: none;
}
.form-item-select-multi-store.select-unique .ant-radio-group {
  width: 100%;
  background: #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 15px;
}
.form-item-select-multi-store.select-unique .select-multi-store-con {
  padding: 3px 8px;
}
.form-item-select-multi-store.select-unique .ant-form-explain {
  color: #f5222d;
}
.form-item-select-multi-store.select-unique .ant-row {
  height: auto;
}
.col-layout-form .ant-form-item-children {
  white-space: nowrap;
}
.col-layout-form .ant-select-selection--multiple > ul > li,
.col-layout-form .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  max-width: 250px;
}
.col-layout-form .ant-form-item > .ant-form-item-label {
  min-width: 122px;
}
.effectDay {
  display: inline-block !important;
  margin-right: 0 !important;
}
.effectDay .ant-form-item-control-wrapper {
  min-width: auto !important;
}
.couponNew .ant-form-item {
  margin-bottom: 0;
}
.couponNew .coupon-image {
  margin-bottom: 10px;
  height: auto !important;
}
.required-formItem {
  background: transparent;
}
.required-formItem .ant-form-item-label {
  background: transparent;
}
.required-formItem .ant-form-item-label label {
  background: transparent;
}
.required-formItem .ant-form-item-label label::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.couponTimeDur .leftTitle {
  float: left;
  text-align: right;
  color: #000;
  line-height: 42px;
}
.couponTimeDur .rightContent {
  float: left;
}
.couponTimeDur .rightContent .ant-form-item {
  display: block;
  height: 54px;
}
.mr-15 {
  margin-right: 15px;
}
.couponRecordWrapper .cmpt-search-model .operationBtn {
  cursor: pointer;
  color: #2d8cf0;
  margin-right: 16px;
}
.couponRecordWrapper .cmpt-search-model .active-row {
  background: #e9f7fe;
}
.couponRecordWrapper .cmpt-search-model .coverStyleSpan {
  display: inline-block;
  width: 44px;
}
.couponRecordWrapper .ant-drawer-body {
  padding: 0 24px;
  padding-right: 12px;
  padding-bottom: 40px;
}
.couponRecordWrapper .couponDrawer .wraper {
  padding-left: 0;
}
.couponRecordWrapper .couponDrawer .baseinfobox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.couponRecordWrapper .couponDrawer .baseinfobox .item {
  float: left;
  width: 33%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.couponRecordWrapper .couponDrawer .baseinfobox .item .tit {
  width: 100px;
  text-align: right;
  float: left;
  color: #000;
  padding-right: 5px;
}
.couponRecordWrapper .couponDrawer .title {
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.couponRecordWrapper .ant-btn-FF9900 {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.cardView-title {
  margin-top: 46px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #2d8cf0 !important;
}
.cardView .coupon-cmpt {
  margin-top: 50px;
}
.cardView .cardView-detail .title {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #1d2088;
  cursor: pointer;
}
.cardView pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.cardView .label {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.cardView .border {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  position: relative;
  margin-top: 10px;
}
.cardView .close-icon {
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}
.cardView .close-icon .icon {
  cursor: pointer;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-result {
  padding: 48px 32px;
}
.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}
.ant-result-error .ant-result-icon > .anticon {
  color: #f5222d;
}
.ant-result-info .ant-result-icon > .anticon {
  color: #1890ff;
}
.ant-result-warning .ant-result-icon > .anticon {
  color: #faad14;
}
.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}
.ant-result-icon > .anticon {
  font-size: 72px;
}
.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.ant-result-extra {
  margin-top: 32px;
  text-align: center;
}
.ant-result-extra > * {
  margin-right: 8px;
}
.ant-result-extra > *:last-child {
  margin-right: 0;
}
.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon > .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #1890ff;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #1890ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #1890ff;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #1890ff;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #f5222d;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #1890ff;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #1890ff;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #1890ff;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.ant-steps-vertical {
  display: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
    width: 1px;
    height: 100%;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    display: none;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 30px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #1890ff;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .ant-steps-navigation > .ant-steps-item {
    margin-right: 0 !important;
  }
  .ant-steps-navigation > .ant-steps-item::before {
    display: none;
  }
  .ant-steps-navigation > .ant-steps-item.ant-steps-item-active::before {
    top: 0;
    right: 0;
    left: unset;
    display: block;
    width: 3px;
    height: calc(100% - 24px);
  }
  .ant-steps-navigation > .ant-steps-item::after {
    position: relative;
    top: -2px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    text-align: center;
    transform: rotate(135deg);
  }
  .ant-steps-navigation > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    visibility: hidden;
  }
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
  margin-left: -16px;
  padding-left: 16px;
  background: #fff;
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item {
  margin-left: -12px;
  padding-left: 12px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child {
  overflow: hidden;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot::after {
  right: -200px;
  width: 200px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::before,
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 8px;
  background: #fff;
  content: '';
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  right: -10px;
  left: auto;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ccc;
}
.promotion .ant-form-item {
  margin-bottom: 0;
}
.steps-wrap {
  padding-top: 20px;
  float: left;
  width: 206px;
}
.steps-wrap .ant-steps-vertical .ant-steps-item {
  height: 140px;
}
.steps-content {
  position: relative;
  margin-left: 210px;
  margin-top: 12px;
  border: 1px dashed #e9e9e9;
  border-radius: 3px;
  background-color: #fafafa;
}
.steps-content .ant-row {
  height: 54px;
}
.steps-action {
  margin-left: 206px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.catalogSelectBox {
  padding: 16px;
  background-color: #fff;
  border: solid 1px #ddd;
  height: auto;
  overflow: auto;
  margin-top: 16px;
}
.catalogSelectBox .catalogItem {
  width: 30%;
  float: left;
  margin-right: 10px;
}
.catalogSelectBox .catalogItem .tit {
  text-align: center;
  line-height: 40px;
}
.catalogSelectBox .catalogItem .box {
  width: 240px;
  height: 500px;
  border: solid 1px #ddd;
  overflow: auto;
  border-radius: 4px;
}
.catalogSelectBox .catalogItem .box .item {
  height: 30px;
  border-bottom: solid 1px #ddd;
  line-height: 30px;
  padding-left: 16px;
  cursor: pointer;
}
.catalogSelectBox .catalogItem .box .item .ant-checkbox {
  margin-right: 16px;
}
.catalogSelectBox .catalogItem .box .item.active {
  background-color: #f5f5f5;
}
.catalogSelectBox .catalogItem .box .item:hover {
  background-color: #f5f5f5;
}
.tip-name {
  display: inline-block;
  padding-left: 10px;
  color: red;
}
.tableWrapBox {
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  margin-top: 8px;
}
.tableWrapBox .tableContentBox {
  padding: 15px;
}
.tableWrapBox .ant-table-thead > tr > th {
  background: rgba(240, 240, 240, 0.5);
  padding: 10px;
}
.tableWrapBox .ant-table-tbody > tr > td {
  padding: 8px;
}
.tableWrapBox .ant-table-tbody > tr:nth-child(even) > td {
  background: #f8f8f9;
}
.tableWrapBox .ant-table-tbody > .row-selected:nth-child(even) > td {
  background: #e6f7ff !important;
}
.tableWrapBox .ant-table-tbody .row-selected {
  background: #e6f7ff !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star:hover {
  transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  transition: all 0.3s;
  user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
}
.ant-statistic-content-value-decimal {
  font-size: 16px;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block;
}
.ant-statistic-content-prefix {
  margin-right: 4px;
}
.ant-statistic-content-suffix {
  margin-left: 4px;
  font-size: 16px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #e8e8e8;
}
.ant-divider,
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text-center,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
}
.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.orderGoodsItem {
  display: flex;
  margin-bottom: 15px;
}
.orderGoodsItem-price {
  color: #333;
  font-weight: 600;
}
.orderGoodsItem-img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.orderGoodsItem-img > img {
  max-width: 100%;
}
.orderGoodsItem-content {
  flex: 1;
}
.orderGoodsItem-content-item {
  display: flex;
  justify-content: space-between;
}
.orderGoodsItem-content-item-left {
  flex: none;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orderGoodsItem-content-item-right {
  flex: none;
  text-align: right;
}
.store-wrapper {
  position: relative;
  padding: 8px 8px 0;
  border-radius: 4px;
  overflow: hidden;
  overflow-x: auto;
}
.userDetail {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.userDetail .ant-tabs {
  height: 100%;
}
.userDetail .ant-tabs-bar {
  margin: 0 0 20px 0;
}
.userDetail .ant-tabs-content {
  flex: 1;
}
.userDetail-closeIcon {
  padding: 10px;
  font-size: 18px;
}
.userDetail-closeIcon:hover {
  color: #1890ff;
}
.userDetail-orderDisplayIcon {
  cursor: pointer;
  font-size: 18px;
}
.userDetail-orderDisplayIcon:hover {
  color: #2d8cf0;
}
.customerServiceCouponSelectDialog .ant-modal-header {
  border-bottom: 1px solid #e8e8e8;
}
.customerServiceCouponSelectDialog .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.couponSelector-couponList {
  height: 480px;
  overflow-y: auto;
}
.couponSelector-couponList-empty {
  margin-top: 60px;
  text-align: center;
}
.couponSelector-couponList .couponItem {
  display: flex;
  align-items: center;
}
.CsCouponSelect-coupon {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 350px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.1s;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}
.CsCouponSelect-coupon:hover {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.CsCouponSelect-coupon-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #dedfde;
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}
.CsCouponSelect-coupon-left {
  position: relative;
  float: left;
  width: 110px;
  height: 100%;
  user-select: none;
  z-index: 2;
}
.CsCouponSelect-coupon-left-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: white;
  transition: 0.1s;
}
.CsCouponSelect-coupon-left-con {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 2;
}
.CsCouponSelect-coupon-left-con .coupon-show {
  line-height: 1em;
  font-weight: bold;
}
.CsCouponSelect-coupon-left-con .coupon-type {
  margin-top: 10px;
  font-size: 12px;
  height: 1em;
  line-height: 1em;
}
.CsCouponSelect-coupon-right {
  position: relative;
  box-sizing: border-box;
  float: left;
  padding-left: 6px;
  width: calc(100% - 110px);
  height: 100%;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.CsCouponSelect-coupon-right-before {
  position: absolute;
  top: -1px;
  left: -2px;
  right: 0;
  width: 5px;
  height: calc(100% + 2px);
  background: white;
}
.CsCouponSelect-coupon-right-con {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  height: 100%;
  line-height: 1em;
}
.CsCouponSelect-coupon-right-con-line {
  width: 100%;
  height: 1px;
  background-color: #d7d9de;
}
.CsCouponSelect-coupon-right-con-valid,
.CsCouponSelect-coupon-right-con-desc {
  color: #999;
  min-height: 1em;
  word-break: break-all;
}
.CsCouponSelect-coupon-right-con-name {
  color: #0a0a0a;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 1em;
  line-height: 1em;
  word-break: break-all;
}
.CsCouponSelect-coupon-right-con-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.CsCouponSelect-coupon-del {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px;
  font-size: 10px;
  cursor: pointer;
  color: #c41d7f;
}
.userComplaintList {
  position: relative;
  height: 100%;
  padding: 0 24px;
}
.userComplaintList-chat {
  width: 320px;
  max-height: 580px;
  overflow-y: auto;
}
.userCouponList {
  padding: 0 24px;
}
.userInfo {
  width: 100%;
  padding: 0 20px;
  margin: 0 !important;
  background-color: #FFF;
}
.userInfo .ant-divider-horizontal {
  margin: 16px 0;
}
.userInfo-title {
  display: flex;
  justify-content: space-between;
}
.userInfo-block {
  margin-bottom: 16px;
}
.userInfo-block h4 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #333;
}
.userInfo-empty {
  height: 253px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.userBasicInfo {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  background-color: #FFF;
}
.userBasicInfo td {
  width: 50%;
  border: 1px solid #EEE;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}
.userBasicInfo-main {
  width: 30%;
  padding: 16px 0;
  border: 1px solid #EEE;
  background-color: #FAFAFA;
  text-align: center;
}
.userBasicInfo-main-control {
  margin: 10px 0;
}
.userBasicInfo-main-gender {
  padding-left: 8px;
  font-size: 12px;
}
.userBasicInfo-title {
  width: 20% !important;
  background-color: #FAFAFA;
  text-align: right;
}
.userBasicInfo-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userShopTop-tooltip {
  position: absolute;
  transition: visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, left 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: #aeaeae 0 0 10px;
  border-radius: 3px;
  color: #575757;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 10px 6px 10px;
  z-index: 4;
}
.userOrderDetail {
  position: relative;
  height: 100%;
  padding: 0 24px;
}
.userOrderList {
  position: relative;
}
.userOrderList_actionIcon {
  position: absolute;
  right: 18px;
  font-size: 18px;
  color: #000;
  transform: translateY(-50%);
}
.userOrderList .ant-table-expand-icon-th,
.userOrderList .ant-table-row-expand-icon-cell {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  padding: 0 !important;
}
.userOrderList .ant-table-expanded-row td:first-child {
  display: none !important;
}
.userOrderList_goodsImgList-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.userOrderList_GoodImg-wrapper {
  width: 46px;
  height: 46px;
  line-height: 46px;
  position: relative;
  overflow: hidden;
}
.userOrderList_GoodImg-wrapper + .userOrderList_GoodImg-wrapper {
  margin-left: 2px;
}
.userOrderList_GoodImg-text {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  color: #f5222d;
}
.orderSymbol {
  font-size: 14px;
  margin-right: 4px;
}
.userOrderItem {
  position: relative;
}
.userOrderItem-info-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.userOrderItem-info-row-title {
  min-width: 80px;
  font-size: 14px;
  font-weight: 400;
  color: #808695;
  text-align: right;
}
.userOrderItem-info-row-content {
  flex: 1;
}
.userOrderItem-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.userOrderItem-main {
  height: 420px;
  border: 1px solid #F8F8F9;
}
.userOrderItem-main h4 {
  height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}
.userOrderItem-section {
  height: 100%;
}
.userOrderItem-goodsList {
  height: calc(100% - 30px);
  padding: 10px;
  overflow: auto;
  background-color: #FFF;
}
.stepSecond {
  height: 100%;
}
.stepSecond .common-table-container {
  min-height: 320px;
}
.stepSecond .ant-tabs-bar {
  margin-bottom: 0;
}
.stepSecond .ant-drawer-body {
  padding: 0;
  padding-bottom: 60px;
}
.stepSecond .userDetail .ant-tabs-content {
  overflow: initial;
  padding-top: 16px;
}
.add-filter-wrap {
  background: #fafafa;
  padding: 15px;
}
.add-filter-wrap .label-overflow {
  height: calc(100vh - 270px);
  overflow-y: scroll;
}
.import-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.import-filter .ant-table-placeholder {
  border-bottom: none;
}
.import-filter .remove-user {
  position: absolute;
  bottom: 43px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #eee;
}
.import-filter .upload-head {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.import-filter .upload-head .template-upload {
  font-weight: 600;
}
.import-filter .upload-head .upload-grey {
  background: #DCDEE2FF;
  width: 380px;
  height: 40px;
  margin: 0 15px;
  text-align: center;
  line-height: 40px;
}
.import-filter .upload-head .upload-grey .ant-upload-list-text {
  display: none;
}
.import-filter .upload-desc span {
  color: #808695FF;
}
.import-filter .upload-content {
  background: #fff;
  min-height: 510px;
  height: 100%;
  width: 100%;
  margin-top: 15px;
}
.import-filter .upload-content .ant-table-pagination {
  padding-right: 15px;
}
.import-filter .upload-content img {
  max-width: 170px;
  margin-bottom: 40px;
}
.import-filter .upload-result {
  margin-top: 10px;
}
.import-filter .upload-result .anticon {
  font-size: 18px;
  margin-right: 3px;
}
.import-filter .upload-result .ant-btn {
  margin-left: 10px;
}
.import-filter-popover {
  width: 220px;
}
.import-filter-popover > p {
  display: flex;
  justify-content: space-between;
}
.tag-filter {
  display: flex;
  height: 100%;
}
.tag-filter .title {
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: -30px;
  left: 0;
}
.tag-filter .left {
  background: #fff;
  width: 30%;
  position: relative;
  margin-top: 35px;
  border: 1px solid #00000026;
}
.tag-filter .left .search {
  border-bottom: 1px solid #eee;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}
.tag-filter .left .search > span {
  color: #00000082;
  font-size: 14px;
}
.tag-filter .left .ant-input {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.tag-filter .left .ant-input:focus,
.tag-filter .left .ant-input:hover {
  border-color: #00000026;
  outline: 0;
  box-shadow: none;
}
.tag-filter .left .drag-from-area {
  display: flex;
  justify-content: center;
  padding: 10px;
  padding-top: 15px;
  flex-direction: column;
}
.tag-filter .left .drag-from-area .ant-menu-submenu {
  background: #0000000a;
}
.tag-filter .left .drag-from-area .ant-menu-inline {
  border-right: none;
}
.tag-filter .left .drag-from-area .labels {
  margin-top: 15px;
}
.tag-filter .left .drag-from-area .labels > span {
  margin-left: 15px;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
  min-width: 120px;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
  background: #91D5FF99;
  border-radius: 2px;
  border: 1px solid #91d5ff;
  cursor: move;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 96%;
}
.tag-filter .right {
  background: #fff;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 35px;
  position: relative;
  width: 70%;
  font-weight: 500;
  font-size: 16px;
}
.tag-filter .right > span {
  position: absolute;
  top: -32px;
  font-weight: 600;
}
.tag-filter .right > span .A {
  font-size: 18px;
  font-weight: 600;
  color: #1890FFFF;
  font-style: normal;
}
.tag-filter .right > span .B {
  font-size: 18px;
  font-weight: 600;
  color: #5CCB1CFF;
  font-style: normal;
}
.tag-filter .right > span .C {
  font-size: 18px;
  font-weight: 600;
  color: #E25C3AFF;
  font-style: normal;
}
.tag-filter .right .title {
  font-weight: 700;
}
.tag-filter .right .title .anticon {
  margin-right: 5px;
}
.tag-filter .right .title-right {
  position: absolute;
  right: 0;
  top: -30px;
  color: #ED4014FF;
}
.tag-filter .right .drag-to-area {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tag-filter .right .drag-to-area h2 {
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  padding: 10px 0;
}
.tag-filter .right .drag-to-area h2 > span {
  font-size: 18px;
}
.tag-filter .right .drag-to-area > div {
  background: #F8F8F9FF;
  min-height: 100px;
  max-height: 200px;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 5px;
  flex-grow: 1;
}
.tag-filter .right .drag-to-area > div .select {
  display: inline-block;
  background: #0000000A;
  padding: 5px 10px;
  margin: 10px 15px;
  margin-right: 0;
  padding-right: 25px;
  position: relative;
}
.tag-filter .right .drag-to-area > div .select > span {
  padding-right: 10px;
}
.tag-filter .right .drag-to-area > div .select:hover .close-icon {
  display: initial;
}
.tag-filter .right .drag-to-area > div .select .close-icon {
  display: none;
  position: absolute;
  right: 2px;
  top: 0;
  cursor: pointer;
}
.tag-filter .right .drag-to-area > div .select .close-icon .anticon {
  color: #00000073;
}
.tag-filter .right .drag-to-area .A-h2 {
  padding: 0;
  padding-bottom: 10px;
  color: #1890FFFF;
}
.tag-filter .right .drag-to-area .B-h2 {
  color: #5CCB1CFF;
}
.tag-filter .right .drag-to-area .C-h2 {
  color: #E25C3AFF;
}
.customerGroup-filter .left .drag-from-area {
  padding-top: 10px;
}
.customerGroup-filter .right .drag-to-area > div .select .close-icon {
  display: initial !important;
  right: 10px;
  top: 4px;
}
.customerGroup-filter .right .drag-to-area > div .select .close-icon .anticon-close {
  font-size: 12px;
}
.remove-user {
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}
.cg-searchHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cg-tableList-tag > .anticon {
  font-size: 20px;
  cursor: pointer;
  margin-right: 6px;
}
.cg-table-operate > span {
  cursor: pointer;
  color: #1890FFFF;
  margin-right: 6px;
}
table .ant-table-tbody > tr > .hover {
  color: #1890FFFF;
  cursor: pointer;
}
table .ant-table-tbody > tr > .hover .group-name {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.customerGroup-table {
  padding: 16px 16px 0;
  background: #fff;
}
.historyRecord {
  padding-bottom: 20px;
}
.historyRecord .header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.table-groupStores-td {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-groupStores-td .table-groupStores::after {
  content: ' | ';
  color: #DCDEE2FF;
}
.table-groupStores-td .table-groupStores:last-of-type::after {
  content: '';
}
.displayNone {
  display: none;
}
.ruleCreation .content {
  margin-top: 20px;
}
.ruleCreation .area > div {
  background: #F8F8F9FF;
  border: 1px solid #D9D9D9FF;
  min-height: 150px;
  margin-bottom: 10px;
  padding: 15px;
}
.ruleCreation .area .label-div {
  background: #0000000A;
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 8px;
  margin-right: 8px;
}
.ruleCreation .area .label-div > span {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 10px;
  min-width: 60px;
  background: #ffffffc2;
  text-align: center;
}
.ruleCreation .area.a h2 {
  color: #199BFFFF;
}
.ruleCreation .area.b h2 {
  color: #5CCB1CFF;
}
.ruleCreation .area.c h2 {
  color: #E25C3AFF;
}
.ruleCreation .area h2 {
  font-size: 14px;
}
.ruleCreation .area h2 > span {
  font-size: 18px;
}
.ruleCreation .group-label {
  background: #0000000A;
  padding: 6px 15px;
  border-radius: 3px;
}
.baseInfo {
  background: #FAFAFAFF;
  padding: 5px 30px;
}
.baseInfo h2 {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.baseInfo .ant-form {
  padding: 15px;
  padding-top: 30px;
  background: #fff;
}
.baseInfo .ant-form .ant-form-item {
  margin-bottom: 15px;
}
.chooseWay {
  background: #FAFAFAFF;
  padding: 0 30px 15px;
  min-height: 336px;
}
.chooseWay h2 {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.chooseWay .label-checkbox {
  background: #fff;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
}
.chooseWay .label-checkbox > div {
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  width: 45%;
  border: 1px solid #D9D9D9FF;
  margin-right: 3%;
  padding: 20px 0;
  min-height: 140px;
}
.chooseWay .label-checkbox > div.add:hover {
  border-color: #1890FFFF;
}
.chooseWay .label-checkbox > div.active {
  border-color: #1890FFFF;
}
.chooseWay .label-checkbox > div.active .checked {
  visibility: initial;
}
.chooseWay .label-checkbox > div.active .createIcon {
  color: #1890FFFF;
}
.chooseWay .label-checkbox > div.edit {
  border-color: #D9D9D9FF;
  cursor: not-allowed;
}
.chooseWay .label-checkbox > div.edit.active {
  background: #eeeeeebf;
}
.chooseWay .createIcon {
  width: 80px;
  text-align: center;
}
.chooseWay .createIcon > .anticon {
  font-size: 30px;
}
.chooseWay .description {
  width: 100%;
}
.chooseWay .description > span {
  font-weight: 600;
}
.chooseWay .description > p {
  margin-top: 5px;
  opacity: 0.75;
}
.chooseWay .checked {
  visibility: hidden;
  width: 60px;
  text-align: center;
}
.chooseWay .checked > .anticon {
  font-size: 20px;
}
.stepThird {
  background: #FAFAFAFF;
  padding: 20px;
}
.stepThird > h2 {
  color: #000000FF;
  font-size: 16px;
  font-weight: 500;
}
.stepThird .cgList-detail {
  width: 100%;
  background: #fff;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  height: 100px;
  align-items: center;
}
.stepThird .cgList-detail .detail-desc {
  display: flex;
  width: 100%;
}
.stepThird .cgList-detail .detail-desc > div {
  flex-grow: 1;
  border-right: 1px solid #fafafa;
  padding-left: 25px;
}
.stepThird .cgList-detail .detail-desc > div:last-of-type {
  border-right: none;
}
.stepThird .cgList-detail .detail-desc > div h2 {
  margin-top: 10px;
  margin-bottom: 0;
}
.stepThird .blue-circle {
  position: relative;
}
.stepThird .blue-circle::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1890FFFF;
  position: absolute;
  top: 6px;
  left: -10px;
}
.stepThird .cgList-table {
  padding: 15px;
  background: #fff;
}
.stepFourth {
  background: #FAFAFAFF;
  width: 100%;
  height: calc(100vh - 180px);
}
.stepFourth .result {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.stepFourth .result > span {
  font-size: 24px;
  font-weight: 500;
  margin: 20px;
  margin-bottom: 30px;
}
.stepFourth .result .ant-btn {
  margin-right: 10px;
}
.customerGroupAdd {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.customerGroupAdd .ant-btn {
  border-radius: 0;
}
.customerGroupAdd .add-step {
  padding-top: 50px;
  padding-left: 40px;
  padding-bottom: 50px;
  width: 220px;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.customerGroupAdd .add-step .ant-steps {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 480px;
}
.customerGroupAdd .add-step .ant-steps-item-description {
  visibility: hidden;
}
.customerGroupAdd .add-content {
  background: #fff;
  padding: 15px;
  width: calc(100% - 220px);
  padding-bottom: 15px;
}
.customerGroupAdd .prev-next-button {
  width: 100%;
  text-align: center;
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cgList-wrap .userDetail .ant-tabs-content {
  overflow: initial;
}
.cgList-wrap .cgList-detail {
  width: 100%;
  background: #fff;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cgList-wrap .cgList-detail .detail-desc {
  display: flex;
  width: 70%;
}
.cgList-wrap .cgList-detail .detail-desc > div {
  flex-grow: 1;
  border-right: 1px solid #fafafa;
  padding-left: 25px;
}
.cgList-wrap .cgList-detail .detail-desc > div:last-of-type {
  border-right: none;
}
.cgList-wrap .cgList-detail .detail-desc > div h2 {
  margin-top: 10px;
  margin-bottom: 0;
}
.cgList-wrap .cgList-detail .detail-button {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cgList-wrap .cgList-detail .detail-button .ant-btn {
  margin-right: 10px;
}
.cgList-wrap .cgList-detail > div {
  margin: 15px 0;
}
.cgList-wrap .cgList-search {
  padding: 15px;
  padding-top: 0;
}
.cgList-wrap .cgList-search h3 {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}
.cgList-wrap .cgList-search .ant-input-search {
  float: right;
}
.cgList-wrap .cgList-table {
  padding: 15px;
  background: #fff;
}
.cgList-wrap .blue-circle {
  position: relative;
}
.cgList-wrap .blue-circle::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1890FFFF;
  position: absolute;
  top: 6px;
  left: -10px;
}
.group-search-title .anticon {
  font-size: 16px;
  margin-left: 6px;
  cursor: pointer;
}
.confirm-delete-user .ant-modal-body {
  text-align: center;
  padding: 0;
}
.confirm-delete-user p {
  padding: 60px;
  padding-bottom: 30px;
  font-size: 18px;
  color: black;
}
.confirm-delete-user .delete-btn-group {
  border-top: 1px solid #e8e8e8;
  margin: 0 auto;
  width: 99%;
  padding: 2px;
}
.confirm-delete-user .delete-btn-group .ant-btn {
  width: 50%;
  border: none;
  border-radius: 0;
  font-size: 18px;
  color: black;
  padding: 6px;
  height: auto;
}
.confirm-delete-user .delete-btn-group .ant-btn-ok {
  border-left: 1px solid #e8e8e8;
}
.actlist .ant-list-bordered {
  border: none;
}
.action-preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.action-preview.jPush .empty-tip {
  color: white;
}
.action-preview .preview-header {
  margin-top: 1em;
  text-align: center;
}
.action-preview .phone-section {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform-origin: top;
}
.action-preview .phone-section .phone-bg {
  position: absolute;
  top: 0;
  z-index: 0;
}
.action-preview .phone-section .phone-content-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
}
.action-preview .phone-section .phone-content-wrapper .phone-header {
  margin-top: 60px;
  padding: 5px;
  width: 260px;
  height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.action-preview .phone-section .phone-content-wrapper .phone-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  width: 260px;
  overflow: hidden scroll;
}
.action-preview .phone-content .empty-tip {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.action-preview .phone-content .item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.action-preview .phone-content .item:first-child {
  margin-top: 5px;
}
.action-preview .remove-btn {
  flex-shrink: 0;
  color: #f5222d;
  user-select: none;
  cursor: pointer;
}
.action-preview .preview-sms {
  margin-right: 15px;
  padding: 5px;
  border-radius: 10px;
  border: solid 1px #ddd;
  line-height: 1.65em;
  font-size: 13px;
  word-break: break-all;
  cursor: pointer;
}
.action-preview .coupon-cmpt .coupon-con {
  padding: 10px;
}
.action-preview .preview-jpush {
  padding: 5px 9px;
  width: 238px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.action-preview .preview-jpush .title-con {
  display: flex;
  justify-content: space-between;
}
.action-preview .preview-jpush .push-name {
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
.action-preview .preview-jpush .push-content {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 1.5em;
  line-height: 1.5em;
  word-break: break-all;
}
.actionResult {
  padding-left: 20px;
  padding-top: 10px;
}
.actionResult-section-title img {
  width: 16px;
}
.actionResult-section-content .content-sms-wrapper {
  display: inline-block;
  width: 246px;
  height: 104px;
  padding: 20px;
  color: #101010;
  border: 1px solid gainsboro;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.actionResult-section-content .content-sms-wrapper .push-card,
.actionResult-section-content .content-sms-wrapper .sms-card {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.collapse-tags .ant-tag {
  padding: 7px 22px;
  border-radius: 22px;
  border: 1px solid gainsboro;
  margin-bottom: 10px;
}
.collapse-tags .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.portrayal .cloudtag {
  position: relative;
  display: inline-block;
  color: #1790ff;
  width: 130px;
  font-size: 12px;
}
.portrayal .tagline {
  position: absolute;
  right: -30px;
  margin-left: 10px;
  width: 20px;
  border-top: 1px dashed #1790ff;
  top: 50%;
}
.portrayal .left-tags,
.portrayal .right-tags {
  position: absolute;
  top: -20px;
  width: 130px;
}
.portrayal .left-tags {
  left: -130px;
}
.portrayal .right-tags {
  right: -130px;
}
.push-search-results .ant-list-bordered {
  border: none;
}
.send-time .ant-row {
  margin-bottom: 0;
}
.send-time .ant-row:nth-child(2) .ant-form-item-label {
  visibility: hidden;
}
.send-time .ant-form-item-children label {
  margin-left: 10px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  color: unset;
  line-height: 1;
}
.ant-badge-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #f5222d;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  width: 6px;
  height: 6px;
  background: #f5222d;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #f5222d;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
.customerPush {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
}
.customerPush .ant-tabs-bar {
  margin: 0 0 12px 0;
}
.customerPush .steps-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  border-bottom: solid 1px #bbb;
  flex-shrink: 0;
}
.customerPush .steps-container .steps-container-shadow {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 1px;
  box-shadow: 0 1px 3px 1px #ccc;
}
.customerPush .steps-container .steps-container-white-border {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 5px;
  background: white;
}
.customerPush .steps-container .ant-steps-item {
  margin-right: 0;
  width: 25%;
  overflow: visible;
}
.customerPush .steps-container .ant-steps-item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
.customerPush .steps-container .ant-steps-item-content {
  text-align: center;
}
.customerPush .steps-container .ant-steps-item-icon {
  margin-right: 0;
}
.customerPush .steps-container .ant-steps-item-title {
  position: unset;
  margin-top: 6px;
  padding-right: 0;
  line-height: unset;
}
.customerPush .steps-container .ant-steps-item-title::after {
  top: 50%;
  left: unset;
  right: 0;
  width: 50%;
  transform: translateX(50%);
}
.customerPush .steps-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 208px);
}
.customerPush .steps-content-container .step {
  z-index: -1;
  overflow: hidden;
}
.customerPush .steps-content-container .step.active {
  flex-grow: 1;
  height: 100%;
  z-index: 0;
}
.customerPush .steps-content-container .step.hide {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  z-index: -1;
}
.customerPush .steps-content-container .step .left,
.customerPush .steps-content-container .step .right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.customerPush .steps-content-container .step .left {
  overflow: auto;
  flex-grow: 1;
}
.customerPush .steps-content-container .step .right {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 38.2%;
  border-left: solid 1px #bbb;
  background: #f7f7f7;
}
.customerPush .steps-content-container .section {
  border-bottom: solid 1px #bbb;
}
.customerPush .steps-content-container .section-title {
  padding: 0 20px;
  line-height: 45px;
  color: #333;
  font-size: 18px;
  letter-spacing: 1px;
  border-bottom: solid 1px #e7e7e7;
  background: #f7f7f7;
}
.customerPush .steps-content-container .section-title-icon {
  font-size: 18px;
  margin-right: 12px;
}
.customerPush .steps-content-container .section-title-action {
  float: right;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
}
.customerPush .steps-content-container .section-title-action i {
  margin-right: 3px;
}
.customerPush .steps-content-container .ant-collapse-item {
  border: none;
  border-radius: 0;
}
.customerPush .steps-content-container .ant-collapse-item .ant-collapse-header {
  border-top: 1px solid #e7e7e7;
}
.customerPush .steps-content-container .ant-collapse .ant-collapse-item:nth-child(1) .ant-collapse-header {
  border-top: none;
}
.customerPush .steps-content-container .ant-collapse-header {
  padding: 8px 16px;
  padding-left: 40px;
  font-size: 13px;
  user-select: none;
}
.customerPush .steps-content-container .step-one {
  display: flex;
}
.customerPush .steps-content-container .step-one .user-tags-con-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 100%;
}
.customerPush .steps-content-container .step-one .store-select-form-con {
  padding: 10px 20px;
}
.customerPush .steps-content-container .step-one .select-store-tip {
  line-height: 200px;
  text-align: center;
  color: #999;
}
.customerPush .steps-content-container .step-one .ant-collapse {
  border: none;
}
.customerPush .steps-content-container .step-one .user-tags-con {
  flex-grow: 1;
  flex-shrink: 0;
  height: calc(100% - 46px);
}
@media (max-height: 768px) {
  .customerPush .steps-content-container .step-one .left {
    overflow: hidden scroll;
  }
  .customerPush .steps-content-container .step-one .user-tags-con-section {
    max-height: unset;
  }
  .customerPush .steps-content-container .step-one .user-tags-con {
    height: unset;
    overflow: unset;
  }
}
.customerPush .steps-content-container .step-two .push-way {
  height: 100%;
}
.customerPush .steps-content-container .step-two .push-way-tabs-con {
  height: calc(100% - 46px);
  overflow: hidden scroll;
}
.customerPush .steps-content-container .step-two,
.customerPush .steps-content-container .step-three,
.customerPush .steps-content-container .step-four {
  display: flex;
}
.customerPush .steps-content-container .step-two .left,
.customerPush .steps-content-container .step-three .left,
.customerPush .steps-content-container .step-four .left {
  max-width: 61.8%;
}
.customerPush .steps-content-container .step-two .right,
.customerPush .steps-content-container .step-three .right,
.customerPush .steps-content-container .step-four .right {
  overflow: hidden;
  background: #fff;
}
.customerPush .steps-content-container .step-three .remove-btn {
  display: none;
}
.customerPush .steps-content-container .step-three .tip-to-date {
  display: inline-block !important;
}
.customerPush .steps-content-container .step-three .left {
  justify-content: space-between;
  overflow: hidden scroll;
}
.customerPush .steps-content-container .step-three .left .up {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.customerPush .steps-content-container .step-three .send-time {
  border-bottom: none;
}
.customerPush .steps-content-container .step-three .preview {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
}
.customerPush .steps-content-container .step-three .preview .preview-header,
.customerPush .steps-content-container .step-three .preview .phone-header,
.customerPush .steps-content-container .step-three .preview .phone-bg {
  display: none;
}
.customerPush .steps-content-container .step-three .preview .phone-section {
  transform: none !important;
}
.customerPush .steps-content-container .step-three .preview .phone-content-wrapper {
  position: unset;
  width: 100%;
  height: 100%;
}
.customerPush .steps-content-container .step-three .preview .phone-content {
  display: flex;
  padding-bottom: 20px;
  height: auto !important;
  width: 100%;
  overflow: hidden;
  border-radius: 0 !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.customerPush .steps-content-container .step-three .preview .phone-content .item {
  margin-top: 12px;
  width: 33%;
  cursor: pointer;
}
.customerPush .steps-content-container .step-three .preview .phone-content .item:first-child {
  margin-top: 12px;
}
.customerPush .steps-content-container .step-three .preview .phone-content .item .coupon-cmpt {
  margin-right: 12px;
  width: 240px !important;
  height: 108px !important;
}
.customerPush .steps-content-container .step-three .preview .phone-content .item .preview-sms {
  display: -webkit-box;
  margin-right: 12px;
  width: 240px;
  min-height: 108px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.customerPush .steps-content-container .step-three .preview .phone-content .item .preview-jpush {
  margin-right: 12px;
  border: solid 1px #ddd;
}
.customerPush .steps-content-container .step-three .preview .phone-content .item .preview-jpush .push-content {
  min-height: 3em;
}
.customerPush .steps-content-container .step-four .remove-btn {
  display: none;
}
.customerPush .steps-content-container .step-four .tip-to-date {
  display: inline-block !important;
}
.customerPush .steps-content-container .step-four .progress-section {
  width: 100%;
  height: 100%;
}
.customerPush .steps-content-container .step-four .progress-status-items-con {
  height: calc(100% - 46px);
  overflow: hidden scroll;
}
.customerPush .steps-content-container .stepContent-toolbar {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #bbb;
}
.customerPush .steps-content-container .stepContent-toolbar .push-search-results {
  position: absolute;
  width: 100%;
  top: 0;
  border-top: solid 1px #bbb;
  background: white;
  transition: 0.3s;
  z-index: 1;
}
.customerPush .steps-content-container .stepContent-toolbar.shrink-user-list .push-search-results {
  transform: translateY(100%);
}
.customerPush .steps-content-container .stepContent-toolbar.grow-user-list .push-search-results {
  transform: translateY(-100%);
}
.customerPush .steps-content-container .stepContent-toolbar .ant-spin-container {
  max-height: 15vh;
  overflow: hidden scroll;
}
.customerPush .actions-btns-con {
  text-align: center;
  line-height: 55px;
  z-index: 2;
}
.customerPush .actions-btns-con.border-top {
  border-top: solid 1px #bbb;
}
.stepWrapPath {
  padding: 8px 100px 32px 110px;
  position: relative;
}
.stepWrapPath .time {
  position: absolute;
  top: 14px;
  left: 70px;
}
.stepWrapPath .total {
  left: auto;
  right: 50px;
}
.stepWrapPath .play {
  position: absolute;
  top: 8px;
  font-size: 28px;
  left: 24px;
}
.customerProfilePtah {
  margin: 16px 8px;
  line-height: 30px;
}
.customerProfilePtah img {
  width: 300px;
  display: block;
}
.customerTrackBox {
  background: #fff;
}
.customerTrackBox .store-wrapper > div {
  max-width: 900px !important;
}
.overflowWrapper {
  overflow: hidden;
  height: auto;
}
.headTitle {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  height: 46px;
  padding-left: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #E8EAEC;
}
.headTitle .question_circle {
  width: 14px;
  height: 14px;
  color: #000;
  margin-left: 7px;
}
.desc_box {
  display: flex;
  flex-direction: column;
  border: 1px solid #91D5FF;
  border-radius: 2px;
  background-color: #E6F7FF;
  padding: 10px 0;
}
.desc_box .desc_title {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding-left: 17px;
  margin-bottom: 10px;
}
.desc_box .desc_title span {
  margin-left: 10px;
}
.desc_box .desc_content {
  padding-left: 39px;
}
.desc_box .desc_content div {
  margin-bottom: 10px;
}
.desc_box .desc_content .spanRed {
  font-size: 16px;
  color: #E70E0E;
  margin: 0 2px;
  font-weight: 500;
}
.desc_box .desc_content .spanBlue {
  font-size: 16px;
  color: #3AA1FF;
  margin: 0 2px;
  font-weight: 500;
}
.desc_box .desc_content .spanBlack {
  font-size: 16px;
  color: #000;
  margin: 0 2px;
  font-weight: 500;
}
.noDataTip {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  margin: 16px 0;
}
.noDataTip > img {
  max-width: 200px;
  margin-bottom: 30px;
}
.noDataTip > span {
  color: #515a6eff;
}
.report-modal {
  z-index: 1000;
}
.report-modal .ant-modal-header {
  border-bottom: 1px solid #e8e8e8;
  padding: 13px 24px;
}
.report-modal .ant-modal-footer {
  text-align: center;
}
.report-modal .report-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report-modal .report-modal__icons {
  font-size: 28px;
  margin-right: 56px;
  display: flex;
  align-items: center;
}
.report-modal .report-modal__icons .report-modal__icon-item {
  margin: 0 15px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}
.report-modal .report-modal__icons .report-modal__icon-item:hover {
  color: #1890ff;
}
.report-modal .report-modal__icons .report-modal__icon-item--checked {
  color: #1890ff;
}
.report-modal .report-modal__content {
  display: flex;
  flex-direction: column;
}
.report-modal .report-modal__scroll {
  overflow: hidden auto;
}
.report-modal .report-modal__scroll .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.report-modal .report-modal__scroll .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.report-modal .report-modal__scroll .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b5b1b1;
}
.report-modal .report-modal__scroll .ant-table-fixed-left {
  z-index: 1;
}
.report-modal .report-modal__scroll table .ant-table-tbody > tr:nth-child(2n) {
  background-color: #f8f8f9;
}
.report-modal .report-modal__pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 16px 15px 0 0;
}
.report-modal .modalTitleContent {
  padding: 0 20px 10px;
  list-style: none;
  line-height: 30px;
}
.report-modal .modalTitleContent .tit {
  color: #999;
}
.report-modal .modalTitleContent .item {
  display: inline-block;
  width: 18%;
}
.select-info {
  flex: 1;
}
.select-info .select-info__item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.select-info .select-info__title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.select-info .select-info__title .right {
  display: flex;
  align-items: center;
}
.select-info .select-info__title .right .selected {
  color: #9A9A9A;
  font-size: 14px;
  background-color: transparent;
}
.select-info .select-info__title .right .selected span {
  margin-right: 10px;
}
.select-info .tag_box {
  height: auto;
  display: flex;
}
.select-info .tag_box .tag_title {
  width: 9%;
  padding-top: 2px;
  text-align: right;
  color: rgba(0, 0, 0, 0.8);
}
.select-info .tag_box .tag_content {
  flex: 1;
  display: flex;
}
.select-info .tag_box .tag_content .targetBox {
  width: 80%;
}
.select-info .tag_box .tag_content .more_tag {
  padding: 3px 10px;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #2d8cf0;
  display: inline-block;
  user-select: none;
}
.select-info .tag_box .tag_content .more_tag::after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  top: 8px;
  right: -3px;
  border-right: solid 1px #2d8cf0;
  border-bottom: solid 1px #2d8cf0;
  transform-origin: center center;
  transform: rotate(45deg);
}
.select-info .tag_box .tag_content .show::after {
  transform: rotate(-135deg);
  right: -5px;
  top: 11px;
}
.select-info .tag_box .tag_content .ant-tag-checkable {
  padding: 2px 10px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: relative;
  margin: 0 10px 10px 0;
  min-width: 80px;
  text-align: center;
  user-select: none;
}
.select-info .tag_box .tag_content .ant-tag-checkable-checked {
  color: #2d8cf0;
  border-color: #2d8cf0;
}
.select-info .tag_box .tag_content .select-info__tags--disabled > .ant-tag-checkable {
  background: rgba(140, 140, 140, 0.1);
  color: #b8b8b8;
}
.select-info .select-info__content {
  padding: 20px 0;
  position: relative;
}
.select-info .select-info__content .ant-form .select-info__form {
  display: flex;
}
.select-info .select-info__content .ant-form .ant-form-item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.select-info .select-info__content .ant-form .ant-form-item .ant-form-item-control .ant-form-item-children {
  display: flex;
  align-items: center;
}
.select-info .report-service__button {
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
}
.select-info .report-service__button button {
  margin-right: 10px;
}
.report-service {
  height: 100%;
}
.report-service .ant-spin-nested-loading,
.report-service .ant-spin-container {
  height: 100%;
}
.report-service .report-service__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.report-list-wrap {
  height: 100%;
}
.report-list-wrap .listBox {
  background-color: #fff;
}
.report-list-wrap .list_title {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.report-list-wrap .list_tit_tip {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #ddd;
}
.report-list-wrap .list_tit_tip .tit {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  float: left;
  padding-right: 8px;
}
.report-list-wrap .list_tit_tip .content {
  margin: 0;
}
.report-list-wrap .list_content {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 16px;
  box-sizing: border-box;
}
.report-list-wrap .list_content .content_item {
  margin-bottom: 20px;
  height: 430px;
  font-size: 14px;
  position: relative;
  min-width: 200px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}
.report-list-wrap .list_content .content_item .tit {
  height: 50px;
  background: #f0f0f0;
  line-height: 50px;
  padding: 0 16px;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  text-align: left;
  color: #262626;
  font-weight: 500;
}
.report-list-wrap .list_content .content_item .tit .preview {
  height: 50px;
  background: #f0f0f0;
  line-height: 50px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: #4a8af4;
  cursor: pointer;
  z-index: 1;
  font-size: 14px;
}
.report-list-wrap .list_content .content_item .tit .preview:hover {
  background-color: #e0e0e0;
}
.report-list-wrap .list_content .content_item .filters {
  height: 100px;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
  padding: 10px 16px;
  color: #000;
}
.report-list-wrap .list_content .content_item .filters .item {
  height: 26px;
  line-height: 26px;
}
.report-list-wrap .list_content .content_item .filters .item .label {
  color: #808695;
  padding-right: 10px;
}
.report-list-wrap .list_content .content_item .targets {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px 0 16px 16px;
  color: #000;
  flex: 1;
}
.report-list-wrap .list_content .content_item .targets .tar {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  margin-right: 14px;
}
.report-list-wrap .list_content .content_item .desc {
  height: 140px;
  overflow: hidden;
  padding: 16px;
  line-height: 24px;
}
.report-list-wrap .list_content .add_item {
  margin-bottom: 20px;
  height: 430px;
  font-size: 18px;
  text-align: center;
  position: relative;
  cursor: pointer;
  min-width: 200px;
}
.report-list-wrap .list_content .add_item::after {
  height: 80px;
  width: 6px;
  content: "";
  background-color: #B7B7B7;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -3px;
  border-radius: 4px;
}
.report-list-wrap .list_content .add_item::before {
  height: 6px;
  width: 80px;
  content: "";
  background-color: #B7B7B7;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -40px;
  border-radius: 4px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e;
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 4px 0 0 4px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.cmpt-search-model .ant-form .ant-form-item-label {
  text-align: right;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-descriptions-title {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.ant-descriptions-item-label::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ' ';
}
.ant-descriptions-item-colon::after {
  content: ':';
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}
.ant-descriptions-item-content {
  display: table-cell;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-descriptions-item {
  padding-bottom: 0;
}
.ant-descriptions-item > span {
  display: inline-block;
}
.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}
.goods-image-container {
  min-width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.goods-image-container img {
  vertical-align: bottom;
}
.popover-img-container {
  display: flex;
  max-width: 300px;
  flex-wrap: wrap;
}
.popover-img-container > div {
  text-align: center;
  margin-right: 10px;
  width: 90px;
}
.popover-img-container > div::after {
  content: attr(data-good);
  font-size: 12px;
  word-break: break-all;
}
.order-refund-detail-modal {
  padding-top: 20px;
}
.order-refund-detail-modal .ant-row {
  margin-bottom: 15px;
}
.order-refund-detail-modal .ant-row .ant-col-9 {
  text-align: right;
  padding-right: 5px;
}
.order-refund-detail-modal .ant-row .ant-col-9 span {
  color: #808695;
}
.orderContainer .searchHeader {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0;
}
.orderContainer .searchHeader .orderAmount {
  color: #1890ffff;
}
.orderContainer .searchHeader .ant-form {
  flex-wrap: wrap;
  align-items: flex-start;
}
.orderDetail {
  background: #fff;
  flex-grow: 1;
}
.orderDetail .content {
  padding: 0 20px;
  overflow-y: auto;
}
.orderDetail .title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
.orderDetail .ant-row {
  margin-bottom: 15px;
}
.orderDetail .ant-row span {
  font-size: 14px;
  font-weight: 400;
  color: #808695;
  line-height: 20px;
}
.orderDetail .ant-row span:first-of-type {
  display: inline-block;
  width: 123px;
  text-align: right;
  margin-right: 10px;
}
.orderDetail .ant-row span:last-of-type {
  color: #33333f;
}
.orderDetail .ant-row span.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 200px;
}
.orderDetail .line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #e8eaecff;
}
.orderDetail .footer {
  text-align: center;
  height: 50px;
  border-top: 1px solid #e8eaecff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.orderDetail .footer button {
  margin-right: 30px;
}
.orderDetail .goodsInfo {
  display: flex;
  margin-bottom: 15px;
}
.orderDetail .goodsInfo .img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.orderDetail .goodsInfo .img > img {
  max-width: 100%;
}
.orderDetail .goodsInfo .goodsItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.orderDetail .goodsInfo .goodsItem .goodsItem-num {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.orderDetail .goodsInfo .goodsItem em {
  font-style: normal;
  font-weight: 600;
  color: #333333;
}
.block .ant-row > div {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .orderDetail .ant-row {
    margin-bottom: 0;
    flex-direction: column;
  }
  .orderDetail .ant-row .ant-col {
    width: 100%;
    margin-bottom: 10px;
  }
}
.close-order-modal {
  padding-top: 20px;
}
.close-order-modal .ant-row {
  margin-bottom: 12px;
}
.close-order-modal .ant-row .ant-col-6 {
  text-align: right;
  padding-right: 5px;
}
.close-order-modal .ant-row .ant-col-6 > i {
  margin-right: 4px;
  color: #f04134;
  font-size: 12px;
}
.payinfo-list .front,
.payinfo-list .end {
  display: inline-block;
  box-sizing: border-box;
  width: 92.5%;
  margin-bottom: 15px;
}
.payinfo-list .label-span {
  display: inline-block;
  width: 123px;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #808695;
  line-height: 20px;
}
.payinfo-list .value-span {
  color: #33333f;
}
.tableComp-table {
  display: flex;
  background: #fff;
}
.tableComp-table .ant-table-wrapper {
  flex-grow: 2;
}
.tableComp-table .oddRow {
  background: #f8f8f9ff;
}
.tableComp-table .activeRow {
  background: #dceaf8ff;
}
.tableComp-table .activeRow:hover {
  background: #dceaf8ff;
}
.tableComp-table .ant-table-pagination.ant-pagination {
  margin-right: 20px;
}
.tableComp-table .detail {
  position: relative;
}
.tableComp-table .detail .closeBtn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 200px;
  left: -35px;
  width: 35px;
  height: 35px;
  background: #1890ffff;
  color: #fff;
  box-shadow: -3px 1px 10px 0px rgba(0, 0, 0, 0.19);
  text-align: center;
  padding-top: 4px;
  font-size: 18px;
}
.tableComp-table .detail .closeIconBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  color: #00000073;
  cursor: pointer;
}
.order-detail-drawer .ant-drawer-wrapper-body {
  overflow-y: hidden;
}
.order-detail-drawer .ant-drawer-body {
  padding: 0;
}
.order-detail-drawer .detail .content {
  padding: 24px;
  height: calc(100vh - 100px);
}
.order-detail-drawer .detail .orderDetail .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.order-detail-drawer .detail .orderDetail .ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
  height: calc(100vh - 44px);
}
.order-detail-drawer .ant-drawer-content-wrapper {
  height: auto;
}
.employee-table {
  background: #fff;
  padding: 16px;
}
.employee-table .roleName::after {
  content: '、';
}
.employee-table .roleName:last-of-type::after {
  content: '';
}
.employee-table .role-hover,
.employee-table .hover {
  text-decoration: underline;
}
.displayNone {
  display: none;
}
.roleGroup .role-hover {
  display: none;
}
.roleGroup:hover .role-hover {
  display: inline-block;
}
.roleGroupCell {
  height: 36px;
  width: 200px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.employeeAuth_userInfo {
  height: 40px;
  line-height: 40px;
  margin-left: 16px;
}
.employeeAuth_userInfo .title {
  margin-right: 16px;
}
.common-add-button2 {
  position: absolute;
  right: 120px;
  top: 14px;
}
.common-add-Box {
  position: absolute;
  right: 0px;
  top: 5px;
}
.common-add-Box .common-add-button {
  position: relative;
  margin-left: 10px;
}
.customerServiceCouponSelectDialog .ant-modal-header {
  border-bottom: 1px solid #e8e8e8;
}
.customerServiceCouponSelectDialog .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.actionInfo {
  padding: 16px;
  height: 100%;
  overflow: auto;
}
.actionInfo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.actionInfo-header h2 {
  margin-bottom: 0;
}
.actionInfo-sendName {
  font-size: 12px;
  color: #000000;
}
.actionInfo-sendTime {
  margin-left: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.actionInfo-action {
  margin-top: 10px;
}
.feedbackDetail .basicInfo {
  padding: 16px 16px 0 16px;
  background-color: #FFF;
}
.feedbackDetail .basicInfo-item {
  margin-bottom: 16px;
}
.feedbackDetail .basicInfo-label {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.customerServiceList {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #FFF;
}
.customerServiceList-content {
  flex: 1;
  overflow: auto;
}
.customerServiceList-descBox {
  flex: none;
  padding: 8px 12px;
  background: #F0F0F0;
}
.customerServiceList-item {
  display: flex;
  flex-direction: row;
  padding: 6px 0;
  margin: 6px 0;
}
.customerServiceList-item .avatar {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
}
.customerServiceList-item .name {
  height: 22px;
  font-size: 10px;
  color: #000000;
  line-height: 22px;
}
.customerServiceList-item .msg {
  position: relative;
  margin: 0 6px;
  background-color: #F8F8F9;
  padding: 5px 8px;
  border-radius: 4px;
  min-height: 40px;
}
.customerServiceList-item .msg:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -6px;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #F8F8F9 transparent transparent;
}
.customerServiceList-item-right {
  flex-direction: row-reverse;
}
.customerServiceList-item-right .msg {
  background-color: #F4F7FD;
}
.customerServiceList-item-right .msg:before {
  display: none;
}
.customerServiceList-item-right .msg:after {
  content: '';
  position: absolute;
  top: 7px;
  right: -6px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #F4F7FD;
}
.customerServiceList-time {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.customerServiceList-text {
  word-break: break-word;
}
.customerServiceList-readStatus {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  text-align: right;
}
.customerServiceList-empty {
  margin-top: 60px;
  text-align: center;
}
.feedbackDetail .replyInput {
  position: relative;
  height: 120px;
  margin: 2px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.feedbackDetail .replyInput-select {
  width: 120px;
  line-height: 120px;
  background: #F8F8F9;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}
.feedbackDetail .replyInput-select .ant-select-selection {
  width: 100px;
  border: none;
  background: #F8F8F9;
}
.feedbackDetail .replyInput-textWrapper {
  flex: 1;
}
.feedbackDetail .replyInput-textWrapper .ant-input {
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
}
.feedbackDetail .replyInput-textWrapper textarea {
  height: 80px;
  overflow: hidden;
  resize: none;
}
.feedbackDetail .replyInput-buttonWrapper {
  margin: 8px 10px;
  text-align: right;
}
.feedbackDetail .replyInput-submitText {
  font-size: 12px;
  margin-right: 10px;
}
.feedbackDetail {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.feedbackDetail h1,
.feedbackDetail h2,
.feedbackDetail h3,
.feedbackDetail h4,
.feedbackDetail h5,
.feedbackDetail h6 {
  font-weight: bold;
}
.feedbackDetail h3 {
  font-size: 14px;
  margin-bottom: 16px;
}
.feedbackDetail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.feedbackDetail-header h2 {
  margin-bottom: 0;
}
.feedbackDetail-basicInfoWrapper {
  margin-bottom: 16px;
}
.feedbackDetail-content {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.feedbackDetail-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.feedbackDetail-main {
  flex: 1;
  margin-right: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFF;
  overflow: hidden;
}
.feedbackDetail-sidebar {
  width: 350px;
  flex: none;
  height: 100%;
  background-color: #FFF;
}
.feedback-list-actionBar {
  justify-content: space-between;
  padding: 20px 16px;
  margin-bottom: 12px;
  background-color: #FFF;
}
.feedback-list-actionBar-control + .feedback-list-actionBar-control {
  margin-left: 10px;
}
.notificationSetDialog .ant-modal-header {
  border-bottom: 1px solid #e8e8e8;
}
.feedback-list {
  position: relative;
}
.feedback-list h1,
.feedback-list h2,
.feedback-list h3,
.feedback-list h4,
.feedback-list h5,
.feedback-list h6 {
  font-weight: bold;
}
.feedback-list-table-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.feedback-list-content {
  background-color: #FFF;
}
.review-accounts .accounts-table {
  background-color: #fff;
  padding: 10px 16px;
}
.review-accounts .accounts-table .ant-table-placeholder {
  border-bottom: 0;
}
.review-accounts .accounts-table .accounts-table__item-title {
  display: flex;
  align-items: center;
}
.review-accounts .accounts-table .accounts-table__item-icon {
  width: 21px;
  height: 21px;
  position: relative;
}
.review-accounts .accounts-table .accounts-table__item-orderId {
  color: #4a8af4;
  cursor: pointer;
}
.review-accounts .accounts-table .accounts-table__item-status {
  width: 100%;
  display: flex;
  align-items: center;
}
.review-accounts .accounts-table .accounts-table__item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
}
.accounts-table__menu {
  padding: 7px 8px;
  overflow: hidden;
}
.accounts-table__item-buttons {
  display: flex;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.accounts-table__item-buttons .accounts-table__item-button {
  flex: 1;
  color: #1890ff;
  text-align: center;
  cursor: pointer;
}
.accounts-table__item-buttons .accounts-table__item-button:hover {
  color: #40a9ff;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-fullcalendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid #d9d9d9;
  outline: none;
}
.ant-select.ant-fullcalendar-year-select {
  min-width: 90px;
}
.ant-select.ant-fullcalendar-year-select.ant-select-sm {
  min-width: 70px;
}
.ant-select.ant-fullcalendar-month-select {
  min-width: 80px;
  margin-left: 8px;
}
.ant-select.ant-fullcalendar-month-select.ant-select-sm {
  min-width: 70px;
}
.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}
.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}
.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}
.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  padding: 0 10px;
  line-height: 20px;
}
.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}
.ant-fullcalendar-calendar-body {
  padding: 8px 12px;
}
.ant-fullcalendar table {
  width: 100%;
  max-width: 100%;
  height: 256px;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}
.ant-fullcalendar td {
  position: relative;
}
.ant-fullcalendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-fullcalendar-column-header {
  width: 33px;
  padding: 0;
  line-height: 18px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}
.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  transition: all 0.3s;
}
.ant-fullcalendar-value {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-fullcalendar-value:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  color: #fff;
  background: #1890ff;
}
.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}
.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  box-shadow: 0 0 0 1px #1890ff inset;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #1890ff;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-month-panel-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-fullcalendar-content {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 32px;
  line-height: 30px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  display: block;
  height: 116px;
  margin: 0 4px;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  border-top: 2px solid #e8e8e8;
  transition: background 0.3s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #bae7ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  padding-right: 12px;
  padding-bottom: 5px;
  text-align: right;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  width: auto;
  text-align: right;
  background: transparent;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.65);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  background: transparent;
  border-top-color: #1890ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  box-shadow: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #e6f7ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #1890ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  position: static;
  width: auto;
  height: 88px;
  overflow-y: auto;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  cursor: not-allowed;
}
.financeOverview .form-group {
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 12px;
}
.financeOverview .form-group .ant-form-inline .ant-form-item {
  margin-right: 16px;
}
.financeOverview .total-group {
  padding: 26px 16px;
  display: flex;
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 12px;
}
.financeOverview .total-group .group-item {
  flex: 1;
  align-content: center;
  margin-right: 100px;
}
.financeOverview .total-group .group-item img {
  width: 21px;
  height: 23px;
  margin-right: 6px;
}
.financeOverview .total-group .group-item .title {
  font-weight: 500;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
.financeOverview .total-group .group-item .num {
  font-weight: 500;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}
.financeOverview .CalendarData {
  display: flex;
  height: 729px;
}
.financeOverview .CalendarData .date-list {
  flex: 2;
  background: #fff;
  margin-right: 12px;
}
.financeOverview .CalendarData .detail-group {
  flex: 1;
  background: #fff;
  padding: 12px;
}
.financeOverview .CalendarData .detail-group .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  min-width: 150px;
  text-align: center;
}
.financeOverview .CalendarData .detail-group .detail-group-title {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.financeOverview .CalendarData .detail-group .ant-collapse-content > .ant-collapse-content-box {
  padding-left: 40px;
}
.ant-fullcalendar-date:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.85);
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 40px;
}
.empty-data {
  max-width: 82.5%;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
.empty-data .empty-img {
  width: 260px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.empty-data .empty-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.empty-data .empty-desc {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.empty-data .empty-options {
  text-align: center;
}
.data-detail {
  height: 500px;
  overflow-y: auto;
}
.financeSettlement .screen {
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 12px;
}
.financeSettlement .calendarBox {
  background-color: #fff;
}
.financeSettlement .calendarBox .ant-fullcalendar-header {
  display: none;
}
.financeSettlement .calendarBox .cellRenderBox {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow-y: auto;
}
.financeSettlement .calendarBox .cellRenderBox .tag {
  margin-bottom: 8px;
}
.financeSettlement .calendarBox .ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.financeSettlement .calendarBox .ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: none;
}
.financeSettlement .calendarBox .ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.financeSettlement .calendarBox .ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  border-top-color: #e8e8e8;
}
.financeSettlement .calendarBox .ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.financeSettlement .calendarBox .ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.65);
}
.neglect-journals .flow-header {
  display: flex;
  margin-bottom: 14px;
}
.neglect-journals .flow-header .flow-header__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
}
.neglect-journals .flow-header .flow-header__condition {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: #000;
  line-height: 40px;
}
.neglect-journals .flow-header .flow-header__condition .ant-form-item {
  display: flex;
  margin-bottom: 0;
}
.neglect-journals .flow-header .flow-header__condition .ant-form-item:first-child {
  margin-right: 20px;
}
.neglect-journals .flow-table {
  background-color: #fff;
  padding: 10px 16px;
}
.neglect-journals .flow-table .ant-table-placeholder {
  border-bottom: 0;
}
.neglect-journals .flow-table .flow-table__header {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.neglect-journals .flow-table .flow-table__item-orderId {
  color: #4a8af4;
  cursor: pointer;
}
.review-accounts .accounts-header {
  margin-bottom: 14px;
}
.review-accounts .accounts-header .accounts-header__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  margin-bottom: 11px;
}
.review-accounts .accounts-header .accounts-header__condition {
  padding: 20px 16px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  margin-bottom: 12px;
}
.review-accounts .accounts-header .accounts-header__condition .ant-form-item {
  display: flex;
  margin-right: 20px;
  margin-bottom: 0;
}
.review-accounts .accounts-header .accounts-header__condition button {
  position: relative;
  top: 4px;
}
.review-accounts .accounts-table {
  background-color: #fff;
  padding: 10px 16px;
}
.review-accounts .accounts-table .ant-table-placeholder {
  border-bottom: 0;
}
.review-accounts .accounts-table .accounts-table__item-title {
  display: flex;
  align-items: center;
}
.review-accounts .accounts-table .accounts-table__item-icon {
  width: 21px;
  height: 21px;
  position: relative;
}
.review-accounts .accounts-table .accounts-table__item-orderId {
  color: #4a8af4;
  cursor: pointer;
}
.review-accounts .accounts-table .accounts-table__item-status {
  width: 100%;
  display: flex;
  align-items: center;
}
.review-accounts .accounts-table .accounts-table__item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
}
.accounts-table__menu {
  padding: 7px 8px;
  overflow: hidden;
}
.accounts-table__item-buttons {
  display: flex;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.accounts-table__item-buttons .accounts-table__item-button {
  flex: 1;
  color: #1890ff;
  text-align: center;
  cursor: pointer;
}
.accounts-table__item-buttons .accounts-table__item-button:hover {
  color: #40a9ff;
}
.review-accounts .accounts-targets {
  display: flex;
}
.review-accounts .accounts-targets__item {
  flex: 1;
  position: relative;
  min-height: 150px;
  padding: 15px 16px;
  cursor: pointer;
}
.review-accounts .accounts-targets__item:first-child {
  margin-right: 6px;
}
.review-accounts .accounts-targets__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.review-accounts .accounts-targets__title {
  line-height: 22px;
  display: flex;
  align-items: center;
}
.review-accounts .accounts-targets__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 8px;
}
.review-accounts .accounts-targets__export {
  line-height: 22px;
  color: #4A8AF4;
}
.review-accounts .accounts-targets__main {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.review-accounts .accounts-targets__detail-top {
  display: flex;
  align-items: center;
  line-height: 17px;
}
.review-accounts .accounts-targets__detail-amount {
  line-height: 22px;
  padding: 8px 0;
  color: #000000;
  font-size: 16px;
}
.review-accounts .accounts-targets__detail-orders {
  color: #999999;
  font-size: 12px;
}
.review-accounts .accounts-targets__operator {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin: 0 18px;
}
.review-accounts .accounts-tip {
  background-color: #fff;
  margin-bottom: 12px;
  overflow: hidden;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
}
.review-accounts .accounts-tip .accounts-tip__img {
  width: 107px;
  height: 105px;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 1;
}
.review-accounts .accounts-tip .accounts-tip__main {
  margin-left: 38px;
  margin-right: 16px;
  background-color: #fdf7f3;
  height: 88px;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 105px;
}
.review-accounts .accounts-tip .accounts-tip__chunk {
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
}
.review-accounts .accounts-tip .accounts-tip__chunk img {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.review-accounts .accounts-tip .accounts-tip__chunk--margin {
  margin-right: 0;
}
.review-accounts .accounts-tip .accounts-tip__chunk-amount {
  font-size: 20px;
}
.review-accounts .accounts-tip .accounts-tip__operator {
  width: 33px;
  height: 33px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 26px;
  color: #333;
  font-weight: 500;
  padding-bottom: 5px;
  margin: 0 60px;
}
.review-journals__area-modal .ant-modal-footer {
  border-top: 0;
}
.review-journals__area-modal .area-modal__header {
  display: flex;
  align-items: center;
}
.review-journals__area-modal .area-modal__header-title {
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.review-journals__area-modal .area-modal__content {
  margin-top: 8px;
  margin-left: 38px;
}
.review-journals__area-modal .area-modal__content .ant-form-item {
  margin-bottom: 0;
}
.review-journals__excel-modal .excel-modal__upload {
  position: relative;
}
.review-journals__excel-modal .excel-modal__upload-right {
  position: absolute;
  top: 0;
  left: 128px;
}
.review-journals__excel-modal .excel-modal__upload-item {
  display: flex;
  align-items: center;
  margin: 10px 0 ;
}
.review-journals__excel-modal .excel-modal__tips {
  color: #bfbfbf;
  text-align: center;
}
.review-journals .journals-header {
  margin-bottom: 14px;
}
.review-journals .journals-header .journals-header__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
}
.review-journals .journals-header .journals-header__condition {
  display: flex;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  background: #FFF;
}
.review-journals .journals-header .journals-header__condition .ant-form-item {
  display: flex;
  margin-bottom: 0;
}
.review-journals .journals-header .journals-header__condition .ant-form-item:first-child {
  margin-right: 20px;
}
.review-journals .journals-table {
  background-color: #fff;
  padding: 10px 16px;
}
.review-journals .journals-table .ant-table-placeholder {
  border-bottom: 0;
}
.review-journals .journals-table .journals-table__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.review-journals .journals-table .journals-table__item-title {
  display: flex;
  align-items: center;
}
.review-journals .journals-table .journals-table__item-icon {
  width: 21px;
  height: 21px;
  position: relative;
}
.review-journals .journals-table .journals-table__item-id {
  color: #4a8af4;
  cursor: pointer;
}
.review-journals .journals-table .journals-table__item-status {
  width: 100%;
  display: flex;
  align-items: center;
}
.review-journals .journals-table .journals-table__item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
}
.journals-table__menu {
  padding: 7px 8px;
  overflow: hidden;
}
.journals-table__item-buttons {
  display: flex;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.journals-table__item-buttons .journals-table__item-button {
  flex: 1;
  color: #1890ff;
  text-align: center;
  cursor: pointer;
}
.journals-table__item-buttons .journals-table__item-button:hover {
  color: #40a9ff;
}
.review-journals .journals-targets {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  overflow: hidden;
}
.review-journals .journals-targets .journals-targets__item {
  padding: 24px;
  color: #333;
}
.review-journals .journals-targets .journals-targets__text {
  line-height: 22px;
  margin-bottom: 4px;
}
.review-journals .journals-targets .journals-targets__count {
  font-size: 30px;
  line-height: 1;
}
.shift-records .record-table {
  background-color: #fff;
  padding: 0 10px 16px;
}
.shift-records .record-table .ant-table-placeholder {
  border-bottom: 0;
}
.shift-records .select-info__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.shift-records .select-info__condition {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  padding: 20px 16px 0 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shift-records .select-info__condition .ant-form-item {
  margin-bottom: 20px;
}
.shift-records .select-info__button {
  display: inline-block;
  line-height: 40px;
  margin-bottom: 24px;
}
.order-refund-detail-modal {
  padding-top: 20px;
}
.order-refund-detail-modal .ant-row {
  margin-bottom: 15px;
}
.order-refund-detail-modal .ant-row .ant-col-9 {
  text-align: right;
  padding-right: 5px;
}
.order-refund-detail-modal .ant-row .ant-col-9 span {
  color: #808695;
}
.putbackOrderWrap .ant-row {
  padding: 8px 0;
}
.putbackOrderWrap .putbackGoodsWrap {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 4px;
  margin-top: 16px;
  height: auto;
  overflow: hidden;
  min-height: 400px;
}
.putbackOrderWrap .putbackGoodsWrap .addGoods {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  border: solid 1px #ddd;
  text-align: center;
  line-height: 56px;
  font-size: 50px;
  color: #40a9ff;
  margin-top: 50px;
  margin-left: 32px;
  float: left;
  background-color: #fff;
  cursor: pointer;
}
.putbackOrderWrap .putbackGoodsWrap .item {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  width: 150px;
  height: 220px;
  float: left;
  margin-bottom: -1px;
  overflow: hidden;
}
.putbackOrderWrap .putbackGoodsWrap .item .goodsNum {
  padding-left: 10px;
}
.putbackOrderWrap .putbackGoodsWrap .item .goodsId {
  padding-left: 10px;
  height: 24px;
  line-height: 24px;
}
.putbackOrderWrap .putbackGoodsWrap .item .goodsName {
  padding-left: 10px;
  line-height: 25px;
  overflow: hidden;
  height: 50px;
}
.putbackOrderWrap .putbackGoodsWrap .item .ant-input-number-handler-wrap {
  display: block !important;
}
.putbackOrderWrap .putbackGoodsWrap .item .img {
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  margin: 1px auto;
}
.order-close-detail-modal {
  padding-top: 20px;
}
.order-close-detail-modal .ant-row {
  margin-bottom: 15px;
}
.order-close-detail-modal .ant-row .ant-col-6 {
  text-align: right;
  padding-right: 5px;
}
.order-close-detail-modal .ant-row .ant-col-6 span {
  color: #808695;
}
.goods-image-container {
  min-width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.goods-image-container img {
  vertical-align: bottom;
}
.popover-img-container {
  display: flex;
  max-width: 300px;
  flex-wrap: wrap;
}
.popover-img-container > div {
  text-align: center;
  margin-right: 10px;
  width: 90px;
}
.popover-img-container > div::after {
  content: attr(data-good);
  font-size: 12px;
  word-break: break-all;
}
.orderContainer .searchHeader {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0;
}
.orderContainer .searchHeader .orderAmount {
  color: #1890ffff;
}
.orderContainer .searchHeader .ant-form {
  flex-wrap: wrap;
  align-items: flex-start;
}
.orderDetail {
  background: #fff;
  flex-grow: 1;
}
.orderDetail .content {
  padding: 0 20px;
  overflow-y: auto;
}
.orderDetail .title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
.orderDetail .ant-row {
  margin-bottom: 15px;
}
.orderDetail .ant-row span {
  font-size: 14px;
  font-weight: 400;
  color: #808695;
  line-height: 20px;
}
.orderDetail .ant-row span:first-of-type {
  display: inline-block;
  width: 123px;
  text-align: right;
  margin-right: 10px;
}
.orderDetail .ant-row span:last-of-type {
  color: #33333f;
}
.orderDetail .ant-row span.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 200px;
}
.orderDetail .line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #e8eaecff;
}
.orderDetail .footer {
  text-align: center;
  height: 50px;
  border-top: 1px solid #e8eaecff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.orderDetail .footer button {
  margin-right: 30px;
}
.orderDetail .goodsInfo {
  display: flex;
  margin-bottom: 15px;
}
.orderDetail .goodsInfo .img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.orderDetail .goodsInfo .img > img {
  max-width: 100%;
}
.orderDetail .goodsInfo .goodsItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.orderDetail .goodsInfo .goodsItem .goodsItem-num {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.orderDetail .goodsInfo .goodsItem em {
  font-style: normal;
  font-weight: 600;
  color: #333333;
}
.block .ant-row > div {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .orderDetail .ant-row {
    margin-bottom: 0;
    flex-direction: column;
  }
  .orderDetail .ant-row .ant-col {
    width: 100%;
    margin-bottom: 10px;
  }
}
.close-order-modal {
  padding-top: 20px;
}
.close-order-modal .ant-row {
  margin-bottom: 12px;
}
.close-order-modal .ant-row .ant-col-6 {
  text-align: right;
  padding-right: 5px;
}
.close-order-modal .ant-row .ant-col-6 > i {
  margin-right: 4px;
  color: #f04134;
  font-size: 12px;
}
.payinfo-list .front,
.payinfo-list .end {
  display: inline-block;
  box-sizing: border-box;
  width: 92.5%;
  margin-bottom: 15px;
}
.payinfo-list .label-span {
  display: inline-block;
  width: 123px;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #808695;
  line-height: 20px;
}
.payinfo-list .value-span {
  color: #33333f;
}
.tableComp-table {
  display: flex;
  background: #fff;
}
.tableComp-table .ant-table-wrapper {
  flex-grow: 2;
}
.tableComp-table .oddRow {
  background: #f8f8f9ff;
}
.tableComp-table .activeRow {
  background: #dceaf8ff;
}
.tableComp-table .activeRow:hover {
  background: #dceaf8ff;
}
.tableComp-table .ant-table-pagination.ant-pagination {
  margin-right: 20px;
}
.tableComp-table .detail {
  position: relative;
}
.tableComp-table .detail .closeBtn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 200px;
  left: -35px;
  width: 35px;
  height: 35px;
  background: #1890ffff;
  color: #fff;
  box-shadow: -3px 1px 10px 0px rgba(0, 0, 0, 0.19);
  text-align: center;
  padding-top: 4px;
  font-size: 18px;
}
.tableComp-table .detail .closeIconBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  color: #00000073;
  cursor: pointer;
}
.order-detail-drawer .ant-drawer-wrapper-body {
  overflow-y: hidden;
}
.order-detail-drawer .ant-drawer-body {
  padding: 0;
}
.order-detail-drawer .detail .content {
  padding: 24px;
  height: calc(100vh - 100px);
}
.order-detail-drawer .detail .orderDetail .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.order-detail-drawer .detail .orderDetail .ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
  height: calc(100vh - 44px);
}
.order-detail-drawer .ant-drawer-content-wrapper {
  height: auto;
}
.tableHeader {
  border-bottom: 1px solid #edeaedff;
  background: #fff;
  min-height: 46px;
  line-height: 46px;
  display: flex;
  justify-content: space-between;
}
.tableHeader .tableHeaderLeft > span {
  cursor: pointer;
  display: inline-block;
  background: transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
  margin-right: 10px;
  border-color: transparent;
  color: #000000a6;
}
.tableHeader .tableHeaderLeft .activeButton {
  color: #0091ffff;
  font-weight: 600;
  position: relative;
}
.tableHeader .tableHeaderLeft .activeButton::after {
  content: '';
  border-bottom: 2px solid #1890ff;
  width: 100%;
  background: #000;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 44px;
}
.tableHeaderRight > button {
  margin-right: 15px;
}
.orderContainer .ant-btn-loading .anticon-to-top {
  display: none;
}
.orderContainer .header {
  padding: 15px;
  width: 100%;
  background: #fff;
}
.orderContainer .header .searchHeader {
  padding: 0;
}
.orderContainer .content {
  margin-top: 20px;
}
.orderContainer .content .business-common-table {
  width: 100%;
}
.orderContainer .content .table {
  display: flex;
  background: #fff;
}
.orderContainer .content .table .ant-table-wrapper {
  flex-grow: 2;
}
.orderContainer .content .table .oddRow {
  background: #f8f8f9ff;
}
.orderContainer .content .table .activeRow {
  background: #dceaf8ff;
}
.orderContainer .content .table .activeRow:hover {
  background: #dceaf8ff;
}
.orderContainer .content .table .ant-table-pagination.ant-pagination {
  margin-right: 20px;
}
.orderContainer .ant-table {
  padding: 15px;
}
.orderContainer .ant-table .ant-table-thead > tr > th {
  background: #f0f0f0;
  white-space: nowrap;
}
.orderContainer .ant-table .ant-table-tbody > tr > td {
  word-break: break-all;
}
.orderContainer .ant-table .ant-table-body {
  max-width: 100%;
  overflow: auto;
}
.orderContainer .ant-table .ant-table-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.orderContainer .ant-table .ant-table-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.orderContainer .ant-table .ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b5b1b1;
}
.orderContainer .operate span {
  cursor: pointer;
}
.settingCol {
  padding: 10px;
  width: 168px;
}
.settingCol .ant-checkbox-wrapper {
  margin-bottom: 10px;
}
.settingCol .ant-checkbox-wrapper:last-of-type {
  margin-bottom: 0;
}
.detail {
  position: relative;
}
.detail .closeBtn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 200px;
  left: -35px;
  width: 35px;
  height: 35px;
  background: #1890ffff;
  color: #fff;
  box-shadow: -3px 1px 10px 0px rgba(0, 0, 0, 0.19);
  text-align: center;
  padding-top: 4px;
  font-size: 18px;
}
.detail .closeIconBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  color: #00000073;
  cursor: pointer;
}
.ant-pagination-item-active {
  font-weight: 500;
  border-color: #1890ff;
  border-radius: 2px;
  background: #1890ffff;
  color: #fff;
}
.ant-pagination-item-active a {
  color: #fff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #fff;
}
.refund_success {
  color: #2d8cf0ff;
}
.init {
  color: #ed4014ff;
}
.couponNew .ant-form-item {
  margin-bottom: 0;
}
.couponNew .coupon-image {
  margin-bottom: 10px;
  height: auto !important;
}
.required-formItem {
  background: transparent;
}
.required-formItem .ant-form-item-label {
  background: transparent;
}
.required-formItem .ant-form-item-label label {
  background: transparent;
}
.required-formItem .ant-form-item-label label::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.couponTimeDur .leftTitle {
  float: left;
  text-align: right;
  color: #000;
  line-height: 42px;
}
.couponTimeDur .rightContent {
  float: left;
}
.couponTimeDur .rightContent .radioGroup .ant-radio-wrapper {
  height: 54px;
  line-height: 40px;
}
.couponTimeDur .rightContent .ant-form-item {
  display: block;
  height: 54px;
}
.cardView-title {
  margin-top: 46px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #1d2088;
}
.cardView .coupon-cmpt {
  margin-top: 50px;
}
.line {
  margin: 20px 0;
  height: 1px;
  background: gainsboro;
}
.searchGood-wrap-goods-num {
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
  transform: translateY(-50%) translateX(calc(100% + 15px));
}
.searchGood-action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.formItem {
  display: flex;
}
.buy {
  display: flex;
  align-items: flex-start;
}
.buy .left {
  width: 60px;
  font-size: 30px;
}
.catalog_formitem .rule_title {
  min-height: 40px;
  line-height: 30px;
  color: #333;
}
.catalog_formitem .rule_title .tit {
  font-size: 14px;
  font-weight: bold;
}
.catalog_formitem .rule_title .sp {
  padding: 0 8px;
  color: #f96229;
}
.catalog_formitem .add_pool {
  line-height: 30px;
  color: #4a8af4;
  padding-left: 21%;
  cursor: pointer;
}
.catalog_formitem .item .del_item {
  margin: 0 10px;
  display: none;
  color: red;
}
.catalog_formitem .item:hover .del_item {
  display: inline-block;
}
.catalog_box_wrap {
  background-color: #fff;
  padding: 16px 0;
}
.couponSelector-couponList {
  height: 750px;
  overflow-y: auto;
  padding-left: 16px;
}
.couponSelector-couponList .couponTab .ant-tabs-top-content.ant-tabs-content-animated {
  margin-left: 0 !important;
}
.couponSelector-couponList .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.couponSelector-couponList-empty {
  margin-top: 60px;
  text-align: center;
}
.couponSelector-coupon {
  display: flex;
  height: 88px;
  width: 250px;
  margin-bottom: 20px;
  align-items: center;
}
.couponSelector-coupon .couponleft {
  width: 160px;
  height: 88px;
  background: #ffffff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px 0px 0px 3px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  padding: 8px 8px 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.couponSelector-coupon .couponleft .coupon-name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.couponSelector-coupon .couponleft .coupon-name .tips {
  font-size: 12px;
  display: inline-block;
  padding: 4px;
  border-radius: 12px;
  background: #48ac9d;
  margin-right: 2px;
  color: #fff;
  min-width: 66px;
  text-align: center;
}
.couponSelector-coupon .couponleft .coupon-name .title {
  flex: 1;
  color: #000;
  font-size: 12px;
}
.couponSelector-coupon .couponleft .coupon-time {
  color: #999;
  font-size: 12px;
}
.couponSelector-coupon .coupon-right {
  width: 100px;
  height: 88px;
  background: #48AC9D;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 3px 3px 0px;
  box-sizing: border-box;
  padding: 12px 6px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.couponSelector-coupon .coupon-right .coupon-amount {
  font-size: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.couponSelector-coupon .coupon-right .coupon-amount span {
  font-size: 12px;
  line-height: 24px;
}
.msgList {
  min-height: 750px;
  overflow-y: auto;
}
.msgList .ant-row {
  height: 750px;
  overflow-y: auto;
}
.msgList .ant-col-24 {
  margin-bottom: 20px;
}
.msgList .ant-radio-wrapper {
  display: flex;
  align-items: center;
}
.msgList .ant-radio-wrapper .msg-content {
  width: 330px;
  min-height: 100px;
  padding: 12px 10px 7px;
  background: #f7f7f7;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcdee2;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  word-break: break-all;
  position: relative;
  overflow: hidden;
  white-space: normal;
}
.msgList .ant-radio-wrapper .msg-content.badge-item {
  height: auto;
}
.msgList .ant-radio-wrapper .msg-content img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
.msgList .ant-radio-wrapper .msg-content span {
  position: absolute;
  right: 10px;
  bottom: 7px;
}
.msgList .ant-radio-wrapper.ant-radio-wrapper-checked .msg-content {
  border: 1px solid #2d8cf0;
}
.gameList {
  min-height: 750px;
  overflow-y: auto;
}
.gameList .ant-row {
  height: 750px;
  overflow-y: auto;
}
.gameList .ant-col-24 {
  margin-bottom: 20px;
  padding-left: 20px;
}
.gameList .ant-radio-wrapper {
  display: flex;
  align-items: center;
}
.gameList .ant-radio-wrapper .GameItem {
  width: 390px;
  height: 150px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcdee2;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  word-break: break-all;
  position: relative;
  overflow: hidden;
  white-space: normal;
}
.gameList .ant-radio-wrapper .GameItem .GameItem-title {
  padding: 10px;
  font-size: 14px;
  color: #000;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
}
.gameList .ant-radio-wrapper .GameItem .GameItem-title .qrCode {
  position: relative;
  font-size: 14px;
  color: #1890ff;
}
.gameList .ant-radio-wrapper .GameItem .GameItem-title .qrCode .qrCodeGroup {
  position: absolute;
  right: 0;
  top: 20px;
  background: #fff;
}
.gameList .ant-radio-wrapper .GameItem .GameItem-content {
  padding: 20px;
}
.gameList .ant-radio-wrapper .GameItem .GameItem-content .GameItem-group {
  display: flex;
}
.gameList .ant-radio-wrapper .GameItem .GameItem-content .GameItem-group .GameItem-name {
  width: 120px;
  margin-right: 10px;
}
.gameList .ant-radio-wrapper.ant-radio-wrapper-checked .msg-content {
  border: 1px solid #2d8cf0;
}
.has-checked {
  background: #fff;
}
.has-checked .checked-header {
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #e8e8e8;
}
.has-checked .checkedGroup-container {
  padding: 16px 20px;
  height: 700px;
  overflow-y: auto;
}
.has-checked .checkedGroup-container .checkedGroup {
  background: #f8f8f9;
}
.has-checked .checkedGroup-container .checkedGroup .checkedGroup-title {
  padding: 12px;
  font-size: 16px;
  color: #000;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item {
  width: 320px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  padding-bottom: 12px;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .scoreItem {
  width: 208px;
  height: 40px;
  box-sizing: border-box;
  padding: 9px 12px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px dashed #d9d9d9;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .scoreItem.checked {
  background: #e7f7ff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #1890ff;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .scoreItem.checked .anticon-check-circle {
  position: absolute;
  right: -7px;
  top: -7px;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .msg-content {
  width: 330px;
  min-height: 100px;
  padding: 12px 10px 7px;
  background: #f7f7f7;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcdee2;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  word-break: break-all;
  position: relative;
  overflow: hidden;
  white-space: normal;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .msg-content.badge-item {
  height: auto;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .msg-content img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .msg-content span {
  position: absolute;
  right: 10px;
  bottom: 7px;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .targetItem {
  min-width: 40px;
  min-height: 40px;
  box-sizing: border-box;
  padding: 9px 12px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px dashed #d9d9d9;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .GameItem {
  width: 390px;
  height: 150px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcdee2;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  word-break: break-all;
  position: relative;
  overflow: hidden;
  white-space: normal;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .GameItem .GameItem-title {
  padding: 10px;
  font-size: 14px;
  color: #000;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .GameItem .GameItem-title .qrCode {
  position: relative;
  font-size: 14px;
  color: #1890ff;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .GameItem .GameItem-title .qrCode .qrCodeGroup {
  position: absolute;
  right: 0;
  top: 20px;
  background: #fff;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .GameItem .GameItem-content {
  padding: 20px;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .GameItem .GameItem-content .GameItem-group {
  display: flex;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .GameItem .GameItem-content .GameItem-group .GameItem-name {
  width: 120px;
  margin-right: 10px;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .antion {
  font-size: 24px;
  margin-left: 12px;
}
.has-checked .checkedGroup-container .checkedGroup .checked-item .delete {
  display: inline-block;
  padding: 6px 12px;
  color: #ff4d4f;
  width: 60px;
  word-break: keep-all;
  font-size: 14px !important;
  cursor: pointer;
}
.has-checked .commonDrawer-icon {
  display: flex;
  position: fixed;
  right: 375px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
.has-checked .commonDrawer-icon .anticon-left,
.has-checked .commonDrawer-icon .anticon-right {
  position: absolute;
  right: 9px;
}
.msgList {
  min-height: 750px;
  overflow-y: auto;
}
.msgList .ant-row {
  height: 750px;
  overflow-y: auto;
}
.msgList .ant-col-24 {
  margin-bottom: 20px;
  padding-left: 20px;
}
.msgList .ant-radio-wrapper {
  display: flex;
  align-items: center;
}
.msgList .ant-radio-wrapper .msg-content {
  width: 330px;
  min-height: 100px;
  padding: 12px 10px 7px;
  background: #f7f7f7;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #dcdee2;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  word-break: break-all;
  position: relative;
  overflow: hidden;
  white-space: normal;
}
.msgList .ant-radio-wrapper .msg-content span {
  position: absolute;
  right: 10px;
  bottom: 7px;
}
.msgList .ant-radio-wrapper.ant-radio-wrapper-checked .msg-content {
  border: 1px solid #2d8cf0;
}
.ScoreList {
  padding: 25px 30px;
  max-height: 691px;
  background: #f8f8f9;
  border-radius: 2px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
.ScoreList .scoreItem {
  width: 240px;
  height: 40px;
  box-sizing: border-box;
  padding: 9px 12px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px dashed #d9d9d9;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ScoreList .scoreItem.checked {
  background: #e7f7ff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #1890ff;
}
.ScoreList .scoreItem.checked .anticon-check-circle {
  position: absolute;
  right: -7px;
  top: -7px;
}
.ScoreList .scoreItem .ant-input-number {
  width: 144px;
  height: 32px;
  box-shadow: none;
  border: none;
  line-height: 32px;
}
.ScoreList .scoreItem .ant-input-number:focus {
  box-shadow: none;
  border: none;
}
.ScoreList .scoreItem .ant-btn {
  margin-left: -10px;
  opacity: 0;
}
.ScoreList .scoreItem:hover .ant-btn {
  margin-left: -10px;
  opacity: 1;
}
.TargetList {
  padding: 25px 30px;
  max-height: 750px;
  background: #f8f8f9;
  border-radius: 2px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
.TargetList .targetItem {
  min-width: 130px;
  height: 40px;
  box-sizing: border-box;
  padding: 9px 12px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px dashed #d9d9d9;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.TargetList .targetItem.checked {
  background: #e7f7ff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #1890ff;
}
.TargetList .targetItem.checked .anticon-check-circle {
  position: absolute;
  right: -7px;
  top: -7px;
}
.TargetList .targetItem .ant-input {
  width: 144px;
  height: 32px;
  box-shadow: none;
  border: none;
  line-height: 32px;
}
.TargetList .targetItem .ant-input:focus {
  box-shadow: none;
  border: none;
}
.TargetList .targetItem .ant-btn {
  margin-left: -10px;
  opacity: 0;
}
.TargetList .targetItem:hover .ant-btn {
  margin-left: -10px;
  opacity: 1;
}
.newtempwraper-content {
  height: calc(100vh - 115px);
  background-color: #fff;
  display: flex;
  overflow: hidden;
  padding: 20px;
}
.newtempwraper-content .steps-temp {
  padding-top: 100px;
  float: left;
  width: 220px;
}
.newtempwraper-content .steps-temp .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #000;
}
.newtempwraper-content .newtemp_middle {
  height: 100%;
  background-color: #eef0f5;
  border: 1px solid #caccd0;
  flex: 1;
  display: flex;
  flex-flow: column;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap .copy-template-wrap {
  width: 80%;
  height: 156px;
  display: flex;
  color: #3a3a3a;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-bottom: 50px;
  padding: 0 20px;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap .copy-template-wrap #copy-input {
  border: none;
  outline: none;
  margin-right: 18px;
  flex-grow: 1;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap .copy-template-wrap .template-code {
  margin-right: 18px;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap .copy-template-wrap .copy-btn {
  width: 40px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 11px;
  border: 1px solid #c2c2c2;
}
.newtempwraper-content .newtemp_middle .mid_content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.newtempwraper-content .newtemp_middle .mid_title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #000;
  background-color: #eef0f5;
}
.newtempwraper-content .newtemp_middle .content_title {
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #000;
  background-color: #eef0f5;
}
.newtempwraper-content .newtemp_middle .mid_footer {
  height: 72px;
  padding: 16px;
  text-align: center;
}
.newtempwraper-content .newtemp_middle .mid_footer .ant-btn {
  margin: 0 10px;
}
.newtempwraper-content .newtemp_middle .normal_content {
  background-color: #fff;
  min-height: 100%;
  margin: 0 16px;
  padding: 0;
  padding-bottom: 36px;
}
.newtempwraper-content .newtemp_middle .normal_content .content_title {
  margin-bottom: 10px;
}
.newtempwraper-content .newtemp_middle .normal_content .coverStyleWrap .ant-form-item-control {
  line-height: normal;
}
.newtempwraper-content .newtemp_middle .normal_content .coverStyleWrap .ant-form-item-control .smsUnsubscriReminder {
  display: flex;
  align-items: center;
}
.newtempwraper-content .newtemp_middle .normal_content .coverStyleWrap .ant-form-item-control .smsUnsubscriReminder > span:not(.ant-checkbox) {
  display: inline-block;
  width: 256px;
  margin-top: 11px;
}
.newtempwraper-content .newtemp_right {
  height: 100%;
  float: right;
  width: 400px;
}
.newtempwraper-content .temp_type_List {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.newtempwraper-content .temp_type_List .item {
  height: 120px;
  width: 300px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background-color: #fff;
  margin: 0 0 20px 2.5%;
  float: left;
  position: relative;
}
.newtempwraper-content .temp_type_List .item:hover {
  cursor: pointer;
}
.newtempwraper-content .temp_type_List .item .anticon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #4a8af4;
  text-align: center;
  line-height: 23px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
}
.newtempwraper-content .temp_type_List .item.active {
  border: solid 1px #4a8af4;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.newtempwraper-content .temp_type_List .item.active .anticon {
  opacity: 1;
}
.newtempwraper-content .temp_type_List .item .pic {
  width: 46px;
  height: 46px;
  float: left;
  margin: 20px 16px 0 20px;
}
.newtempwraper-content .temp_type_List .item .tit {
  margin-top: 20px;
  height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  padding-right: 20px;
}
.newtempwraper-content .temp_type_List .item .desc {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  padding-right: 20px;
}
.popup_content {
  margin: 0 20px;
  height: 100%;
  background-color: #fff;
}
.popup_content .ant-tabs-nav-scroll {
  background-color: #eef0f5;
}
.popup_content .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  background: #e9ebf0;
  border: 1px solid #c8c9ce;
  border-bottom: 0;
  margin-right: 8px;
}
.popup_content .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  background-color: #fff;
}
.popup_content .upload_plus {
  width: 150px;
  border: dashed 1px #ddd;
  background-color: #f5f5f5;
  min-height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.popup_content .upload_plus .reupload {
  position: absolute;
  right: -130px;
  bottom: 5px;
}
.popup_content .popup_pic {
  width: 150px;
  max-height: 200px;
}
.popup_content .upload_tip {
  color: #999;
  line-height: 40px;
}
.woa_checkbox_box {
  padding-top: 6px;
}
.woa_checkbox_box .ant-col {
  line-height: 30px;
}
.woa_checkbox_orderby {
  padding-top: 6px;
}
.woa_checkbox_orderby .ant-col {
  padding: 4px 10px;
  background-color: #f5f5f5;
  line-height: 26px;
  border-radius: 4px;
  margin-top: 5px;
  position: relative;
  list-style: none;
  margin-bottom: 0;
  width: 250px;
}
.woa_checkbox_orderby .ant-col .action {
  position: absolute;
  right: 0;
  top: 8px;
  width: 30px;
  height: 25px;
}
.woa_checkbox_orderby .ant-col .action .anticon {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-size: 20px;
}
.woa_checkbox_orderby .ant-col .action .anticon:hover {
  color: #4a8af4;
}
.drag-up {
  animation: dragup ease 0.2s 1;
  animation-fill-mode: forwards;
  border: dashed 1px #ddd;
}
.drag-down {
  animation: dragdown ease 0.2s 1;
  animation-fill-mode: forwards;
  border: dashed 1px #ddd;
}
@keyframes dragup {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 34px;
  }
}
@keyframes dragdown {
  from {
    margin-bottom: 10px;
    margin-top: 34px;
  }
  to {
    margin-bottom: 34px;
    margin-top: 10px;
  }
}
.PhonePreview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 100%;
}
.PhonePreview.jPush .empty-tip {
  color: white;
}
.PhonePreview .preview-header {
  margin-top: 1em;
  text-align: center;
}
.PhonePreview .phone-section {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform-origin: top;
}
.PhonePreview .phone-section .phone-bg {
  position: absolute;
  top: 0;
  z-index: 0;
}
.PhonePreview .phone-section .phone-content-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
}
.PhonePreview .phone-section .phone-content-wrapper .phone-header {
  margin-top: 90px;
  padding: 5px;
  width: 260px;
  height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.PhonePreview .phone-section .phone-content-wrapper .phone-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  width: 260px;
  overflow: hidden scroll;
}
.PhonePreview .phone-content .empty-tip {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.PhonePreview .phone-content .item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.PhonePreview .phone-content .item:first-child {
  margin-top: 5px;
}
.PhonePreview .remove-btn {
  flex-shrink: 0;
  color: #f5222d;
  user-select: none;
  cursor: pointer;
}
.PhonePreview .preview-sms {
  margin-right: 15px;
  padding: 5px 10px;
  border-radius: 10px;
  border: solid 1px #ddd;
  line-height: 1.65em;
  font-size: 13px;
  word-break: break-all;
  cursor: pointer;
  background-color: #f5f5f5;
}
.PhonePreview .preview-tanchuang {
  width: 100%;
}
.PhonePreview .preview-tanchuang .popup_pic {
  display: block;
  margin: 50px auto 20px;
  max-width: 95%;
}
.PhonePreview .coupon-cmpt .coupon-con {
  padding: 10px;
}
.PhonePreview .preview-jpush {
  padding: 5px 9px;
  width: 238px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.PhonePreview .preview-jpush .title-con {
  display: flex;
  justify-content: space-between;
}
.PhonePreview .preview-jpush .push-name {
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
.PhonePreview .preview-jpush .push-content {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 1.5em;
  line-height: 1.5em;
  word-break: break-all;
}
.preview-woa {
  border: solid 1px #ddd;
  border-radius: 4px;
  width: 238px;
}
.preview-woa .title-con {
  border-bottom: solid 1px #ddd;
  height: 50px;
  padding: 10px;
  line-height: 30px;
}
.preview-woa .title-con .logo {
  float: left;
  width: 34px;
  height: 34px;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
  border: solid 1px #ddd;
}
.preview-woa .temp-tit {
  line-height: 30px;
  font-size: 14px;
  color: #000;
  padding: 10px 10px 0;
}
.preview-woa .push-name {
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
.preview-woa .push-content {
  min-height: 200px;
  padding: 10px;
  padding-top: 0;
}
.preview-woa .push-content .row {
  margin: 5px 0;
}
.preview-woa .push-detail {
  line-height: 40px;
  border-top: solid 1px #ddd;
  padding-left: 10px;
  font-size: 12px;
}
.preview-woa .push-detail::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  float: right;
  margin-right: 10px;
  transform: rotate(-45deg);
  margin-top: 15px;
  border-radius: 2px;
}
.preview-tanchuang {
  width: 100%;
}
.preview-tanchuang .popup_pic {
  display: block;
  margin: 0 auto 20px;
  position: relative;
  width: 200px;
  height: 265px;
  z-index: 2;
  border-radius: 5px;
}
.preview-tanchuang .masker {
  width: 265px;
  height: 507px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: -2px;
  bottom: 27px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.preview-tanchuang .closeDiv {
  width: 100%;
  height: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.preview-tanchuang .closeDiv .closeBtn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ddd;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
.CardTab {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.CardTab .couponBtn {
  position: absolute;
  top: -45px;
  right: 378px;
}
.CardTab .letf-tab {
  position: absolute;
  right: 960px;
  width: 200px;
}
.CardTab .letf-tab .ant-menu {
  margin-left: -24px;
}
.CardTab .letf-tab .ant-menu .ant-menu-item-selected {
  background-color: #F8F8F9;
  color: #000;
}
.CardTab .letf-tab .ant-menu-item img {
  width: 26px;
  color: #666;
  margin-right: 20px;
}
.CardTab .right-tab {
  width: 650px;
  background: #F8F8F9;
  height: 850px;
  position: absolute;
  right: 375px;
}
.CardTab .check-tab {
  flex: 1;
  background: #FFFFFF;
  height: 700px;
  width: 400px;
  position: fixed;
  right: 0;
}
.CardTab-group + .commonDrawer-icon {
  display: none;
}
.x6-market-tree-tag {
  display: flex;
  height: calc(100vh - 53px - 55px - 44px);
}
.x6-market-tree-tag-left {
  width: 180px;
  height: 100%;
  border: 1px solid gainsboro;
  overflow-y: auto;
}
.x6-market-tree-tag-left .ant-collapse {
  border: none;
}
.x6-market-tree-tag-left .ant-collapse-header {
  border: none;
}
.x6-market-tree-tag-left .ant-collapse > .ant-collapse-item {
  border: none;
}
.x6-market-tree-tag-left .ant-collapse-content {
  border: none;
}
.x6-market-tree-tag .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.x6-market-tree-tag-category-item {
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.x6-market-tree-tag-category-item-active {
  background-color: #e6f7ff;
}
.x6-market-tree-tag-category-item:hover {
  background-color: #e6f7ff;
}
.x6-market-tree-tag-right {
  flex: 1;
  margin-left: 20px;
  height: 100%;
}
.branch-item {
  background-color: #f5f5f5;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.branch-item-header,
.branch-item-sub {
  padding: 8px;
}
.branch-item-content {
  padding: 16px 8px;
}
.branch-item-footer {
  text-align: center;
}
.branch-item-footer-text {
  cursor: pointer;
}
.branch-item .hide {
  display: none;
}
.rangeInput {
  display: flex;
  align-items: center;
  position: relative;
}
.rangeInput-wrapper {
  padding-right: 10px;
}
.rangeInput-inputWrapper {
  margin-left: 10px;
}
.rangeInput-input-separate {
  color: #303030;
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 20px;
  margin: 15px 0;
  font-size: 14px;
}
.rangeInput-input-separate:before {
  content: '';
  display: block;
  width: 13px;
  height: 39px;
  border: 1px solid #c8c8c8;
  border-left: transparent;
  position: absolute;
  left: -5px;
}
.rangeInput-input-separate:after {
  clear: both;
  content: "";
  display: table;
  font: 0/0 a;
}
.rangeInput-input-separate-label {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  float: left;
}
.dynamic-field-set .field-item {
  display: flex;
}
.dynamic-field-set .field-item-content {
  flex: 1;
}
.dynamic-field-set .field-item-remove {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.dynamic-field-set .ant-timeline-item-head {
  top: 6px;
}
.dynamic-field-set .ant-timeline-item-tail {
  top: 16px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 4px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert.ant-alert-closable {
  padding-right: 30px;
}
.ant-alert-icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
}
.ant-alert-error .ant-alert-icon {
  color: #f5222d;
}
.ant-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  border-radius: 4px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  cursor: pointer;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-closing {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform-origin: 50% 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
.x6-market-tree {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.x6-market-tree .bg-light-blue {
  background-color: #d9faff;
}
.x6-market-tree .bg-light-green {
  background-color: #e4ffd4;
}
.x6-market-tree .bg-light-purple {
  background-color: #f0e6ff;
}
.x6-market-tree .bg-light-orange {
  background-color: #ffddaa;
}
.x6-market-tree .bg-deep-blue {
  background-color: #73edff;
}
.x6-market-tree .bg-deep-green {
  background-color: #a4ff6e;
}
.x6-market-tree .bg-deep-purple {
  background-color: #b380ff;
}
.x6-market-tree .bg-deep-orange {
  background-color: #ffb444;
}
.x6-market-tree-wrapper {
  position: relative;
  flex: 1;
  overflow: hidden;
  border: 1px solid #caccd0;
  border-top: none;
  min-height: 500px;
}
.x6-market-tree-tips {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 9999;
}
.x6-market-tree-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -15px;
  right: -10px;
}
.x6-market-tree-content #x6-tree-container {
  height: 100%;
}
.x6-market-tree-popover .ant-popover-inner-content {
  padding: 0;
}
.x6-market-tree-popover .ant-popover-inner-content .ant-menu-submenu-arrow {
  right: -2px;
  transform: translateY(-2px);
}
.x6-market-tree-node {
  display: flex;
  border-radius: 4px;
  cursor: default;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.x6-market-tree-node-wrapper {
  height: 100%;
  flex: 1;
  display: flex;
}
.x6-market-tree-node-wrapper .add-icon {
  width: 25px;
  height: 25px;
  overflow: hidden;
  cursor: pointer;
}
.x6-market-tree-node-wrapper .add-icon-content {
  margin-top: -50px;
  margin-left: 25px;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transition: all 200ms ease;
}
.x6-market-tree-node-wrapper .add-icon-content::after {
  display: block;
  padding-top: 20px;
  padding-left: 10px;
  content: "+";
  font-size: 20px;
  color: white;
}
.x6-market-tree-node-wrapper .add-icon-show {
  margin-top: -25px;
  margin-left: 0;
}
.x6-market-tree-node-wrapper .node-content {
  flex: 1;
  padding: 10px 0 10px 10px;
}
.x6-market-tree-node-wrapper .node-content .node-info .title {
  font-size: 14px;
  font-weight: bold;
}
.x6-market-tree-node-wrapper .node-content .node-info .sub {
  font-size: 10px;
  color: #7a7f80;
}
.x6-market-tree-node .left-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: auto auto auto -15px;
  border-radius: 5px;
  font-size: 25px;
  color: white;
}
.x6-market-tree-node .left-image > svg {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.x6-market-tree-node .left-image.blue {
  background-image: linear-gradient(to bottom right, #07ccfe, #3396f3);
}
.x6-market-tree-node .left-image.green {
  background-image: linear-gradient(to bottom right, #9fea2a, #3bcb04);
}
.x6-market-tree-node .left-image.purple {
  background-image: linear-gradient(to bottom right, #a82fd8, #772df3);
}
.x6-market-tree-node .left-image.orange {
  background-image: linear-gradient(to bottom right, #ff9900, #ff5f00);
}
.x6-market-tree .toolbar {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  background-color: #fafafa;
  font-size: 14px;
  border: 1px solid #caccd0;
}
.x6-market-tree .toolbar-left {
  height: 100%;
  margin-left: 16px;
}
.x6-market-tree .toolbar-right {
  height: 100%;
  margin-right: 16px;
}
.game-title-upload .avatar-uploader .ant-upload-picture-card-wrapper,
.game-title-upload .ant-upload-list-picture-card .ant-upload-list-item,
.game-title-upload .ant-upload .ant-upload-select .ant-upload-select-picture-card {
  box-sizing: content-box;
  margin: 0;
  width: 200px;
  height: 105px;
}
.game-title-upload .upload-wrapper {
  max-width: 217px;
}
.game-bg-upload .avatar-uploader .ant-upload-picture-card-wrapper,
.game-bg-upload .ant-upload-list-picture-card .ant-upload-list-item,
.game-bg-upload .ant-upload .ant-upload-select .ant-upload-select-picture-card {
  box-sizing: content-box;
  margin: 0;
}
.game-bg-upload .upload-wrapper {
  max-width: 198px;
}
.graphtree {
  position: relative;
  width: 100%;
  height: 100%;
}
.graphtree-map-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background-color: transparent;
}
.graphtree .g6-minimap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
}
.graphtree .g6-minimap-viewport {
  left: 0;
}
.graphtree .g6-minimap-container {
  border: 1px solid #e2e2e2;
}
.graphtopbar {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  background-color: #fafafa;
}
.graphtopbar-tool {
  display: inline-block;
  margin-left: 28px;
  cursor: pointer;
}
.graphtopbar-tool .anticon {
  margin-right: 6px;
}
.graphmenu-list-item {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.graphmenu-list-item:hover {
  color: #1890ff;
}
.x6-market-tree-tag {
  display: flex;
  height: calc(100vh - 53px - 55px - 44px);
}
.x6-market-tree-tag-left {
  width: 180px;
  height: 100%;
  border: 1px solid gainsboro;
  overflow-y: auto;
}
.x6-market-tree-tag-left .ant-collapse {
  border: none;
}
.x6-market-tree-tag-left .ant-collapse-header {
  border: none;
}
.x6-market-tree-tag-left .ant-collapse > .ant-collapse-item {
  border: none;
}
.x6-market-tree-tag-left .ant-collapse-content {
  border: none;
}
.x6-market-tree-tag .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.x6-market-tree-tag-category-item {
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.x6-market-tree-tag-category-item-active {
  background-color: #e6f7ff;
}
.x6-market-tree-tag-category-item:hover {
  background-color: #e6f7ff;
}
.x6-market-tree-tag-right {
  flex: 1;
  margin: 20px;
  height: 100%;
}
.rangeInput {
  display: flex;
  align-items: center;
  position: relative;
}
.rangeInput-wrapper {
  padding-right: 10px;
}
.rangeInput-inputWrapper {
  margin-left: 10px;
}
.rangeInput-input-separate {
  color: #303030;
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 20px;
  margin: 15px 0;
  font-size: 14px;
}
.rangeInput-input-separate:before {
  content: '';
  display: block;
  width: 13px;
  height: 39px;
  border: 1px solid #c8c8c8;
  border-left: transparent;
  position: absolute;
  left: -5px;
}
.rangeInput-input-separate:after {
  clear: both;
  content: "";
  display: table;
  font: 0/0 a;
}
.rangeInput-input-separate-label {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  float: left;
}
.orderAmount {
  display: flex;
  align-items: center;
}
.orderAmount-label {
  display: flex;
  align-items: center;
}
.branch-item {
  background-color: #f5f5f5;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.branch-item-header,
.branch-item-sub {
  padding: 8px;
}
.branch-item-content {
  padding: 16px 8px;
}
.branch-item-footer {
  text-align: center;
}
.branch-item-footer-text {
  cursor: pointer;
}
.branch-item .hide {
  display: none;
}
.gametoolbar {
  height: 100%;
  overflow: scroll;
}
.gametoolbar .node-title {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 26px;
  padding-right: 18px;
  font-weight: 500;
  color: #000;
  height: 40px;
  line-height: 40px;
}
.gametoolbar .node-title .edit-btn {
  position: absolute;
  top: 0;
  right: 6px;
}
.gametoolbar .node-baseinfo {
  padding: 10px 0px;
  background-color: #f7f7f7;
}
.gametoolbar .condition-item {
  line-height: 28px;
}
.gametoolbar .condition-item-label {
  display: inline-block;
  width: 80px;
  text-align: right;
  white-space: nowrap;
}
.gametoolbar .condition-item .ant-radio-button-wrapper-disabled {
  display: none;
}
.gametoolbar .condition-item .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}
.gametoolbar .condition-item .ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: none;
}
.gametoolbar .condition-item .ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}
.gametoolbar .condition-item .ant-cascader-picker-disabled i {
  display: none;
}
.gametoolbar .condition-item .ant-cascader-picker-label {
  padding: 0 20px 0 6px;
}
.gametoolbar .condition-item .ant-select-disabled {
  color: rgba(0, 0, 0, 0.65);
}
.gametoolbar .condition-item .ant-select-disabled .ant-select-selection {
  background-color: transparent;
  border: none;
}
.gametoolbar .condition-item .ant-select-disabled .ant-select-arrow {
  display: none;
}
.gametoolbar .condition-item .ant-input-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  cursor: auto;
  opacity: 1;
  border: none;
}
.gametoolbar .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  color: rgba(0, 0, 0, 0.65);
}
.gametoolbar .ant-time-picker-input[disabled] {
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
}
.page-game-list .market-tree-con {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.page-game-list .ant-upload-list-item,
.page-game-list .ant-upload-list-item-list-type-picture-card {
  width: 100px !important;
  height: 100px !important;
}
.page-game-list .game-status {
  padding: 3px 8px;
  width: 100px;
  height: 32px;
  line-height: 1.5;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.col-layout-form .ant-form-item-children {
  white-space: nowrap;
}
.gametree {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.gametree-left {
  margin-right: 330px;
  height: 100%;
}
.gametree-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 100%;
  border-left: 1px solid #bbb;
  overflow: hidden scroll;
}
.cardlist-item {
  position: relative;
  display: inline-block;
  width: 350px;
  height: 120px;
}
.cardlist-item-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  width: 100%;
  height: 46px;
  line-height: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
}
.page-game-new {
  /** 游戏类型卡片样式 */
  /** 上传动画 */
  /** 营销方案表格样式 */
  /** other */
}
.page-game-new .ant-card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-game-new .ant-card-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
}
.page-game-new .ant-card-meta-detail {
  flex-grow: 1;
}
.page-game-new .ant-card-meta-description {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-game-new .ant-card-meta-avatar {
  margin: 0 15px 0 15px;
  padding-right: 0;
  float: unset;
}
.page-game-new .ant-card-meta-title {
  margin-bottom: 4px !important;
}
.page-game-new .game-type-icon-con .icon {
  vertical-align: middle;
}
.page-game-new .ant-upload-list-item {
  animation: none;
}
.page-game-new .ant-upload-animate-leave,
.page-game-new .ant-upload-animate-inline-leave {
  display: none;
}
.page-game-new .steps-content {
  position: relative;
  margin-top: 0;
  height: 100%;
}
.page-game-new .steps-content .ant-row {
  margin-bottom: 20px;
  height: auto;
}
.page-game-new .steps-content .step-content-0 {
  width: calc(100% - 340px);
}
.page-game-new .form-title {
  margin: 30px 0 30px 12.5%;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.page-game-new .preview-iframe,
.page-game-new .preview-fission {
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  height: 100%;
  max-height: 600px;
  z-index: 1;
  background: #eee;
  overflow: hidden;
}
.page-game-new .preview-iframe .title,
.page-game-new .preview-fission .title {
  line-height: 3em;
  text-align: center;
  color: #666;
}
.page-game-new .preview-iframe .image-box,
.page-game-new .preview-fission .image-box {
  position: absolute;
}
.page-game-new .preview-iframe .game-image,
.page-game-new .preview-fission .game-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-game-new .step-select-plan .ant-table-wrapper {
  padding: 5px;
  background: white;
}
.page-game-new .step-select-plan .ant-table-body > tr > td {
  padding: 5px 8px !important;
}
.page-game-new .step-select-plan .wrapper {
  margin: 0 !important;
  padding: 5px !important;
}
.page-game-new .step-select-plan .ant-pagination.ant-table-pagination.mini {
  margin: 5px 0;
}
.page-game-new .form-item-restrict.open {
  margin-bottom: 10px;
}
.page-game-new .form-item-restrict.open > .ant-form-item-control-wrapper {
  width: 50%;
  background: white;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
}
.page-game-new .form-item-restrict.open .ant-radio-group {
  width: 100%;
  background: #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 15px;
}
.page-game-new .form-item-restrict.open .restrict-con {
  padding: 15px;
}
.page-game-new .tip-name {
  display: inline-block;
  padding-left: 10px;
  color: red;
}
.couponlist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.couponlist-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.couponlist-container {
  height: 400px;
}
.bagInfo .baseItem .ant-input-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  cursor: auto;
  opacity: 1;
  border: none;
}
.bagInfo-box {
  border: 1px solid gainsboro;
  border-radius: 4px;
  padding: 2px;
  margin-right: 30px;
  background-color: #fff;
}
.selectGift-box .ant-tabs-nav-wrap {
  text-align: center;
}
.goodsLearnwrapper {
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  overflow: visible;
  margin-top: 8px;
  overflow-x: hidden;
  min-height: calc(100vh - 160px);
}
.goodsLearnwrapper .ant-drawer-header .ant-drawer-title {
  text-align: center;
}
.goodsLearnwrapper .closeBtn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 200px;
  left: -35px;
  width: 35px;
  height: 35px;
  background: #1890ffff;
  color: #fff;
  box-shadow: -3px 1px 10px 0px rgba(0, 0, 0, 0.19);
  text-align: center;
  padding-top: 4px;
  font-size: 18px;
}
.goodsLearnwrapper .goodsLearnFlex {
  display: flex;
}
.goodsLearnwrapper .goodsLearnFlex .tableBox {
  padding: 10px;
  flex: auto;
}
.goodsLearnwrapper .goodsLearnFlex .ant-table-thead > tr > th {
  background: rgba(240, 240, 240, 0.5);
  padding: 10px;
}
.goodsLearnwrapper .goodsLearnFlex .ant-table-tbody > tr > td {
  padding: 8px;
}
.goodsLearnwrapper .goodsLearnFlex .ant-table-tbody > tr:nth-child(even) > td {
  background: #f8f8f9;
}
.goodsLearnwrapper .goodsLearnFlex .ant-table-tbody > .row-selected:nth-child(even) > td {
  background: #e6f7ff !important;
}
.goodsLearnwrapper .goodsLearnFlex .ant-table-tbody .row-selected {
  background: #e6f7ff !important;
}
.goodsLearnwrapper .goodsLearnBox {
  height: auto;
  overflow: hidden;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.goodsLearnwrapper .goodsLearnBox .item {
  list-style: none;
  flex: 0 1 auto;
  margin: 0;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 8px;
  float: left;
  width: 196px;
  height: 280px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.goodsLearnwrapper .goodsLearnBox .item > img {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 180px;
}
.goodsLearnwrapper .goodsLearnBox .item > p {
  width: 180px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  font-size: 12px;
}
.goodsLearnwrapper .goodsLearnBox .item .learning {
  color: red;
}
.goodsLearnwrapper .goodsLearnBox .item .finished {
  color: green;
}
.confirmGoodsSupply {
  color: #999;
  margin-top: -40px;
}
.confirmGoodsSupply .ant-btn {
  margin-right: 10px;
}
.detailTabs {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  border-bottom: solid 1px #f0f0f0;
}
.detailTabs .tabpane {
  width: auto;
  display: inline-block;
  height: 46px;
  padding: 0 16px;
  line-height: 45px;
  margin-right: 16px;
  cursor: pointer;
}
.detailTabs .actionItem {
  float: right;
  margin-left: 20px;
  margin-top: 7px;
}
.detailTabs .active {
  border-bottom: solid 2px #1890ff;
  font-weight: 500;
}
.closeable-box {
  border-bottom: 1px solid #e8e8e8;
}
.closeable-box .modal-header {
  padding: 16px 0;
}
.closeable-box .modal-header .modal-title {
  font-size: 14px;
  font-weight: 600;
}
.closeable-box .modal-header .modal-icon {
  font-size: 12px;
  font-weight: 600;
}
.upload-feedback .upload-success {
  color: #7cbb19;
}
.upload-feedback .upload-fail {
  color: #d6000e;
}
.upload-feedback .m-bottom-10 {
  margin-bottom: 10px;
}
.upload-feedback .download {
  color: #1890ff;
  cursor: pointer;
}
.upload-feedback .ant-modal-title {
  font-weight: 600;
}
.closeable-box .ant-form-item {
  margin-bottom: 16px;
}
.border-none {
  border-bottom: none;
}
.uploadbox {
  height: 100px;
  width: 150px;
  border: dashed 1px #ddd;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.uploadbox .pic {
  width: inherit;
  height: inherit;
  display: block;
  margin: 0 auto;
}
.uploadbox .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 100px;
  left: 0;
  top: 0;
  display: none;
}
.uploadbox .mask .anticon {
  font-size: 20px;
  color: red;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.uploadbox:hover .mask {
  display: block;
}
.goods-library-container .page-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-library-container .page-title-box .title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.goods-library-container .page-title-box .header-operate-div .ant-btn-primary {
  background-color: #ff9900;
  border-color: #ff9900;
}
.goods-library-container .header-div {
  background-color: #fff;
  position: relative;
  margin-bottom: 12px;
}
.goods-library-container .search-div {
  padding: 20px 16px 4px;
  display: flex;
  flex-wrap: wrap;
}
.goods-library-container .search-div .search-item {
  display: flex;
  align-items: center;
  margin: 0px 16px 16px 0;
}
.goods-library-container .search-div .search-item:last-child {
  padding-right: 0;
}
.goods-library-container .content-div {
  padding: 16px;
  background-color: #fff;
}
.goods-library-container .content-div__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
}
.goods-library-container .ant-modal-header {
  border-bottom: none;
}
.circle-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin-right: 6px;
}
.circle-icon-active {
  background-color: #19be6b;
}
.circle-icon-unactive {
  background-color: #ccc;
}
.antd-modal-root .bgUploadBox {
  border: dashed 1px #ddd;
  height: 100px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
.antd-modal-root .uploadbox {
  height: 100px;
  width: 150px;
  border: dashed 1px #ddd;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.antd-modal-root .uploadbox .pic {
  width: inherit;
  height: inherit;
  display: block;
  margin: 0 auto;
}
.antd-modal-root .uploadbox .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 100px;
  left: 0;
  top: 0;
  display: none;
}
.antd-modal-root .uploadbox .mask .anticon {
  font-size: 20px;
  color: red;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.antd-modal-root .uploadbox:hover .mask {
  display: block;
}
.export_des {
  text-align: left;
  font-size: 12px;
}
.export_des p {
  margin-bottom: 0;
}
.export_des p a {
  margin-left: 8px;
}
.goods-spin .ant-spin {
  z-index: 100000 !important;
}
.goodsLearnTable .ant-table-tbody > tr > td {
  padding: 6px 8px;
}
.goodsLearnTable .ant-table-thead > tr > th {
  padding: 16px 8px;
}
.ant-tree .ant-tree-treenode {
  padding: 6px 0 6px 50px;
}
.ant-tree .ant-tree-treenode:hover {
  background-color: #bae7ff;
}
.custom-tree-container {
  height: 100%;
  min-width: 190px;
  border: 1px solid #E8EAEC;
  overflow-x: hidden;
  overflow-y: scroll;
}
.pre-icon,
.next-icon {
  width: 8px;
  margin: 1px;
}
.line-input-box {
  position: relative;
  height: 35px;
  margin-top: 15px;
}
.line-input-box .line-input-focus {
  position: absolute;
  left: 6px;
  bottom: 20px;
  font-size: 14px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(0, 25px, 0) scale(1);
  transform-origin: left top;
}
.line-input-box .input-title-Focus {
  transform: translateZ(0) scale(0.85) !important;
}
.line-input-box .line-input {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.line-input-box .line-input:focus {
  border-bottom: 1px solid #2d8cf0;
}
.drop-box div {
  width: 100%;
}
.drop-box .drop-item {
  display: flex;
  height: 35px;
  line-height: 35px;
  align-items: center;
  position: relative;
}
.drop-box .drop-item > div {
  height: 35px;
}
.drop-box .drop-item .touch-icon {
  display: none;
}
.drop-box .drop-item .operate-icon {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 5px;
  align-items: center;
}
.drop-box .drop-item .operate-icon .up-down-icon {
  width: 10px;
  height: 15px;
  background-size: 100% 100%;
  background-color: #000;
}
.drop-box .drop-item .operate-icon .caret-up-down-icon-box {
  width: 15px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.drop-box .drop-item .operate-icon .up-div {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent #c0c4cc;
  margin-bottom: 4px;
}
.drop-box .drop-item .operate-icon .down-div {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: #c0c4cc transparent transparent;
}
.drop-box .drop-item .operate-icon .up-div:hover {
  border-color: transparent transparent #7e828b;
}
.drop-box .drop-item .operate-icon .down-div:hover {
  border-color: #7e828b transparent transparent;
}
.drop-box .drop-item:hover {
  background-color: #efefef;
}
.drop-box .treeItemLevel-1 .icon-text-span-text,
.drop-box .treeItemLevel-2 .icon-text-span-text,
.drop-box .treeItemLevel-3 .icon-text-span-text {
  display: inline-block;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drop-box .treeItemLevel-1 {
  position: relative;
}
.drop-box .treeItemLevel-1 .icon-text-span {
  height: 35px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.drop-box .treeItemLevel-1 .toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.drop-box .treeItemLevel-1 .icon-text-span-text {
  width: 170px;
}
.drop-box .treeItemLevel-2 {
  position: relative;
}
.drop-box .treeItemLevel-2 .icon-text-span {
  margin-left: 45px;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.drop-box .treeItemLevel-2 .toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.drop-box .treeItemLevel-2 .icon-text-span-text {
  width: 150px;
}
.drop-box .treeItemLevel-3 {
  position: relative;
}
.drop-box .treeItemLevel-3 .icon-text-span {
  margin-left: 60px;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.drop-box .treeItemLevel-3 .toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.drop-box .treeItemLevel-3 .icon-text-span-text {
  width: 130px;
}
.search-modal-goods-detail {
  padding: 20px;
}
.search-modal-goods-detail .flex-box {
  display: flex;
}
.search-modal-goods-detail img {
  width: 50px;
}
.drop-menu-icon {
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.ant-dropdown-menu-item:hover .upload-list-inline {
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover .upload-list-inline .ant-upload {
  background-color: #e6f7ff;
}
.goods-list-container {
  min-width: 800px;
  height: 100%;
  border: 1px solid #E8EAEC;
  overflow-y: scroll;
}
.goods-list-container .overflow-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  min-height: 100%;
}
.goods-list-container .drawer-visible-class {
  width: calc(100% - 250px);
}
.goods-item {
  width: 16%;
  padding: 8px;
  margin: 5px 1%;
  border: 1px solid #F1F1F1;
  position: relative;
  cursor: pointer;
}
.goods-item .close-icon {
  display: none;
}
.goods-item p {
  margin: 0;
}
.goods-item .img-box {
  width: 100%;
  min-height: 55px;
  max-height: 90px;
  object-fit: cover;
  overflow: hidden;
}
.goods-item .img-box img {
  max-height: 90px;
}
.goods-item .goods-title {
  font-size: 12px;
  color: #17233D;
  font-weight: 500;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods-item .operate-box {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
.goods-item .operate-box .goods-price {
  font-weight: 500;
  margin: auto;
}
.goods-item .hover-class-blue:hover {
  cursor: pointer;
  color: #2D8CF0;
}
.goods-item .hover-class-red:hover {
  cursor: pointer;
  color: #EF4444;
}
.goods-item-active {
  border: 1px solid #EF4444;
}
.goods-item-active .close-icon {
  position: absolute;
  top: -9px;
  right: -7px;
  display: block;
  cursor: pointer;
  z-index: 99;
}
.page-box {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.goods-panel-container {
  width: 100%;
  height: 100%;
}
.tool-container {
  width: 100%;
  height: 60px;
  background-color: #fff;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.tool-container .left-box {
  width: 380px;
  justify-content: space-around;
  display: flex;
  height: 100%;
  align-items: center;
}
.goods-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}
.goods-panel .icon-color {
  color: #808695;
  font-size: 20px;
  cursor: pointer;
}
.goods-panel .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.goods-panel .flex-box > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #17233D;
}
.goods-panel .custom-tree-box {
  width: 250px;
  min-width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.goods-panel .goods-list-box {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.pre-container {
  position: fixed;
  z-index: 10;
  background-color: #fff;
  width: 900px;
  height: 580px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
}
.pre-container .background-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pre-container .container-box {
  padding: 15px;
}
.pre-container .container-box .tree-box {
  width: 200px;
  height: 500px;
  overflow-y: scroll;
}
.drop-item {
  height: 45px;
  line-height: 45px;
}
.drop-item .treeItemLevel-1 {
  padding-left: 30px;
}
.drop-item .treeItemLevel-2 {
  padding-left: 50px;
}
.drop-item .treeItemLevel-3 {
  padding-left: 70px;
}
.storageManagebase .ant-descriptions-item-label {
  width: 130px;
  text-align: right;
}
.goods-price-change-container .ant-table table {
  background-color: #fff;
}
.goods-price-change-container .header-div {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.goods-price-change-container .page-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-price-change-container .search-div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.goods-price-change-container .search-div .search-item {
  display: flex;
  align-items: center;
}
.goods-price-change-container .search-div .search-item p {
  text-align: right;
  margin: 0;
}
.goods-price-change-container .content-div {
  padding: 16px;
  background-color: #fff;
}
.goods-price-change-container .content-div__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
}
.drawerFilterWraper {
  background-color: #f5f5f5;
  padding-top: 16px;
  border-radius: 2px;
}
.drawerFilterWraper .ant-advanced-search-form .ant-form-item {
  margin-bottom: 16px;
}
.drawerFilterWraper .outputBtn {
  margin-left: 10px;
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.drawerFilterWraper .marginTop4 {
  margin-top: 4px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-typography {
  color: rgba(0, 0, 0, 0.65);
}
.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #f5222d;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}
h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}
h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}
h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4 {
  margin-top: 1.2em;
}
span.ant-typography-ellipsis {
  display: inline-block;
}
.ant-typography a {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-typography a:focus,
.ant-typography a:hover {
  color: #40a9ff;
}
.ant-typography a:active {
  color: #096dd9;
}
.ant-typography a:active,
.ant-typography a:hover {
  text-decoration: none;
}
.ant-typography a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 8px;
}
.ant-typography-expand:focus,
.ant-typography-edit:focus,
.ant-typography-copy:focus,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #40a9ff;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #096dd9;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 2px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em 0;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul li {
  list-style-type: circle;
}
.ant-typography ul li li {
  list-style-type: disc;
}
.ant-typography ol li {
  list-style-type: decimal;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-affix {
  position: fixed;
  z-index: 10;
}
#page-guide {
  cursor: pointer;
  /* icons */
  /* TODO 将 icons 相关的项的数据写到配置里 */
  /** 营销平台 */
  /** 优惠券 */
  /** 会员卡 */
  /** 预售卡 */
  /** 积分 */
  /** 充值 */
  /** 活动 */
  /** 营销方案 */
  /** 用户标签 */
  /** 营销游戏 */
  /** 用户推送 */
  /** 营销结果 */
  /* animation */
}
#page-guide * {
  box-sizing: border-box;
}
#page-guide .selected {
  background: unset;
}
#page-guide #con {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  min-width: 1115px;
  height: calc(100vh - 1.6vw - 40px);
  background-color: #041a33;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  transform: translateZ(0);
  user-select: none;
}
#page-guide #svg-con {
  width: 90%;
  transform: translateZ(0);
  will-change: auto;
}
#page-guide #draw {
  display: block;
  width: 100%;
  cursor: pointer;
}
#page-guide #icons-con {
  position: absolute;
  left: 0;
  top: 0;
  will-change: auto;
}
#page-guide #icons-con .title-con {
  position: absolute;
  width: 160px;
  opacity: 0;
  transition: opacity 0.25s;
}
#page-guide #icons-con .title-con.show {
  opacity: 1;
}
#page-guide #icons-con .icons {
  position: absolute;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  /* img control */
}
#page-guide #icons-con .icons img {
  transition: 0.3s;
  pointer-events: none;
}
#page-guide #icons-con .icons.mask img {
  opacity: 0.2;
}
#page-guide #icons-con .icons:hover img {
  transform: scale(1.1);
}
#page-guide #icons-con .icons.selected img {
  transform: scale(1.15);
}
#page-guide #icons-con .icons.selected:hover img {
  transform: scale(1.2);
}
#page-guide #icons-con .icons .dot {
  width: 6px;
  height: 6px;
  background: #00d5ee;
  border-radius: 50%;
  animation: shrink 1s linear infinite;
}
#page-guide #icons-con .icons h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: 0;
  padding: 3px 8px;
  min-width: 60px;
  max-width: 100px;
  min-height: 29px;
  line-height: 15px;
  border: solid 1px #00e2fb;
  border-radius: 4px;
  background: #051322;
  background-size: 400% 400%;
  font-size: 12px;
  font-weight: 400;
  color: #00e2fb;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  /* jump button */
}
#page-guide #icons-con .icons h2.highlight {
  background: linear-gradient(-90deg, #051322 0%, #555 10%, #051322 100%);
  animation: bg-pulse 1.3s ease-in-out;
}
#page-guide #icons-con .icons h2.point-down {
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-152%);
}
#page-guide #icons-con .icons h2.point-left {
  top: 0;
  left: 22px;
  transform: translateY(-40%);
}
#page-guide #icons-con .icons h2.point-down::before {
  display: block;
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: solid 1px #00e2fb;
  border-bottom: solid 1px #00e2fb;
  background: #051322;
  transform: translateX(-50%) rotate(-45deg);
  z-index: -1;
}
#page-guide #icons-con .icons h2.point-left::before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 8px;
  height: 8px;
  border-left: solid 1px #00e2fb;
  border-bottom: solid 1px #00e2fb;
  background: #051322;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
#page-guide #icons-con .icons h2 .jump-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
  min-width: 60px;
  height: 29px;
  line-height: 27px;
  border: solid 1px #00e2fb;
  border-radius: 4px;
  background: linear-gradient(-90deg, rgba(8, 89, 94, 0.6) 0%, rgba(230, 222, 222, 0.35) 10%, rgba(8, 89, 94, 0.6) 100%);
  background-size: 400% 400%;
  color: #00e2fb;
  transition: 0.3s;
  opacity: 0;
  transform: translateX(90%);
}
#page-guide #icons-con .icons h2 .jump-button.show {
  opacity: 1;
  transform: translateX(120%);
  animation: bg-pulse 1.3s ease-in-out infinite;
}
#page-guide .icon-market-plat {
  top: 57px;
  left: 103px;
  width: 132px;
}
#page-guide .icon-market-plat .title-con {
  top: 21px;
  left: 38px;
}
#page-guide .icon-coupon {
  top: 31px;
  left: 313px;
  width: 118px;
}
#page-guide .icon-coupon .title-con {
  top: 10px;
  left: 120px;
}
#page-guide .icon-member-card {
  top: 90px;
  left: 391px;
  width: 118px;
}
#page-guide .icon-member-card .title-con {
  top: 10px;
  left: 120px;
}
#page-guide .icon-presale-card {
  top: 145px;
  left: 483px;
  width: 118px;
}
#page-guide .icon-presale-card .title-con {
  top: 10px;
  left: 120px;
}
#page-guide .icon-score {
  top: 414px;
  left: 45px;
  width: 71px;
}
#page-guide .icon-score .title-con {
  top: 48px;
  left: 70px;
}
#page-guide .icon-recharge {
  top: 309px;
  left: 140px;
  width: 94px;
}
#page-guide .icon-recharge .title-con {
  top: 76px;
  left: 91px;
}
#page-guide .icon-activity {
  top: 235px;
  left: 242px;
  width: 108px;
}
#page-guide .icon-activity .title-con {
  top: 83px;
  left: 107px;
}
#page-guide .icon-market-plan {
  top: 456px;
  left: 418px;
  width: 88px;
}
#page-guide .icon-market-plan .title-con {
  top: 122px;
  left: 80px;
}
#page-guide .icon-user-tag {
  top: 155px;
  left: 706px;
  width: 70px;
}
#page-guide .icon-user-tag .title-con {
  top: 79px;
  left: 62px;
}
#page-guide .icon-game {
  top: 313px;
  left: 704px;
  width: 98px;
}
#page-guide .icon-game .title-con {
  top: 104px;
  left: 71px;
}
#page-guide .icon-user-push {
  top: 180px;
  left: 942px;
  width: 64px;
}
#page-guide .icon-user-push .title-con {
  top: 39px;
  left: 57px;
}
#page-guide .icon-market-result {
  top: 399px;
  left: 881px;
  width: 151px;
}
#page-guide .icon-market-result .title-con {
  top: 142px;
  left: 92px;
}
#page-guide line.move {
  animation: move 2s linear infinite;
}
#page-guide line.dashed {
  animation: dashed-line-move 1s linear both infinite;
}
#page-guide line.dashed.highlight {
  stroke: #06fffe;
  animation: dashed-line-highlight 1s linear both infinite;
}
#page-guide line.dashed.stop {
  animation: unset;
}
@keyframes flow {
  from {
    stroke-dasharray: 0, 500;
  }
  to {
    stroke-dasharray: 500, 500;
  }
}
@keyframes dashed-line-move {
  from {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.8;
    stroke-dashoffset: 10;
  }
}
@keyframes dashed-line-highlight {
  from {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
    stroke-dashoffset: 30;
  }
}
#page-guide .fadein {
  animation: fadein 0.3s linear;
}
@keyframes fadein {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  to {
    opacity: 0.2;
  }
}
@keyframes shrink {
  from {
    box-shadow: 0 0 0px transparent;
  }
  50% {
    box-shadow: 0 0 5px 3px #00daf3;
  }
  to {
    box-shadow: 0 0 0px transparent;
  }
}
@keyframes bg-pulse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}
@keyframes move {
  100% {
    offset-distance: 100%;
  }
}
.storeViewRack {
  padding: 0 10px;
}
.storeViewRack .title {
  line-height: 32px;
  color: #000;
  text-align: center;
  margin-top: -8px;
}
.storeViewRack .title .item {
  margin: 10px;
  text-align: left;
}
.storeViewRack .title .tit {
  color: #999;
}
.storeViewRack .rackItemWrap {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAk4AAAAICAYAAAAPx3CtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTk1QUE2MDg4OTQ5MTFFQUI3MUFERDdBQTU4QzM4M0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTk1QUE2MDk4OTQ5MTFFQUI3MUFERDdBQTU4QzM4M0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOTVBQTYwNjg5NDkxMUVBQjcxQUREN0FBNThDMzgzRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOTVBQTYwNzg5NDkxMUVBQjcxQUREN0FBNThDMzgzRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgO5rFkAAAPySURBVHja7FtbjqMwEHSS/ZnPkfb+p8o1VsoFEm9gMOp0ql82TsjIkVCAMlB2+VFuw5+cc5p+5/P5Z0f4/f3+Trfbbd6uy//Tdr/XjF+v63Em10zPulwu2mPS4XBInp+VzouX/PP0W+AFQ5wsvGeee+FDn6FPL7xGH46jn5UmgiNOKI/TsZTWgw/+g/8e+VtpKCe6X/huyf/r6yudjsd0vG+H6f9+v+PptJ572CYMnJ/S/hP8ytHb0eZlmzNNO6npv+yTQplxlilaUKhDpBVDKhDUobbgK1cDz0JeNLxgaBCycHrvWlwbBKUBSdNHwoc+Q58e+qD7e/Qp+bdw6/5a/rjGmpYaf2kAGPz3wx9dW8tf6iN68ZfMRg/+Ulqpf6DXbc0/Ib9CnzHtl2Oah2Wj1zcZp/KQYqDWjE4ZBGnzQsjqgLmh6jG73sJRF3E5byoiEr8Hzg2ohEvlKzU6qfx76OPVb+jze/RBvN+hjzVJo+WvmVCt/D1lZUUbXsFfK7/B//HZKH2Uv2YiW/hHjz+dP6pfKF1mQZ9MfAw1UA/niYlqN06TKyMODs5OaRRqMVSzQEwszZXWzIRR5ZbcOBpovTjf5//IWbfi3Nlr5deKa06/NVKhDbRDn8/UBw04Ef166CMt/UmRbWTotOdEInEoemHxezV/CY/w19rfu/hL0aNW/lb7exf/SP2KTJr2yN+a2D31DSXAQ/tY6leCfWTMOLHQ1QEZJrZcl5nRssJvatjN0SClmYy2lBDFPUspNbh3KUMbsFsqnKf8a/WxIo1Dn8/Up0a/3vpY705JebbeLfEOSDX112vA9srfWqp9B3+rfdXyt9q3xV/Lfw/+ViRZ0+e38E8ggEO9SnndaOXo8EJu48SjTTSkNRMoa4h0NsHCZFaB0HcTal98k2YxWoeshWNbZvER3BNlkMKmGs5n/p7yf4U+Up6RfkOfoY9XH6v9S8sRkftrZaYNoFQfrX/y9F+Df4y/1j578JfqpNXmWvgjfaQPJryc9sjfGznjfmX1I8SnUA+D0jYbp4xL7If8YpoyCpcxBycVMArXacsZLR2t93xv3BNl0JYrpIHYwqUKruGv1McKBw999qnPHtqPtDSYnJM3zQBa9c+D86+JrOgLKutP4Y/qac3XUlvz1+rBVvwtfrX50/gjfQb/58AP+nBtNUzLK0mZRqSaI06LOcrcUFEHB8xWTsn8cgA53SgeHei2HEAikSzES4sARF5Q9RzXLI1EwqO99GnRb+jja18tRvJV7cf7lWG0fVsaRwf6Vv168q+tfy31B/H3mijtRe0t+NfqU8u/tv4M/sGv74kHeUhblu7o13XE41ixrP8CDADJcG4uOhryBwAAAABJRU5ErkJggg==);
  background-size: 100% 8px;
  background-repeat: repeat-y;
  position: relative;
  width: 500px;
  height: auto;
  min-height: 500px;
  display: block;
  margin: 10px auto;
  padding-bottom: 50px;
}
.storeViewRack .rackItemWrap .shelfItemWrap {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlYAAABBCAYAAAAT6eoVAAAQp0lEQVR4Xu2dzWpd1xXHZSEMthw6MKSjQpoPSyUNhoKhBHVSAp3EEAoxnXQSv4FHnmRQiNXW4JakbqDBdJAHyFPkFZQPkleIkmAnNRkk5Vxpi3WX1tpr7X3OlXR1fwaje87+/p219/2ftdc598Ia/yAAAQhAAAIQgAAEJiFwYZJaqAQCEIAABCAAAQhAYG2VhdUqjx3ThwAEIAABCJwGgZ9Oo9GTbHNZxcWy9vskry1tQQACEIAABM4jgTMtzs66QBnbv7Hlz6NBMiYIQAACEIDAWSQwVjCNLT8Jk7MmPHr6kymTyTMJUCqBAAQgAAEIQCBNICuGsvlKw6350x2OMp4FwdHSh1re3rSIEekQgAAEIAABCCyOQE0E9abp3p6Y0GoRNVMizbbr5bPOt+SVY8n2ZcrxUxcEIAABCEBgVQhkRI2XxzrfktdinOlP97U5SVGRaSsrjnS+rNDK9KEbJgUhAAEIQAACEEgRaBFHOm90PHQgK56y+VKDGjItWmhk6s+IopqQikRWpv40MDJCAAIQgAAEINBNICuoauIpElZRutf5SURWRvi00svUmRE7Mk/0uUV4lfFk+tk6dvJDAAIQgAAEIOATyGztyTxjPlueq6x4yuY7NtKpxEWmnkhMtYinkjcqY3nlevvKRIEABCAAAQhAICYQiZJIXFliasy50uMT8WRlRIaHMFN2KjGlhZQlqCKx1SuyYhMiBwQgAAEIQAACNQKRmJLepZqIKmmZPF6dC/VkZcSRBpUp0yOoPPHUe14KqSgOS44xMz6mDwQgAAEIQAACPoHsaxKirT4tpKxjL08k1hYisFpFRCZ/JGIi71NNSFlpkfDSnqpI9DFRIAABCEAAAhCYjkDkrfK8UDVR1ZtWRuUJOivdIuEKx4xQavHmZIPIx4gnWdb77HmrItHX452bzvSoCQIQgAAEILC8BFpjq6Jtvcg7JdO9z5bXqtaupN86nlnZFmGVyZsRVpGHaUjXgikjpqJ68Vwt72Sl5xCAAAQgsFwEPFHSsvXnCauMoMoILSm69GfrWF8Bc4wZsVQqivL2iqqsaOoVXJGgisbVKkCXy/TpLQQgAAEIQGAcgcizUxMt2RgqLZRaj3s9V9HYjqVnREVGWEwlqixPlSeoIqEl+629WdaYsizGmR+lIQABCEAAAqtDQAuPzNN8Q56McPLyWeeLsIqEXKvnaiHCqlVU1TxURSzVBJbMM5fv6tWr648ePfrLlStXbmubvXBhvps//RSJ0IMaSrlsfm+u0D78pW1k7Qn7O7CbLC/mn02A9Yf1Z5nWn6+//vrerVu33j8UV0UkWUJLpunPUkjVhJblydLiKhIMc+kZL00tz1hR1SKgtKCaHb/wwgsbDx8+vLe5ufnnKW4AygLuLUT6/BRtWgZP+/ZCCP/MlO23Suz/YH1k/jH/Muty/0yzSzL/js+//f39e2+88ca/hciyBFNNYNUElyWqtEerXKyauFqYsJIzUW+9Rdt2pmg6DGIvaevl+Pnnn7/4wQcf/H1zc/NP0QKYNVSdz7tD1h4E2q8vwPDPfVFjf/OcmH/2Gs76M+/BZP1drfX3q6++2n399df/ZXiyWoSV9nxNLq4yt79eHs9bZYmq2U2g+m+dOyaiSplXX3310v379/9x+fLlP0qtP9VWSe+dB+1Ps1UD/z4C2B/2N8VWaZ/1TRcqQft9BFZ5/u/v7+++9tpr7wmR9WOj4JKeL+uz5alKea0iYZXdBvS8VdZWXxFURx4oIbjmzt28efPK22+//e6lS5dulhH23rHp8kfEDmOtvHr1nTPt990xwv+AQOsdNvY3v44x/5h/Ukhm5xPrz/lef7755pvdnZ2dd5MiSwswT1S1bgkeLVa9wirrrZJCqeahGuqb5X3rrbd+dufOnfcvXrz4hx4NnxVIXt1j7wBo3174s8HH8B/ngcH+sD9LeDD/otjjeeGR5aW/R5h/pz//BpF148aNf66trbV4sIq4GsqUz9Zfec6SETNDy3qkjtmPOCHrKEJK1l2Ln5rlv3v37tXbt2//Z2Nj4/decLIXq6M71psvKhelex4wT8B5MTWM3zZJ+NuxWtj/PIFeO4nKRenM/8NvI7UDwPpnE2D9t2Mqp/7++/bbb3evX7/+4NCTNYgmKbakp8p7alALraOp7th2VVi1eLIGcaSFVDmWMVPy3PqDBw9+/uabbz7a2Nj4ndXBAvjHH8u45nNlPRu9dxBR/VF66S3t993BRHyjdPgfTsrD14xkg+M9bsfurFS93hco9o/9z769nJCLrN1gf3z/SQLW+m+JMpnv8ePHu1tbW/edOCwpoLzgdun2rMZaWQIqK6qKaDpai4XAkmLryGP10Ucf/WJnZ+e/6+vrv/UmVO8EiurLfhHTft8Ehn+dAPbXt8XZy22qeUz7fdcN/tOso9jfYuzvyZMnu88999zfEiJrdl9weDW1V8td9KcSVlaQ+kxQffzxx7985ZVXPlxfX/+N1YvikeoNSvVch9EXfUnPumSz+bLt0v4BgSzXbD74txHIcs3ma2ud65/lms0H/zYCWa7ZfG2tY/9Zrtl8Hv/aFuPTp0/fefbZZ/9qvCerFm9VDdrrEVbFGzWMwRRUe3t7v3rppZc+XFtb+7UXBFgDNaR55XoF2JFbLdgaie4QaH+ap5KiicL1n/Y9Rtj/AYFoa5L5X/cQsP6x/lk3xJGj4KTXn/X1A5miv0e0wNL2/MMPP7zzzDPP3BNeqhKTdTREw3t1TM9NJazmtv729vb+5wV71vZGh7QIhHWBJCxr4me8WrJcVJ+1QMt+yXFEF1LWNfX4S9st49cWkuUixyHr8Pa95XWu9c9Lazl/lsffMg5t+9bdWQ9L79pl2ltU2ZMchzXvNNvoBtG6Fl4Za8GX5ceUi8bSM45af3v72lOnXjPkcUsMV7bckC8S2tH4vfJROcuetKDJjqNmy3KMY6+JZcNyHlv9jeZZKa9jrTXXlutfxml9Bw3nrl27dklt/w1FrCB2OwDceCowE18l88gn/mZr7PDahE8++eR7zzCi854g885H9bWm037uTeGtXLP54Q9/S6wx/3NPhWbnWeaLO/qiHNtWTYxqYc315/pHN3FT2ONgZy+//PLlw7qkt0q+2b00JWOu5prXQip6/YJON4PUP/300+89pR7dAUTpGl5rO1H9UTrtzxOAv7110sqlUMX+2oJVWzlHfKN05j/zXxLA/s7f+re9vV2E1SCctKdKeqkWIqx0rNWRyPrss89Cj5U2yNbj3i8irxzt1x8Lb11AoruHVt6037aAwb9OAPtrm+/MP+Zf2ULLCMtlXn+2t7c3nacFh2FpYTXDcuyGS53wPFYySL0UkcJq7qdoPv/88++yrtwoiPnI5xb89IyXr/V8disqm4/2DwhkeU2dD/7wx/6Yf1OvK9n6WH+Wb/3Z2toahFURUUU0ee+5mlRYyXdYyTir2ecvvvjiu0ixeumtrvjedmjfJgD/tq0o7G9aAtgf9md5Rqa1Mr827A/7e/HFF6+o3xws4sl7O/sxcZWNsdKvVdBeKymu1r/88ssnkas9mihZ1/PYfK0CKzuubD7abxN4Wa7ZfPCHv0Vg7LqC/dW3Gln/6wSwv9zW61hO1lU4FFbaQ6WD13V81dx2YEZYeQHrQ5/KdqD8OyeyDp8UnD0tWJ4aNM7J9GMeMJG/ljb0R3vSyjn5t7CMtj2juU86BCAAAQhAAAI2Ae8lmvq8fLO59P54Ykaetz5LUSR/G1D+VqA+L+vxfrx56Ju1JdjlsYqeBKwJLC24tLiSsVlzcVodYkrHgVlxYRkhySSBAAQgAAEIQGB6Ap6o0oKqHOufk7GOtbjyhFE5b4kqXaYIKP2jzTJ4Xb/H6mhsUmhkPDjV2ColhnpFVfEuWUJLeqWsvngeqsw4pzchaoQABCAAAQhAwCLg/aix99t8GVGlX5FQji2PlCWmSj5LnEmPlf4857WKBIfl4dHxVuVYCqloa9DaFizbgeUCTLHt1zo+zB8CEIAABCAAgcUQsLYHLYFlbQ+2eK+K0LG8U0UUWR4sKcyk10oKKb1FWUilPVaRsBoq9ESUFEpDHu2BsrYBLY9UzTO1yO0/z4O3GHOjVghAAAIQgMDyE/Biq/TIWrcFi1jyPFee+JFvUNdiytryi7YBZeC66XVr9eho71QRVpbXqggia0tQlisCS4oq/fLR7LZfbTyZrc7lN2lGAAEIQAACEDhbBGpiKwpmL4LKE1b6fBFYXpB7tAVolbdEm+zX3OexwsoSVFI0ye087aEqQkoLK31czENvQZbyVro0KUtQ4Y06W5OO3kAAAhCAwOoQiLYEtZjKHGuBVQti1+LJ8lJZwkwKrMmFlRRMRUgVoWN5qkoe7b2SIkyXt4RUTUT1eKu0GSO4VmdiM1IIQAACEFgsgcy2YCSydLyVJ2hqwe1aSHmxVJ6XS27/WT9rM9enXo+VFla1QHPLayXFmPlDzofXOhNDpcWWdxydX6x5UTsEIAABCEAAAoWAJ7pqsVe6rBXkXkRO7SWfWkBZgeqlbllPEWjWGEYFr0uBYgkqKZp0AHskqIZ0WaYcW3/lOf05a7p4qLKkyAcBCEAAAhDoJ5DxXlm1mwHi4sePtbjSQqi2pRd5qHSgujwuAu6YyOr1WBUho4PKLe+TFlNeILosK4WSDmSXwk5eBILT+w2ekhCAAAQgAIHTJNDjwdJeJSl2pGgq56O4Kf0EoazPEmySV9pjVfMK6cB161gLrVKfd16KsEzbGWGlDQUv1WlOHdqGAAQgAIFVJ9DivYq2Bi2PVs3TpAWX3gaUYk3HbWnhtjBhVYu3sjxbnqjS8VTSM9XqWVt1o2X8EIAABCAAgfNCIBPgHgmsgYUVd6XPZ46lwCqMTY+V9hBJYeN5hvSTe63HpV653SfFmNeH6Px5MSbGAQEIQAACEIDAAYHMdqGOg7IElazL+v0/7anScVy6L3P90ttimXc+Wd6j2jumrNgpWUckqhBRTCkIQAACEIAABDSBmtCSadYPJmsBVgt6rwopLfgywsryZLWKKx2w7nmqhvNaaFmmRJwUEwwCEIAABCCwegQy8VmW18p7os96L5WOwzo1YSUFWO1JvloslSXiVs9sGDEEIAABCEAAAmMIWOKqCKTa1p4ntEpfoniv2Tuj5L+aJ6iW1wsu9zxVVl14ocaYEGUhAAEIQAACENAE9Dag533yPFotTyXO2h4jrHT5mrjS4i16yg/TgAAEIAABCEAAAlMR0E8NWk8ReqIr7a1qFVaZ/FmvllWXhocHaypzoh4IQAACEIDA+ScQxV+1eJ+ivFqEHdFt8Vh5YmismEJAnX9jZ4QQgAAEIACB0yIQxkUZr3KYTFj1epIigeaJJ0TVaZkZ7UIAAhCAAARWi0CPwPI8U653LPPequwWXbaujJjK5Fktc2C0EIAABCAAAQhkCLRuCZY6M14qdwuwVJIVQ9ZAWrxQLU8bZqCRBwIQgAAEIAABCGQI1IRW5m3uso1ItB17KnAonPUW9YqlbP0ZWOSBAAQgAAEIQAACLQR6hFboqap5rFrEVTbvGDE1pmwLaPJCAAIQgAAEILCcBEJPUmVYUdkofc6j1et18vrXKoJa8y/n5abXEIAABCAAAQicJoEWcVT62Vpmlj8SNlF6BGls+ah+0iEAAQhAAAIQgMAUBFqF1Jynqhz8H6Oei2Qu6IgJAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding-bottom: 30px;
  min-height: 50px;
  width: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.storeViewRack .rackItemWrap .shelfItemMask {
  width: 467px;
  height: 14px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  left: 18px;
  bottom: 30px;
  z-index: 10;
}
.storeViewRack .rackItemWrap .lanePrice {
  line-height: 14px;
  border-radius: 3px;
  border: 1px solid #14a903;
  color: #14a903;
  font-size: 10px;
  position: absolute;
  z-index: 11;
  display: inline-block;
  transform: translate(-50%, 0);
  bottom: 25px;
  text-align: center;
  background: #fff;
  padding: 0px 2px 0px 2px;
}
.storeViewRack .rackItemWrap .lanePrice .symoble {
  float: left;
  transform: scale(0.75);
  margin: 0 -1px;
}
.storeViewRack .rackItemWrap .lanePrice .yuan {
  float: left;
}
.storeViewRack .rackItemWrap .lanePrice .fen {
  float: left;
  transform: scale(0.9);
}
.storeViewRack .rackItemWrap .lanePrice .numbe {
  float: right;
  color: #1890ff;
}
.storeViewRack .rackItemWrap .laneItemWrap {
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 9;
  width: 50px;
  border-radius: 5px;
  padding-top: 5px;
}
.storeViewRack .rackItemWrap .laneItemWrap .pic {
  height: 50px;
  display: block;
  margin: 0 auto;
}
.storeViewRack .rackItemWrap .laneItemWrap.active {
  background-color: #999;
}
.storeViewRack .rackItemWrap .laneItemWrap.error {
  border: solid 1px #f00;
}
.storeViewRack .rackItemTop {
  background-image: url(data:image/png;base64,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);
  background-size: 100% 100%;
  width: 100%;
  max-width: 550px;
  height: 20px;
}
.goodsRackTip {
  max-width: 300px;
}
.goodsRackTip .ant-tooltip-arrow::before {
  background-color: #fff;
}
.goodsRackTip .ant-tooltip-inner {
  background-color: #fff;
  color: #333;
}
.rackGoods-container {
  margin: 10px 0;
  background-color: #fff;
  height: auto;
  overflow: hidden;
}
.rackGoods-container .title {
  height: 50px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 50px;
  padding: 0 30px;
}
.rackGoods-container .title .frbox {
  float: right;
}
.rackGoods-container .section-wrap {
  height: 600px;
  display: flex;
  overflow: hidden;
  margin: 10px;
}
.rackGoods-container .section-wrap .section-left {
  height: 600px;
  width: 520px;
  background: #f8f8f9;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.rackGoods-container .section-wrap .section-right {
  margin-left: 10px;
  height: 600px;
  overflow: hidden;
  flex: 1;
}
.rackGoods-container .section-wrap .goodsAction {
  height: 190px;
  width: 100%;
  margin-bottom: 10px;
  background: #f8f8f9;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.rackGoods-container .section-wrap .userPortrait {
  height: 400px;
  width: 100%;
  margin-bottom: 10px;
  background: #f8f8f9;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.rackGoods-container .section-wrap .userPortrait .userAge {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.rackGoods-container .section-wrap .userPortrait .userAge .rate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  text-align: center;
  line-height: 276px;
  margin-left: 50px;
}
.rackGoods-container .section-wrap .userPortrait .userGender {
  width: 45%;
  float: left;
  height: 350px;
  overflow: hidden;
}
.rackGoods-container .tips-box {
  padding: 9px 15px;
  width: 49%;
  min-width: 300px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.rackGoods-container .chart-small-item {
  width: 23%;
  min-width: 200px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.06);
}
.section1-container {
  padding: 20px 10px;
  background-color: #fff;
}
.section1-container p {
  margin: 0;
}
.section1-container .title {
  font-weight: bolder;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}
.section1-container .tips-box {
  padding: 9px 15px;
  width: 49%;
  min-width: 300px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.section1-container .chart-small-item-box > div {
  width: 25%;
  padding: 0 2px;
}
.section1-container .chart-small-item {
  width: 100%;
  min-width: 200px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.06);
  vertical-align: bottom;
  padding-top: 55px;
  position: relative;
}
.section1-container .chart-small-item .chart-small-item-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  width: 100%;
}
.section1-container .chart-small-item .average-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 10px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section1-container .chart-small-item .label {
  font-size: 16px;
}
.section1-container .chart-small-item .desc {
  font-size: 26px;
}
.section1-container {
  padding: 20px 10px;
  background-color: #fff;
}
.section1-container p {
  margin: 0;
}
.section1-container .title {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.section1-container .tips-box {
  padding: 9px 15px;
  width: 49%;
  min-width: 300px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.photoListGroup {
  background-color: #fff;
  padding: 15px;
}
.photoListGroup .photoHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.photoListGroup .photoHeader .titleAndTime {
  display: flex;
  align-items: center;
}
.photoListGroup .photoHeader .titleAndTime h6 {
  font-size: 16px;
  line-height: 32px;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 0 30px;
}
.photoListGroup .photoContainer {
  display: flex;
}
.photoListGroup .photoContainer .photoList {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.photoListGroup .photoContainer .photoList .photoItem {
  width: 22%;
  margin-right: 10px;
  border: 2px solid transparent;
}
.photoListGroup .photoContainer .photoList .photoItem .photoItemImg {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  height: 120px;
}
.photoListGroup .photoContainer .photoList .photoItem .photoItemImg img {
  display: block;
  width: 100%;
  height: 100%;
}
.photoListGroup .photoContainer .photoList .photoItem.active {
  border: 2px solid #2d8cf0;
}
.photoListGroup .photoContainer .imageGroup {
  flex: 1;
}
.photoListGroup .photoContainer .imageGroup .bigImg {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 400px;
}
.photoListGroup .photoContainer .imageGroup .bigImg img {
  max-width: 100%;
  max-height: 100%;
}
.photoListGroup .photoContainer .imageGroup .imgDetail {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.photoListGroup li.ant-pagination-item-active:focus a,
.photoListGroup li.ant-pagination-item-active:hover a {
  color: #40a9ff;
}
.photoListGroup li.ant-pagination-item-active:focus,
.photoListGroup li.ant-pagination-item-active:hover {
  background-color: #fff;
}
.shelves-container {
  min-width: 1000px;
}
.shelves-container .flex-box {
  display: flex;
  align-items: center;
}
.shelves-container .justify-content-space-between {
  justify-content: space-between;
}
.loginWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f6f9;
  flex-direction: column;
  position: absolute;
  width: 100%;
}
.loginWrap .header-lang {
  position: absolute;
  right: 10px;
  top: 10px;
}
.loginWrap .header-lang .ant-select-selection {
  background: transparent;
  border-color: transparent;
}
.loginWrap .header-lang .ant-select-selection:hover {
  border-color: transparent;
}
.loginWrap .header-lang .anticon-global {
  font-size: 18px;
  position: relative;
  left: 20px;
  top: 2px;
  color: #9a9a9a;
}
.loginWrap .logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  width: 120px;
}
.loginWrap .logoBox {
  position: absolute;
  top: 0;
}
.loginWrap .ant-select-selection-item > img {
  width: 30px;
}
.loginWrap .ant-select-selection-item > span {
  margin-left: 5px;
}
.loginWrap .ant-select-selection-item > span i {
  display: none;
}
.loginWrap .loginContent {
  width: 1000px;
  height: 550px;
  display: flex;
}
.loginWrap .loginContent .img {
  width: 480px;
  height: 550px;
  background: #eee;
}
.loginWrap .loginContent .img > img {
  max-width: 100%;
}
.loginWrap .loginContent .loginForm {
  width: 520px;
  padding: 50px 70px;
  background-color: #fff;
}
.loginWrap .loginContent .loginForm .autoLoginSelect {
  width: auto;
  min-width: 100px;
  margin-left: 10px;
}
.loginWrap .loginContent .loginForm .titleDiv {
  display: flex;
  justify-content: space-around;
}
.loginWrap .loginContent .loginForm .ant-row {
  margin-bottom: 10px;
}
.loginWrap .loginContent .loginForm .loginTitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 400;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  display: none;
}
.loginWrap .loginContent .loginForm .loginTitle:hover::after,
.loginWrap .loginContent .loginForm .loginTitle.active::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #2d8cf0ff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 36px;
}
.loginWrap .loginContent .loginForm .loginTitle.active {
  display: initial;
}
.loginWrap .loginContent .loginForm .loginTitle.displayShow {
  display: block;
}
.loginWrap .loginContent .loginForm .inputBox {
  position: relative;
  width: 100%;
  height: 36px;
  margin-bottom: 45px;
}
.loginWrap .loginContent .loginForm .inputBox .inputTextFocus {
  transform: translateZ(0) scale(0.75) !important;
}
.loginWrap .loginContent .loginForm .inputBox .ant-select-selector {
  border-style: none;
}
.loginWrap .loginContent .loginForm .inputBox .ant-select-selector:focus {
  border-style: none;
  outline: none;
}
.loginWrap .loginContent .loginForm .inputBox .ant-select-selection-item {
  white-space: normal;
}
.loginWrap .loginContent .loginForm .inputBox .ant-select-selection-item:focus {
  border-style: none;
  outline: none;
}
.loginWrap .loginContent .loginForm .inputBox .wrongInput {
  color: #ff2d5bff;
  font-size: 14px;
  position: absolute;
  top: 40px;
  right: 0;
}
.loginWrap .loginContent .loginForm .inputBox .inputText {
  color: #999;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 16px;
  margin: 0;
  line-height: 35px;
  transform: translate3d(0, 28px, 0) scale(1);
  transform-origin: left top;
  position: absolute;
  bottom: 30px;
}
.loginWrap .loginContent .loginForm .inputBox input {
  font-size: 16px;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  line-height: 34px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: solid 1px #d4d9e2;
  background: transparent;
  color: #333;
  transition: all 0.2s linear;
  padding-bottom: 10px;
}
.loginWrap .loginContent .loginForm .inputBox input:focus {
  border-bottom: 1px solid #2d8cf0;
}
.loginWrap .loginContent .loginForm .alertInputBox input {
  border-color: #ff3366;
}
.loginWrap .loginContent .loginForm .getCodeDiv {
  position: relative;
  top: -90px;
}
.loginWrap .loginContent .loginForm .regionSelect {
  width: 90%;
}
.loginWrap .loginContent .loginForm .getCodeButton {
  float: right;
  min-width: 110px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #2d8cf0;
  border-radius: 18px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2d8cf0;
}
.loginWrap .loginContent .loginForm .loginButton {
  margin-top: 30px;
  width: 100%;
  height: 56px;
  background: #2d8cf0;
  border-radius: 28px;
}
.loginWrap .chooseLang {
  position: absolute;
  right: 20px;
  top: 20px;
}
.loginWrap footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}
.loginWrap footer span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #a6a6a7;
}
@media screen and (max-width: 1280px) {
  .loginWrap {
    height: 100%;
    zoom: 0.78;
  }
}
.ant-modal-body .codeImg {
  display: flex;
}
.ant-modal-body .codeImg > img {
  width: 100px;
  height: 39px;
}
.ant-modal-body .wrongInput {
  color: #ff2d5bff;
  font-size: 14px;
  position: absolute;
  top: 40px;
  left: 0;
}
.countrySelectDropdown {
  width: 194px !important;
}
.countrySelectDropdown .ant-select-dropdown-menu-item > img {
  width: 30px;
}
.countrySelectDropdown .ant-select-dropdown-menu-item > img + span {
  color: #aaa;
  margin-left: 8px;
  display: flex;
}
.countrySelectDropdown .ant-select-dropdown-menu-item > img + span > i {
  font-weight: 400;
  font-style: normal;
  color: #333;
}
.countrySelectDropdown .ant-select-item {
  padding: 10px 7px;
}
.countrySelectDropdown .ant-select-dropdown-menu-item {
  padding: 10px 7px;
  display: flex;
}
.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
}
.codeModal .ant-modal-content,
.loginStoreModal .ant-modal-content {
  border-radius: 5px;
}
.codeModal .ant-modal-footer,
.loginStoreModal .ant-modal-footer {
  text-align: center;
}
.codeModal .ant-btn,
.loginStoreModal .ant-btn {
  display: none;
}
.codeModal .ant-btn-primary,
.loginStoreModal .ant-btn-primary {
  display: initial;
  width: 100px;
  height: 36px;
  border-radius: 18px;
}
.codeModal .ant-modal-header,
.loginStoreModal .ant-modal-header {
  border-radius: 5px;
}
.codeModal img {
  cursor: pointer;
}
.loginStoreModal .ant-modal-confirm-btns {
  width: 100%;
  text-align: center;
  margin-top: 4px;
}
.loginStoreModal .ant-modal-body {
  padding: 14px 24px;
}
.loginStoreModal .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
}
.loginStoreModal .content > span {
  cursor: pointer;
  margin-top: 16px;
  border-radius: 18px;
  border: 1px solid #999999;
  padding: 6px 16px;
  min-width: 180px;
  text-align: center;
  font-size: 16px;
}
.loginStoreModal .content > span:hover,
.loginStoreModal .content > span.active {
  color: #2d8cf0ff;
  border-color: #2d8cf0;
}
.loginStoreModal .content > span:last-child {
  margin-bottom: 6px;
}
.countrySelect {
  width: 100%;
}
.countrySelect img {
  width: 30px;
}
.countrySelect i {
  margin-right: 5px;
}
.inputBox .ant-select-selection {
  border-style: none;
}
.inputBox .ant-select-selection:focus {
  border-style: none;
  box-shadow: none;
}
.inputBox i {
  margin-left: 5px;
  margin-right: 5px;
}
.inputBox .ant-select-selection-selected-value > span {
  margin-left: 5px;
}
.inputBox .ant-select-selection-selected-value i {
  display: none;
}
.stepWrapPath {
  padding: 8px 100px 32px 110px;
  position: relative;
}
.stepWrapPath .time {
  position: absolute;
  top: 14px;
  left: 70px;
}
.stepWrapPath .total {
  left: auto;
  right: 50px;
}
.stepWrapPath .play {
  position: absolute;
  top: 8px;
  font-size: 28px;
  left: 24px;
}
.customerProfilePtah {
  margin: 16px 8px;
  line-height: 30px;
}
.customerProfilePtah img {
  width: 300px;
  display: block;
}
.customerTrackBox {
  background: #fff;
}
.customerTrackBox .store-wrapper > div {
  max-width: 900px !important;
}
.overflowWrapper {
  overflow: hidden;
  height: auto;
}
.limit-day {
  padding-top: 10px;
}
.market-card-list .avatar-uploader .ant-upload-picture-card-wrapper,
.market-card-list .ant-upload-list-picture-card .ant-upload-list-item,
.market-card-list .ant-upload.ant-upload-select.ant-upload-select-picture-card {
  box-sizing: border-box;
  margin: 0;
  width: 170px;
  height: 75px;
}
.market-card-list .upload-wrapper {
  max-width: 170px;
}
.market-card-list .form-detail-con {
  position: relative;
}
.market-card-list .ant-collapse-content-box {
  background: #fbfbfb;
}
.market-card-view {
  padding: 8px;
  height: auto;
  box-shadow: none;
}
.market-card-view-title {
  margin: 15px auto;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  color: #1d2088;
  text-align: center;
}
.market-card-view-card {
  margin: auto;
  width: 325px;
  border-radius: 4px;
  overflow: visible;
  outline: dashed 2px #fff;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.market-card-view-card:hover {
  background: #fafafa;
}
.market-card-view-card.hightlight {
  outline: dashed 2px #888;
}
.market-card-view-card-content {
  position: relative;
  height: 140px;
  border-radius: 2px;
  line-height: 96px;
  color: #888;
  border: solid 1px #eee;
  box-shadow: 0 2px 8px #f0f1f2;
  outline: dashed 2px transparent;
  transition: 0.3s;
  user-select: none;
}
.market-card-view-card-content:hover {
  border: solid 1px #399ffe;
}
.market-card-view-card-content.hightlight {
  outline: dashed 2px #888;
}
.market-card-view-card-content .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  width: 100%;
  height: 40%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
}
.market-card-view-card-content .mask .title {
  margin-top: 8px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1;
}
.market-card-view-card-content .mask .desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.market-card-view .level-up-con {
  position: relative;
  height: 100px;
}
.market-card-view .level-up-con .level-up-line {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100%;
  border-left: dashed 2px #d9d9d9;
}
.market-card-view .level-up-con .level-up-form-item-con {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 6px 12px;
  width: 325px;
  line-height: 2;
  text-align: center;
  border: dashed 2px #d9d9d9;
  border-radius: 4px;
  background: white;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.market-card-view .level-up-con .level-up-form-item-con > div,
.market-card-view .level-up-con .level-up-form-item-con > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 1.5em;
  line-height: 1em;
}
.page-market-card-new.segment-wrapper {
  padding: 0.8vw;
  height: calc(100vh - 62px - 1.6vw);
}
.page-market-card-new .ant-form-item {
  margin-bottom: 10px;
}
.page-market-card-new .steps-wrap {
  box-sizing: border-box;
  margin: 1px;
  padding: 10px;
  width: 200px;
  height: 100%;
  background: white;
}
.page-market-card-new .step-content {
  border: 1px dashed #e9e9e9;
  background-color: #fafafa;
  overflow: hidden;
}
.page-market-card-new .step-content.step-has-preview {
  overflow: unset;
}
.page-market-card-new .step-content.step-has-preview.hide {
  display: none;
}
.page-market-card-new .step-content.hide {
  height: 0 !important;
  border: 0;
}
.page-market-card-new .steps-action {
  position: relative;
  bottom: 0;
  margin: 0;
  width: 100%;
}
.page-market-card-new .ant-card-meta-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.market-card-new-form-detail,
.market-card-list {
  /* 去掉列表切换时卡图片的动画 */
  /** 上传框宽高 */
}
.market-card-new-form-detail .ladder-card-form,
.market-card-list .ladder-card-form {
  padding-top: 10px;
}
.market-card-new-form-detail .ladder-card-form .ladder-card-form-content,
.market-card-list .ladder-card-form .ladder-card-form-content {
  border: solid 1px #888;
}
.market-card-new-form-detail .ant-row .ant-form-item,
.market-card-list .ant-row .ant-form-item {
  margin-bottom: 10px;
}
.market-card-new-form-detail .ant-row .ant-form-item.max-discount-value label,
.market-card-list .ant-row .ant-form-item.max-discount-value label {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: initial;
}
.market-card-new-form-detail .ant-slider-mark-text,
.market-card-list .ant-slider-mark-text {
  white-space: nowrap;
}
.market-card-new-form-detail .ant-slider.ant-slider-with-marks,
.market-card-list .ant-slider.ant-slider-with-marks {
  position: relative;
  width: 400px;
  top: 3px;
  left: 14px;
  margin: 0;
}
.market-card-new-form-detail .ant-slider-mark-text,
.market-card-list .ant-slider-mark-text {
  font-size: 12px;
}
.market-card-new-form-detail .ant-upload-list-item,
.market-card-list .ant-upload-list-item {
  margin: 0;
  animation: none;
}
.market-card-new-form-detail .ant-upload-animate-leave,
.market-card-list .ant-upload-animate-leave,
.market-card-new-form-detail .ant-upload-animate-inline-leave,
.market-card-list .ant-upload-animate-inline-leave {
  display: none;
}
.market-card-new-form-detail .card-image-upload .avatar-uploader .ant-upload-picture-card-wrapper,
.market-card-list .card-image-upload .avatar-uploader .ant-upload-picture-card-wrapper,
.market-card-new-form-detail .card-image-upload .ant-upload-list-picture-card .ant-upload-list-item,
.market-card-list .card-image-upload .ant-upload-list-picture-card .ant-upload-list-item,
.market-card-new-form-detail .card-image-upload .ant-upload.ant-upload-select.ant-upload-select-picture-card,
.market-card-list .card-image-upload .ant-upload.ant-upload-select.ant-upload-select-picture-card {
  box-sizing: border-box;
  margin: 0;
  width: 200px;
  height: 87.5px;
}
.market-card-new-form-detail .card-image-upload .upload-wrapper,
.market-card-list .card-image-upload .upload-wrapper {
  max-width: 200px;
}
.market-card-new-form-detail .ant-collapse-item,
.market-card-list .ant-collapse-item {
  border-radius: 3px;
}
.market-card-new-form-detail .ant-collapse-item .ant-collapse-header,
.market-card-list .ant-collapse-item .ant-collapse-header {
  padding: 10px 15px;
  padding-left: 40px;
  height: 40px;
  background: rgba(24, 144, 255, 0.85) !important;
  color: white !important;
  user-select: none;
}
.market-card-new-form-detail .ant-collapse-item .ant-collapse-header[aria-expanded="true"],
.market-card-list .ant-collapse-item .ant-collapse-header[aria-expanded="true"] {
  border-radius: 0;
}
.market-card-new-form-detail .ant-collapse-item:hover .ant-collapse-header,
.market-card-list .ant-collapse-item:hover .ant-collapse-header {
  background: rgba(24, 144, 255, 0.98) !important;
}
.market-card-new-form-detail .level-up-con,
.market-card-list .level-up-con {
  position: relative;
}
.market-card-new-form-detail .level-up-con .level-up-line,
.market-card-list .level-up-con .level-up-line {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100%;
  border-left: dashed 2px #d9d9d9;
}
.market-card-new-form-detail .level-up-con .level-up-form-item-con,
.market-card-list .level-up-con .level-up-form-item-con {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 6px 12px;
  width: 100%;
  line-height: 3;
  text-align: center;
  border: dashed 2px #d9d9d9;
  border-radius: 4px;
  background: white;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.market-card-new-form-detail .level-up-con .level-up-form-item-con > div,
.market-card-list .level-up-con .level-up-form-item-con > div,
.market-card-new-form-detail .level-up-con .level-up-form-item-con > span,
.market-card-list .level-up-con .level-up-form-item-con > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 30px;
}
.market-card-new-form-detail .level-up-con .level-up-form-item-con button,
.market-card-list .level-up-con .level-up-form-item-con button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.market-card-new-form-detail .detail-form-button,
.market-card-list .detail-form-button {
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
}
.market-card-new-form-detail-header {
  margin-top: 10px;
  margin-bottom: 22px;
  text-align: center;
  font-weight: bold;
}
.market-card-new-form-detail .level-up-con {
  height: 180px;
}
.market-card-list .level-up-con {
  height: 220px;
}
.market-card-list .level-up-form-item-con {
  height: 176px;
}
.market-card-list .market-card-view .level-up-con {
  height: 140px;
}
.market-card-list .market-card-view .level-up-form-item-con {
  height: 104px;
}
.market-card-list .wrapper {
  padding: 0.8vw;
}
.market-card-list .ant-collapse-header {
  padding: 10px 15px;
  padding-left: 40px;
  height: 40px;
  user-select: none;
}
.market-card-list .ant-collapse-header[aria-expanded="true"] {
  border-radius: 0;
}
.market-card-list .ant-table-body {
  margin: 0 !important;
}
.market-card-list .ant-table tr th,
.market-card-list .ant-table tr td {
  padding: 6px 8px !important;
}
.market-card-list .ant-table-pagination {
  margin: 10px 0 0 0 !important;
}
.market-card-list .market-card-view {
  padding: 0;
  padding-left: 8px;
  padding-top: 2px;
}
.takeout-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.takeout-container .takeout-tree-box {
  flex: 1;
  width: 100%;
  border-top: 1px solid #dedede;
  overflow-x: hidden;
  overflow-y: scroll;
}
.takeout-container .pre-icon,
.takeout-container .next-icon {
  width: 8px;
  margin: 1px;
}
.takeout-container .line-input-box {
  position: relative;
  height: 35px;
  margin-top: 15px;
}
.takeout-container .line-input-box .line-input-focus {
  position: absolute;
  left: 6px;
  bottom: 20px;
  font-size: 14px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(0, 25px, 0) scale(1);
  transform-origin: left top;
}
.takeout-container .line-input-box .input-title-Focus {
  transform: translateZ(0) scale(0.85) !important;
}
.takeout-container .line-input-box .line-input {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.takeout-container .line-input-box .line-input:focus {
  border-bottom: 1px solid #2d8cf0;
}
.takeout-container .drop-box {
  width: 100%;
}
.takeout-container .drop-box div {
  width: 100%;
}
.takeout-container .drop-box .drop-item {
  width: 100%;
  display: flex;
  height: 45px;
  line-height: 45px;
  align-items: center;
  position: relative;
}
.takeout-container .drop-box .drop-item > div {
  height: 45px;
}
.takeout-container .drop-box .drop-item .touch-icon {
  display: none;
}
.takeout-container .drop-box .drop-item .operate-icon {
  display: none;
}
.takeout-container .drop-box .drop-item:hover {
  background-color: #efefef;
}
.takeout-container .drop-box .drop-item:hover .operate-icon {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 5px;
  align-items: center;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .up-down-icon {
  width: 10px;
  height: 15px;
  background-color: #000;
  background-size: 100% 100%;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .caret-up-down-icon-box {
  width: 15px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .up-div {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent #c0c4cc;
  margin-bottom: 4px;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .down-div {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: #c0c4cc transparent transparent;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .up-div:hover {
  border-color: transparent transparent #7e828b;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .down-div:hover {
  border-color: #7e828b transparent transparent;
}
.takeout-container .drop-box .treeItemLevel-1 .icon-text-span-text,
.takeout-container .drop-box .treeItemLevel-2 .icon-text-span-text,
.takeout-container .drop-box .treeItemLevel-3 .icon-text-span-text {
  display: inline-block;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.takeout-container .drop-box .treeItemLevel-1 {
  position: relative;
}
.takeout-container .drop-box .treeItemLevel-1 .icon-text-span {
  height: 45px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.takeout-container .drop-box .treeItemLevel-1 .toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.takeout-container .drop-box .treeItemLevel-1 .icon-text-span-text {
  width: 170px;
}
.takeout-container .drop-box .treeItemLevel-2 {
  position: relative;
}
.takeout-container .drop-box .treeItemLevel-2 .icon-text-span {
  margin-left: 45px;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.takeout-container .drop-box .treeItemLevel-2 .toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.takeout-container .drop-box .treeItemLevel-2 .icon-text-span-text {
  width: 150px;
}
.takeout-container .drop-box .treeItemLevel-3 {
  position: relative;
}
.takeout-container .drop-box .treeItemLevel-3 .icon-text-span {
  margin-left: 60px;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.takeout-container .drop-box .treeItemLevel-3 .toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.takeout-container .drop-box .treeItemLevel-3 .icon-text-span-text {
  width: 130px;
}
.takeout-container .search-modal-goods-detail {
  padding: 20px;
}
.takeout-container .search-modal-goods-detail .flex-box {
  display: flex;
}
.takeout-container .search-modal-goods-detail img {
  width: 50px;
}
.takeout-container .drop-menu-icon {
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.table-goods-name-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.table-goods-name-box p {
  margin: 0;
}
.table-goods-name-box .column-img-box {
  width: 70px;
  height: 70px;
  background-color: #2e2b2b;
}
.table-goods-name-box .column-img-box img {
  height: 100%;
}
.table-goods-name-box .column-img-box .img-box-text-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
}
.table-goods-name-box .column-img-box .img-box-full-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.table-goods-name-box .column-desc-box {
  flex: 1;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table-goods-name-box .column-desc-box .title {
  width: 100%;
}
.goods-panel-container {
  width: 100%;
  height: 100%;
}
.goods-panel-container .ant-spin-nested-loading,
.goods-panel-container .ant-spin-container {
  height: 100%;
}
.tool-container {
  width: 100%;
  height: 60px;
  background-color: #fff;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.tool-container .left-box {
  width: 380px;
  justify-content: space-around;
  display: flex;
  height: 100%;
  align-items: center;
}
.goods-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}
.goods-panel .icon-color {
  color: #808695;
  font-size: 20px;
  cursor: pointer;
}
.goods-panel .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.goods-panel .flex-box > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #17233D;
}
.goods-panel .custom-tree-box {
  width: 250px;
  min-width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 2px solid #cdcdcd;
}
.goods-panel .goods-list-box {
  flex: 1;
  margin-left: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.nodeBranch-list .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
}
.nodeBranch-list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-left: 8px;
}
.nodeBranch-list .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding: 8px 16px;
}
.nodeBranch-list .gift-group {
  margin: 0 26px;
  border: 1px solid gainsboro;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
}
.cardlist-item {
  position: relative;
  display: inline-block;
  width: 350px;
  height: 120px;
}
.cardlist-item-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  width: 100%;
  height: 46px;
  line-height: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
}
.BagInfo .baseItem .ant-input-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  cursor: auto;
  opacity: 1;
  border: none;
}
.preview-container {
  transform: scale(0.72);
  transform-origin: top center;
  margin-left: -20px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.treeNode::-webkit-scrollbar {
  width: 0;
}
.treeNode .node-title {
  margin: 0;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 26px;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  height: 40px;
  line-height: 40px;
}
.treeNode .base-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: auto !important;
}
.treeNode .base-item .ant-slider {
  display: inline-block;
  width: 150px;
}
.treeNode .base-item .ant-input {
  height: 24px;
}
.treeNode .base {
  padding-left: 26px;
  background-color: #f7f7f7;
}
.treeNode .base .ant-cascader-picker-label {
  left: -4px;
}
.treeNode .base .ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: #f7f7f7;
  border: none;
}
.treeNode .base .ant-input-number-disabled .anticon {
  display: none;
}
.treeNode .base .ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: #f7f7f7;
}
.treeNode .base .ant-cascader-picker-disabled .anticon {
  display: none;
}
.treeNode .base .ant-select-disabled .ant-select-selection {
  border: none;
}
.treeNode .base .ant-select-disabled .ant-select-arrow {
  display: none;
}
.treeNode .base .ant-input-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: #f7f7f7;
  cursor: auto;
  opacity: 1;
  border: none;
}
.treeNode .base .ant-select-disabled {
  color: rgba(0, 0, 0, 0.65);
  cursor: auto;
}
.treeNode .base .ant-select-disabled .ant-select-selection {
  background: none;
}
.treeNode .base .ant-select-disabled .ant-select-selection--single {
  cursor: auto;
}
#treewrap {
  position: relative;
  height: 100%;
}
#treewrap #marketTree {
  position: relative;
  height: 100%;
  overflow: scroll;
}
#treewrap .drawer {
  position: absolute;
  right: 0;
  width: 330px;
  top: 0;
  background-color: #fff;
  height: 100%;
  border-left: 1px solid gainsboro;
}
#treewrap .ant-drawer-body {
  padding: 0;
}
#treewrap .ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 600px;
}
#treewrap .ant-drawer-right .ant-drawer-content-wrapper {
  height: 600px;
}
#treewrap .ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 0;
}
#treewrap .ant-drawer-right.ant-drawer-open {
  height: 0;
}
.couponlist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.couponlist-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.couponlist-container {
  height: 400px;
}
.bagInfo .baseItem .ant-input-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  cursor: auto;
  opacity: 1;
  border: none;
}
.bagInfo-box {
  border: 1px solid gainsboro;
  border-radius: 4px;
  padding: 2px;
  margin-right: 30px;
  background-color: #fff;
}
.selectGift-box .ant-tabs-nav-wrap {
  text-align: center;
}
.marketNew .steps-action {
  bottom: 18px;
}
.execute-result .exe-progress {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.execute-result .exe-progress .exe-progress__thead {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #edeaedff;
  position: relative;
}
.execute-result .exe-progress .exe-progress__thead .exe-progress__thead-item {
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 46px;
  position: relative;
}
.execute-result .exe-progress .exe-progress__thead .exe-progress__thead-item--checked {
  color: #0091ff;
  font-weight: 500;
}
.execute-result .exe-progress .exe-progress__thead .exe-progress__thead-item--checked::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #1890ff;
}
.execute-result .exe-progress .exe-progress__thead .exe-progress__select {
  position: absolute;
  top: 56px;
  right: 6px;
  z-index: 1;
}
.execute-result .exe-progress .exe-progress__title {
  line-height: 20px;
  padding: 16px 0;
  font-weight: 500;
  color: #333;
}
.execute-result .exe-progress .exe-progress__title::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.execute-result .exe-progress .exe-progress__main {
  background-color: #fafafa;
  border-radius: 2px;
  flex: 1;
  padding: 10px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 336px;
}
.execute-result .exe-progress .exe-progress__main .exe-progress__empty {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.execute-result .exe-progress .exe-progress__main .exe-progress__empty > img {
  max-width: 200px;
  margin-bottom: 30px;
}
.execute-result .exe-progress .exe-progress__item {
  padding: 10px 20px;
}
.execute-result .exe-progress .exe-progress__item .exe-progress__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.execute-result .exe-progress .exe-progress__item .exe-progress__item-head .ant-progress-line {
  width: 75%;
}
.execute-result .exe-progress .exe-progress__item .exe-progress__item-footer {
  display: flex;
  justify-content: flex-end;
}
.execute-result .exe-progress .exe-progress__item .exe-progress__tips {
  color: #2d8cf0;
  cursor: pointer;
}
.execute-result .exe-progress .exe-progress__item .exe-progress__tips::before {
  content: "，";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  color: rgba(0, 0, 0, 0.65);
}
.execute-result .execute-result__content {
  display: flex;
  flex-direction: column;
}
.execute-result .execute-result__header {
  border-bottom: 1px solid #e7eaec;
  position: relative;
}
.execute-result .execute-result__header .execute-result__row {
  display: flex;
  color: #808695;
  line-height: 20px;
  padding-bottom: 16px;
}
.execute-result .execute-result__header .execute-result__row-item {
  flex: 1;
  display: flex;
}
.execute-result .execute-result__header .execute-result__row-title::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.execute-result .execute-result__header .execute-result__row--color {
  color: #333;
  flex: 1;
}
.execute-result .execute-result__time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  padding: 6px;
}
.execute-result .execute-result__time .execute-result__time-title {
  font-weight: 500;
  color: #333;
}
.execute-result .execute-result__time #execute-result__picker .ant-calendar-picker-container {
  left: 100px !important;
}
.execute-result .execute-result__chart {
  height: 270px;
  width: 100%;
  overflow: hidden;
}
.execute-result .execute-result__chart .execute-result__chart-main {
  overflow-x: scroll;
  overflow-y: hidden;
}
.execute-result .execute-result__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}
.execute-result .execute-result__empty > img {
  max-width: 200px;
  margin-bottom: 30px;
}
.execute-result .execute-result__empty > span {
  color: #515a6eff;
}
.planGraphSideBar {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.planGraphSideBar-content {
  flex: 1;
  overflow: auto;
  padding: 10px 0;
}
.planGraphSideBar-tips {
  margin-top: 60px;
  padding: 20px;
}
.planGraphSideBar-tips p + p {
  margin-bottom: 32px;
}
.planGraphNodeInfo .ant-form-item {
  margin-bottom: 0;
}
.planGraphNodeInfo-editActions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.planGraphNodeInfo .condition-item-label {
  display: inline-block;
  width: 80px;
  text-align: right;
  white-space: nowrap;
}
.marketPlanGraph-headBar {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7eaec;
  background-color: #FAFAFA;
}
.marketPlanGraph-headBar .leftWrapper .rightWrapper {
  flex: none;
}
.marketPlanGraph-headBar .leftWrapper {
  margin-left: 15px;
}
.plan-detail .plan-detail__info {
  border-bottom: 1px solid #e8e8e8;
}
.plan-detail .plan-detail__title {
  color: #333;
  font-weight: 500;
  padding: 16px 0;
  line-height: 20px;
}
.plan-detail .plan-detail__row {
  display: flex;
  padding-bottom: 16px;
  line-height: 20px;
}
.plan-detail .plan-detail__row .plan-detail__row-item {
  display: flex;
  color: #808695;
  flex: 1;
}
.plan-detail .plan-detail__row .plan-detail__row-title {
  text-align: right;
  display: flex;
  align-items: center;
}
.plan-detail .plan-detail__row .plan-detail__row-title::after {
  content: ":";
  margin: 0 8px 0 2px;
}
.plan-detail .plan-detail__row .plan-detail__row--color {
  color: #333;
}
.marketPlanGraph {
  height: 600px;
  display: flex;
  position: relative;
  background-color: #FFF;
}
.marketPlanGraph .content {
  width: calc(100% - 350px);
  flex: 1;
  border: 1px solid #e7eaec;
}
.marketPlanGraph .content .graphtopbar {
  border-top: none;
  border-left: none;
}
.marketPlanGraph .sidebar {
  width: 350px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #e7eaec;
  border-left: none;
}
.planGraphTree {
  height: 100%;
  position: relative;
}
.planGraphTree-trick {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #FFF;
  z-index: 2;
}
.planGraphTree-calcInfo {
  text-align: center;
  margin-top: 20px;
}
.planGraphTreeToolbar {
  position: absolute;
  top: 20px;
  right: 28px;
  transform: translateY(-50%);
}
.planGraphTreeToolbar-action {
  margin-right: 6px;
  cursor: pointer;
}
.planGraphTreeToolbar-action + .planGraphTreeToolbar-action {
  margin-left: 24px;
}
.planGraphTreeToolbar-icon {
  margin-right: 6px;
  font-size: 14px;
}
.market-plan .plan-table {
  background-color: #fff;
}
.market-plan .plan-table .plan-table__thead {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #edeaedff;
}
.market-plan .plan-table .plan-table__thead-item {
  cursor: pointer;
  margin-left: 16px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 46px;
  position: relative;
}
.market-plan .plan-table .plan-table__thead-item--checked {
  color: #0091ff;
  font-weight: 500;
}
.market-plan .plan-table .plan-table__thead-item--checked::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #1890ff;
}
.market-plan .plan-table .plan-table__content {
  position: relative;
  overflow: hidden;
  padding: 16px;
}
.market-plan .plan-table .plan-table__content .ant-table-pagination.ant-pagination {
  margin-bottom: 0;
}
.market-plan .plan-table .plan-table__content .ant-table-placeholder {
  border-bottom: 0;
}
.market-plan .plan-table .plan-table__name {
  color: #4A8AF4;
  cursor: pointer;
}
.market-plan .plan-table .plan-table__purpose {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.market-plan .plan-table .plan-table__time {
  display: flex;
}
.market-plan .plan-table .plan-table__time .plan-table__time-left {
  margin-right: 19px;
}
.market-plan .plan-table .plan-table__time .plan-table__time-right {
  display: flex;
  align-items: center;
}
.market-plan .plan-table .plan-table__operation {
  display: flex;
  align-items: center;
  color: #4A8AF4;
}
.market-plan .plan-table .plan-table__operation .plan-table__operation-text {
  margin-right: 16px;
  cursor: pointer;
}
.market-plan .plan-table .plan-table__operation .plan-table__operation-text:last-child {
  margin-right: 0;
}
.market-plan .plan-table .plan-table__operations {
  display: flex;
  color: #4A8AF4;
}
.market-plan .plan-table .plan-table__operations > div {
  margin-right: 16px;
  cursor: pointer;
}
.market-plan .plan-table .plan-table__operations > div:last-child {
  margin-right: 0;
}
.market-plan .plan-table .plan-table__operations > li {
  background-color: transparent !important;
  margin: 0 !important;
  height: 20px;
  line-height: 20px;
}
.market-plan .search-plan {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  padding: 20px 16px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.market-plan .search-plan .search-plan__main {
  display: flex;
  align-items: center;
}
.market-plan .search-plan .ant-form-item {
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}
#market-plan {
  position: relative;
}
#market-plan .market-plan__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 11px;
}
#market-plan .market-plan__button {
  font-weight: 400;
  color: #fff;
  background: #ff9900;
  border-color: #ff9900;
}
.creat-explain {
  background-color: #fff;
  padding: 27px 40px 23px;
}
.creat-explain .creat-explain-main {
  background-color: #f6f6f6;
  border-radius: 2px;
  display: flex;
  min-height: 400px;
}
.creat-explain .creat-explain-main .creat-explain-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.creat-explain .creat-explain-main .creat-explain-image .creat-explain-image-value {
  height: 400px;
}
.creat-explain .creat-explain-main .creat-explain-desc {
  flex: 1;
  color: #333;
}
.creat-explain .creat-explain-main .creat-explain-desc .creat-explain-desc-title {
  font-size: 18px;
  font-weight: 500;
  padding: 55px 0 12px;
  text-align: center;
}
.creat-explain .creat-explain-main .creat-explain-desc .creat-explain-desc-text {
  font-size: 16px;
  padding: 8px 60px;
}
.creat-explain .creat-explain-main .creat-explain-desc .creat-explain-desc-button {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.market-create .create-plan .create-plan__header {
  display: flex;
}
.market-create .create-plan .create-plan__title {
  color: #000;
  line-height: 20px;
  font-weight: 500;
  padding: 16px 0;
  margin-right: 20px;
}
.market-create .create-plan .ant-form-item {
  margin: 0;
  padding: 6px 0;
  display: flex;
}
.market-create .create-plan .ant-form-item .ant-form-item-label > label {
  color: #515a6e;
}
.strategy-modal .ant-modal-footer > div {
  text-align: center;
}
.strategy-modal .ant-modal-body {
  padding: 0;
}
.strategy-modal .ant-modal-body .addSignBtnGroup {
  display: flex;
}
.strategy-modal .strategy-modal-content {
  min-height: 590px;
  display: flex;
}
.strategy-modal .strategy-modal-content .strategy-modal-list {
  width: 200px;
}
.strategy-modal .strategy-modal-content .strategy-modal-list .strategy-modal-item {
  min-height: 66px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.strategy-modal .strategy-modal-content .strategy-modal-list .strategy-modal-item-image {
  width: 36px;
  height: 36px;
  margin: 0 15px;
}
.strategy-modal .strategy-modal-content .strategy-modal-list .strategy-modal-item--checked {
  background-color: #F8F8F9;
  color: #333;
  font-weight: 500;
}
.strategy-modal .strategy-modal-content .strategy-modal-right {
  flex: 1;
  height: 590px;
  background-color: #F8F8F9;
  overflow-y: scroll;
}
.strategy-modal .strategy-modal-content .strategy-modal-right .strategy-modal-right-image {
  width: 100%;
  line-height: 590px;
}
.strategy-modal .strategy-modal-content .strategy-modal-right .strategy-modal-right-image .strategy-modal-image {
  width: 100%;
}
.strategy-modal .strategy-modal-content .strategy-modal-right--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  color: #000000;
  padding: 0 100px;
}
.strategy-modal .strategy-modal-content .strategy-modal-right--flex .strategy-modal-right-image {
  width: 296px;
  height: 192px;
  margin: 47px 0 24px;
  line-height: 0;
}
.strategy-modal .strategy-modal-content .strategy-modal-right--flex .strategy-modal-right-image .strategy-modal-image {
  width: 100%;
  height: 100%;
}
.strategy-modal .strategy-modal-content .strategy-modal-right--flex .strategy-modal-image-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 19px;
}
.strategy-modal .strategy-modal-content .strategy-modal-right--flex .strategy-modal-image-desc {
  text-align: center;
}
.market-create .select-info .select-info__title {
  color: #000;
  line-height: 20px;
  font-weight: 500;
  padding: 16px 0;
}
.market-create .select-info .select-info__main {
  background-color: #fff;
  padding: 10px 16px;
}
.market-create .select-info .select-info__item {
  display: flex;
  padding: 10px 0;
  min-height: 60px;
}
.market-create .select-info .select-info__item .ant-row {
  margin-right: 0;
}
.market-create .select-info .select-info__half {
  width: 50%;
  display: inline-block;
  line-height: 40px;
}
.market-create .select-info .select-info__half-name .ant-form-item {
  width: 100%;
}
.market-create .select-info .select-info__half-name .ant-form-item-control-wrapper {
  width: 51%;
}
.market-create .select-info .select-info__half-select {
  display: inline-block;
  min-width: 28%;
}
.market-create .select-info .select-info__half-select .ant-form-item,
.market-create .select-info .select-info__half-select .ant-form-item-control-wrapper {
  width: 100%;
}
.market-create {
  margin-bottom: 86px;
}
.market-create .market-create__title {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.market-create .market-create__buttons {
  background-color: #fff;
  box-shadow: 0px -3px 6px -4px rgba(0, 0, 0, 0.12), 0px -6px 16px 0px rgba(0, 0, 0, 0.08), 0px -9px 28px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 19px;
  position: fixed;
  bottom: 16px;
  right: 26px;
  height: 30px;
  z-index: 1;
  width: calc(100vw - 284px);
  box-sizing: content-box;
}
.market-create .market-create__buttons .market-create__tips {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.market-create .market-create__buttons button {
  margin: 0 5px;
}
.execute-result-event .exe-progress .exe-progress__thead {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #edeaedff;
  position: relative;
}
.execute-result-event .exe-progress .exe-progress__thead .exe-progress__thead-item {
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 46px;
  position: relative;
}
.execute-result-event .exe-progress .exe-progress__thead .exe-progress__thead-item--checked {
  color: #0091ff;
  font-weight: 500;
}
.execute-result-event .exe-progress .exe-progress__thead .exe-progress__thead-item--checked::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #1890ff;
}
.execute-result-event .exe-progress .exe-progress__thead .exe-progress__select {
  position: absolute;
  top: 56px;
  right: 6px;
  z-index: 1;
}
.execute-result-event .exe-progress .exe-progress__title {
  line-height: 20px;
  padding: 16px 0;
  font-weight: 500;
  color: #333;
}
.execute-result-event .exe-progress .exe-progress__title::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.execute-result-event .exe-progress .exe-progress__main {
  background-color: #fafafa;
  border-radius: 2px;
}
.execute-result-event .exe-progress .exe-progress__main .exe-progress__empty {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 310px;
}
.execute-result-event .exe-progress .exe-progress__main .exe-progress__empty > img {
  max-width: 200px;
  margin-bottom: 30px;
}
.execute-result-event .exe-progress .exe-progress__main .exe-progress__empty > span {
  color: #515a6eff;
}
.execute-result-event .exe-progress .exe-progress__item {
  padding: 10px 20px;
}
.execute-result-event .exe-progress .exe-progress__item .exe-progress__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.execute-result-event .exe-progress .exe-progress__item .exe-progress__item-head .ant-progress-line {
  width: 75%;
}
.execute-result-event .exe-progress .exe-progress__item .exe-progress__item-footer {
  display: flex;
  justify-content: flex-end;
}
.execute-result-event .exe-progress .exe-progress__item .exe-progress__tips {
  color: #2d8cf0;
  cursor: pointer;
}
.execute-result-event .exe-progress .exe-progress__item .exe-progress__tips::before {
  content: "，";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  color: rgba(0, 0, 0, 0.65);
}
.execute-result-event .execute-result__content {
  display: flex;
  flex-direction: column;
}
.execute-result-event .execute-result__header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7eaec;
  position: relative;
}
.execute-result-event .execute-result__header .execute-result__row {
  display: flex;
  color: #808695;
  padding: 8px 0;
}
.execute-result-event .execute-result__header .execute-result__row-item {
  flex: 1;
  display: flex;
}
.execute-result-event .execute-result__header .execute-result__row-title::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.execute-result-event .execute-result__header .execute-result__row--color {
  color: #333;
  flex: 1;
}
.execute-result-event .execute-result__time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  padding: 6px;
}
.execute-result-event .execute-result__time .execute-result__time-title {
  font-weight: 500;
  color: #333;
}
.execute-result-event .execute-result__time #execute-result-event__picker .ant-calendar-picker-container {
  left: 100px !important;
}
.execute-result-event .execute-result__chart {
  height: 270px;
  width: 100%;
  overflow: hidden;
}
.execute-result-event .execute-result__chart .execute-result__chart-main {
  overflow-x: scroll;
  overflow-y: hidden;
}
.execute-result-event .execute-result__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}
.execute-result-event .execute-result__empty > img {
  max-width: 200px;
  margin-bottom: 30px;
}
.execute-result-event .execute-result__empty > span {
  color: #515a6eff;
}
.planGraphSideBar {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.planGraphSideBar-content {
  flex: 1;
  overflow: auto;
  padding: 10px 0;
}
.planGraphSideBar-tips {
  margin-top: 60px;
  padding: 20px;
}
.planGraphSideBar-tips p + p {
  margin-bottom: 32px;
}
.eventAction {
  height: 100%;
}
.eventAction .ant-form-item {
  margin-bottom: 10px;
}
.eventAction-content {
  position: relative;
  padding: 10px;
}
.eventAction-inputNumber {
  width: 100px;
  margin: 0 8px;
}
.marketPlanGraph-headBar {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7eaec;
  background-color: #FAFAFA;
}
.marketPlanGraph-headBar .leftWrapper .rightWrapper {
  flex: none;
}
.marketPlanGraph-headBar .leftWrapper {
  margin-left: 15px;
}
.planGraphNodeInfo .ant-form-item {
  margin-bottom: 0;
}
.planGraphNodeInfo-editActions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.planGraphNodeInfo .condition-item-label {
  display: inline-block;
  width: 80px;
  text-align: right;
  white-space: nowrap;
}
.plan-detail-event .plan-detail__info {
  border-bottom: 1px solid #e8e8e8;
}
.plan-detail-event .plan-detail__title {
  color: #333;
  font-weight: 500;
  padding: 16px 0;
}
.plan-detail-event .plan-detail__row {
  display: flex;
  padding-bottom: 16px;
  line-height: 20px;
}
.plan-detail-event .plan-detail__row .plan-detail__row-item {
  display: flex;
  color: #808695;
  flex: 1;
}
.plan-detail-event .plan-detail__row .plan-detail__row-title {
  text-align: right;
  display: flex;
  align-items: center;
}
.plan-detail-event .plan-detail__row .plan-detail__row-title::after {
  content: ":";
  margin: 0 8px 0 2px;
}
.plan-detail-event .plan-detail__row .plan-detail__row--color {
  color: #333;
}
.marketPlanGraph {
  height: 600px;
  display: flex;
  position: relative;
  background-color: #FFF;
}
.marketPlanGraph .content {
  position: relative;
  width: calc(100% - 350px);
  flex: 1;
  border: 1px solid #e7eaec;
}
.marketPlanGraph .content .graphtopbar {
  border-top: none;
  border-left: none;
}
.marketPlanGraph-initialTip {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 320px;
  background: #FFF;
}
.marketPlanGraph .sidebar {
  width: 350px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #e7eaec;
  border-left: none;
}
.planGraphTree {
  height: 100%;
  position: relative;
}
.planGraphTree-trick {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #FFF;
  z-index: 2;
}
.planGraphTree-calcInfo {
  text-align: center;
  margin-top: 20px;
}
.planGraphTreeToolbar {
  position: absolute;
  top: 20px;
  right: 28px;
  transform: translateY(-50%);
}
.planGraphTreeToolbar-action {
  margin-right: 6px;
  cursor: pointer;
}
.planGraphTreeToolbar-action + .planGraphTreeToolbar-action {
  margin-left: 24px;
}
.planGraphTreeToolbar-icon {
  margin-right: 6px;
  font-size: 14px;
}
.market-plan-event .plan-table-event {
  background-color: #fff;
}
.market-plan-event .plan-table-event .plan-table__thead {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #edeaedff;
}
.market-plan-event .plan-table-event .plan-table__thead-item {
  cursor: pointer;
  margin-left: 16px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 46px;
  position: relative;
}
.market-plan-event .plan-table-event .plan-table__thead-item--checked {
  color: #0091ff;
  font-weight: 500;
}
.market-plan-event .plan-table-event .plan-table__thead-item--checked::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #1890ff;
}
.market-plan-event .plan-table-event .plan-table__content {
  position: relative;
  overflow: hidden;
  padding: 16px;
}
.market-plan-event .plan-table-event .plan-table__content .ant-table-pagination.ant-pagination {
  margin-bottom: 0;
}
.market-plan-event .plan-table-event .plan-table__content .ant-table-placeholder {
  border-bottom: 0;
}
.market-plan-event .plan-table-event .plan-table__name {
  color: #4A8AF4;
  cursor: pointer;
}
.market-plan-event .plan-table-event .plan-table__purpose {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.market-plan-event .plan-table-event .plan-table__time {
  display: flex;
}
.market-plan-event .plan-table-event .plan-table__time .plan-table__time-left {
  margin-right: 19px;
}
.market-plan-event .plan-table-event .plan-table__time .plan-table__time-right {
  display: flex;
  align-items: center;
}
.market-plan-event .plan-table-event .plan-table__operation {
  display: flex;
  align-items: center;
  color: #4A8AF4;
}
.market-plan-event .plan-table-event .plan-table__operation .plan-table__operation-text {
  margin-right: 16px;
  cursor: pointer;
}
.market-plan-event .plan-table-event .plan-table__operation .plan-table__operation-text:last-child {
  margin-right: 0;
}
.market-plan-event .plan-table-event .plan-table__operations {
  display: flex;
  color: #4A8AF4;
}
.market-plan-event .plan-table-event .plan-table__operations > div {
  margin-right: 16px;
  cursor: pointer;
}
.market-plan-event .plan-table-event .plan-table__operations > div:last-child {
  margin-right: 0;
}
.market-plan-event .plan-table-event .plan-table__operations > li {
  background-color: transparent !important;
  margin: 0 !important;
  height: 20px;
  line-height: 20px;
}
.market-plan-event .search-plan-event {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  padding: 20px 16px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.market-plan-event .search-plan-event .search-plan__main {
  display: flex;
  align-items: center;
}
.market-plan-event .search-plan-event .ant-form-item {
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}
#market-plan-event {
  position: relative;
}
#market-plan-event .market-plan__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 11px;
}
#market-plan-event .market-plan__button {
  font-weight: 400;
  color: #fff;
  background: #ff9900;
  border-color: #ff9900;
}
.event-creat-explain {
  background-color: #fff;
  padding: 27px 40px 23px;
}
.event-creat-explain .creat-explain-main {
  background-color: #f6f6f6;
  border-radius: 2px;
  display: flex;
  min-height: 400px;
}
.event-creat-explain .creat-explain-main .creat-explain-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-creat-explain .creat-explain-main .creat-explain-image .creat-explain-image-value {
  height: 400px;
}
.event-creat-explain .creat-explain-main .creat-explain-desc {
  flex: 1;
  color: #333;
}
.event-creat-explain .creat-explain-main .creat-explain-desc .creat-explain-desc-title {
  font-size: 18px;
  font-weight: 500;
  padding: 55px 0 12px;
  text-align: center;
}
.event-creat-explain .creat-explain-main .creat-explain-desc .creat-explain-desc-text {
  font-size: 16px;
  padding: 8px 60px;
}
.event-creat-explain .creat-explain-main .creat-explain-desc .creat-explain-desc-button {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.event-create-plan .create-plan__header {
  display: flex;
}
.event-create-plan .create-plan__title {
  color: #000;
  line-height: 20px;
  font-weight: 500;
  padding: 16px 0;
  margin-right: 20px;
}
.event-create-plan .ant-form-item {
  padding-top: 7px;
}
.event-create-plan .ant-form-item {
  margin-right: 0;
}
.event-create-plan .ant-form-item .ant-form-item-label > label {
  color: #515A6E;
}
.strategy-modal-event .ant-modal-footer > div {
  text-align: center;
}
.strategy-modal-event .ant-modal-body {
  padding: 0;
}
.strategy-modal-event .strategy-modal-content {
  min-height: 590px;
  display: flex;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-list {
  width: 200px;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-list .strategy-modal-item {
  min-height: 66px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-list .strategy-modal-item-image {
  width: 36px;
  height: 36px;
  margin: 0 15px;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-list .strategy-modal-item--checked {
  background-color: #F8F8F9;
  color: #333;
  font-weight: 500;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-right {
  flex: 1;
  height: 590px;
  background-color: #F8F8F9;
  overflow-y: scroll;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-right .strategy-modal-right-image {
  width: 100%;
  line-height: 590px;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-right .strategy-modal-right-image .strategy-modal-image {
  width: 100%;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-right--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  color: #000000;
  padding: 0 100px;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-right--flex .strategy-modal-right-image {
  width: 296px;
  height: 192px;
  margin: 47px 0 24px;
  line-height: 0;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-right--flex .strategy-modal-right-image .strategy-modal-image {
  width: 100%;
  height: 100%;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-right--flex .strategy-modal-image-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 19px;
}
.strategy-modal-event .strategy-modal-content .strategy-modal-right--flex .strategy-modal-image-desc {
  text-align: center;
}
.participateNumberInput-control {
  white-space: nowrap;
}
.participateNumberInput-control-input {
  width: 42px;
}
.participateNumberInput-control-input input {
  text-align: center;
}
.participateNumberInput-control-text {
  padding-left: 8px;
}
.participateNumberInput-control .ant-radio-wrapper {
  margin-right: 0;
}
.participateNumberInput-control + .participateNumberInput-control {
  margin-left: 16px;
}
.participateNumberInput .has-error .ant-input-number,
.participateNumberInput .has-error .ant-time-picker-input {
  border-color: green !important;
}
.market-create-event .select-info-event .select-info__title {
  color: #000;
  line-height: 20px;
  font-weight: 500;
  padding: 16px 0;
}
.market-create-event .select-info-event .select-info__main {
  background-color: #fff;
  padding: 10px 16px;
}
.market-create-event .select-info-event .select-info__item {
  display: flex;
  padding: 10px 0;
  min-height: 60px;
}
.market-create-event .select-info-event .select-info__item .ant-row {
  margin-right: 0;
}
.market-create-event .select-info-event .select-info__half {
  width: 50%;
  display: inline-block;
  line-height: 40px;
}
.market-create-event .select-info-event .select-info__half-name .ant-form-item {
  width: 100%;
}
.market-create-event .select-info-event .select-info__half-name .ant-form-item-control-wrapper {
  width: 51%;
}
.market-create-event .select-info-event .select-info__half-select {
  display: inline-block;
  min-width: 28%;
}
.market-create-event .select-info-event .select-info__half-select .ant-form-item,
.market-create-event .select-info-event .select-info__half-select .ant-form-item-control-wrapper {
  width: 100%;
}
.market-create-event {
  margin-bottom: 86px;
}
.market-create-event .market-create__title {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.market-create-event .market-create__buttons {
  background-color: #fff;
  box-shadow: 0px -3px 6px -4px rgba(0, 0, 0, 0.12), 0px -6px 16px 0px rgba(0, 0, 0, 0.08), 0px -9px 28px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 19px;
  position: fixed;
  bottom: 16px;
  right: 26px;
  height: 30px;
  z-index: 1;
  width: calc(100vw - 284px);
  box-sizing: content-box;
}
.market-create-event .market-create__buttons .market-create__tips {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.market-create-event .market-create__buttons button {
  margin: 0 5px;
}
.participateNumberInputs-control {
  white-space: nowrap;
  margin-right: 24px;
  margin-bottom: 8px;
}
.participateNumberInputs-control-input {
  width: 42px;
  margin-right: 4px;
}
.participateNumberInputs-control-input input {
  text-align: center;
}
.participateNumberInputs-control .ant-radio-wrapper {
  margin-right: 0;
}
.participateNumberInputs .has-error .ant-input-number,
.participateNumberInputs .has-error .ant-time-picker-input {
  border-color: green !important;
}
.ParticipateNumberInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  padding-top: 8px;
}
.dynamic-field-set .field-item {
  display: flex;
}
.dynamic-field-set .field-item-content {
  flex: 1;
}
.dynamic-field-set .field-item-remove {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.dynamic-field-set .ant-timeline-item-head {
  top: 6px;
}
.dynamic-field-set .ant-timeline-item-tail {
  top: 16px;
}
.h30 {
  height: 30px;
}
.X6MarketTree {
  position: relative;
  height: 100%;
}
.X6MarketTree .planGraphTreeToolbar-action {
  position: absolute;
  right: 100px;
  top: 10px;
  z-index: 999;
}
.memberMarketing {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  height: 100%;
}
.memberMarketing .hide {
  display: none !important;
}
.memberMarketing .header {
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #000000;
  font-weight: bold;
}
.memberMarketing .containers {
  display: flex;
  flex: 1;
  background: #fff;
  flex-direction: row;
}
.memberMarketing .containers .container-steps {
  width: 200px;
  height: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
}
.memberMarketing .containers .container-form {
  display: flex;
  padding: 20px;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.memberMarketing .containers .container-form.bg-gray {
  background: #eef0f5;
}
.memberMarketing .containers .container-form-content {
  flex: 1;
}
.memberMarketing .containers .container-form-content .form-conetnt {
  background: #fff;
  height: 100%;
}
.memberMarketing .containers .container-form-content .base-info {
  width: 600px;
  min-height: 650px;
  padding: 50px;
  background: #fff;
  margin: 0 auto;
}
.memberMarketing .containers .container-form-content .base-info .ant-form-item {
  margin-bottom: 12px;
}
.memberMarketing .containers .container-form-content .base-info .ant-form-item .ant-form-item-control-wrapper {
  width: 240px;
}
.memberMarketing .containers .container-form-content .base-info .ant-form-item .ant-form-item-label {
  width: 8em;
}
.memberMarketing .containers .container-form-content .base-info .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.memberMarketing .containers .container-form-content .base-info .form-group .ant-form-item-control-wrapper {
  width: auto;
}
.memberMarketing .containers .container-form-content .base-info .form-group .ant-form-item-control-wrapper .ant-select-selection {
  width: auto;
}
.memberMarketing .containers .container-form-content .base-info .form-group .ant-form-item {
  margin-bottom: 0;
}
.memberMarketing .containers .container-form-content .base-info .ant-select-selection {
  width: 240px;
  margin-right: 8px;
}
.memberMarketing .containers .container-form-content .base-info .ant-select-selection .ant-select-selection__rendered {
  line-height: 32px;
  height: 32px;
}
.memberMarketing .containers .container-form-content .base-info .TimesInput {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
}
.memberMarketing .containers .container-form-content .base-info .TimesInput > span {
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.memberMarketing .containers .container-form-content .base-info .TimesInput > span .ant-input-number {
  margin-right: 8px;
}
.memberMarketing .containers .container-form-content .base-info .TimesInput > span + span {
  margin-top: 12px;
  justify-content: flex-start;
}
.memberMarketing .containers .container-form-content .base-info .TimesInput > span .ant-select {
  width: auto;
}
.memberMarketing .containers .container-form-content .base-info .TimesInput .ant-select-selection {
  width: 60px;
  line-height: 32px;
  height: 32px;
}
.memberMarketing .containers .container-form-content .base-info .TimesInput .ant-input-number {
  height: 32px;
}
.memberMarketing .containers .container-form-content .base-info .TimesInput .ant-input-number .ant-input-number-input-wrap .ant-input-number-input {
  line-height: 32px;
  height: 32px;
}
.memberMarketing .containers .container-form-footer {
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.memberMarketing .containers .container-form-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.memberMarketing .containers .container-form-content .planGraphTreeToolbar-action {
  position: absolute;
  right: 100px;
  top: 10px;
}
.memberMarketing .tip-name {
  display: inline-block;
  padding-left: 10px;
  color: red;
}
.newtempwraper-content {
  height: calc(100vh - 115px);
  background-color: #fff;
  display: flex;
  overflow: hidden;
  padding: 20px;
}
.newtempwraper-content .steps-temp {
  padding-top: 100px;
  float: left;
  width: 220px;
}
.newtempwraper-content .steps-temp .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #000;
}
.newtempwraper-content .newtemp_middle {
  height: 100%;
  background-color: #eef0f5;
  border: 1px solid #caccd0;
  flex: 1;
  display: flex;
  flex-flow: column;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap .copy-template-wrap {
  width: 80%;
  height: 156px;
  display: flex;
  color: #3a3a3a;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-bottom: 50px;
  padding: 0 20px;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap .copy-template-wrap #copy-input {
  border: none;
  outline: none;
  margin-right: 18px;
  flex-grow: 1;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap .copy-template-wrap .template-code {
  margin-right: 18px;
}
.newtempwraper-content .newtemp_middle .extra-success-wrap .copy-template-wrap .copy-btn {
  width: 40px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 11px;
  border: 1px solid #c2c2c2;
}
.newtempwraper-content .newtemp_middle .mid_content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.newtempwraper-content .newtemp_middle .mid_title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #000;
  background-color: #eef0f5;
}
.newtempwraper-content .newtemp_middle .content_title {
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #000;
  background-color: #eef0f5;
}
.newtempwraper-content .newtemp_middle .mid_footer {
  height: 72px;
  padding: 16px;
  text-align: center;
}
.newtempwraper-content .newtemp_middle .mid_footer .ant-btn {
  margin: 0 10px;
}
.newtempwraper-content .newtemp_middle .normal_content {
  background-color: #fff;
  min-height: 100%;
  margin: 0 16px;
  padding: 0;
  padding-bottom: 36px;
}
.newtempwraper-content .newtemp_middle .normal_content .content_title {
  margin-bottom: 10px;
}
.newtempwraper-content .newtemp_middle .normal_content .coverStyleWrap .ant-form-item-control {
  line-height: normal;
}
.newtempwraper-content .newtemp_middle .normal_content .coverStyleWrap .ant-form-item-control .smsUnsubscriReminder {
  display: flex;
  align-items: center;
}
.newtempwraper-content .newtemp_middle .normal_content .coverStyleWrap .ant-form-item-control .smsUnsubscriReminder > span:not(.ant-checkbox) {
  display: inline-block;
  width: 256px;
  margin-top: 11px;
}
.newtempwraper-content .newtemp_right {
  height: 100%;
  float: right;
  width: 400px;
}
.newtempwraper-content .temp_type_List {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.newtempwraper-content .temp_type_List .item {
  height: 120px;
  width: 300px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background-color: #fff;
  margin: 0 0 20px 2.5%;
  float: left;
  position: relative;
}
.newtempwraper-content .temp_type_List .item:hover {
  cursor: pointer;
}
.newtempwraper-content .temp_type_List .item .anticon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #4a8af4;
  text-align: center;
  line-height: 23px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
}
.newtempwraper-content .temp_type_List .item.active {
  border: solid 1px #4a8af4;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.newtempwraper-content .temp_type_List .item.active .anticon {
  opacity: 1;
}
.newtempwraper-content .temp_type_List .item .pic {
  width: 46px;
  height: 46px;
  float: left;
  margin: 20px 16px 0 20px;
}
.newtempwraper-content .temp_type_List .item .tit {
  margin-top: 20px;
  height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  padding-right: 20px;
}
.newtempwraper-content .temp_type_List .item .desc {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  padding-right: 20px;
}
.popup_content {
  margin: 0 20px;
  height: 100%;
  background-color: #fff;
}
.popup_content .ant-tabs-nav-scroll {
  background-color: #eef0f5;
}
.popup_content .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  background: #e9ebf0;
  border: 1px solid #c8c9ce;
  border-bottom: 0;
  margin-right: 8px;
}
.popup_content .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  background-color: #fff;
}
.popup_content .upload_plus {
  width: 150px;
  border: dashed 1px #ddd;
  background-color: #f5f5f5;
  min-height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.popup_content .upload_plus .reupload {
  position: absolute;
  right: -130px;
  bottom: 5px;
}
.popup_content .popup_pic {
  width: 150px;
  max-height: 200px;
}
.popup_content .upload_tip {
  color: #999;
  line-height: 40px;
}
.woa_checkbox_box {
  padding-top: 6px;
}
.woa_checkbox_box .ant-col {
  line-height: 30px;
}
.woa_checkbox_orderby {
  padding-top: 6px;
}
.woa_checkbox_orderby .ant-col {
  padding: 4px 10px;
  background-color: #f5f5f5;
  line-height: 26px;
  border-radius: 4px;
  margin-top: 5px;
  position: relative;
  list-style: none;
  margin-bottom: 0;
  width: 250px;
}
.woa_checkbox_orderby .ant-col .action {
  position: absolute;
  right: 0;
  top: 8px;
  width: 30px;
  height: 25px;
}
.woa_checkbox_orderby .ant-col .action .anticon {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-size: 20px;
}
.woa_checkbox_orderby .ant-col .action .anticon:hover {
  color: #4a8af4;
}
.drag-up {
  animation: dragup ease 0.2s 1;
  animation-fill-mode: forwards;
  border: dashed 1px #ddd;
}
.drag-down {
  animation: dragdown ease 0.2s 1;
  animation-fill-mode: forwards;
  border: dashed 1px #ddd;
}
@keyframes dragup {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 34px;
  }
}
@keyframes dragdown {
  from {
    margin-bottom: 10px;
    margin-top: 34px;
  }
  to {
    margin-bottom: 34px;
    margin-top: 10px;
  }
}
.PhonePreview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 100%;
}
.PhonePreview.jPush .empty-tip {
  color: white;
}
.PhonePreview .preview-header {
  margin-top: 1em;
  text-align: center;
}
.PhonePreview .phone-section {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform-origin: top;
}
.PhonePreview .phone-section .phone-bg {
  position: absolute;
  top: 0;
  z-index: 0;
}
.PhonePreview .phone-section .phone-content-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
}
.PhonePreview .phone-section .phone-content-wrapper .phone-header {
  margin-top: 90px;
  padding: 5px;
  width: 260px;
  height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.PhonePreview .phone-section .phone-content-wrapper .phone-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  width: 260px;
  overflow: hidden scroll;
}
.PhonePreview .phone-content .empty-tip {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.PhonePreview .phone-content .item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.PhonePreview .phone-content .item:first-child {
  margin-top: 5px;
}
.PhonePreview .remove-btn {
  flex-shrink: 0;
  color: #f5222d;
  user-select: none;
  cursor: pointer;
}
.PhonePreview .preview-sms {
  margin-right: 15px;
  padding: 5px 10px;
  border-radius: 10px;
  border: solid 1px #ddd;
  line-height: 1.65em;
  font-size: 13px;
  word-break: break-all;
  cursor: pointer;
  background-color: #f5f5f5;
}
.PhonePreview .preview-tanchuang {
  width: 100%;
}
.PhonePreview .preview-tanchuang .popup_pic {
  display: block;
  margin: 50px auto 20px;
  max-width: 95%;
}
.PhonePreview .coupon-cmpt .coupon-con {
  padding: 10px;
}
.PhonePreview .preview-jpush {
  padding: 5px 9px;
  width: 238px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.PhonePreview .preview-jpush .title-con {
  display: flex;
  justify-content: space-between;
}
.PhonePreview .preview-jpush .push-name {
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
.PhonePreview .preview-jpush .push-content {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 1.5em;
  line-height: 1.5em;
  word-break: break-all;
}
.preview-woa {
  border: solid 1px #ddd;
  border-radius: 4px;
  width: 238px;
}
.preview-woa .title-con {
  border-bottom: solid 1px #ddd;
  height: 50px;
  padding: 10px;
  line-height: 30px;
}
.preview-woa .title-con .logo {
  float: left;
  width: 34px;
  height: 34px;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
  border: solid 1px #ddd;
}
.preview-woa .temp-tit {
  line-height: 30px;
  font-size: 14px;
  color: #000;
  padding: 10px 10px 0;
}
.preview-woa .push-name {
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
.preview-woa .push-content {
  min-height: 200px;
  padding: 10px;
  padding-top: 0;
}
.preview-woa .push-content .row {
  margin: 5px 0;
}
.preview-woa .push-detail {
  line-height: 40px;
  border-top: solid 1px #ddd;
  padding-left: 10px;
  font-size: 12px;
}
.preview-woa .push-detail::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  float: right;
  margin-right: 10px;
  transform: rotate(-45deg);
  margin-top: 15px;
  border-radius: 2px;
}
.preview-tanchuang {
  width: 100%;
}
.preview-tanchuang .popup_pic {
  display: block;
  margin: 0 auto 20px;
  position: relative;
  width: 200px;
  height: 265px;
  z-index: 2;
  border-radius: 5px;
}
.preview-tanchuang .masker {
  width: 265px;
  height: 507px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: -2px;
  bottom: 27px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.preview-tanchuang .closeDiv {
  width: 100%;
  height: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.preview-tanchuang .closeDiv .closeBtn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ddd;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
.device-list {
  width: 300px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  flex-shrink: 0;
  overflow-x: hidden;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.device-list .device-pagination {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.device-list .device-mask {
  width: 300px;
  height: 100vh;
  position: absolute;
  background: #fff;
  z-index: 990;
  cursor: not-allowed;
  opacity: 0;
}
.device-list .deviceDesc {
  color: #878787FF;
}
.device-list .deviceDesc .play-square {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.device-list .deviceDesc > i {
  display: inline-block;
  width: 22px;
  position: relative;
  top: 18px;
  left: -6px;
}
.device-list .list-id {
  color: #878787FF;
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 23px;
}
.device-list .fixedSpan {
  flex-shrink: 0;
  position: relative;
  line-height: 52px;
  min-width: 50px;
}
.device-list .fixedSpan i {
  position: absolute;
  top: 14px;
  font-size: 22px;
  font-weight: 700;
  right: -15px;
}
.device-list::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.device-list .device-item {
  width: 300px;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  padding: 10px 20px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.device-list .device-item > div {
  display: flex;
  flex-direction: column;
}
.device-list .device-item span.uninstall {
  color: #FA8C15FF;
}
.device-list .device-item span.broken {
  color: #9A1702FF;
}
.device-list .device-item span.normal {
  color: #3A3C41FF;
}
.device-list .device-item span.stopped {
  color: #3A3C41FF;
}
.device-list .device-item span .warn-icon {
  color: #9A1702FF;
  font-size: 14px;
  top: 19px;
  right: 5px;
}
.device-list .device-item.active {
  background: #1890FFFF;
}
.device-list .device-item.active span {
  color: #fff;
}
.device-list .device-item.active span .warn-icon {
  color: #fff;
}
.device-list .device-item.disabled {
  opacity: 0.8;
}
.device-list::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: -25px;
  color: #515A6EFF;
}
.device-list .initialStyle {
  padding: 15px;
  background: #FCFDFEFF;
  display: none;
}
.device-list .initialStyle .active-item {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.device-list .initialStyle > span {
  color: #515A6EFF;
  margin-bottom: 10px;
  display: inline-block;
}
.device-list .initialStyle i {
  font-size: 12px;
  cursor: pointer;
}
.device-list .initialStyle .span-bg {
  display: inline-block;
  background: #fff;
  height: 26px;
  line-height: 25px;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #17233DFF;
  cursor: pointer;
  border: 1px solid #E9E9E9FF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 255px;
}
.device-list .initialStyle .span-bg.activeShelf {
  border-color: #EF4444FF;
  color: #EF4444FF;
}
.device-list .initialStyle .span-bg.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.device-list .initialStyle .span-add {
  color: #2D8CF0FF;
}
.device-list .initialStyle .close-icon {
  color: #515A6EFF;
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: -7px;
}
.device-list .activeArea {
  display: block;
  animation: mymove 0.25s;
  -webkit-animation: mymove 0.25s;
  /* Safari 和 Chrome */
}
.del-icon {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.device-map {
  width: 100%;
  background: #FCFDFEFF;
  position: relative;
}
.device-map::before {
  content: attr(title);
  position: absolute;
  left: 50%;
  top: 15px;
  color: #17233DFF;
  font-weight: 500;
  transform: translateX(-50%);
}
.device-map .map-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.device-map .map-mask .update-device {
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
  cursor: pointer;
}
.device-map .map-mask .device-block {
  cursor: pointer;
  display: inline-flex;
  width: 82px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #595959FF;
  border: 1px dashed #E8E9EBFF;
}
.device-map .map-mask .device-block .draggedSpan {
  position: absolute;
  top: 5px;
  width: 30px;
}
.device-map .map-mask .device-block .drag-word {
  position: absolute;
  top: 38px;
  color: #595959FF;
  font-size: 12px;
}
.device-info {
  background: #fff;
  width: 350px;
  flex-shrink: 0;
  padding: 20px;
  padding-top: 5px;
  -webkit-user-select: text;
}
.device-info .copy-text {
  color: #1990FFFF;
  border: 1px solid #1990FFFF;
  border-radius: 3px;
  margin-left: 10px;
  padding: 0 4px;
  cursor: pointer;
}
.device-info .no-data {
  min-height: 250px;
  margin-top: 10px;
  text-align: center;
}
.device-info .storeAreaWrap .areaInfo {
  background-color: #FBFBFBFF;
}
.device-info h2 {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.device-info .grey-bg {
  background: #fff;
  padding: 15px 0;
}
.device-info .grey-bg .active-h2 {
  font-weight: 500;
  font-size: 16px;
  color: #262626FF;
  margin-left: 20px;
}
.device-info .grey-bg ul {
  padding-left: 20px;
}
.device-info .grey-bg ul li {
  margin-bottom: 20px;
}
.device-info .grey-bg > div {
  display: inline-block;
  width: 50%;
  margin-bottom: 5px;
}
.device-info .grey-bg > div .info-name {
  color: #888888FF;
  display: inline-block;
}
.device-info .grey-bg > .device-info-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.device-info .grey-bg > .device-info-name {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.device-info .grey-bg > .device-info-name .device-icon {
  display: inline-block;
  width: 40px;
  height: 46px;
}
.device-info .grey-bg > .device-info-name > div {
  display: flex;
  margin-left: 15px;
  flex-direction: column;
  justify-content: space-between;
}
.device-info .grey-bg .span-blue {
  color: #2D8CF0FF;
}
.filter-row {
  padding: 15px 10px;
}
.device-svg-icon {
  width: 100%;
  height: 100%;
}
.operate-div {
  display: flex;
  flex-direction: column;
}
.operate-div span {
  cursor: pointer;
  margin-bottom: 5px;
}
#textToCopy {
  display: inline-block;
  word-break: break-word;
}
@keyframes mymove {
  from {
    margin-top: -28%;
    z-index: -1;
  }
  to {
    margin-top: 0;
    z-index: 99;
  }
}
.play-list-container {
  margin-top: 10px;
}
.play-list-container .play-list-header {
  border: 1px solid #eee;
  padding: 3px;
  display: flex;
}
.play-list-container .play-list-header > div {
  cursor: pointer;
  width: 50%;
  text-align: center;
}
.play-list-container .play-list-header > div > span {
  color: #999;
}
.play-list-container .play-list-header > div:first-of-type {
  position: relative;
}
.play-list-container .play-list-header > div:first-of-type::after {
  content: '|';
  position: absolute;
  right: 0;
  color: #eee;
}
.play-list-container .play-list-header > div.activeStyle > span {
  font-weight: 500;
  color: #333;
}
.play-list-container .ad-list {
  background: #fff;
  padding: 0;
  max-height: 426px;
  overflow-y: auto;
  padding-right: 5px;
  padding-top: 5px;
}
.play-list-container .ad-list .no-data {
  min-height: 250px;
  margin-top: 10px;
  text-align: center;
}
.play-list-container .ad-list .ad-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.play-list-container .ad-list .ad-item .activeSpan {
  color: #1990ff;
}
.play-list-container .ad-list .ad-item span {
  color: #666666FF;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.play-list-container .ad-list .ad-item .play-span {
  cursor: pointer;
}
.play-list-container .devicePlayList-play {
  color: #8c9195;
}
.play-list-container .devicePlayList-play:hover {
  color: #2d8cf0;
}
.play-list-container .devicePlayList-delete {
  font-size: 18px;
  color: #8c9195;
}
.play-list-container .devicePlayList-delete:hover {
  color: #f9333d;
}
.media-device {
  display: flex;
  position: relative;
  -webkit-user-select: none;
}
.device-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  z-index: 990;
  cursor: not-allowed;
  opacity: 0.2;
}
.memberCharge-card {
  width: 280px;
  height: 160px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 16px;
  margin-bottom: 16px;
}
.memberCharge-card .memberCharge-card-content {
  display: flex;
  padding: 20px;
  padding-bottom: 5px;
}
.memberCharge-card .memberCharge-card-content > img {
  width: 40px;
  height: 30px;
  margin-top: 5px;
}
.memberCharge-card .memberCharge-card-content .head-right {
  margin-left: 16px;
}
.memberCharge-card .memberCharge-card-content .head-right h3 {
  font-size: 16px;
}
.memberCharge-card .memberCharge-card-content .head-right span {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
.memberCharge-card .memberCharge-card-bottom {
  display: flex;
  height: 44px;
  background: #fbfbfb;
  border-top: 1px solid #d9d9d9;
}
.memberCharge-card .memberCharge-card-bottom > span {
  cursor: pointer;
  text-align: center;
  flex-grow: 1;
  border-right: 1px dashed #aaa;
  height: 22px;
  position: relative;
  top: 13px;
}
.memberCharge-card .memberCharge-card-bottom > span:last-child {
  border-right: none;
}
.memberCharge-denominationsList {
  background-color: #fff;
  min-height: calc(100vh - 130px);
}
.memberCharge-denominationsList .memberCharge-denominationsList-list {
  padding: 12px 24px;
  display: flex;
  flex-wrap: wrap;
}
.memberCharge-denominationsList .card-add {
  cursor: pointer;
  width: 280px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  border: 1px dashed #d9d9d9;
  align-items: center;
}
.memberCharge-denominationsList .card-add:hover {
  background: #fff;
}
.memberCharge-denominationsList .card-add > .anticon {
  font-size: 60px;
}
.memberChargeItem-form > h2 {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.memberChargeItem-form > h2 > small {
  margin-left: 10px;
  color: #999;
}
.memberChargeItem-form .search_form {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.memberChargeItem-form footer {
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: right;
  background: #fff;
  border-top: 1px solid #eee;
}
.memberChargeItem-form footer .ant-btn {
  border-radius: 1px;
  margin-left: 16px;
}
.memberChargeItem-set {
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  padding-bottom: 0;
}
.memberChargeItem-set > div {
  text-align: center;
  min-width: 300px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
  line-height: 32px;
  color: #808695;
  font-size: 12px;
  cursor: pointer;
}
.memberChargeItem-set > div .anticon {
  margin-right: 2px;
}
.charge-history-drawer .money-info {
  border-bottom: 1px solid #e8eaec;
  margin: 20px;
}
.charge-history-drawer .money-info .ant-row {
  margin-bottom: 15px;
}
.memberCharge-drawer .ant-drawer-wrapper-body {
  height: calc(100vh - 44px);
  overflow-y: auto;
}
.gift_detail {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}
.gift_detail + .gift_detail {
  margin-left: 25px;
}
.gift_detail::after {
  content: attr(data-content);
  color: #333;
}
.gift_detail.gift_couponTotal::after {
  color: #0645ad;
  cursor: pointer;
}
.charge-history-table {
  margin-top: 20px;
}
.total_data {
  border: 1px solid #999;
  margin-top: 15px;
  display: flex;
}
.total_data span {
  flex: 1;
  border-right: 1px solid #999;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #999;
}
.total_data span:last-child {
  border-right: none;
}
.total_data span::after {
  content: attr(data-content);
}
.drawerFilterWraper {
  background-color: #f5f5f5;
  padding-top: 16px;
  border-radius: 2px;
}
.drawerFilterWraper .ant-advanced-search-form .ant-form-item {
  margin-bottom: 16px;
}
.drawerFilterWraper .outputBtn {
  margin-left: 10px;
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.drawerFilterWraper .marginTop4 {
  margin-top: 4px;
}
.tempTableList {
  background-color: #fff;
  padding: 10px 16px;
}
.tempTableList .tempTableTital {
  height: 32px;
  overflow: hidden;
  margin-bottom: 10px;
}
.tempTableList .tempTableTital .title {
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #000;
}
.tempTableList .tempTableTital .actions {
  float: right;
}
.tempFilterWraper {
  background-color: #fff;
  padding: 20px 16px 4px;
  margin-bottom: 16px;
}
.tempFilterWraper .ant-advanced-search-form .ant-form-item {
  margin-bottom: 16px;
}
.tempFilterWraper .submitBtn {
  margin-left: 8px;
}
.pointY::before,
.pointN::before,
.statusY::before,
.statusN::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
  border: solid 3px #2d8cf0;
}
.statusN::before {
  border: solid 3px #19be6b;
}
.pointN::before {
  border: solid 3px #f5222d;
}
.rightPhonePreview {
  position: absolute;
  top: 0px;
  right: 0;
  width: 420px;
  height: 100%;
}
.tempapreview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 100%;
}
.tempapreview.jPush .empty-tip {
  color: white;
}
.tempapreview .preview-header {
  margin-top: 1em;
  text-align: center;
}
.tempapreview .phone-section {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform-origin: top;
}
.tempapreview .phone-section .phone-bg {
  position: absolute;
  top: 0;
  z-index: 0;
}
.tempapreview .phone-section .phone-content-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
}
.tempapreview .phone-section .phone-content-wrapper .phone-header {
  margin-top: 90px;
  padding: 5px;
  width: 260px;
  height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tempapreview .phone-section .phone-content-wrapper .phone-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  width: 260px;
  overflow: hidden scroll;
}
.tempapreview .phone-content .empty-tip {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.tempapreview .phone-content .item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.tempapreview .phone-content .item:first-child {
  margin-top: 5px;
}
.tempapreview .remove-btn {
  flex-shrink: 0;
  color: #f5222d;
  user-select: none;
  cursor: pointer;
}
.tempapreview .preview-sms {
  margin-right: 15px;
  padding: 5px 10px;
  border-radius: 10px;
  border: solid 1px #ddd;
  line-height: 1.65em;
  font-size: 13px;
  word-break: break-all;
  cursor: pointer;
  background-color: #f5f5f5;
}
.tempapreview .coupon-cmpt .coupon-con {
  padding: 10px;
}
.tempapreview .preview-jpush {
  padding: 5px 9px;
  width: 238px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.tempapreview .preview-jpush .title-con {
  display: flex;
  justify-content: space-between;
}
.tempapreview .preview-jpush .push-name {
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
.tempapreview .preview-jpush .push-content {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 1.5em;
  line-height: 1.5em;
  word-break: break-all;
}
.tempContentForm {
  width: 600px;
  padding-top: 50px;
}
.tempContentForm .ant-form-item {
  margin-bottom: 10px;
}
.pushHistoryBox .ant-drawer-body .drawerBodyTitle {
  line-height: 50px;
}
.pushHistoryBox .ant-drawer-body .drawerBodyInfo {
  border-bottom: none;
  overflow-y: unset;
}
table .ant-table-tbody > tr > td .operationBtn {
  color: #4a8af4;
  margin-right: 8px;
  font-size: 14px;
  display: inline-block;
}
.tempTableList {
  background-color: #fff;
  padding: 10px 16px;
}
.tempTableList .tempTableTital {
  height: 45px;
  overflow: hidden;
  margin-bottom: 16px;
}
.tempTableList .tempTableTital .title {
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #000;
}
.tempTableList .tempTableTital .actions {
  float: right;
}
.tempFilterWraper {
  background-color: #fff;
  padding: 20px 16px 4px;
  margin-bottom: 16px;
}
.tempFilterWraper .ant-advanced-search-form .ant-form-item {
  margin-bottom: 16px;
}
.tempFilterWraper .submitBtn {
  margin-left: 8px;
}
.pointY::before,
.pointN::before,
.pointexpired::before,
.statusY::before,
.statusN::before,
.statusexpired::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
  border: solid 3px #2d8cf0;
}
.statusN::before {
  border: solid 3px #19be6b;
}
.pointN::before {
  border: solid 3px #f5222d;
}
.pointexpired::before {
  border: solid 3px #cfcfcf;
}
.rightPhonePreview {
  position: absolute;
  top: 0px;
  right: 0;
  width: 420px;
  height: 100%;
}
.tempapreview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 100%;
}
.tempapreview.jPush .empty-tip {
  color: white;
}
.tempapreview .preview-header {
  margin-top: 1em;
  text-align: center;
}
.tempapreview .phone-section {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform-origin: top;
}
.tempapreview .phone-section .phone-bg {
  position: absolute;
  top: 0;
  z-index: 0;
}
.tempapreview .phone-section .phone-content-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
}
.tempapreview .phone-section .phone-content-wrapper .phone-header {
  margin-top: 90px;
  padding: 5px;
  width: 260px;
  height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tempapreview .phone-section .phone-content-wrapper .phone-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  width: 260px;
  overflow: hidden scroll;
}
.tempapreview .phone-content .empty-tip {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.tempapreview .phone-content .item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.tempapreview .phone-content .item:first-child {
  margin-top: 5px;
}
.tempapreview .remove-btn {
  flex-shrink: 0;
  color: #f5222d;
  user-select: none;
  cursor: pointer;
}
.tempapreview .preview-sms {
  margin-right: 15px;
  padding: 5px 10px;
  border-radius: 10px;
  border: solid 1px #ddd;
  line-height: 1.65em;
  font-size: 13px;
  word-break: break-all;
  cursor: pointer;
  background-color: #f5f5f5;
}
.tempapreview .coupon-cmpt .coupon-con {
  padding: 10px;
}
.tempapreview .preview-jpush {
  padding: 5px 9px;
  width: 238px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.tempapreview .preview-jpush .title-con {
  display: flex;
  justify-content: space-between;
}
.tempapreview .preview-jpush .push-name {
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
.tempapreview .preview-jpush .push-content {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 1.5em;
  line-height: 1.5em;
  word-break: break-all;
}
.tempContentForm {
  width: 600px;
  padding-top: 50px;
}
.tempContentForm .ant-form-item {
  margin-bottom: 10px;
}
.pushHistoryBox .ant-drawer-body .drawerBodyTitle {
  line-height: 50px;
}
.pushHistoryBox .ant-drawer-body .drawerBodyInfo {
  border-bottom: none;
}
.tableHeader {
  border-bottom: 1px solid #edeaedff;
  background: #fff;
  min-height: 46px;
  line-height: 46px;
  display: flex;
  justify-content: space-between;
}
.tableHeader .tableHeaderLeft > span {
  cursor: pointer;
  display: inline-block;
  background: transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
  margin-right: 10px;
  border-color: transparent;
  color: #000000a6;
}
.tableHeader .tableHeaderLeft .activeButton {
  color: #0091ffff;
  font-weight: 600;
  position: relative;
}
.tableHeader .tableHeaderLeft .activeButton::after {
  content: '';
  border-bottom: 2px solid #1890ff;
  width: 100%;
  background: #000;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 44px;
}
.tableHeaderRight > button {
  margin-right: 15px;
}
.orderContainer .ant-btn-loading .anticon-to-top {
  display: none;
}
.orderContainer .header {
  padding: 15px;
  width: 100%;
  background: #fff;
}
.orderContainer .header .searchHeader {
  padding: 0;
}
.orderContainer .content {
  margin-top: 20px;
}
.orderContainer .content .business-common-table {
  width: 100%;
}
.orderContainer .content .table {
  display: flex;
  background: #fff;
}
.orderContainer .content .table .ant-table-wrapper {
  flex-grow: 2;
}
.orderContainer .content .table .oddRow {
  background: #f8f8f9ff;
}
.orderContainer .content .table .activeRow {
  background: #dceaf8ff;
}
.orderContainer .content .table .activeRow:hover {
  background: #dceaf8ff;
}
.orderContainer .content .table .ant-table-pagination.ant-pagination {
  margin-right: 20px;
}
.orderContainer .ant-table {
  padding: 15px;
}
.orderContainer .ant-table .ant-table-thead > tr > th {
  background: #f0f0f0;
  white-space: nowrap;
}
.orderContainer .ant-table .ant-table-tbody > tr > td {
  word-break: break-all;
}
.orderContainer .ant-table .ant-table-body {
  max-width: 100%;
  overflow: auto;
}
.orderContainer .ant-table .ant-table-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.orderContainer .ant-table .ant-table-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.orderContainer .ant-table .ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b5b1b1;
}
.orderContainer .operate span {
  cursor: pointer;
}
.settingCol {
  padding: 10px;
  width: 168px;
}
.settingCol .ant-checkbox-wrapper {
  margin-bottom: 10px;
}
.settingCol .ant-checkbox-wrapper:last-of-type {
  margin-bottom: 0;
}
.detail {
  position: relative;
}
.detail .closeBtn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 200px;
  left: -35px;
  width: 35px;
  height: 35px;
  background: #1890ffff;
  color: #fff;
  box-shadow: -3px 1px 10px 0px rgba(0, 0, 0, 0.19);
  text-align: center;
  padding-top: 4px;
  font-size: 18px;
}
.detail .closeIconBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  color: #00000073;
  cursor: pointer;
}
.ant-pagination-item-active {
  font-weight: 500;
  border-color: #1890ff;
  border-radius: 2px;
  background: #1890ffff;
  color: #fff;
}
.ant-pagination-item-active a {
  color: #fff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #fff;
}
.refund_success {
  color: #2d8cf0ff;
}
.init {
  color: #ed4014ff;
}
.exportOrderTitle {
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
}
.exportOrderTips {
  color: #f00;
  font-size: 12px;
  opacity: 0.8;
}
.appclient {
  margin-top: 20px;
  padding: 20px;
  height: 120px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
.appclient-logo {
  float: left;
}
.appclient-content {
  margin-left: 100px;
}
.appclient-title {
  font-size: 16px;
  font-weight: 500;
  color: #17233d;
}
.appclient-desc {
  margin-top: 28px;
  font-weight: 400;
  font-size: 14px;
}
.appclient-qrcode {
  width: 320px;
  padding: 0 10px;
}
.appclient-qrcode-item {
  text-align: center;
  display: inline-block;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #17233d;
}
.appclient-qrcode-item div {
  margin: 10px 0;
}
.festival {
  margin-top: 18px;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
}
.festival-title {
  margin-bottom: 14px;
  color: #17233d;
  font-size: 14px;
  font-weight: 600;
}
.festival-content {
  border-top: 1px solid #edeff2;
  padding-top: 16px;
}
.festival-item {
  position: relative;
  box-sizing: border-box;
  height: 66px;
  padding-left: 18px;
  border-left: 1px solid #edeff2;
}
.festival-item-date {
  margin-top: 4px;
  color: #808695;
  font-size: 12px;
}
.festival-item-rest {
  position: absolute;
  right: 0;
  top: 20px;
  color: #808695;
  font-size: 14px;
}
.festival-item-rest .cube {
  display: inline-block;
  margin: 0 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #2d8cf0;
}
.festival-item-dot {
  position: absolute;
  left: -7px;
  top: -4px;
  height: 45px;
}
.festival-item-desc {
  color: #17233d;
  font-weight: 600;
  height: 20px;
  font-size: 14px;
}
.recentpost {
  margin-top: 20px;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
}
.recentpost-title {
  color: #17233d;
  font-weight: 600;
  font-size: 14px;
}
.recentpost-item {
  margin-top: 16px;
  cursor: pointer;
  height: 58px;
}
.recentpost-item-header {
  color: #515a6e;
  font-weight: 500;
}
.recentpost-item-body {
  color: #808695;
  font-size: 12px;
}
.shortcut {
  margin-top: 20px;
}
.shortcut-title {
  color: #808695;
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 24px;
}
.shortcut-content {
  margin-top: 10px;
  background-color: #fff;
  padding: 15px 20px;
}
.shortcut-item {
  box-sizing: border-box;
  display: inline-flex;
  width: 25%;
  font-size: 14px;
  color: #17233d;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  align-items: center;
  margin: 5px 0;
}
.shortcut-item img {
  margin-right: 15px;
  width: 30px;
}
.shortcut .svg-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.storeinfo-title {
  color: #808695;
  height: 24px!important;
  padding: 0!important;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 24px;
}
.storeinfo-content {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 4px;
  height: 80px;
  padding: 14px;
  overflow: hidden;
  font-size: 14px;
}
.storeinfo-left,
.storeinfo-right {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  height: 100%;
  line-height: 28px;
}
.storeinfo-right {
  border-left: 1px solid #edeff2;
  padding-left: 20px;
}
.storeinfo-label {
  color: #515a6e;
}
.storeinfo-value {
  color: #17233d;
  font-weight: 500;
}
.todayboard {
  margin-top: 20px;
}
.todayboard-title {
  color: #808695;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.todayboard-content {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.todayboard-item {
  display: inline-block;
  width: 23%;
  height: 140px;
  background-color: #fff;
  border-radius: 4px;
}
.todayboard-item-title {
  padding: 15px;
  color: #515a6e;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 20px;
}
.todayboard-item-title span {
  float: right;
  width: 42px;
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #17233d;
  line-height: 24px;
}
.todayboard-item-content {
  padding-left: 15px;
  padding-top: 40px;
  height: 124px;
}
.todayboard-item-footer {
  border-top: 1px solid #edeff2;
  height: 32px;
  line-height: 32px;
}
.todayboard-item-footer .right,
.todayboard-item-footer .left {
  color: #808695;
}
.todayboard-item-footer .left {
  float: left;
}
.todayboard-item-footer .left span {
  font-weight: 600;
}
.todayboard-item-footer .left .up {
  color: #0fb269;
}
.todayboard-item-footer .left .down {
  color: #eb5353;
}
.totalboard {
  margin-top: 20px;
}
.totalboard-title {
  color: #808695;
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 24px;
}
.totalboard-title-tabs {
  display: inline-block;
  margin-left: 26px;
  font-size: 14px;
  color: #808695;
  font-weight: 300;
}
.totalboard-title-tab {
  display: inline-block;
  margin-left: 20px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.totalboard-title .active {
  color: #2d8cf0;
}
.totalboard-content {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.totalboard-item {
  display: inline-block;
  width: 23%;
  height: 210px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.totalboard-item-title {
  padding: 20px;
  color: #515a6e;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.totalboard-item-content {
  padding-left: 20px;
  padding-top: 30px;
  height: 114px;
}
.version {
  position: fixed;
  bottom: 20px;
  text-align: center;
  right: 0;
  left: 0;
}
.version .version_2 {
  font-size: 12px;
}
.weather-title {
  color: #808695;
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.weather-title span {
  font-size: 14px;
  font-weight: 400;
  color: #777e8d;
}
.weather-content {
  margin-top: 10px;
  border-radius: 4px;
  padding: 12px;
  background-color: #fff;
  height: 274px;
}
.weather-item {
  margin-bottom: 10px;
  border-radius: 8px;
  width: 294px;
  font-size: 14px;
  color: #515a6e;
  background-color: #f8f8f9;
}
.weather-item-header {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e8eaec;
}
.weather-item-date {
  float: left;
  font-weight: 500;
  color: #17233d;
  font-size: 14px;
}
.weather-item-weekday {
  float: right;
  color: #808695;
  font-size: 12px;
}
.weather-item-content {
  height: 80px;
}
.weather-item-left,
.weather-item-right {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 80px;
  text-align: center;
}
.weather-item-left img {
  position: absolute;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.weather-item-right {
  color: #515a6e;
  font-size: 14px;
}
.weather-item-right .weather-wrapper {
  background-color: transparent;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
var map = {
	"./100.png": 2882,
	"./101.png": 2883,
	"./102.png": 2884,
	"./103.png": 2885,
	"./104.png": 2886,
	"./200.png": 2887,
	"./201.png": 2888,
	"./202.png": 2889,
	"./203.png": 2890,
	"./204.png": 2891,
	"./205.png": 2892,
	"./206.png": 2893,
	"./207.png": 2894,
	"./208.png": 2895,
	"./209.png": 2896,
	"./210.png": 2897,
	"./211.png": 2898,
	"./212.png": 2899,
	"./213.png": 2900,
	"./300.png": 2901,
	"./301.png": 2902,
	"./302.png": 2903,
	"./303.png": 2904,
	"./304.png": 2905,
	"./305.png": 2906,
	"./306.png": 2907,
	"./307.png": 2908,
	"./308.png": 2909,
	"./309.png": 2910,
	"./310.png": 2911,
	"./311.png": 2912,
	"./312.png": 2913,
	"./313.png": 2914,
	"./314.png": 2915,
	"./315.png": 2916,
	"./316.png": 2917,
	"./317.png": 2918,
	"./318.png": 2919,
	"./399.png": 2920,
	"./400.png": 2921,
	"./401.png": 2922,
	"./402.png": 2923,
	"./403.png": 2924,
	"./404.png": 2925,
	"./405.png": 2926,
	"./406.png": 2927,
	"./407.png": 2928,
	"./408.png": 2929,
	"./409.png": 2930,
	"./410.png": 2931,
	"./499.png": 2932,
	"./500.png": 2933,
	"./501.png": 2934,
	"./502.png": 2935,
	"./503.png": 2936,
	"./504.png": 2937,
	"./507.png": 2938,
	"./508.png": 2939,
	"./509.png": 2940,
	"./510.png": 2941,
	"./511.png": 2942,
	"./512.png": 2943,
	"./513.png": 2944,
	"./514.png": 2945,
	"./515.png": 2946,
	"./900.png": 2947,
	"./901.png": 2948,
	"./999.png": 2949
};


function webpackContext(req) {
	var id = webpackContextResolve(req);
	return __webpack_require__(id);
}
function webpackContextResolve(req) {
	if(!__webpack_require__.o(map, req)) {
		var e = new Error("Cannot find module '" + req + "'");
		e.code = 'MODULE_NOT_FOUND';
		throw e;
	}
	return map[req];
}
webpackContext.keys = function webpackContextKeys() {
	return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = 3788;.overview {
  position: relative;
}
.overview-left {
  display: inline-block;
  width: calc(100% - 330px);
}
.overview-right {
  float: right;
  width: 320px;
}
.rolepackage-wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.rolepackage-wrap ::-webkit-scrollbar-track {
  background-color: #fff;
}
.rolepackage-wrap ::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.rolepackage-wrap ::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  height: 200px;
}
.rolepackage-wrap .roleallbox {
  flex: 1;
  border: solid 1px #f6f6f6;
  display: flex;
  flex-direction: row;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
}
.rolepackage-wrap .roleallbox .leftTree {
  border: solid 1px #ddd;
  padding: 10px;
  width: 500px;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
.rolepackage-wrap .roleallbox .leftTree .title {
  height: 30px;
  border-bottom: solid 1px #ddd;
  line-height: 25px;
  padding: 0 20px;
  font-size: 14px;
  margin: 0 -10px 10px;
}
.rolepackage-wrap .roleallbox .leftTree .fxContent {
  height: auto;
  flex: 1;
  overflow: auto;
  width: 100%;
}
.rolepackage-wrap .roleallbox .leftTree .normalInfo {
  line-height: 24px;
  padding: 5px 0;
}
.rolepackage-wrap .roleallbox .rightRoleCon {
  border: solid 1px #ddd;
  padding: 10px 0;
  height: 100%;
  box-sizing: border-box;
  flex: 1;
  position: relative;
  flex-direction: column;
  overflow: auto;
  display: flex;
}
.rolepackage-wrap .roleallbox .rightRoleCon .filterBox {
  height: 40px;
  border-bottom: solid 1px #ddd;
  width: 100%;
  background-color: #fff;
  padding: 0 20px;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap {
  flex: 1;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap .itemrow {
  padding-left: 16px;
  line-height: 24px;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap .ant-collapse {
  margin: 10px;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap .ant-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 8px;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap .ant-collapse .ant-collapse-header {
  padding: 6px 16px;
  padding-left: 40px;
}
.rolepackage-wrap .roleallbox .topTitle {
  height: 30px;
  border-bottom: solid 1px #ddd;
  line-height: 25px;
  padding: 0 20px;
  font-size: 14px;
  margin: 0 0px 10px;
  box-sizing: border-box;
}
.rolepackage-wrap .roleallbox .topTitle .rBtn {
  float: right;
  margin-top: -5px;
}
.rolepackage-wrap .roleallbox .rolePageRight {
  padding: 10px 20px;
  flex: 1;
  height: auto;
}
.rolepackage-wrap .bottomactions {
  height: 50px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.rolepackage-wrap .authBaseInfo {
  height: 50px;
  overflow: hidden;
  padding: 10px 16px;
  box-sizing: border-box;
}
.rolepackage-wrap .authBaseInfo .ant-btn {
  margin-left: 16px;
}
.rolepackage-wrap .moretree {
  border: solid 1px #ddd;
  line-height: 26px;
  text-align: center;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 4px;
}
.packageTree {
  margin-left: -20px;
}
.packageTree .treeRow {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
}
.packageTree .treeRow .action {
  float: right;
  display: none;
}
.packageTree .treeRow .info {
  padding: 8px 0px 8px 5px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1px;
}
.packageTree .treeRow .info.adds {
  background-color: rgba(0, 0, 248, 0.1);
}
.packageTree .treeRow .info.subs {
  background-color: rgba(255, 0, 0, 0.1);
}
.packageTree .treeRow .info .smallNum {
  padding-left: 10px;
  font-size: 10px;
  color: #108ee9;
  zoom: 90%;
}
.packageTree .treeRow .info .open {
  width: 20px;
  height: 34px;
  float: left;
  background-color: #fff;
  margin: -8px 4px -8px -5px;
  position: relative;
  text-align: center;
  line-height: 34px;
}
.packageTree .treeRow .info .open::after {
  width: 7px;
  height: 7px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}
.packageTree .treeRow .info .open.disable::after {
  border-top: solid 1px #999;
  border-right: solid 1px #999;
}
.packageTree .treeRow .info .open.none::after {
  opacity: 0;
}
.packageTree .treeRow .info .open.downarr::after {
  transform: rotate(135deg);
}
.packageTree .treeRow .info:hover,
.packageTree .treeRow .info.active {
  background-color: #f5f5f5;
}
.packageTree .treeRow .info .action {
  font-size: 16px;
  font-weight: bold;
  color: #108ee9;
  margin: -4px 0 0;
}
.packageTree .treeRow .info:hover > .action,
.packageTree .treeRow .info.active > .action {
  display: inline-block;
}
.packageTree .showNext .treeRow {
  display: block;
}
.packageTree .hideNext .treeRow {
  display: none;
}
.formitem_tips {
  margin-right: -30px;
  position: relative;
  z-index: 2;
  margin-left: 10px;
}
.rolepackage-wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.rolepackage-wrap ::-webkit-scrollbar-track {
  background-color: #fff;
}
.rolepackage-wrap ::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.rolepackage-wrap ::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  height: 200px;
}
.rolepackage-wrap .roleallbox {
  flex: 1;
  border: solid 1px #f6f6f6;
  display: flex;
  flex-direction: row;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
}
.rolepackage-wrap .roleallbox .leftTree {
  border: solid 1px #ddd;
  padding: 10px;
  width: 500px;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
.rolepackage-wrap .roleallbox .leftTree .title {
  height: 30px;
  border-bottom: solid 1px #ddd;
  line-height: 25px;
  padding: 0 20px;
  font-size: 14px;
  margin: 0 -10px 10px;
}
.rolepackage-wrap .roleallbox .leftTree .fxContent {
  height: auto;
  flex: 1;
  overflow: auto;
  width: 100%;
}
.rolepackage-wrap .roleallbox .leftTree .normalInfo {
  line-height: 24px;
  padding: 5px 0;
}
.rolepackage-wrap .roleallbox .rightRoleCon {
  border: solid 1px #ddd;
  padding: 10px 0;
  height: 100%;
  box-sizing: border-box;
  flex: 1;
  position: relative;
  flex-direction: column;
  overflow: auto;
  display: flex;
}
.rolepackage-wrap .roleallbox .rightRoleCon .filterBox {
  height: 40px;
  border-bottom: solid 1px #ddd;
  width: 100%;
  background-color: #fff;
  padding: 0 20px;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap {
  flex: 1;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap .itemrow {
  padding-left: 16px;
  line-height: 24px;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap .ant-collapse {
  margin: 10px;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap .ant-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 8px;
}
.rolepackage-wrap .roleallbox .rightRoleCon .authedpagewrap .ant-collapse .ant-collapse-header {
  padding: 6px 16px;
  padding-left: 40px;
}
.rolepackage-wrap .roleallbox .topTitle {
  height: 30px;
  border-bottom: solid 1px #ddd;
  line-height: 25px;
  padding: 0 20px;
  font-size: 14px;
  margin: 0 0px 10px;
  box-sizing: border-box;
}
.rolepackage-wrap .roleallbox .topTitle .rBtn {
  float: right;
  margin-top: -5px;
}
.rolepackage-wrap .roleallbox .rolePageRight {
  padding: 10px 20px;
  flex: 1;
  height: auto;
}
.rolepackage-wrap .bottomactions {
  height: 50px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.rolepackage-wrap .authBaseInfo {
  height: 50px;
  overflow: hidden;
  padding: 10px 16px;
  box-sizing: border-box;
}
.rolepackage-wrap .authBaseInfo .ant-btn {
  margin-left: 16px;
}
.rolepackage-wrap .moretree {
  border: solid 1px #ddd;
  line-height: 26px;
  text-align: center;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 4px;
}
.packageTree {
  margin-left: -20px;
}
.packageTree .treeRow {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
}
.packageTree .treeRow .action {
  float: right;
  display: none;
}
.packageTree .treeRow .info {
  padding: 8px 0px 8px 5px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1px;
}
.packageTree .treeRow .info.adds {
  background-color: rgba(0, 0, 248, 0.1);
}
.packageTree .treeRow .info.subs {
  background-color: rgba(255, 0, 0, 0.1);
}
.packageTree .treeRow .info .smallNum {
  padding-left: 10px;
  font-size: 10px;
  color: #108ee9;
  zoom: 90%;
}
.packageTree .treeRow .info .open {
  width: 20px;
  height: 34px;
  float: left;
  background-color: #fff;
  margin: -8px 4px -8px -5px;
  position: relative;
  text-align: center;
  line-height: 34px;
}
.packageTree .treeRow .info .open::after {
  width: 7px;
  height: 7px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}
.packageTree .treeRow .info .open.disable::after {
  border-top: solid 1px #999;
  border-right: solid 1px #999;
}
.packageTree .treeRow .info .open.none::after {
  opacity: 0;
}
.packageTree .treeRow .info .open.downarr::after {
  transform: rotate(135deg);
}
.packageTree .treeRow .info:hover,
.packageTree .treeRow .info.active {
  background-color: #f5f5f5;
}
.packageTree .treeRow .info .action {
  font-size: 16px;
  font-weight: bold;
  color: #108ee9;
  margin: -4px 0 0;
}
.packageTree .treeRow .info:hover > .action,
.packageTree .treeRow .info.active > .action {
  display: inline-block;
}
.packageTree .showNext .treeRow {
  display: block;
}
.packageTree .hideNext .treeRow {
  display: none;
}
.miniUpload {
  text-align: center;
}
.miniUpload .ant-upload-picture-card-wrapper {
  width: auto;
}
.catelog-list {
  height: calc(100vh - 180px);
  border: 1px solid #bbbbbb;
  background-color: #fff;
}
.catelog-list-title {
  border: 1px solid #bbbbbb;
  border-left: none;
  border-right: none;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background-color: #f0f0f0;
}
.catelog-list-item {
  display: inline-block;
  margin: 2.5%;
  width: 20%;
  margin-bottom: 0;
  border: 1px dashed gainsboro;
  background-color: #f4feff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.catelog-preview {
  position: relative;
  height: calc(100vh - 100px);
  width: 400px;
  text-align: center;
}
.catelog-preview-phone {
  position: relative;
  margin-top: 62px;
  display: inline-block;
  height: 462px;
  width: 260px;
  overflow: hidden;
}
.catelog-preview-tabs {
  position: absolute;
  top: 130px;
}
.catelog-preview .ant-tabs-nav .ant-tabs-tab-active {
  color: #ff580a;
}
.catelog-preview .ant-tabs-ink-bar {
  display: none !important;
}
.catelog-preview .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 12px 8px;
}
.points-catelog-filter {
  padding: 6px 18px;
  background-color: #fff;
  border: 1px solid #bbbbbb;
}
.points-catelog-list {
  margin-left: 400px;
}
.points-coupon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
.points-coupon-item {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.points-coupon-item .red-circle {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: -48px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d7d3d6;
}
.pointsnew {
  /** 上传框样式 */
}
.pointsnew-left,
.pointsnew-right {
  display: inline-block;
  border: 1px solid #bbbbbb;
  height: 100%;
  overflow: scroll;
  box-sizing: border-box;
}
.pointsnew-right {
  position: relative;
  float: right;
  width: 40%;
  border-left: none;
}
.pointsnew-left {
  width: 60%;
}
.pointsnew .goods-title-image-upload .avatar-uploader .ant-upload-picture-card-wrapper,
.pointsnew .goods-title-image-upload .ant-upload-list-picture-card .ant-upload-list-item,
.pointsnew .goods-title-image-upload .ant-upload .ant-upload-select .ant-upload-select-picture-card {
  box-sizing: content-box;
  margin: 0;
  height: 100px;
  max-width: 200px;
}
.pointsnew .goods-title-image-upload .upload-wrapper {
  max-width: 200px;
}
.pointsnew .tip-name {
  display: inline-block;
  padding-left: 10px;
  color: red;
}
.rule-item {
  position: relative;
  min-height: 40px;
  line-height: 40px;
}
.rule-item .red-circle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d7d3d6;
  top: 50%;
  transform: translateY(-50%);
}
.rule-item-content {
  display: inline-block;
  margin-left: 30px;
}
.points-rule {
  height: calc(100vh - 100px);
  background-color: #fff;
  overflow: hidden;
}
.points-rule .add-rule {
  width: 200px;
  background-color: #f7f7f7;
  color: #101010;
  border: 1px dashed #bbbbbb;
}
.points-detail {
  background-color: #fff;
}
.points-detail-title {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  background-color: #f0f0f0;
}
.pos-detail-content {
  display: flex;
}
.pos-detail-content .receipt-section {
  flex: 1;
}
.pos-detail-content .receipt-info .tag-list {
  padding: 10px;
  max-width: 400px;
  border: 1px solid #e8e8e8;
}
.pos-detail-content .receipt-info .tag-list .ant-tag {
  margin-bottom: 4px;
}
.pos-detail-content .receipt-list .module-item {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.pos-detail-content .receipt-list .module-item textarea {
  box-sizing: content-box;
  font-weight: bold;
  padding: 12px 4mm;
  margin-bottom: 0;
  font-size: 12px;
  font-family: Consolas, Monaco, monospace;
  overflow-wrap: anywhere;
  word-break: break-all;
  hyphens: auto;
}
.pos-detail-content .receipt-list .module-item textarea + textarea {
  margin-top: 4px;
}
.pos-detail-content .receipt-list .module-item .goods-module {
  display: flex;
  flex-direction: column;
}
.pos-detail-content .receipt-display {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-family: Consolas, Monaco, monospace;
}
.pos-detail-content .receipt-display-content {
  font-size: 12px;
  font-family: Consolas, Monaco, monospace;
  border: 1px solid #e8e8e8;
  min-height: 500px;
  padding: 12px 4mm;
  box-sizing: content-box;
}
.pos-detail-content .receipt-display-text {
  font-size: 12px;
  font-family: Consolas, Monaco, monospace;
  font-weight: bold;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-all;
  hyphens: auto;
  margin-bottom: 8px;
}
.pos-detail-content .receipt-display-text::after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}
.pos-card-list {
  border: 1px solid #e8e8e8;
}
.pos-card-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 16px;
}
.pos-card-list-content {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pos-card-list-item {
  max-width: 260px;
  min-width: 260px;
  box-sizing: border-box;
  padding: 8px;
}
.pos-card-list-item .ant-card-actions li {
  margin: 6px 0;
}
.pos-accept-store .ant-empty-image svg {
  width: 100%;
}
.pos-accept-store .ant-tag {
  margin-bottom: 4;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pos-accept-store .ant-card-body {
  min-height: 178px;
}
.pos-accept-store .ant-card-head {
  min-height: 0;
}
.pos-accept-store .ant-card-head-title {
  padding: 8px 0;
}
.pos-accept-store-alert {
  margin-bottom: 16px;
}
.pos-accept-store .active-card {
  border-color: #1890ff;
}
.pos-accept-store .active-card .ant-card-head {
  background-color: #1890ff;
  color: white;
}
.pos-accept-store .store-pool {
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.priceTagWrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  height: 100%;
  padding: 0 20px;
}
.priceTagWrap .listTitle {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.newPriceTagWrap {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  height: 100%;
}
.newTemp {
  float: right;
  background: #ff9900;
  color: #fff;
  border: none;
}
.newTemp:hover {
  background-color: #ff9900;
  color: #fff;
}
.priceTagListWrap {
  margin-top: 15px;
}
.addNewOne {
  width: 285px;
  height: 270px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px dashed rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 0 10px 10px 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  cursor: pointer;
}
.addNewOne .anticon-plus {
  font-size: 70px;
  display: block;
  margin: 80px auto 0;
  color: #999;
}
.pricetagListbox {
  width: 285px;
  height: 270px;
  background-color: #fff;
  overflow: hidden;
  margin: 0 10px 10px 0;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}
.pricetagListbox:hover {
  box-shadow: 0 0 10px #ddd;
}
.pricetagListbox:hover .settag {
  display: inline-block;
}
.pricetagListbox .pic {
  width: 285px;
  height: 160px;
  background-color: #ddd;
  display: block;
  overflow: hidden;
  position: relative;
}
.pricetagListbox .pic .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.pricetagListbox .pic .box {
  height: auto;
  overflow: hidden;
}
.pricetagListbox .pic .box > div {
  transform: scale(0.5);
  transform-origin: 0 0;
  margin: 20px;
}
.pricetagListbox .title {
  height: 70px;
  width: 285px;
  overflow: hidden;
  line-height: 30px;
  color: #000;
  border-bottom: #ddd 1px solid;
  padding: 5px 10px;
}
.pricetagListbox .title .tit {
  height: 30px;
  overflow: hidden;
  font-weight: bold;
  display: block;
}
.pricetagListbox .title .desc {
  height: 30px;
  display: block;
  overflow: hidden;
  color: #999;
}
.pricetagListbox .action {
  height: 42px;
  width: 285px;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  padding: 10px 0;
  display: flex;
  justify-content: space-around;
}
.pricetagListbox .action span {
  display: inline-block;
  color: #2d8cf0;
  cursor: pointer;
}
.pricetagListbox .action span:last-child {
  border-right: none;
}
.pricetagListbox .action .rdColor {
  color: #f2754d;
}
.pricetagListbox .elTag {
  color: #fff;
  background-color: #52c41a;
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 10px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 59;
}
.pricetagListbox .settag {
  display: none;
  background-color: #2d8cf0;
  cursor: pointer;
  z-index: 60;
}
.pricetagListbox .settag .anticon {
  padding-right: 4px;
}
.tagformitem {
  width: 450px;
  float: left;
  background-color: #fff;
  padding: 15px;
  padding-bottom: 100px;
  overflow: auto;
}
.tagformitem .bgUploadBox {
  border: dashed 1px #ddd;
  height: 100px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
.tagformitem .uploadbox {
  height: 100px;
  width: 150px;
  border: dashed 1px #ddd;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tagformitem .uploadbox .pic {
  width: inherit;
  height: inherit;
  display: block;
  margin: 0 auto;
}
.tagformitem .uploadbox .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 100px;
  left: 0;
  top: 0;
  display: none;
}
.tagformitem .uploadbox .mask .anticon {
  font-size: 20px;
  color: red;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.tagformitem .uploadbox:hover .mask {
  display: block;
}
.tagformitem .fullformitem .ant-form-item-control-wrapper {
  width: 100%;
}
.tagformitem .ant-form-item {
  margin-bottom: 8px;
}
.tagformitem .title {
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.tagformitem .bordertop {
  padding-top: 10px;
  margin: 0 -15px;
  border-bottom: solid 1px #ddd;
}
.tagformitem .dashbordertop {
  padding-bottom: 10px;
  border-top: dashed 1px #ddd;
}
.tagformitem .textDesc {
  font-size: 16px;
  margin: 0 8px;
}
.newtagtemp {
  position: absolute;
  width: 100%;
  left: 500px;
  top: 0;
  background: #f5f5f5;
}
.actionBottom {
  position: fixed;
  bottom: 0;
  left: 0px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px -3px 6px -4px rgba(0, 0, 0, 0.12), 0px -6px 16px 0px rgba(0, 0, 0, 0.08), 0px -9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
  text-align: center;
  line-height: 64px;
}
.actionBottom .ant-btn {
  border-radius: 2px;
  margin: 0 20px;
}
.styleTempBox .sizeBox {
  text-align: center;
  width: 80px;
  margin-right: 10px;
  float: left;
}
.styleTempBox .tempBox {
  width: 80px;
  height: 50px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  color: #999;
  background-color: #f5f5f5;
  display: table-cell;
  vertical-align: middle;
}
.styleTempBox .tempBox .anticon {
  display: none;
  position: absolute;
  right: -5px;
  top: -5px;
  color: #1890ff;
  font-size: 18px;
}
.styleTempBox .active {
  border: 1px solid #1890ff;
}
.styleTempBox .active .anticon {
  display: block;
}
.newDomTagWrap {
  padding: 60px 10px 0;
  flex: auto;
  height: 100%;
  background: #f5f5f5;
  position: relative;
}
.newDomTagWrap .actionTit {
  height: 60px;
  width: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}
.newDomTagWrap .tagCompoent {
  min-height: 200px;
  width: auto;
  padding: 10px 0;
}
.tagEditWrap {
  height: 100%;
  background-color: #f5f5f5;
  flex: 1;
  padding-left: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  text-align: center;
}
.tagEditWrap .spec {
  background-color: rgba(246, 206, 206, 0.1);
}
.goodsPriceTag {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  background-size: 100% 100%;
  background-color: #fff;
  user-select: none;
  text-align: left;
}
.goodsPriceTag .backimgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.goodsPriceTag .tag {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  border: solid 1px transparent;
}
.goodsPriceTag .tag:hover {
  cursor: move;
}
.goodsPriceTag .activeClass {
  border: solid 1px #1890ff;
  box-shadow: 0px 0px 2px #1890ff;
  border-radius: 2px;
}
.goodsPriceTag .activeClass::before {
  height: 1000px;
  border-left: dashed 1px rgba(24, 144, 255, 0.3);
  width: 0;
  position: absolute;
  left: 0;
  top: -500px;
  content: "";
}
.goodsPriceTag .activeClass::after {
  width: 1000px;
  border-bottom: dashed 1px rgba(24, 144, 255, 0.3);
  height: 0;
  position: absolute;
  top: 0;
  left: -500px;
  content: "";
}
.goodsPriceTag .goodsName {
  width: 310px;
  height: 36px;
  line-height: 1.2;
  left: 95px;
  top: 16px;
  padding-left: 10px;
  position: absolute;
  display: flex;
  align-items: center;
}
.goodsPriceTag .goodsPrice {
  width: 118px;
  height: 70px;
  left: 125px;
  top: 120px;
}
.goodsPriceTag .goodsImg {
  width: 95px;
  height: 95px;
  left: 10px;
  top: 80px;
  display: flex;
  flex-direction: column;
  /*元素的排列方向为垂直*/
  justify-content: center;
  /*水平居中对齐*/
  align-items: center;
}
.goodsPriceTag .goodsImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.goodsPriceTag .barCode {
  width: 150px;
  height: 50px;
  left: 10px;
  top: 80px;
  display: flex;
  flex-direction: column;
  /*元素的排列方向为垂直*/
  justify-content: center;
  /*水平居中对齐*/
  align-items: center;
}
.goodsPriceTag .barCode img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.goodsPriceTag .image {
  width: 150px;
  height: 50px;
  left: 10px;
  top: 80px;
  text-align: center;
  position: relative;
  float: left;
}
.goodsPriceTag .image img {
  display: block;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.goodsPriceTag .tagBorder {
  border: solid 1px #000;
  z-index: 1;
}
.goodsPriceTag .xline {
  border-bottom: solid 1px #000;
}
.goodsPriceTag .yline {
  border-left: solid 1px #000;
}
.goodsPriceTag .desc {
  text-align: center;
}
.grayTag {
  border: solid 1px #000;
}
.grayTag .xline {
  border-bottom: solid 1px #000;
}
.grayTag .yline {
  border-left: solid 1px #000;
}
.grayTag .desc {
  text-align: center;
}
.grayTag .goodsName {
  background-color: #f5f5f5;
  border: dashed 1px #ddd;
}
.grayTag .goodsImg {
  background-color: #f5f5f5;
  border: dashed 1px #ddd;
}
.grayTag .goodsPrice {
  background-color: #f5f5f5;
  border: dashed 1px #ddd;
}
.grayTag .barCode {
  background-color: #f5f5f5;
  border: dashed 1px #ddd;
}
.toolbarWrap {
  width: 100%;
  min-height: 50px;
  padding: 10px 5px;
  background: #ffffff;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 0;
}
.toolbarWrap .ant-input-number-handler-wrap {
  border: none;
  display: block;
}
.toolbarWrap .actionItem {
  padding: 0 10px;
  border-right: solid 1px #ddd;
  display: inline-block;
}
.toolbarWrap .actionItem .labelName {
  line-height: 34px;
  display: inline-block;
}
.toolbarWrap .actionItem .ant-input-number {
  display: inline-block;
  width: 54px;
  border: none;
  border-bottom: solid 1px #ddd;
  border-radius: 0;
  text-align: left;
  outline: none;
  border-radius: 2px;
}
.toolbarWrap .actionItem .ant-input-number .ant-input-number-input {
  padding: 0 6px;
  text-align: left;
}
.toolbarWrap .actionItem .anticon-link {
  font-size: 18px;
  color: #000;
}
.toolbarWrap .actionItem .fonstsize {
  width: 60px;
}
.toolbarWrap .actionItem .color {
  width: 28px;
  border: none;
  display: inline-block;
  height: 28px;
  border-radius: 5px;
  margin: 0 5px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  margin-bottom: -8px;
  border: solid 1px #ddd;
  position: relative;
  cursor: pointer;
}
.toolbarWrap .actionItem .nobgcolor::before {
  position: absolute;
  width: 0;
  height: 40px;
  content: "";
  border-left: solid 2px #000;
  left: 10px;
  top: -5px;
  transform: rotate(45deg);
}
.toolbarWrap .fontWeight {
  width: 60px;
  border-right: none;
  text-align: center;
}
.toolbarWrap .fontWeight .modelB {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-weight: 200;
  font-size: 12px;
  color: #000;
}
.toolbarWrap .fontWeight .bold {
  font-weight: bold;
}
.colorPickerBox {
  padding: 0;
}
.borderCheckbox {
  border: solid 1px #ddd;
  padding: 5px 5px 5px 15px;
  border-radius: 10px;
  position: relative;
}
.borderCheckbox .symbolInput {
  position: absolute;
  right: 90px;
  bottom: 10px;
  height: 28px;
}
.borderCheckbox .ant-checkbox-wrapper {
  margin-top: 10px;
  width: 33%;
  margin-right: 0px;
}
.formItemBox {
  position: relative;
}
.formItemBox .delete {
  position: absolute;
  right: -10px;
  top: 0px;
  font-size: 12px;
  color: #f2754d;
  cursor: pointer;
}
.formItemImageWrap {
  height: auto;
  overflow: hidden;
}
.formItemImageWrap .formItemImage {
  width: 200px;
  height: 160px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
}
.formItemImageWrap .formItemImage:nth-child(odd) {
  margin-right: 14px;
}
.formItemImageWrap .formItemImage .pic {
  max-width: 180px;
  max-height: 140px;
  display: block;
  margin: 0 auto;
}
.formItemImageWrap .formItemImage .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 160px;
  left: 0;
  top: 0;
  display: none;
}
.formItemImageWrap .formItemImage .mask .anticon {
  font-size: 20px;
  color: red;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.formItemImageWrap .formItemImage:hover .mask {
  display: block;
}
.moreWrap {
  display: flex;
  justify-content: space-between;
}
.moreWrap > div {
  height: auto;
  width: 45%;
}
.moreWrap .ant-upload {
  padding: 0;
  margin: 0;
  border: none;
  height: auto;
  width: 100%;
  display: block;
  background-color: transparent;
}
.moreWrap .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
  margin: 0;
  border: none;
}
.moreWrap .ant-btn {
  text-align: center;
  display: block;
  width: 180px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  position: relative;
}
.moreWrap .component-image-upload {
  height: 32px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.moreWrap .ant-upload-list {
  display: none;
}
#hiddenWrapbox {
  width: 0;
  height: 0;
  overflow: hidden;
}
.printWrapBox {
  width: 2479px;
  height: 3508px;
  box-sizing: content-box;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 80px;
  position: relative;
}
.printWrapBox .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.pageGrap {
  float: left;
  width: 100%;
  height: 0;
  border: solid 1px #000;
}
.fullWrapbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.fullWrapbox .maskbox {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}
.fullWrapbox .toolbar {
  height: 60px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 20px;
  top: 1px;
  z-index: 5;
}
.fullWrapbox .toolbar .printBtn {
  float: right;
  border-radius: 2px;
  height: 26px;
  line-height: 26px;
  margin-left: 10px;
}
.fullWrapbox #printWrapBox {
  width: 80%;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  margin: 85px auto 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.hiddenFullWrapbox {
  height: 0;
  width: 0;
  overflow: hidden;
}
.middleCenterBox {
  height: auto;
  max-height: 600px;
  display: inline-block;
  margin: 100px auto 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.grayTips {
  color: #999;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  padding-left: 10px;
  position: relative;
}
.storerack .storerack-outline {
  position: relative;
  height: 340px;
}
.storerack .storerack-outline-preview {
  position: absolute;
  width: 200px;
}
.storerack .storerack-outline-store {
  position: relative;
  width: 110%;
  height: 550px;
  margin-left: 210px;
  transform: scale(0.6);
  transform-origin: 0 top;
  background-color: #f5f5f5;
  padding: 10px;
  overflow: scroll;
}
.storerack .storerack-outline-store .store-scale {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  cursor: pointer;
}
.storerack .storerack-outline-store .selectAll {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: center;
  border-radius: 5px;
}
.storerack .storerack-outline-store div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.storerack .storerack-outline-store-preview {
  position: absolute;
  left: -211px;
  top: 0;
  transform: scale(0.15);
}
.storerack .storerack-outline-store-preview .selectAll {
  top: 70px;
  left: 110px;
  transform: scale(3.4);
}
.excelimport-header {
  text-align: center;
}
.excelimport-header .ant-upload-picture-card-wrapper {
  width: auto;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card > .ant-upload {
  vertical-align: top;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card {
  height: auto;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card {
  border: none;
}
.priceTag-pickerGoods .ant-modal-body {
  padding: 0 15px;
}
.priceTag-pickerGoods .selectgood .ant-tabs-bar {
  border-bottom: none;
  text-align: center;
}
.priceTag-pickerGoods .selectgood-remove {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.priceTag-pickerGoods .selectgood-ways {
  position: relative;
  height: auto;
  max-height: 400px;
}
.priceTag-pickerGoods .selectgood-ways-store {
  position: absolute;
  top: 9px;
  z-index: 9;
}
.priceTag-pickerGoods .selectgood-ways-store .ant-select-selection {
  border: none;
}
.priceTag-pickerGoods .selectgood-searchid {
  text-align: center;
  padding-bottom: 20px;
}
.priceTag-pickerGoods .selectgood .results-container {
  position: relative;
  padding-bottom: 20px;
}
.priceTag-pickerGoods .selectgood-result {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  height: auto;
  overflow: auto;
  min-height: 250px;
  max-height: 280px;
  background: #f5f5f5;
}
.priceTag-pickerGoods .selectgood-result-all {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1890ff;
  cursor: pointer;
}
.priceTag-pickerGoods .selectgood-result-item {
  margin: 10px;
  display: inline-block;
}
.priceTag-pickerGoods .selectgood-result-img {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  width: 81px;
  height: 81px;
}
.priceTag-pickerGoods .selectgood-result-img .remove-good {
  position: absolute;
  top: 0;
  right: 0;
}
.priceTag-pickerGoods .selectgood-result-img-active {
  border: 2px solid red;
}
.priceTag-pickerGoods .selectgood-result-item {
  position: relative;
  border: solid 1px #f5f5f5;
}
.priceTag-pickerGoods .selectgood-result-item .delGoods {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  border: solid 1px #666;
  padding: 2px;
  font-size: 10px;
}
.priceTag-pickerGoods .selectgood-result-item .delGoods:hover {
  border: solid 1px red;
  color: red;
}
.selectgood-panelGoods {
  width: 95%;
  margin: 0 auto;
  height: 310px;
  padding-bottom: 10px;
}
.selectgood-panelGoods .ant-checkbox-wrapper {
  margin-left: 10px;
}
.selectgood-panelGoods .treeWrap {
  width: 200px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #ddd;
  border-radius: 5px;
  float: left;
}
.selectgood-panelGoods .treeWrap .ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.selectgood-panelGoods .treeWrap .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  display: none;
}
.selectgood-panelGoods .treeWrap .anticon {
  color: #1890ff;
}
.selectgood-panelGoods .goodsListWrap {
  height: 100%;
  width: 615px;
  float: right;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.selectgood-panelGoods .goodsListWrap .boxWrap {
  width: 620px;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 1px;
  padding-bottom: 50px;
}
.selectgood-panelGoods .goodsListWrap .goodsItem {
  width: 20%;
  float: left;
  border: solid 1px #eaeaea;
  font-size: 12px;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
  box-sizing: border-box;
  padding: 8px;
  height: 150px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.selectgood-panelGoods .goodsListWrap .goodsItem:hover {
  background-color: #f5f5f5;
}
.selectgood-panelGoods .goodsListWrap .goodsItem.active {
  background-color: #e6f7ff;
  border: solid 1px red;
  z-index: 5;
}
.selectgood-panelGoods .goodsListWrap .goodsItem .pic {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.component-image-upload .ant-upload {
  display: flex;
  margin: 0 !important;
  flex-grow: 1;
}
.component-image-upload .ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-image-upload .upload-wrapper {
  display: block;
}
.component-image-upload .ant-upload-picture-card-wrapper {
  display: flex;
}
.component-image-upload .ant-upload-picture-card-wrapper .ant-upload-list-item {
  padding: 0;
}
.component-image-upload .hide {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  opacity: 0;
  line-height: 0;
  z-index: -1;
}
.component-image-upload .hide * {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.component-image-upload .none {
  display: none;
}
.miniList .ant-btn-FF9900 {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.promotion-detail .form-item-select-multi-store.select-unique {
  margin-bottom: 0;
}
.promotion-detail .form-item-select-multi-store.select-unique > .ant-form-item-control-wrapper {
  width: auto;
}
.lackrulev2 .ant-form-item-label {
  width: 170px !important;
  text-align: right !important;
}
.lackrulev2 .lackrule {
  background-color: #fff;
  padding-bottom: 20px;
}
.lackrulev2 .lackrule-form {
  padding-left: 20px;
  width: 100%;
  margin: auto;
}
.lackrulev2 .lackrule .add-goods-box {
  width: 450px;
}
.lackrulev2 .lackrule .add-good-empty-box {
  width: 450px;
  height: 104px;
  background-color: rgba(0, 0, 0, 0.04);
}
.lackrulev2 .lackrule .add-good-btn-empty {
  width: 200px;
  height: 100px;
  text-align: center;
  margin: auto;
  padding-top: 30px;
  cursor: pointer;
}
.lackrulev2 .lackrule .add-good-btn-empty p {
  height: 20px;
  line-height: 20px;
}
.lackrulev2 .lackrule .add-good-btn-empty .selected-goods-list {
  display: flex;
}
.lackrulev2 .lackrule .lack-rule-form-v2 {
  display: flex;
  justify-content: space-between;
}
.lackrulev2 .lack-rule-form-v2 {
  width: 100%;
  display: flex;
  margin: 0;
  padding-bottom: 18px;
}
.lackrulev2 .lack-rule-form-v2 .ant-legacy-form-item-label {
  width: 80px;
}
.lackrulev2 .lack-rule-form-v2 .left-div {
  padding: 20px;
  background-color: #f5f5f5;
}
.lackrulev2 .lack-rule-form-v2 .right-div {
  padding: 15px;
  margin: 0 20px;
  flex: 1;
  background-color: #f5f5f5;
}
.lackrulev2 .lack-rule-form-v2 .replenish_table_wrap {
  padding: 0 !important;
}
.lackrulev2 .lack-rule-form-v2 .replenish_table_wrap .ant-table-body-outer {
  background-color: #fff;
}
.lackrulev2 .lack-rule-form-v2 .replenish_table_wrap .replenish_table {
  background-color: #fff;
}
.lackrulev2 .lack-rule-form-v2 .replenish_table_wrap .delBtn:hover {
  cursor: pointer;
}
.lackrulev2 .lackrulev2-form-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.lackrulev2 .add-goods-box {
  display: flex;
}
.lackrulev2 .add-goods-box .add-goods-btn {
  text-align: center;
  border: 1px dotted rgba(0, 0, 0, 0.65);
  font-size: 14px;
  width: 80px;
  height: 80px !;
  cursor: pointer;
  vertical-align: top;
}
.lackrulev2 .add-goods-box .add-goods-btn p {
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
}
.lackRemind {
  background-color: #fff;
  padding: 10px 20px;
}
.lackRemind .ant-table-row .ant-table-row-level-0:hover td {
  overflow: auto;
}
.lackRemind-title {
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 6px;
  color: #333333;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  border-left: 6px solid #1989fa;
}
.lackRemind-desc {
  margin-left: 13px;
  margin-bottom: 8px;
}
.lackRemind-btn {
  margin-left: 13px;
}
.lackRemind-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lackRemind-header p {
  margin: 0;
  font-size: 16px;
  color: #333;
}
.lackRemind-header .ant-btn-primary {
  background-color: #FF9900;
  border-color: #FF9900;
}
.lackRemind-header .ant-btn-primary:hover {
  background-color: #FF9900;
  border-color: #FF9900;
}
.lackRemind .flex-box {
  display: flex;
}
.lackRemind .align-items-center {
  align-items: center;
}
.lackrule {
  background-color: #fff;
  padding-bottom: 20px;
}
.lackrule .ant-form-item-label {
  width: 150px;
  text-align: right;
}
.lackrule-form {
  padding-left: 20px;
  width: 1000px;
}
.lackrule .ant-legacy-form-item-label {
  width: 120px;
}
.lackrule .add-goods-box {
  width: 750px;
}
.lackrule .add-good-empty-box {
  width: 450px;
  height: 104px;
  background-color: rgba(0, 0, 0, 0.04);
}
.lackrule .add-good-btn-empty {
  width: 200px;
  height: 100px;
  text-align: center;
  margin: auto;
  padding-top: 30px;
  cursor: pointer;
}
.lackrule .add-good-btn-empty p {
  height: 20px;
  line-height: 20px;
}
.lackrule .add-good-btn-empty .selected-goods-list {
  display: flex;
}
.tipsModal-container {
  padding-top: 24px;
  text-align: center;
}
.tipsModal-container .title {
  font-size: 24px;
  font-weight: bolder;
  margin: 29px 0 27px 0;
}
.tipsModal-container .detail {
  padding: 16px 29px;
  background-color: #F8F8F9;
  text-align: left;
  margin-bottom: 20px;
}
.tipsModal-container .detail p {
  margin: 8px;
}
.remindresult {
  background-color: #fff;
  padding: 0 20px;
}
.remindresult .ant-table-row .delete-icon-box {
  display: none;
}
.remindresult #active-row .delete-icon-box {
  display: block;
}
.remindresult .ant-table-thead > tr > th,
.remindresult .ant-table-tbody > tr > td {
  position: relative;
  padding: 8px 0;
  text-align: center;
}
.remindresult .ant-table-thead > tr > th {
  height: 60px;
}
.remindresult .tableFHeader-div {
  position: relative;
  width: 100%;
  height: 100%;
}
.remindresult .tableFHeader-div .line-div {
  position: absolute;
  top: 21px;
  left: -6px;
  width: 110px;
  height: 1px;
  background-color: #DCDEE2;
  transform: rotate(30deg);
}
.remindresult .tableFHeader-div .tableFHeader-p-right,
.remindresult .tableFHeader-div .tableFHeader-p-left {
  position: absolute;
}
.remindresult .tableFHeader-div .tableFHeader-p-right {
  right: 10px;
  top: 0;
}
.remindresult .tableFHeader-div .tableFHeader-p-left {
  left: 10px;
  bottom: -15px;
}
.flex-box {
  display: flex;
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.setRemind .ant-select-disabled {
  color: rgba(0, 0, 0, 0.65);
}
.setRemind .ant-select-disabled .ant-select-arrow {
  display: none;
}
.setRemind .ant-select-disabled .ant-select-selection {
  background: transparent;
  border: none;
}
.hourpage .ant-table-thead > tr > th,
.hourpage .ant-table-tbody > tr > td {
  padding: 0;
}
.hourpage .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td {
  padding: 0;
}
.report-overview .report-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.report-overview .report-empty > img {
  max-width: 200px;
  margin-bottom: 30px;
}
.report-overview .report-empty > span {
  color: #515A6EFF;
}
.report-overview .report-empty--border::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e8e8e8;
  z-index: 1;
  bottom: -8px;
  left: 0;
  width: 100%;
}
.report-overview .report-chart {
  display: flex;
}
.report-overview .report-chart .report-chart__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.report-overview .report-chart .report-chart__name {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 16px;
}
.report-overview .report-chart .report-chart__name .chart__type {
  float: right;
}
.report-overview .report-chart .report-chart__name .chart__type .typename {
  padding: 0 6px;
  height: 28px;
  color: #808695;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
}
.report-overview .report-chart .report-chart__name .chart__type .typename + .report-overview .report-chart .report-chart__name .chart__type .typename {
  margin-left: 2px;
}
.report-overview .report-chart .report-chart__name .chart__type .active {
  background-color: #2d8cf0;
  color: #fff;
}
.report-overview .report-chart .sIcon {
  position: relative;
  margin: 0 3px;
}
.report-overview .report-chart .report-chart__sale {
  flex: 1;
  background-color: #fff;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}
.report-overview .report-chart .report-chart__sale .report-chart__sale-detail {
  width: 100%;
  height: 385px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
}
.report-overview .report-chart .report-chart__sale .report-chart__sale-detail:first-child {
  padding: 16px 16px 8px;
}
.report-overview .report-chart .report-chart__sale .report-chart__sale-detail:last-child {
  padding: 8px 16px 16px;
}
.report-overview .report-chart .report-chart__flow,
.report-overview .report-chart .report-chart__users {
  height: 355px;
  background-color: #fff;
  border-radius: 2px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
}
.report-overview .report-chart .report-chart__flow {
  margin-bottom: 20px;
}
.report-overview .report-chart .report-chart__item:first-child {
  padding-right: 10px;
}
.report-overview .report-chart .report-chart__item:last-child {
  padding-left: 10px;
}
.report-overview .report-header {
  margin-bottom: 14px;
}
.report-overview .report-header .report-header__title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.report-overview .report-header .bold_tit {
  font-weight: bold;
  padding: 5px 0;
}
.report-overview .report-header .report-header__condition {
  width: 100%;
  background-color: #fff;
  justify-content: flex-start;
  font-size: 14px;
  color: #000;
  padding: 16px;
}
.report-overview .report-header .report-header__condition .ant-form-item {
  display: inline-block;
  margin-bottom: 0;
}
.report-overview .report-header .report-header__condition .ant-col {
  display: inline-block;
  margin-bottom: 0;
}
.report-overview .report-header .report-header__label {
  margin-left: 14px;
  line-height: 40px;
  display: inline-block;
}
.report-overview .report-header .report-header__label::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.report-overview__popup .ant-modal-header {
  border-bottom: 1px solid #e8e8e8;
}
.report-overview__popup .ant-modal-footer {
  text-align: center;
}
.report-overview__popup .report-popup {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.report-overview__popup .report-popup .report-popup__sale-chart:first-child {
  padding-bottom: 12px;
}
.report-overview__popup .report-popup .report-popup__sale-chart:last-child {
  padding-top: 12px;
}
.report-overview__popup .report-popup .report-popup__flow-chart {
  height: 100%;
  overflow: hidden;
}
.report-overview {
  height: 100%;
}
.report-overview .ant-spin-container {
  height: 100%;
}
.report-overview .report-overview__content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.sales-report .sales-header {
  margin-bottom: 11px;
}
.sales-report .sales-header .sales-header__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
}
.sales-report .sales-header .sales-header__condition {
  width: 100%;
  background-color: #fff;
  justify-content: flex-start;
  font-size: 14px;
  color: #000;
  padding: 10px;
}
.sales-report .sales-header .sales-header__condition .ant-form-item {
  display: inline-block;
  margin-bottom: 0;
}
.sales-report .sales-header .sales-header__condition .ant-form-item:first-child {
  margin-right: 20px;
}
.sales-report .sales-header .sales-checkgroup {
  width: 100%;
  display: flex;
}
.sales-report .sales-header .sales-checkgroup .ant-checkbox-group {
  width: 60%;
}
.sales-report .sales-header .sales-checkgroup .ant-checkbox-group .ant-checkbox-wrapper {
  margin: 0 8px 8px 0;
}
.sales-report .sales-header .sales-checkgroup .action {
  display: flex;
  cursor: pointer;
  color: #1890FF;
  flex-shrink: 0;
  margin-left: 20px;
}
.sales-report .sales-header .sales-checkgroup .action .icon {
  margin-top: 5px;
  margin-left: 3px;
}
.sales-report .sales-header .sales-header__label {
  margin-left: 14px;
  display: inline-block;
  flex-shrink: 0;
}
.sales-report .sales-header .sales-header__label::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.sales-report .sales-header .sales-header__height {
  line-height: 40px;
  margin-right: 5px;
  display: inline-block;
}
.sales-report .sales-header .sales-targetTips {
  padding: 0 55px;
  font-size: 12px;
  color: #999;
}
.sales-report .sales-header .sales-targetTips .anticon {
  margin-right: 5px;
  font-size: 14px;
  color: orange;
  line-height: 16px;
}
.sales-report .sales-table__tabs-right {
  justify-content: flex-end;
  align-items: center;
  float: right;
  margin: 4px 0 0 0;
}
.drawer-info .goods-info {
  display: flex;
}
.drawer-info .goods-info .info-left {
  width: 65%;
}
.drawer-info .goods-info .info-left .info-item {
  margin: 10px 0;
}
.drawer-info .goods-info .info-right {
  width: 25%;
}
.drawer-info .goods-info .info-label {
  display: inline-block;
  text-align: right;
  width: 120px;
  margin-right: 10px;
}
.drawer-info .query-condition {
  display: flex;
}
.drawer-info .query-condition .condition-label {
  display: inline-block;
  text-align: right;
  width: 100px;
  margin-right: 10px;
}
.drawer-info .query-condition .condition-content {
  flex: 1;
}
.drawer-info .query-condition .condition-content .form-box {
  display: flex;
}
.drawer-info .query-condition .condition-content .form-box .form-left {
  width: 25%;
}
.drawer-info .query-condition .condition-content .form-box .form-right {
  flex: 1;
}
.drawer-info .query-condition .condition-content .form-box .form-right .ant-form-item {
  margin-bottom: 0;
  top: -4px;
}
.drawer-info .query-condition .text-center {
  height: 34px;
  line-height: 34px;
}
.drawer-info .info-checkgroup .ant-checkbox-wrapper {
  margin: 0 8px 8px 0;
}
.drawer-info .info-checkgroup .action {
  cursor: pointer;
}
.drawer-info .info-checkgroup .action span {
  color: #1890FF;
}
.sales-report .sales-table {
  background-color: #fff;
}
.sales-report .sales-table .sales-table__tabs {
  padding: 0 16px;
  border-bottom: 1px solid #edeaedff;
  display: flex;
  height: 47px;
  align-items: center;
  justify-content: space-between;
}
.sales-report .sales-table .sales-table__tabs-left {
  display: flex;
}
.sales-report .sales-table .sales-table__tabs-left .sales-table__tab {
  cursor: pointer;
  line-height: 22px;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.sales-report .sales-table .sales-table__tabs-left .sales-table__tab-active {
  color: #0091ffff;
  font-weight: 500;
  position: relative;
}
.sales-report .sales-table .sales-table__tabs-left .sales-table__tab-active::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #1890ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sales-report .sales-table .sales-table__categoryS {
  display: flex;
  padding: 16px 16px 0 16px;
}
.sales-report .sales-table .sales-table__categoryS-item {
  line-height: 22px;
  color: #0091ffff;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.sales-report .sales-table .sales-table__categoryS-item::after {
  content: "/";
  display: block;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0 8px;
}
.sales-report .sales-table .sales-table__content {
  padding: 16px;
}
.sales-report .sales-table .sales-table__goods-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.sales-report .sales-table .sales-table__category {
  color: #0091ffff;
  cursor: pointer;
}
.sales-report .sales-table .sales-table__category .file {
  color: #0091ffff;
  margin-right: 5px;
}
.sales-report .sales-table .ant-table-placeholder {
  border-bottom: 0;
}
.sales-report .sales-table .ant-pagination {
  margin-bottom: 0;
}
.sales-table__setting {
  padding: 10px;
  width: 168px;
}
.sales-table__setting .ant-checkbox-group {
  display: flex;
  flex-direction: column;
}
.sales-table__setting .ant-checkbox-wrapper {
  margin-bottom: 10px;
}
.sales-table__setting .ant-checkbox-wrapper:last-of-type {
  margin-bottom: 0;
}
.table-modal .ant-form-item-label {
  width: 17em;
  white-space: normal;
}
.sales-report .sales-table .table-screen {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sales-report .sales-table .table-screen__icon {
  width: 12px;
  height: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  bottom: 2px;
}
.sales-report .sales-targets {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  overflow: hidden;
  padding: 0 10px;
}
.sales-report .sales-targets .sales-targets__item {
  padding: 5px 12px;
  text-align: left;
  color: #000000;
  margin: 14px 0;
  flex: 1;
  border-right: solid 1px rgba(0, 0, 0, 0.06);
  padding-left: 30px;
}
.sales-report .sales-targets .sales-targets__item:last-child {
  border-right: none;
}
.sales-report .sales-targets .sales-targets__title {
  line-height: 22px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.sales-report .sales-targets .sales-targets__title__amount {
  font-size: 24px;
  line-height: 33px;
  white-space: nowrap;
}
.goods-info-edit .img-box {
  display: flex;
  flex-wrap: wrap;
}
.goods-info-edit .img-box > div {
  flex-grow: 1;
  max-width: 100px;
}
.goods-info-edit .img-box > div > img {
  max-width: 100%;
}
.modal-common-panel .panel {
  width: 100%;
  background: #f5f5f5;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  min-height: 200px;
  overflow: auto;
  max-height: 400px;
}
.modal-common-panel .panel .goods-item {
  position: relative;
  margin: 10px;
  display: flex;
}
.modal-common-panel .panel .goods-item .ant-checkbox-wrapper {
  margin-right: 5px;
}
.modal-common-panel .panel .goods-item .img {
  width: 82px;
  height: 82px;
}
.modal-common-panel .panel .goods-item .img > img {
  max-width: 100%;
}
.modal-common-panel .panel .goods-item .img + span {
  display: inline-block;
  width: 96px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.modal-common-panel .panel .goods-item .goods-close-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.modal-common-panel .panel .goods-item .goods-close-icon:hover {
  color: red;
}
.excel-import .excel-download {
  display: flex;
  justify-content: center;
  align-items: center;
}
.excel-import .excel-download .ant-upload-picture-card-wrapper {
  width: auto;
}
.excel-import .excel-download .ant-upload.ant-upload-select-picture-card {
  border-style: none;
  height: 36px;
  margin-right: 0;
  margin-bottom: 0;
}
.upload-list-container .drag-container {
  display: flex;
  flex-wrap: wrap;
}
.upload-list-container .drag-item {
  width: 60px;
  height: 60px;
  margin: 10px 9px 0;
  margin-top: 0;
}
.upload-list-container .drag-item .img-remove {
  display: none;
  color: #F84400FF;
}
.upload-list-container .drag-item:hover .img-remove {
  display: initial;
}
.upload-list-container .drag-item img {
  width: 60px;
  height: 60px;
}
.upload-list-container .drag-container {
  width: 100%;
}
.upload-list-container .ant-upload-select-picture-card i {
  font-size: 14px;
  color: #999;
}
.upload-list-container .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
}
.inner-goods-item {
  margin-bottom: 10px;
}
.inner-goods-item > div > span {
  color: #333333FF;
}
.inner-goods-item > div > small {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.inner-goods-item .uploadImage-wrap .upload-list-container {
  display: flex;
  margin-top: 15px;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .drag-container {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: auto;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .drag-item {
  width: 60px;
  height: 60px;
  margin: 10px 9px 0;
  margin-top: 0;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .drag-item .img-remove {
  display: none;
  color: #F84400FF;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .drag-item:hover .img-remove {
  display: initial;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .drag-item img {
  width: 60px;
  height: 60px;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .ant-upload-select-picture-card i {
  font-size: 14px;
  color: #999;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .upload-list-container .ant-upload-select-picture-card i {
  font-size: 20px;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .ant-upload.ant-upload-select-picture-card {
  width: 66px;
  height: 60px;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
.inner-goods-item .uploadImage-wrap .upload-list-container .ant-upload.ant-upload-select-picture-card .ant-upload-text {
  margin-top: 0;
  font-size: 13px;
}
.seeds-goods-setting .basic-info {
  display: flex;
  justify-content: space-between;
}
.seeds-goods-setting .basic-info > span {
  color: #333333FF;
  font-size: 14px;
  font-weight: 500;
}
.seeds-goods-setting .basic-info .primary-btn {
  margin-left: 10px;
  background-color: #FF9900;
  border-color: #FF9900;
}
.seeds-goods-setting .goods-list {
  margin-top: 15px;
}
.seeds-goods-setting .goods-list .goods-item {
  display: flex;
  width: 100%;
  border-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.seeds-goods-setting .goods-list .goods-item > div {
  flex-grow: 1;
}
.seeds-goods-setting .goods-list .goods-item > .delete-div {
  text-align: right;
}
.seeds-goods-setting .goods-list .goods-item > .delete-div > .anticon {
  cursor: pointer;
  font-size: 16px;
  color: red;
  margin-top: 10px;
}
.seeds-goods-setting .goods-list .goods-item > .goodsPhoto-wrap {
  width: 60px;
  flex-grow: initial;
  flex-shrink: 0;
}
.seeds-goods-setting .goods-list .goods-item > .goodsPhoto-wrap > img {
  width: 40px;
  height: 40px;
}
.seeds-goods-setting .goods-list .goods-item > .innerGoodsItem-wrap {
  margin-left: 10px;
  flex-grow: 5;
}
.seeds-goods-setting .goods-list .goods-item > .innerGoodsItem-wrap > .flexDiv {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.seed-add .horizon-line {
  width: 100%;
  height: 1px;
  background: #E8EAECFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.seed-add > .basic-info {
  margin-top: 15px;
}
.seed-add > .basic-info > span {
  color: #333333FF;
  font-weight: 500;
}
.seed-add > .ant-row {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.seed-add .required-span {
  color: #000000d9;
}
.seed-add .required-span i {
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  font-style: normal;
}
.seed-add .panel {
  width: 100%;
  margin-top: 15px;
  display: flex;
  border: 1px solid #f5f5f5;
  padding: 15px;
  flex-wrap: wrap;
  min-height: 200px;
  overflow: auto;
  max-height: 400px;
}
.seed-add .panel .goods-item {
  position: relative;
  width: 16%;
  padding: 8px;
  margin: 5px 1%;
  border: 1px solid #F1F1F1;
  cursor: pointer;
  margin-right: 18px;
  height: 140px;
  margin-bottom: 10px;
}
.seed-add .panel .goods-item .img {
  width: 82px;
  height: 82px;
}
.seed-add .panel .goods-item .img > img {
  max-width: 100%;
  max-height: 100%;
}
.seed-add .panel .goods-item .img + span {
  display: inline-block;
  width: 96px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.seed-add .panel .goods-item .goods-close-icon {
  position: absolute;
  right: -11px;
  top: -7px;
}
.seed-add .panel .goods-item .goods-close-icon > i {
  font-size: 18px;
}
.seed-add .panel .goods-item .goods-close-icon:hover {
  color: red;
}
.seed-add .goods-panel-tips {
  margin-top: 10px;
  background: #91D5FF99;
  padding: 6px 10px;
  border: 1px solid #91d5ff;
}
.seed-add .goods-panel-tips > i {
  color: #2d8cf0ff;
  margin-right: 5px;
}
.seed-add .drawer-footer {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.seed-add .drawer-footer > .ant-btn {
  margin-left: 15px;
  width: 74px;
}
.common-table-wrapper {
  padding: 15px;
  background: #fff;
}
.seedList .content {
  background: #fff;
}
.seedList .searchHeader .ant-form {
  display: flex;
  align-items: center;
}
.seed-list-operate > a {
  margin-right: 10px;
}
.displayNone {
  display: none;
}
.searchHeader-add {
  text-align: right;
  padding-bottom: 10px;
  position: relative;
}
.searchHeader-add > span {
  font-size: 16px;
  font-weight: 500;
  color: #000000D9;
  position: absolute;
  left: 0;
}
.searchHeader-add .ant-form {
  display: flex;
  align-items: center;
}
.searchHeader-add + .searchHeader {
  margin-bottom: 15px;
}
.searchHeader-popover-item > div {
  padding: 7px 20px;
  cursor: pointer;
}
.searchHeader-popover-item > div:hover {
  background: #E5873352;
}
.searchHeader-add-popover .ant-popover-inner-content {
  padding: 0;
}
.drawer-title {
  border-bottom: 1px solid #00000017;
  margin-bottom: 20px;
  width: calc(100% + 50px);
  position: relative;
  left: -25px;
  padding-left: 25px;
}
.drawer-title h2 {
  font-size: 16px;
  font-weight: 500;
}
.drawer-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  background: #fff;
  height: 50px;
  padding-right: 25px;
  border-top: 1px solid #eee;
  line-height: 50px;
}
.drawer-footer > .ant-btn {
  margin-left: 15px;
  width: 74px;
}
.rackGoods-container {
  margin: 10px 0;
  background-color: #fff;
  height: auto;
  overflow: hidden;
}
.rackGoods-container .title {
  height: 50px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 50px;
  padding: 0 30px;
}
.rackGoods-container .title .frbox {
  float: right;
}
.rackGoods-container .section-wrap {
  height: 600px;
  display: flex;
  overflow: hidden;
  margin: 10px;
}
.rackGoods-container .section-wrap .section-left {
  height: 600px;
  width: 520px;
  background: #f8f8f9;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.rackGoods-container .section-wrap .section-right {
  margin-left: 10px;
  height: 600px;
  overflow: hidden;
  flex: 1;
}
.rackGoods-container .section-wrap .goodsAction {
  height: 190px;
  width: 100%;
  margin-bottom: 10px;
  background: #f8f8f9;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.rackGoods-container .section-wrap .userPortrait {
  height: 400px;
  width: 100%;
  margin-bottom: 10px;
  background: #f8f8f9;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.rackGoods-container .section-wrap .userPortrait .userAge {
  width: 55%;
  float: left;
  height: 350px;
  overflow: hidden;
}
.rackGoods-container .section-wrap .userPortrait .userGender {
  width: 45%;
  float: left;
  height: 350px;
  overflow: hidden;
}
.rackGoods-container .tips-box {
  padding: 9px 15px;
  width: 49%;
  min-width: 300px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.rackGoods-container .chart-small-item {
  width: 23%;
  min-width: 200px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.06);
}
.section1-container {
  padding: 20px 10px;
  background-color: #fff;
}
.section1-container p {
  margin: 0;
}
.section1-container .title {
  font-weight: bolder;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}
.section1-container .tips-box {
  padding: 9px 15px;
  width: 49%;
  min-width: 300px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.section1-container .chart-small-item-box {
  display: flex;
  align-items: center;
}
.section1-container .chart-small-item-box > div {
  width: 25%;
  padding: 0 2px;
}
.section1-container .chart-small-item {
  width: 100%;
  min-width: 200px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.06);
  vertical-align: bottom;
  padding-top: 55px;
  position: relative;
}
.section1-container .chart-small-item .chart-small-item-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  width: 100%;
}
.section1-container .chart-small-item .average-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 10px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section1-container .chart-small-item .label {
  font-size: 16px;
}
.section1-container .chart-small-item .desc {
  font-size: 26px;
}
.section1-container {
  padding: 20px 10px;
  background-color: #fff;
}
.section1-container p {
  margin: 0;
}
.section1-container .title {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.section1-container .tips-box {
  padding: 9px 15px;
  width: 49%;
  min-width: 300px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.shelves-container {
  min-width: 1000px;
}
.shelves-container .flex-box {
  display: flex;
  align-items: center;
}
.shelves-container .justify-content-space-between {
  justify-content: space-between;
}
.stepWrapPath {
  padding: 8px 100px 32px 110px;
  position: relative;
}
.stepWrapPath .time {
  position: absolute;
  top: 14px;
  left: 70px;
}
.stepWrapPath .total {
  left: auto;
  right: 50px;
}
.stepWrapPath .play {
  position: absolute;
  top: 8px;
  font-size: 28px;
  left: 24px;
}
.customerProfilePtah {
  margin: 16px 8px;
  line-height: 30px;
}
.customerProfilePtah img {
  width: 300px;
  display: block;
}
.customerTrackBox {
  background: #fff;
}
.customerTrackBox .store-wrapper > div {
  max-width: 900px !important;
}
.overflowWrapper {
  overflow: hidden;
  height: auto;
}
.home {
  position: relative;
  height: calc(100vh - 100px);
}
.home-left {
  position: absolute;
  width: 370px;
  left: 4px;
}
.home-left .ant-timeline-item-content {
  left: 20px;
  top: -6px;
}
.home-left-person,
.home-left-order,
.home-left-goods,
.home-left-action,
.home-left-money {
  margin-bottom: 6px;
  margin-left: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.home-left-action {
  padding: 30px;
}
.home-left-action-title {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.home-right {
  position: relative;
  margin-left: 346px;
}
.home-right .ant-card-body {
  padding: 10px;
  padding-bottom: 40px;
}
.home .action-content {
  position: relative;
  top: 40px;
}
.home .index {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin-right: 12px;
}
.home .index-top {
  background-color: #314659;
  color: #fff;
}
.home .order-row {
  display: flex;
  justify-content: flex-start;
  margin: 10px;
}
.home .order-row-item {
  display: inline-block;
  width: 33%;
}
.home .order-row-good {
  border-radius: 4px;
  border: 1px solid gainsboro;
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-left: 14px;
  margin-top: 14px;
  overflow: hidden;
  padding-bottom: 16px;
}
.filter-wrap {
  border-radius: 4px;
  padding: 24px 16px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 12px;
}
.filter-wrap button {
  top: 3px;
}
.formArea {
  border-radius: 4px;
  padding: 24px 16px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.radioArea {
  border-radius: 4px;
  padding: 24px 16px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.radioArea .title {
  margin-right: 10px;
}
.accDetailWrap {
  height: calc(100vh - 100px);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.accDetailWrap .storageTableBox {
  flex: auto;
}
.closeBtnRight {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 200px;
  left: -35px;
  width: 35px;
  height: 35px;
  background: #1890ffff;
  color: #fff;
  box-shadow: -3px 1px 10px 0px rgba(0, 0, 0, 0.19);
  text-align: center;
  padding-top: 4px;
  font-size: 18px;
}
.form {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.form .title {
  margin-right: 10px;
}
.storagebase {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.storagebase-title {
  font-size: 16px;
}
.storagebase-content-item {
  display: inline-block;
  width: 45%;
}
.storagebase-content-item-label {
  display: inline-block;
  line-height: 26px;
  color: #999;
  width: 120px;
  text-align: right;
}
.storagebase-content-item-value {
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
}
.goodsdetail {
  border-radius: 0 0 8px 8px;
  padding: 12px 18px;
  width: 100%;
  background-color: #fff;
}
.goodsdetail-title {
  font-size: 16px;
}
.storageManagebase {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.storageManagebase-title {
  font-size: 16px;
}
.storageManagebase-content {
  height: auto;
  overflow: hidden;
}
.storageManagebase-content-item {
  width: 33%;
  float: left;
  display: flex;
}
.storageManagebase-content-item-label {
  display: inline-block;
  line-height: 26px;
  color: #999;
  width: 150px;
  text-align: right;
  font-size: 12px;
}
.storageManagebase-content-item-value {
  line-height: 26px;
  flex: 1;
  color: rgba(0, 0, 0, 0.65);
}
.batchtable {
  margin-top: 0px;
  border-radius: 8px;
  padding: 0 16px;
  width: 100%;
  background-color: #fff;
}
.batchfilter {
  margin-top: 0px;
  border-radius: 8px;
  padding: 24px 16px;
  width: 100%;
  background-color: #fff;
}
.tablerowcolor .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: #e9f7fe;
}
.tablerowcolor .ant-table-tbody > .selectedRow > td {
  background: #e9f7fe;
}
.storageManage-title .btn {
  float: right;
  margin: 0 0 0 15px;
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
  border-radius: 2px;
}
.storage-tools-bar {
  background: #fff;
  margin-top: 12px;
  width: 100%;
  padding: 0 20px;
}
.storage-tools-bar .fr {
  float: right;
}
.paddingSmallTable table .ant-table-thead > tr > th {
  padding: 16px 20px;
}
.paddingSmallTable table .ant-table-tbody > tr > td {
  padding: 10px 20px;
}
.batchSearchWrap {
  height: calc(100vh - 90px);
  position: relative;
  overflow-x: hidden;
}
.batchSearchWrap .ant-table-small > .ant-table-content > .ant-table-body {
  padding: 0;
}
.batchSearchWrap .storageTableBox {
  flex: auto;
}
.batchSearchWrap .storageTableBox .ant-table-body-outer {
  background-color: #fff;
}
.batchSearchWrap .statusY::before,
.batchSearchWrap .statusN::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
  border: solid 3px #2d8cf0;
}
.batchSearchWrap .statusN::before {
  border: solid 3px #19be6b;
}
.batchSearchWrap .closeBtn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 200px;
  left: -35px;
  width: 35px;
  height: 35px;
  background: #1890ffff;
  color: #fff;
  box-shadow: -3px 1px 10px 0px rgba(0, 0, 0, 0.19);
  text-align: center;
  padding-top: 4px;
  font-size: 18px;
}
.batchSearchWrap .actionSpan {
  margin-right: 16px;
  color: #2d8cf0;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
.batchSearchWrap .actionSpan:hover {
  text-decoration: underline #2d8cf0;
}
.batchSearchWrap .disabledSpan {
  color: #333 !important;
}
.batchSearchWrap .actionSpan.delete {
  color: #ed4014;
}
.batchSearchWrap .cloneSpan {
  margin-right: 16px;
  color: #19be6b;
  font-size: 12px;
  cursor: pointer;
}
.drawerBottomBox {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ddd;
  box-shadow: 5px 5px 5px #f5f5f5;
}
.drawerBottomBox .actionSpan {
  border-radius: 2px;
  margin: 0 5px;
  font-size: 12px;
}
.batch-box {
  position: fixed;
  left: 202px;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  box-shadow: inset 0 10px 10px -10px #f5efef;
}
.batch-box .left {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.batch-box .left .square {
  border: 1px solid #aaa;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 5px;
  padding-left: 3px;
  padding-top: 3px;
}
.batch-box .left .square div {
  background: #2d8cf0;
  width: 8px;
  height: 9px;
}
.batch-box .right {
  padding-right: 50px;
}
.storageTableBox {
  padding: 0 16px;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}
.storageTableBox .ant-table-thead > tr > th {
  padding: 16px 20px;
  background: rgba(240, 240, 240, 0.5);
}
.storageTableBox .ant-table-tbody > tr > td {
  padding: 16px 20px;
  border-bottom: 1px solid #DEDEDE;
}
.storageTableBox .ant-table-tbody > .slectedRowItem:nth-child(even) > td {
  background: #a7d1fd;
}
.storageTableBox .slectedRowItem {
  background: #a7d1fd;
}
.storageScrollBox .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.storageScrollBox .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.storageScrollBox .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b5b1b1;
}
.batchtable {
  margin-top: 12px;
}
.before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
}
.status0::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
  border: solid 3px #4A8AF4;
}
.status1::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
  border: solid 3px #15A05D;
}
.status2::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
  border: solid 3px #4A8AF4;
}
.status3::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
  border: solid 3px #15A05D;
}
.status4::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
  border: solid 3px #C0C4CC;
}
.actionSpan {
  margin-right: 16px;
  color: #2d8cf0;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
.actionSpan:hover {
  text-decoration: underline #2d8cf0;
}
.daCangCode .addGoodsBtn {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.daCangCode .screen {
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 12px;
}
.daCangCode .resultList {
  background-color: #fff;
  padding: 0 16px;
}
.manageGoodsBase {
  border-radius: 4px;
  padding: 12px 18px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.manageGoodsBase .baseinfo {
  border-bottom: solid 1px #ddd;
  height: 40px;
  line-height: 40px;
  color: #000;
  margin-bottom: 10px;
}
.manageGoodsBase .baseinfo span {
  margin-right: 15px;
}
.manageGoodsBase .ant-form-item-label > label {
  color: #515a6e;
}
.manageGoodsBase-title {
  font-size: 16px;
}
.manageGoodsBase .ant-advanced-search-form .ant-form-item {
  display: flex;
}
.manageGoodsBase .ant-advanced-search-form .ant-form-item-control-wrapper {
  flex: 1;
}
.manageGoodsBase .ant-advanced-search-form .ant-form-item {
  margin-bottom: 0;
}
.manageGoods {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 12px 18px;
  width: 100%;
  background-color: #fff;
}
.manageGoods .manage-tools-bar {
  background: #fff;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.manageGoods .manage-tools-bar .manage-tools-left {
  float: left;
  margin-top: 10px;
}
.manageGoods .manage-tools-bar .fr {
  float: right;
  margin-left: 10px;
}
.manageGoods .manage-tools-bar .download {
  line-height: 32px;
  color: #1890ff;
  margin-left: 20px;
  margin-right: 10px;
}
.manageGoods-title {
  font-size: 16px;
}
.manageGoods .storage-good-item .ant-input-number-handler-wrap {
  display: none !important;
}
.goods-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
  box-sizing: border-box;
  margin: 0px 0px 10px;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 4px;
}
.goods-alert-info .icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
  color: #1890ff;
}
.goods-alert-info .message {
  margin-right: 20px;
}
.manageGoodsAll {
  background-color: #fff;
}
.manageGoodsAll .ant-table-small > .ant-table-content > .ant-table-body {
  padding: 0;
}
.manageGoodsAll table .ant-table-thead > tr > th {
  text-align: center;
  padding: 12px 5px;
}
.manageGoodsAll table .ant-table-tbody > tr > td {
  padding: 10px 5px;
  text-align: center;
}
.manageGoodsAll .ant-input-number-input {
  text-align: center;
}
.manageGoodsAll .submitBtn {
  color: #3397f2;
  padding: 0 5px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
.manageGoodsAll .delBtn {
  color: #ed4014;
  padding: 0 5px;
  font-size: 12px;
  cursor: pointer;
}
.manageGoodsAll .ant-table-fixed-left,
.manageGoodsAll .ant-table-fixed-right {
  z-index: 1;
}
.goodall-search {
  height: 60px;
  background: #f8f8f9;
  padding: 15px;
}
.filter-wrap {
  border-radius: 4px;
  padding: 24px 16px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 12px;
}
.filter-wrap button {
  top: 3px;
}
.wrapbox {
  background-color: #fff;
}
.goodsinfo-t {
  text-align: center;
  max-width: 200px;
}
.goodsinfo-t img {
  display: block;
  margin: 0 auto 8px;
  width: 80px;
  height: 80px;
}
.import-wrap {
  margin: -16px 0;
}
.import-wrap .ant-form-item {
  margin-bottom: 8px;
}
.moreLoss {
  background-color: #19be6b;
  border-radius: 2px;
  border: none;
  float: right;
  color: #fff;
}
.moreLoss:hover {
  background-color: #19be6b;
  color: #fff;
}
.goodsinfo-formbg {
  background: #f5f5f5;
  padding: 8px;
  line-height: 40px;
  height: auto;
  overflow: hidden;
}
.goodsinfo-formbg img {
  float: left;
  width: 80px;
  margin-right: 8px;
}
.drawerInlineGoodsInfo {
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  margin-bottom: 10px;
}
.drawerInlineGoodsInfo .itemInfo {
  margin-right: 20px;
}
.drawerInlineGoodsInfo img {
  width: 50px;
  height: 50px;
}
.filter-wrap {
  border-radius: 4px;
  padding: 24px 16px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 12px;
}
.filter-wrap button {
  top: 3px;
}
.wrapbox {
  background-color: #fff;
}
.goodsinfo-t {
  text-align: center;
  max-width: 200px;
}
.goodsinfo-t img {
  display: block;
  margin: 0 auto 8px;
  width: 80px;
  height: 80px;
}
.import-wrap {
  margin: -16px 0;
}
.import-wrap .ant-form-item {
  margin-bottom: 8px;
}
.manageGoodsBase {
  border-radius: 4px;
  padding: 12px 18px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.manageGoodsBase .baseinfo {
  border-bottom: solid 1px #ddd;
  height: 40px;
  line-height: 40px;
  color: #000;
  margin-bottom: 10px;
}
.manageGoodsBase .baseinfo span {
  margin-right: 15px;
}
.manageGoodsBase .ant-form-item-label > label {
  color: #515a6e;
}
.manageGoodsBase-title {
  font-size: 16px;
}
.manageGoodsBase .ant-advanced-search-form .ant-form-item {
  display: flex;
}
.manageGoodsBase .ant-advanced-search-form .ant-form-item-control-wrapper {
  flex: 1;
}
.manageGoodsBase .ant-advanced-search-form .ant-form-item {
  margin-bottom: 0;
}
.manageGoods {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 12px 18px;
  width: 100%;
  background-color: #fff;
}
.manageGoods .manage-tools-bar {
  background: #fff;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.manageGoods .manage-tools-bar .manage-tools-left {
  float: left;
  margin-top: 10px;
}
.manageGoods .manage-tools-bar .fr {
  float: right;
  margin-left: 10px;
}
.manageGoods .manage-tools-bar .download {
  line-height: 32px;
  color: #1890ff;
  margin-left: 20px;
  margin-right: 10px;
}
.manageGoods-title {
  font-size: 16px;
}
.manageGoods .storage-good-item .ant-input-number-handler-wrap {
  display: none !important;
}
.manageGoods .self-spin {
  position: absolute;
  background: transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
  box-sizing: border-box;
  margin: 0px 0px 10px;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 4px;
}
.goods-alert-info .icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
  color: #1890ff;
}
.goods-alert-info .message {
  margin-right: 20px;
}
.manageGoodsAll {
  background-color: #fff;
}
.manageGoodsAll .ant-table-small > .ant-table-content > .ant-table-body {
  padding: 0;
}
.manageGoodsAll table .ant-table-thead > tr > th {
  text-align: center;
  padding: 12px 5px;
}
.manageGoodsAll table .ant-table-tbody > tr > td {
  padding: 10px 5px;
  text-align: center;
}
.manageGoodsAll .ant-input-number-input {
  text-align: center;
}
.manageGoodsAll .submitBtn {
  color: #3397f2;
  padding: 0 5px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
.manageGoodsAll .delBtn {
  color: #ed4014;
  padding: 0 5px;
  font-size: 12px;
  cursor: pointer;
}
.manageGoodsAll .ant-table-fixed-left,
.manageGoodsAll .ant-table-fixed-right {
  z-index: 1;
}
.goodall-search {
  height: 60px;
  background: #f8f8f9;
  padding: 15px;
}
.blur-confirm .text-red {
  color: red;
}
.diff-info {
  padding-left: 40px;
}
.diff-info .good-red {
  color: red;
  padding: 10px 0;
}
.wrapperBox {
  background-color: #fff;
  border-radius: 3px;
}
.drawerFooter {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 4px;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ddd;
  box-shadow: 5px 5px 5px #f5f5f5;
}
.drawerFooter .actionSpan {
  border-radius: 2px;
  margin: 0 5px;
  font-size: 12px;
}
.purchase-total-wrap {
  display: flex;
}
.purchase-total-wrap .purchase-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
  box-sizing: border-box;
  margin: 0px 0px 10px;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 4px;
  flex: 1;
}
.purchase-total-wrap .purchase-alert-info .icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
  color: #1890ff;
}
.purchase-total-wrap .purchase-alert-info .message {
  margin-right: 20px;
}
.tabWrapTools {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 4px;
}
.tabWrapTools .tabpane {
  width: auto;
  display: inline-block;
  height: 46px;
  padding: 0 16px;
  line-height: 45px;
  margin-left: 16px;
  cursor: pointer;
  position: relative;
}
.tabWrapTools .actionItem {
  float: right;
  margin-left: 20px;
  margin-top: 7px;
}
.tabWrapTools .active {
  color: #4a8af4;
}
.tabWrapTools .active::after {
  border-bottom: solid 2px #4a8af4;
  position: absolute;
  width: 30px;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  content: "";
}
.tabWrapTools .mergeall {
  float: right;
  margin-right: 16px;
  margin-top: 8px;
}
.createPurConfirm {
  height: 130px;
  display: inline-block;
  width: 135px;
  text-align: left;
  font-size: 38px;
  padding-top: 30px;
  padding-left: 20px;
}
.createPurConfirm p {
  font-size: 14px;
  margin: 0;
}
.applyDetailTabel .anticon:hover {
  color: #1890ff;
}
.goodsInfoCell .goodsPic {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: -10px;
  margin-right: 5px;
}
.goodsInfoCell .name {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin-top: -5px;
}
.createPurchaseFlex {
  width: 100%;
  display: flex;
}
.createPurchaseFlex .supplierWrap {
  width: 360px;
  background-color: #fff;
  box-shadow: 6px 0px 16px -8px rgba(0, 0, 0, 0.08), 9px 0px 28px 0px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 16px;
  padding: 0 16px;
  height: calc(100vh - 220px);
  overflow: auto;
}
.createPurchaseFlex .goodsWrap {
  background-color: #fff;
  box-shadow: 6px 0px 16px -8px rgba(0, 0, 0, 0.08), 9px 0px 28px 0px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  flex: 1;
  padding: 0 16px;
  height: calc(100vh - 220px);
  overflow: auto;
}
.createPurchaseFlex .tital-wp {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #000;
}
.createPurchaseFlex .tital-wp .btn {
  float: right;
  margin-top: 8px;
}
.createPurchaseFlex .redlink {
  color: red;
}
.purchaseFixedBottomBox {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 48px;
  text-align: right;
  padding: 8px 16px;
  background-color: #fff;
  border-top: solid 1px #ddd;
  box-shadow: 0px -3px 6px -4px rgba(0, 0, 0, 0.12), 0px -6px 16px 0px rgba(0, 0, 0, 0.08), 0px -9px 28px 8px rgba(0, 0, 0, 0.05);
  z-index: 5;
}
.grayChecked .ant-checkbox-checked::after {
  border-color: #d4d4d4;
}
.grayChecked .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.grayChecked .ant-checkbox-checked .ant-checkbox-inner:hover {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.purApplyTable .ant-table-thead .ant-checkbox-wrapper {
  display: none;
}
.manageGoodsBase {
  border-radius: 4px;
  padding: 12px 18px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.manageGoodsBase .baseinfo {
  border-bottom: solid 1px #ddd;
  height: 40px;
  line-height: 40px;
  color: #000;
  margin-bottom: 10px;
}
.manageGoodsBase .baseinfo span {
  margin-right: 15px;
}
.manageGoodsBase .normalInfo {
  height: 40px;
  line-height: 40px;
  color: #000;
}
.manageGoodsBase .normalInfo span {
  margin-right: 15px;
}
.manageGoodsBase .ant-form-item-label > label {
  color: #515a6e;
}
.manageGoodsBase-title {
  font-size: 16px;
}
.manageGoodsBase .ant-advanced-search-form .ant-form-item {
  display: flex;
}
.manageGoodsBase .ant-advanced-search-form .ant-form-item-control-wrapper {
  flex: 1;
}
.manageGoodsBase .ant-advanced-search-form .ant-form-item {
  margin-bottom: 0;
}
.manageGoods {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 12px 18px;
  width: 100%;
  background-color: #fff;
}
.manageGoods .manage-tools-bar {
  background: #fff;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.manageGoods .manage-tools-bar .manage-tools-left {
  float: left;
  margin-top: 10px;
}
.manageGoods .manage-tools-bar .fr {
  float: right;
  margin-left: 10px;
}
.manageGoods .manage-tools-bar .download {
  line-height: 32px;
  color: #1890ff;
  margin-left: 20px;
  margin-right: 10px;
}
.manageGoods-title {
  font-size: 16px;
}
.manageGoods .storage-good-item .ant-input-number-handler-wrap {
  display: none !important;
}
.goods-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
  box-sizing: border-box;
  margin: 0px 0px 10px;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 4px;
}
.goods-alert-info .icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
  color: #1890ff;
}
.goods-alert-info .message {
  margin-right: 20px;
}
.manageGoodsAll {
  background-color: #fff;
}
.manageGoodsAll .ant-table-small > .ant-table-content > .ant-table-body {
  padding: 0;
}
.manageGoodsAll table .ant-table-thead > tr > th {
  text-align: center;
  padding: 12px 5px;
}
.manageGoodsAll table .ant-table-tbody > tr > td {
  padding: 10px 5px;
  text-align: center;
}
.manageGoodsAll .ant-input-number-input {
  text-align: center;
}
.manageGoodsAll .submitBtn {
  color: #3397f2;
  padding: 0 5px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
.manageGoodsAll .delBtn {
  color: #ed4014;
  padding: 0 5px;
  font-size: 12px;
  cursor: pointer;
}
.manageGoodsAll .ant-table-fixed-left,
.manageGoodsAll .ant-table-fixed-right {
  z-index: 1;
}
.goodall-search {
  height: 60px;
  background: #f8f8f9;
  padding: 15px;
}
.sameRowbg {
  background: #e6f7ff;
}
.purchaseWrap .status0::before,
.purchaseWrap .status4::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: -4px 6px 0 0;
  border: solid 3px #ff9900;
}
.purchaseWrap .status4::before {
  border: solid 3px #19be6b;
}
.excelimport-header {
  text-align: center;
}
.excelimport-header .ant-upload-picture-card-wrapper {
  width: auto;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card > .ant-upload {
  vertical-align: top;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card {
  height: auto;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card {
  border: none;
}
.priceTag-pickerGoods .ant-modal-body {
  padding: 0 15px;
}
.priceTag-pickerGoods .selectgood .ant-tabs-bar {
  border-bottom: none;
  text-align: center;
}
.priceTag-pickerGoods .selectgood-remove {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.priceTag-pickerGoods .selectgood-ways {
  position: relative;
  height: auto;
  max-height: 400px;
}
.priceTag-pickerGoods .selectgood-ways-store {
  position: absolute;
  top: 9px;
  z-index: 9;
}
.priceTag-pickerGoods .selectgood-ways-store .ant-select-selection {
  border: none;
}
.priceTag-pickerGoods .selectgood-searchid {
  text-align: center;
  padding-bottom: 20px;
}
.priceTag-pickerGoods .selectgood .results-container {
  position: relative;
  padding-bottom: 20px;
}
.priceTag-pickerGoods .selectgood-result {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  height: auto;
  min-height: 160px;
  background: #f5f5f5;
}
.priceTag-pickerGoods .selectgood-result-all {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1890ff;
  cursor: pointer;
}
.priceTag-pickerGoods .selectgood-result-item {
  margin: 10px;
  display: inline-block;
}
.priceTag-pickerGoods .selectgood-result-img {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  width: 81px;
  height: 81px;
}
.priceTag-pickerGoods .selectgood-result-img .remove-good {
  position: absolute;
  top: 0;
  right: 0;
}
.priceTag-pickerGoods .selectgood-result-img-active {
  border: 2px solid red;
}
.priceTag-pickerGoods .selectgood-result-item {
  position: relative;
  border: solid 1px #f5f5f5;
}
.priceTag-pickerGoods .selectgood-result-item .delGoods {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  border: solid 1px #666;
  padding: 2px;
  font-size: 10px;
}
.priceTag-pickerGoods .selectgood-result-item .delGoods:hover {
  border: solid 1px red;
  color: red;
}
.selectgood-panelGoods {
  width: 95%;
  margin: 0 auto;
  height: 310px;
  padding-bottom: 10px;
}
.selectgood-panelGoods .ant-checkbox-wrapper {
  margin-left: 10px;
}
.selectgood-panelGoods .treeWrap {
  width: 200px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #ddd;
  border-radius: 5px;
  float: left;
}
.selectgood-panelGoods .treeWrap .ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.selectgood-panelGoods .treeWrap .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  display: none;
}
.selectgood-panelGoods .treeWrap .anticon {
  color: #1890ff;
}
.selectgood-panelGoods .goodsListWrap {
  height: 100%;
  width: 615px;
  float: right;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.selectgood-panelGoods .goodsListWrap .boxWrap {
  width: 620px;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 1px;
  padding-bottom: 50px;
}
.selectgood-panelGoods .goodsListWrap .goodsItem {
  width: 20%;
  float: left;
  border: solid 1px #eaeaea;
  font-size: 12px;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
  box-sizing: border-box;
  padding: 8px;
  height: 150px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.selectgood-panelGoods .goodsListWrap .goodsItem:hover {
  background-color: #f5f5f5;
}
.selectgood-panelGoods .goodsListWrap .goodsItem.active {
  background-color: #e6f7ff;
  border: solid 1px red;
  z-index: 5;
}
.selectgood-panelGoods .goodsListWrap .goodsItem .pic {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.storerack .storerack-outline {
  position: relative;
  height: 340px;
}
.storerack .storerack-outline-preview {
  position: absolute;
  width: 200px;
}
.storerack .storerack-outline-store {
  position: relative;
  width: 110%;
  height: 550px;
  margin-left: 210px;
  transform: scale(0.6);
  transform-origin: 0 top;
  background-color: #f5f5f5;
  padding: 10px;
  overflow: scroll;
}
.storerack .storerack-outline-store .store-scale {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  cursor: pointer;
}
.storerack .storerack-outline-store .selectAll {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: center;
  border-radius: 5px;
}
.storerack .storerack-outline-store div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.storerack .storerack-outline-store-preview {
  position: absolute;
  left: -211px;
  top: 0;
  transform: scale(0.15);
}
.storerack .storerack-outline-store-preview .selectAll {
  top: 70px;
  left: 110px;
  transform: scale(3.4);
}
.search-form-box {
  padding: 20px 10px;
}
.search-form-box .ant-form-item {
  display: flex;
  margin-bottom: 0;
}
.search-form-box .ant-form-item-control-wrapper {
  flex: 1;
}
.selectedRow {
  background-color: #fff;
}
.selectGoodInfo-box > p {
  font-size: 16px;
  font-weight: bolder;
}
.selectGoodInfo-box span {
  margin-right: 25px;
}
.selectGoodInfo-box .goodsInfo-detail {
  display: flex;
}
.selectGoodInfo-box .goodsInfo-detail img {
  width: 80px;
  margin-right: 20px;
}
.search-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.search-box p {
  margin: 0;
  font-weight: bolder;
  font-size: 16px;
}
.search-box .margin-right-15 {
  margin-right: 15px;
}
.search-box .margin-left-15 {
  margin-left: 15px;
}
.actions button {
  padding: 0;
  margin-right: 16px;
}
.actions button:last-child {
  margin-right: 0;
}
.filter-wrap {
  border-radius: 4px;
  padding: 24px 16px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 12px;
}
.filter-wrap button {
  top: 3px;
}
.wrapbox {
  background-color: #fff;
}
.goodsinfo-t {
  text-align: center;
  max-width: 200px;
}
.goodsinfo-t img {
  display: block;
  margin: 0 auto 8px;
  width: 80px;
  height: 80px;
}
.import-wrap {
  margin: -16px 0;
}
.import-wrap .ant-form-item {
  margin-bottom: 8px;
}
.transferContentWrap {
  background-color: #fff;
}
.transferContentWrap .goods-search {
  height: 60px;
  padding: 15px;
}
.transferContentWrap .tranReason {
  color: #f00;
  display: block;
  font-size: 12px;
}
.transferfilter .download {
  line-height: 40px;
  padding: 0 10px;
}
.table-row-selected > td {
  background: #e6f7ff;
}
.storageInfo {
  background: #fff;
  padding: 16px;
  margin-top: 20px;
}
.supplier-detail-container {
  padding-bottom: 38px;
}
.supplier-detail-container .search-box {
  background-color: #fff;
  padding: 12px 16px;
  margin-bottom: 12px;
}
.supplier-detail-container .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.supplier-detail-container .header-item-box {
  padding: 12px 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.supplier-detail-container .header-item-box > div {
  margin: 10px 45px 10px 0;
}
.supplier-detail-container .goods-list-container {
  border: none;
  padding: 12px 0;
  overflow: hidden;
}
.supplier-detail-container .goods-list-container .goods_info_title {
  float: left;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
}
.supplier-detail-container .goods-list-container .goods_info_actions {
  float: right;
  position: relative;
  z-index: 5;
}
.supplier-detail-container .goods-list-container .goods-list-box {
  padding: 0 16px;
  background-color: #fff;
}
.supplier-detail-container .goods-list-container .goods-list-box .actions .ant-btn {
  padding: 0;
  margin-right: 16px;
}
.storageScrollBox .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.storageScrollBox .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.storageScrollBox .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b5b1b1;
}
.supplierGoodsEdit table .ant-table-tbody > tr > td {
  padding: 5px 16px;
}
#addDrawerDiv .ant-form-item {
  margin-bottom: 16px !important;
}
#addDrawerDiv .ant-form-item-children {
  display: flex;
  align-items: center;
}
.supplier-manage-container {
  flex-direction: column;
  height: auto;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.supplier-manage-container .search-form-box .ant-form-item-label {
  text-align: right;
}
.supplier-manage-container p {
  margin: 0;
}
.supplier-manage-container .flex-box {
  display: flex;
}
.supplier-manage-container .justify-between {
  justify-content: space-between;
}
.supplier-manage-container .align-center {
  align-items: center;
}
.supplier-manage-container .header-box .ant-btn-primary {
  background-color: #ff9900;
  border-color: #ff9900;
}
.supplier-manage-container .header-box .ant-btn-primary:hover {
  background-color: #ff9900;
  border-color: #ff9900;
}
.supplier-manage-container .search-form-box {
  margin: 0px 0 16px;
  padding: 15px 10px;
  background-color: #fff;
}
.supplier-manage-container .table-box {
  flex: 1;
  padding: 0 16px;
  background-color: #fff;
}
.supplier-manage-container .pagination-box {
  width: 100%;
  text-align: right;
  background-color: #fff;
  padding: 0 15px;
  margin: 15px 0;
}
.storageScrollBox .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.storageScrollBox .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.storageScrollBox .ant-table-content > .ant-table-scroll > .ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b5b1b1;
}
.supplier-list-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.supplier-list-container .table-div {
  flex: 1;
}
.table-operation-box .ant-btn {
  padding: 0 5px;
}
.status-box .status-icon {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin-right: 5px;
}
.status-box .status-enable {
  background-color: #dedede;
}
.status-box .status-able {
  background-color: #19BE6B;
}
.status-box .status-unable {
  background-color: #ED4014;
}
.table-row-selected > td {
  background: #e6f7ff;
}
.storageInfo {
  background: #fff;
  padding: 16px;
  margin-top: 20px;
}
.contentbox {
  background: #fff;
  padding: 8px 8px 0 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  height: auto;
  overflow: hidden;
}
.contentbox p {
  margin: 0;
}
.contentbox .ant-table-tbody > tr > td {
  padding: 2px 8px;
  word-break: break-all;
}
.contentbox .ant-table-tbody > tr > td img {
  display: block;
}
.rack-box-wrap {
  background: #fff;
  padding: 8px 8px 0 8px;
  border-radius: 4px;
  overflow: hidden;
  overflow-x: auto;
}
.heatmapwrap {
  position: absolute;
  margin: 8px 8px 0 8px;
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
}
.nobackgroundEye {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}
.nobackgroundEye .rack-box-wrap {
  background: none;
}
.ant-message {
  font-size: 14px;
}
.steeringwheel {
  width: 124px;
  height: 124px;
  border: solid 1px #ddd;
  border-radius: 50%;
  position: relative;
}
.steeringwheel span {
  width: 24px;
  height: 24px;
  position: absolute;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
}
.steeringwheel .up {
  left: 50px;
  top: 10px;
}
.steeringwheel .down {
  left: 50px;
  bottom: 10px;
}
.steeringwheel .left {
  left: 10px;
  bottom: 50px;
}
.steeringwheel .right {
  right: 10px;
  bottom: 50px;
}
.steeringwheel .unit {
  position: absolute;
  width: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -14px;
  text-align: center;
}
.rackinfopos {
  position: relative;
}
.rackinfopos h3 {
  text-align: center;
  line-height: 40px;
}
.rackinfopos .rackmove {
  position: absolute;
  width: 125px;
  left: 240px;
  top: 20px;
}
.customer-order-info {
  height: auto;
  overflow: hidden;
  line-height: 30px;
  border-radius: 5px;
  background: #e9e9e9;
  margin-bottom: 8px;
  padding: 8px 16px;
}
.customer-order-info .left {
  float: left;
  margin-right: 18px;
}
.customer-order-info .left p {
  margin-bottom: 4px;
}
.customer-order-info .right {
  float: right;
}
.customer-order-info .right .price {
  line-height: 80px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
}
.customer-order-info .right .bigbtn {
  display: inline-block;
  font-weight: 500;
  float: right;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  height: 64px;
  background: #49a9ee;
  user-select: none;
  margin-left: 15px;
}
.addStore {
  padding: 8px;
  background: #fff;
  height: auto;
  border-radius: 4px;
  margin-top: 10px;
}
.addStore .ant-form-item {
  margin-bottom: 16px;
}
.selected {
  background: #ddd;
}
.selectedRow {
  background: #aecbe8;
  color: #314659;
}
.customer-goods-info {
  height: auto;
}
.customer-goods-info li {
  width: 170px;
  float: left;
  margin: 0 8px 8px 0;
  font-size: 14px;
  line-height: 30px;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 8px;
  height: 280px;
}
.customer-goods-info li .ant-input-group-wrapper {
  margin-bottom: 8px;
}
.customer-goods-info li img {
  float: left;
  width: 154px;
  height: 154px;
  margin-bottom: 8px;
  margin-right: 8px;
}
.customer-goods-info li h3 {
  line-height: 30px;
  font-size: 12px;
  height: 30px;
  width: 100%;
  overflow: hidden;
}
.customer-goods-enter {
  height: auto;
}
.customer-goods-enter li {
  width: 170px;
  float: left;
  margin: 0 8px 8px 0;
  font-size: 14px;
  line-height: 30px;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 8px;
  height: 280px;
}
.customer-goods-enter li .ant-input-group-compact {
  margin-bottom: 8px;
}
.customer-goods-enter li .ant-input-group-compact .ant-input {
  border-radius: 0;
  height: 30px;
}
.customer-goods-enter li img {
  float: left;
  width: 154px;
  height: 154px;
  margin-bottom: 8px;
  margin-right: 8px;
}
.customer-goods-enter li h3 {
  line-height: 30px;
  font-size: 12px;
  height: 30px;
  width: 100%;
  overflow: hidden;
}
.m-inputer-number {
  height: 30px;
  border: solid 1px #e9e9e9;
  border-radius: 3px;
  text-align: center;
  background: #fff;
  display: inline-block;
  overflow: hidden;
  user-select: none;
}
.m-inputer-number .action {
  float: left;
  font-size: 26px;
  height: 30px;
  width: 30px;
  border: solid 1px #e9e9e9;
  margin: -1px;
  cursor: pointer;
  line-height: 22px;
}
.m-inputer-number input {
  float: left;
  height: 28px;
  border: none;
  outline: none;
  background: none;
  width: 50px;
  text-align: center;
}
.goodsincar ul {
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background: #efefef;
  margin-top: 8px;
  padding: 8px 8px 0;
  height: auto;
  margin-bottom: 16px;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
.goodsincar ul li {
  height: 58px;
  width: 50%;
  float: left;
  margin-bottom: 8px;
}
.goodsincar ul li p {
  line-height: 28px;
  height: 28px;
}
.goodsincar ul li img {
  float: left;
  margin-right: 8px;
  height: 58px;
  width: 58px;
}
.goodsincar ul .center {
  text-align: center;
}
.goodsincar .ant-btn {
  margin-right: 16px;
}
.customerbaseinfo {
  line-height: 36px;
  font-size: 14px;
  padding-bottom: 8px;
  background: #e9e9e9;
  border-radius: 4px;
  margin: 0 8px 8px;
}
.customerbaseinfo .item {
  display: inline-block;
  width: 90px;
  margin-right: 8px;
  color: #000;
  text-align: right;
}
.couponlist {
  max-height: 400px;
  overflow: auto;
}
.couponlist .item {
  margin-bottom: 8px;
}
.couponlist .item .m-inputer-number {
  float: left;
  margin-top: 35px;
}
.stamp {
  width: 196px;
  height: 95px;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  margin: 0 16px;
  overflow: hidden;
  z-index: 1;
}
.stamp:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  z-index: -1;
}
.stamp:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.stamp i {
  position: absolute;
  left: 0%;
  top: 45px;
  height: 190px;
  width: 390px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(-50deg);
}
.stamp .par {
  float: left;
  padding: 0px 10px;
  width: 100%;
  text-align: left;
}
.stamp .par p {
  color: #fff;
}
.stamp .par span {
  font-size: 26px;
  color: #fff;
  margin-right: 5px;
}
.stamp .par .sign {
  font-size: 14px;
}
.stamp .par sub {
  position: relative;
  top: 0px;
  color: rgba(255, 255, 255, 0.8);
}
.yellow {
  background: #f39b00;
  background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px, #f39b00 5px);
  background-size: 15px 15px;
  background-position: 9px 3px;
}
.yellow:before {
  background-color: #f39b00;
}
.red {
  background: #d24161;
  background: radial-gradient(transparent 0, transparent 5px, #d24161 5px);
  background-size: 15px 15px;
  background-position: 9px 3px;
}
.red:before {
  background-color: #d24161;
}
.green {
  background: #7eab1e;
  background: radial-gradient(transparent 0, transparent 5px, #7eab1e 5px);
  background-size: 15px 15px;
  background-position: 9px 3px;
}
.green:before {
  background-color: #7eab1e;
}
.blue {
  background: #50add3;
  background: radial-gradient(transparent 0, transparent 5px, #50add3 5px);
  background-size: 15px 15px;
  background-position: 9px 3px;
}
.blue:before {
  background-color: #50add3;
}
.scannerinput {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  margin: 0 0 8px 8px;
}
.cameraitem {
  padding: 8px;
  width: 325px;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding-bottom: 4px;
  margin-bottom: 8px;
  margin-right: 8px;
}
.bindcamerawrap {
  border: solid 1px #ddd;
  border-radius: 6px;
  margin-top: 20px;
  padding: 8px 16px;
}
.bindcamerawrap .title {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  background: #fff;
  float: left;
  margin-top: -22px;
}
.active-gate-wrap {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-left: 18px;
}
.active-gate-wrap .ant-form-item-control-wrapper {
  display: inline-block !important;
}
.active-gate-wrap .delete-btn {
  position: absolute;
  left: 340px;
  bottom: 6px;
}
.active-gate-wrap .update-btn {
  position: absolute;
  left: 340px;
  bottom: 46px;
}
.areawrap {
  border: solid 1px #ddd;
  max-width: 300px;
  width: 100%;
  background: #f7f7f7;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
}
.areawrap .areaType {
  line-height: 30px;
  width: 100%;
  padding: 0 8px;
}
.areawrap .ant-input-group-compact {
  display: flex;
}
.areawrap .ant-input-group-compact * {
  border-radius: 0 !important;
}
.areawrap .ant-input-group-compact .ant-input-group-wrapper {
  float: left;
  flex: 1;
  border-radius: 0;
  margin: -1px;
}
.customerCard {
  width: 345px;
  height: 100px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  margin: 10px 20px;
}
.customerCard img {
  width: 345px;
  height: 100px;
}
.selectedCard {
  border: solid 3px #108ee9;
  box-shadow: 0px 0px 10px #108ee9;
}
.salesInfo {
  line-height: 40px;
  border: solid 1px #e9e9e9;
  background: #f9f9f9;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 10px;
}
.salesInfo span {
  padding: 0 10px;
}
.launchDevice-adlist-item-ops .hover-delete:hover {
  color: #f9333d !important;
}
.copy-text {
  color: #1990FFFF;
  border: 1px solid #1990FFFF;
  border-radius: 3px;
  margin-left: 10px;
  padding: 0 4px;
  cursor: pointer;
}
.device-svg-icon {
  width: 100%;
  height: 100%;
}
.filterResult-filter {
  padding: 15px;
}
.filterResult-result table .ant-table-thead > tr > th {
  background-color: #fff;
}
.filterResult-result table .ant-table-tbody > tr > td {
  padding: 10px 16px;
}
.filterResult-result .ant-pagination-simple .ant-pagination-simple-pager input {
  padding: 0;
}
.filterResult .antd-pro-ellipsis-lineClamp {
  color: #666666ff;
}
.launchDevice {
  height: calc(100vh - 124px);
}
.launchDevice .gg_deviceItem {
  width: 100%;
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 5px;
  margin: 5px 0;
}
.launchDevice .gg_deviceItem.active {
  border: solid 1px #1990ff;
}
.launchDevice-left {
  border-right: 1px solid #eeeeef;
  display: inline-block;
  width: calc(100% - 350px);
  height: 100%;
  overflow: scroll;
}
.launchDevice-right {
  position: relative;
  float: right;
  padding: 14px;
  width: 350px;
  height: 100%;
}
.launchDevice-device-title {
  font-size: 14px;
  font-weight: 500;
  color: #262626;
}
.launchDevice-device-content {
  padding: 12px;
  background-color: #fbfbfb;
}
.launchDevice-device-item {
  height: 30px;
  line-height: 30px;
}
.launchDevice-device-label,
.launchDevice-device-value {
  display: inline-block;
}
.launchDevice-device-label {
  width: 70px;
  text-align: right;
  color: #888888;
}
.launchDevice-device-value {
  color: #262626;
}
.launchDevice-adlist {
  margin-top: 14px;
  height: calc(100% - 278px);
}
.launchDevice-adlist-content {
  overflow-y: auto;
}
.launchDevice-adlist-title {
  font-size: 14px;
  font-weight: 500;
  color: #262626;
}
.launchDevice-adlist .op-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  text-align: center;
}
.launchDevice-adlist-wrapper {
  padding: 12px;
  overflow-y: scroll;
}
.launchDevice-adlist-item {
  position: relative;
  height: 30px;
  line-height: 30px;
  color: #181818;
}
.launchDevice-adlist-item-ops {
  position: absolute;
  right: 0;
}
.launchDevice-adlist-item-ops .hovericon {
  color: #8c9195;
}
.launchDevice-adlist-item-ops .hovericon:hover {
  color: #1990ff;
}
.adtree-branchlist .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0;
  background-color: #fff;
}
.adtree-branchlist .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-left: 8px;
}
.adtree-branchlist .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding: 8px 0px;
}
.adtree-branchlist .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: #f7f7f7;
}
.adtree-branchlist .branch-title {
  margin: 0;
  border: none;
  font-size: 14px;
  margin-left: 38px;
  padding-right: 18px;
  line-height: 40px;
  height: 40px;
}
.adtree-branchlist .condition-item-label {
  display: inline-block;
  width: 80px;
  text-align: right;
  white-space: nowrap;
}
.adtree-branchlist .fr {
  float: right;
}
.adtree-branchlist .condition-item {
  line-height: 28px;
}
.condition-item {
  position: relative;
}
.condition-item .goodpool {
  display: inline-block;
  margin-left: 80px;
  width: 162px;
  border: 1px solid gainsboro;
  padding: 8px;
  border-radius: 4px;
}
.condition-item .goodpool .ant-tag {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 12px;
}
.condition-item .goodpool .ant-tag > .anticon-close {
  position: absolute;
  right: 0;
  top: 4px;
}
.condition-item .goodpool-disabled {
  border: none;
  padding: 0;
  margin-top: 2px;
}
.play-senior-set {
  margin-top: 20px;
}
.play-senior-set .play-senior-header {
  display: flex;
  justify-content: space-between;
  padding-left: 23px;
}
.play-senior-set .playing-content {
  border-radius: 4px;
  margin-top: 15px;
  min-height: 100px;
  text-align: center;
  padding-top: 10px;
  background: #fff;
}
.play-senior-set .playing-content .playing-content-item {
  margin-bottom: 5px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  background: #dddddd8f;
  border-radius: 4px;
}
.play-senior-set .playing-content .playing-content-item > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}
.play-senior-set .playing-content .playing-content-item > .circle-times {
  justify-content: flex-start;
}
.play-senior-set .playing-content .playing-content-item .del-span {
  cursor: pointer;
}
.play-senior-set .playing-content .playing-content-item .del-span:hover {
  color: red;
}
.node-info .node-title,
.new-branch-wrap .node-title {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 26px;
  padding-right: 18px;
  font-weight: 500;
  color: #000;
  height: 40px;
  line-height: 40px;
}
.node-info .node-title .edit-btn,
.new-branch-wrap .node-title .edit-btn {
  position: absolute;
  top: 0;
  right: 6px;
}
.node-info .node-baseinfo,
.new-branch-wrap .node-baseinfo {
  padding: 10px 0px;
  background-color: #f7f7f7;
}
.node-info .node-baseinfo .play-senior-set,
.new-branch-wrap .node-baseinfo .play-senior-set {
  margin-top: 20px;
}
.node-info .node-baseinfo .play-senior-set .play-senior-header,
.new-branch-wrap .node-baseinfo .play-senior-set .play-senior-header {
  display: flex;
  justify-content: space-between;
  padding-left: 23px;
}
.node-info .node-baseinfo .play-senior-set .playing-content,
.new-branch-wrap .node-baseinfo .play-senior-set .playing-content {
  border-radius: 4px;
  margin-top: 15px;
  min-height: 100px;
  text-align: center;
  padding-top: 10px;
  background: #fff;
}
.node-info .node-baseinfo .play-senior-set .playing-content .playing-content-item,
.new-branch-wrap .node-baseinfo .play-senior-set .playing-content .playing-content-item {
  margin-bottom: 5px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  background: #dddddd8f;
  border-radius: 4px;
}
.node-info .node-baseinfo .play-senior-set .playing-content .playing-content-item > div,
.new-branch-wrap .node-baseinfo .play-senior-set .playing-content .playing-content-item > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}
.node-info .node-baseinfo .play-senior-set .playing-content .playing-content-item > .circle-times,
.new-branch-wrap .node-baseinfo .play-senior-set .playing-content .playing-content-item > .circle-times {
  justify-content: flex-start;
}
.node-info .node-baseinfo .play-senior-set .playing-content .playing-content-item .del-span,
.new-branch-wrap .node-baseinfo .play-senior-set .playing-content .playing-content-item .del-span {
  cursor: pointer;
}
.node-info .node-baseinfo .play-senior-set .playing-content .playing-content-item .del-span:hover,
.new-branch-wrap .node-baseinfo .play-senior-set .playing-content .playing-content-item .del-span:hover {
  color: red;
}
.node-info .condition-item,
.new-branch-wrap .condition-item {
  line-height: 28px;
}
.node-info .condition-item-label,
.new-branch-wrap .condition-item-label {
  display: inline-block;
  width: 80px;
  text-align: right;
  white-space: nowrap;
}
.node-info .condition-item .ant-radio-button-wrapper-disabled,
.new-branch-wrap .condition-item .ant-radio-button-wrapper-disabled {
  display: none;
}
.node-info .condition-item .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked,
.new-branch-wrap .condition-item .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}
.node-info .condition-item .ant-input-number-disabled,
.new-branch-wrap .condition-item .ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: none;
}
.node-info .condition-item .ant-cascader-picker-disabled,
.new-branch-wrap .condition-item .ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}
.node-info .condition-item .ant-cascader-picker-disabled i,
.new-branch-wrap .condition-item .ant-cascader-picker-disabled i {
  display: none;
}
.node-info .condition-item .ant-cascader-picker-label,
.new-branch-wrap .condition-item .ant-cascader-picker-label {
  padding: 0 20px 0 6px;
}
.node-info .condition-item .ant-select-disabled,
.new-branch-wrap .condition-item .ant-select-disabled {
  color: rgba(0, 0, 0, 0.65);
}
.node-info .condition-item .ant-select-disabled .ant-select-selection,
.new-branch-wrap .condition-item .ant-select-disabled .ant-select-selection {
  background-color: transparent;
  border: none;
}
.node-info .condition-item .ant-select-disabled .ant-select-arrow,
.new-branch-wrap .condition-item .ant-select-disabled .ant-select-arrow {
  display: none;
}
.node-info .condition-item .ant-input-disabled,
.new-branch-wrap .condition-item .ant-input-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  cursor: auto;
  opacity: 1;
  border: none;
}
.node-info .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice,
.new-branch-wrap .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  color: rgba(0, 0, 0, 0.65);
}
.node-info .ant-time-picker-input[disabled],
.new-branch-wrap .ant-time-picker-input[disabled] {
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
}
.rule-tree-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rule-tree-page .fixed-btn-con {
  border-top: solid 1px #bbb;
  width: 100%;
  height: 36px;
  background: white;
  text-align: center;
  z-index: 10;
}
.rule-tree-page .fixed-btn-con button {
  flex-grow: 0;
  align-self: center;
  margin-top: 6px;
}
.rule-tree-page .ad-rule-tree {
  position: relative;
  height: 100%;
  overflow: hidden;
  user-select: none;
  /** drawer style */
}
.rule-tree-page .ad-rule-tree-scene {
  position: absolute;
  left: 0px;
  top: 50px;
  padding: 6px 10px;
  font-size: 12px;
  color: #eb2f96;
  background: #fff0f6;
  border: 1px solid #ffadd2;
  border-radius: 4px;
  cursor: pointer;
  z-index: 999;
}
.rule-tree-page .ad-rule-tree .fullscreen-btn {
  position: absolute;
  right: 325px;
  top: 5px;
  z-index: 9;
}
.rule-tree-page .ad-rule-tree .play-setting {
  padding: 10px 24px;
  padding-right: 7px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid gainsboro;
  color: #000;
}
.rule-tree-page .ad-rule-tree .play-setting-edit {
  color: #1890ff;
  float: right;
  cursor: pointer;
  font-size: 14px;
}
.rule-tree-page .ad-rule-tree #ruleTree {
  position: relative;
  width: calc(100% - 320px);
  height: 100%;
  user-select: none;
}
.rule-tree-page .ad-rule-tree #ruleTree .ruleTree-scenetip {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 320px;
  background: #fff;
}
.rule-tree-page .ad-rule-tree .drawer {
  position: absolute;
  right: 0;
  width: 320px;
  top: 0;
  background-color: #fff;
  height: 100%;
  border-left: 1px solid #bbb;
  overflow: initial;
}
.rule-tree-page .ad-rule-tree .ant-drawer-body {
  padding: 0;
}
.rule-tree-page .ad-rule-tree .ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 600px;
}
.rule-tree-page .ad-rule-tree .ant-drawer-right .ant-drawer-content-wrapper {
  height: 600px;
}
.rule-tree-page .ad-rule-tree .ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 0;
}
.rule-tree-page .ad-rule-tree .ant-drawer-right.ant-drawer-open {
  height: 0;
}
.advert-play-rule {
  position: relative;
  width: 100%;
  height: 100%;
}
.advert-play-rule .ant-form-item {
  margin-bottom: 5px;
}
.advert-play-rule .card {
  position: absolute;
  width: 100%;
  height: 100%;
}
.advert-play-rule .card:nth-child(2) {
  top: 100%;
}
.advert-play-rule .card.card:first-child .card-title {
  border-top: none;
}
.advert-play-rule .card .card-title {
  margin: 0;
  padding: 0 16px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-top: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  background: #f2f2f2;
  font-size: 14px;
}
.advert-play-rule .card .card-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-height: 100px;
  max-height: calc(100% - 35px);
  overflow: scroll;
}
.advert-play-rule .ant-list-item {
  padding: 8px 0;
}
.advert-play-rule .fixed-btn-con {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: solid 1px #bbb;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: white;
  text-align: center;
}
.advert-play-rule .fixed-btn-con button {
  flex-grow: 0;
  align-self: center;
  margin-top: 6px;
}
.advert-play-rule .ant-list-split {
  padding: 0 10px;
  border: 1px solid #e8e8e8;
}
.storeAdvert-actlist .ant-list-split .ant-list-item {
  padding: 12px;
}
.advertinfo {
  padding-left: 14px;
}
.advertinfo-title {
  font-size: 14px;
  font-weight: 500;
}
.advertinfo-label,
.advertinfo-value {
  font-size: 14px;
  line-height: 26px;
}
.advertinfo-label {
  color: #888888;
}
.advertinfo-value {
  color: #262626;
}
.advertinfo-type {
  display: inline-block;
  margin-left: 40px;
}
.playrule {
  height: calc(100vh - 124px);
}
.playrule-left {
  display: inline-block;
  margin-right: 350px;
}
.playrule-right {
  float: right;
  width: 350px;
  border-left: 1px solid #eeeeef;
}
.condition-item {
  position: relative;
}
.condition-item .goodpool {
  display: inline-block;
  margin-left: 80px;
  width: 162px;
  border: 1px solid gainsboro;
  padding: 8px;
  border-radius: 4px;
}
.condition-item .goodpool .ant-tag {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.condition-item .goodpool-disabled {
  border: none;
  padding: 0;
  margin-top: 2px;
}
.adtree-branchlist .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0;
  background-color: #fff;
}
.adtree-branchlist .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-left: 8px;
}
.adtree-branchlist .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding: 8px 0px;
}
.adtree-branchlist .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: #f7f7f7;
}
.adtree-branchlist .branch-title {
  margin: 0;
  border: none;
  font-size: 14px;
  margin-left: 38px;
  padding-right: 18px;
  line-height: 40px;
  height: 40px;
}
.node-info .node-title {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 26px;
  padding-right: 18px;
  font-weight: 500;
  color: #000;
  height: 40px;
  line-height: 40px;
}
.node-info .node-title .edit-btn {
  position: absolute;
  top: 0;
  right: 6px;
}
.node-info .node-baseinfo {
  padding: 10px 0px;
  background-color: #f7f7f7;
}
.node-info .condition-item {
  line-height: 28px;
}
.node-info .condition-item-label {
  display: inline-block;
  width: 80px;
  text-align: right;
  white-space: nowrap;
}
.node-info .condition-item .ant-radio-button-wrapper-disabled {
  display: none;
}
.node-info .condition-item .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}
.node-info .condition-item .ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: none;
}
.node-info .condition-item .ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}
.node-info .condition-item .ant-cascader-picker-disabled i {
  display: none;
}
.node-info .condition-item .ant-cascader-picker-label {
  padding: 0 20px 0 6px;
}
.node-info .condition-item .ant-select-disabled {
  color: rgba(0, 0, 0, 0.65);
}
.node-info .condition-item .ant-select-disabled .ant-select-selection {
  background-color: transparent;
  border: none;
}
.node-info .condition-item .ant-select-disabled .ant-select-arrow {
  display: none;
}
.node-info .condition-item .ant-input-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  cursor: auto;
  opacity: 1;
  border: none;
}
.node-info .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  color: rgba(0, 0, 0, 0.65);
}
.node-info .ant-time-picker-input[disabled] {
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
}
.rule-tree-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rule-tree-page .fixed-btn-con {
  border-top: solid 1px #bbb;
  width: 100%;
  height: 36px;
  background: white;
  text-align: center;
  z-index: 10;
}
.rule-tree-page .fixed-btn-con button {
  flex-grow: 0;
  align-self: center;
  margin-top: 6px;
}
.rule-tree-page .ad-rule-tree {
  position: relative;
  height: 100%;
  overflow: hidden;
  user-select: none;
  /** drawer style */
}
.rule-tree-page .ad-rule-tree .fullscreen-btn {
  position: absolute;
  right: 325px;
  top: 5px;
  z-index: 9;
}
.rule-tree-page .ad-rule-tree .play-setting {
  padding: 10px 24px;
  padding-right: 7px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid gainsboro;
  color: #000;
}
.rule-tree-page .ad-rule-tree .play-setting-edit {
  color: #1890ff;
  float: right;
  cursor: pointer;
  font-size: 14px;
}
.rule-tree-page .ad-rule-tree #ruleAdTree {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 320px);
  height: 100%;
  user-select: none;
}
.rule-tree-page .ad-rule-tree #ruleAdTree svg {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.rule-tree-page .ad-rule-tree #ruleAdTree canvas {
  position: absolute;
}
.rule-tree-page .ad-rule-tree .drawer {
  position: absolute;
  right: 0;
  width: 320px;
  top: 0;
  background-color: #fff;
  height: 100%;
  border-left: 1px solid #bbb;
  overflow: initial;
}
.rule-tree-page .ad-rule-tree .ant-drawer-body {
  padding: 0;
}
.rule-tree-page .ad-rule-tree .ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 600px;
}
.rule-tree-page .ad-rule-tree .ant-drawer-right .ant-drawer-content-wrapper {
  height: 600px;
}
.rule-tree-page .ad-rule-tree .ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 0;
}
.rule-tree-page .ad-rule-tree .ant-drawer-right.ant-drawer-open {
  height: 0;
}
.sceneaction {
  padding: 14px;
  height: 100%;
}
.sceneaction .ant-form-item {
  margin-bottom: 10px;
}
.sceneaction-title {
  font-size: 14px;
  font-weight: 400px;
}
.sceneaction-content {
  position: relative;
  padding: 10px;
  background-color: #fafafa;
  height: calc(100% - 70px);
  overflow-y: scroll;
}
.sceneaction-content .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  left: 4px;
  top: 23px;
}
.sceneaction-content .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0;
  padding-left: 24px;
  padding-top: 12px;
}
.sceneaction-content .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: #1890ff;
}
.sceneaction-content .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  padding-left: 8px;
}
.sceneaction-actions {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.sceneaction-add-btn {
  margin-top: 16px;
  display: inline-block;
  border: 1px solid #89c5fd;
  padding: 0 12px;
  color: #89c5fd;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  cursor: pointer;
}
.adtoolbar {
  height: 100%;
  overflow: scroll;
}
.adtoolbar-clear {
  position: absolute;
  top: 0;
  right: 20px;
  height: 40px;
  line-height: 40px;
}
.adtoolbar .node-title {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 26px;
  padding-right: 18px;
  font-weight: 500;
  color: #000;
  height: 40px;
  line-height: 40px;
}
.adtoolbar .node-title .edit-btn {
  position: absolute;
  top: 0;
  right: 6px;
}
.adtoolbar .node-baseinfo {
  padding: 10px 0px;
  background-color: #f7f7f7;
}
.adtoolbar .condition-item {
  line-height: 28px;
}
.adtoolbar .condition-item-label {
  display: inline-block;
  width: 80px;
  text-align: right;
  white-space: nowrap;
}
.adtoolbar .condition-item .ant-radio-button-wrapper-disabled {
  display: none;
}
.adtoolbar .condition-item .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}
.adtoolbar .condition-item .ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: none;
}
.adtoolbar .condition-item .ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}
.adtoolbar .condition-item .ant-cascader-picker-disabled i {
  display: none;
}
.adtoolbar .condition-item .ant-cascader-picker-label {
  padding: 0 20px 0 6px;
}
.adtoolbar .condition-item .ant-select-disabled {
  color: rgba(0, 0, 0, 0.65);
}
.adtoolbar .condition-item .ant-select-disabled .ant-select-selection {
  background-color: transparent;
  border: none;
}
.adtoolbar .condition-item .ant-select-disabled .ant-select-arrow {
  display: none;
}
.adtoolbar .condition-item .ant-input-disabled {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  cursor: auto;
  opacity: 1;
  border: none;
}
.adtoolbar .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  color: rgba(0, 0, 0, 0.65);
}
.adtoolbar .ant-time-picker-input[disabled] {
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
}
.sceneaction {
  padding: 14px;
  height: 100%;
}
.sceneaction .ant-form-item {
  margin-bottom: 10px;
}
.sceneaction-title {
  font-size: 14px;
  font-weight: 400px;
}
.sceneaction-content {
  position: relative;
  padding: 10px;
  background-color: #fafafa;
  height: calc(100% - 70px);
  overflow-y: scroll;
}
.sceneaction-content .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  left: 4px;
  top: 23px;
}
.sceneaction-content .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0;
  padding-left: 24px;
  padding-top: 12px;
}
.sceneaction-content .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: #1890ff;
}
.sceneaction-content .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  padding-left: 8px;
}
.sceneaction-actions {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.sceneaction-add-btn {
  margin-top: 16px;
  display: inline-block;
  border: 1px solid #89c5fd;
  padding: 0 12px;
  color: #89c5fd;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  cursor: pointer;
}
.storeAdvert {
  background-color: #fff;
}
.storeAdvert-left {
  float: left;
  width: 400px;
  height: calc(100vh - 80px);
  overflow-y: scroll;
}
.storeAdvert-right {
  border-left: 1px solid #eeeeef;
  margin-left: 400px;
  height: calc(100vh - 80px);
  padding: 20px;
  padding-bottom: 0;
  padding-top: 0;
}
.storeAdvert-main .ant-tabs-bar {
  margin: 0;
}
.tableWrapBox {
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  margin-top: 8px;
}
.tableWrapBox .tableContentBox {
  padding: 15px;
}
.tableWrapBox .ant-table-thead > tr > th {
  background: rgba(240, 240, 240, 0.5);
  padding: 10px;
}
.tableWrapBox .ant-table-tbody > tr > td {
  padding: 8px;
}
.tableWrapBox .ant-table-tbody > tr:nth-child(even) > td {
  background: #f8f8f9;
}
.tableWrapBox .ant-table-tbody > .row-selected:nth-child(even) > td {
  background: #e6f7ff !important;
}
.tableWrapBox .ant-table-tbody .row-selected {
  background: #e6f7ff !important;
}
.upload-feedback .upload-success {
  color: #7cbb19;
}
.upload-feedback .upload-fail {
  color: #d6000e;
}
.upload-feedback .m-bottom-10 {
  margin-bottom: 10px;
}
.upload-feedback .download {
  color: #1890ff;
  cursor: pointer;
}
.store-goods .store-goods__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.store-goods .store-goods__title .ant-btn-primary {
  background-color: #ff9900;
  border-color: #ff9900;
}
.store-goods .header-div {
  background-color: #fff;
  position: relative;
  margin-bottom: 12px;
}
.store-goods .search-div {
  padding: 24px 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.store-goods .search-div .search-item {
  display: flex;
  align-items: center;
  margin: 0 16px 0px 0;
}
.store-goods .search-div .search-item:last-child {
  padding-right: 0;
}
.store-goods .content-div {
  padding: 16px;
  background-color: #fff;
}
.store-goods .content-div__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
}
.export_des {
  text-align: left;
  font-size: 12px;
}
.export_des p {
  margin-bottom: 0;
}
.export_des p a {
  margin-left: 8px;
}
.storeHeatmap {
  position: relative;
}
.storeHeatmap .title {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  padding-left: 14px;
  border-bottom: 1px solid gainsboro;
}
.storeHeatmap .toolbar-scale {
  position: absolute;
  text-align: center;
  width: 100px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  right: 10px;
  bottom: 12px;
  font-size: 50px;
  font-weight: 200;
  box-shadow: 0px 1px 6px 0px rgba(4, 0, 0, 0.21);
  border-radius: 10px;
}
.storeHeatmapTabWrap {
  margin-top: 8px;
  background: #fff;
  border-radius: 6px;
  min-height: 530px;
  padding: 16;
}
.storeHeatmapTabWrap .ant-tabs-extra-content {
  float: left !important;
  padding: 0 32px;
}
.storeHeatmapTabWrap .ant-tabs-extra-content .titleName {
  font-size: 16px;
  line-height: 46px;
  position: relative;
  display: block;
  height: 46px;
}
.storeHeatmapTabWrap .ant-tabs-extra-content .titleName:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10aae9;
  position: absolute;
  content: "";
  left: -16px;
  top: 18px;
}
.storeHeatmapBox {
  background: #fff;
  border-radius: 6px;
  width: 100%;
  min-height: 530px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 8px;
  float: left;
}
.storeHeatmapBox .store-wrapper > div {
  max-width: auto !important;
  overflow: auto !important;
}
.storeHeatmapBox .heatmapwrap {
  position: absolute;
  margin: 8px 8px 0 8px;
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
}
.scaleWrap {
  position: absolute;
  text-align: center;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  right: 20px;
  bottom: 30px;
  font-weight: 200;
  box-shadow: 0px 1px 6px 0px rgba(4, 0, 0, 0.21);
  border-radius: 5px;
  overflow: hidden;
  user-select: none;
}
.scaleWrap .btn {
  font-size: 30px;
  float: left;
  line-height: 22px;
}
.scaleWrap .zoom {
  font-size: 12px;
  padding: 0 10px;
  float: left;
}
.scaleWrap .minus {
  font-size: 34px;
}
.storeViewBox {
  height: calc(100vh - 100px);
  box-sizing: border-box;
}
.storeViewBox .storeFlexSide {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.storeViewBox .storeFlexSide .titleName {
  color: #808695;
  font-size: 14px;
  line-height: 40px;
  font-size: 16px;
  height: 40px;
}
.storeViewBox .storeFlexSide .storeMapPic {
  background: #fff;
  flex: auto;
  display: flex;
  flex-direction: column;
}
.storeViewBox .storeFlexSide .storeViewTabWrap {
  flex: 1;
  background: #fff;
  overflow: auto;
}
.storeViewBox .storeFlexSide .storeViewTabWrap .ant-tabs-nav-wrap {
  padding: 0 12px;
}
.storeViewBox .storeFlexSide .storeViewTabWrap .ant-tabs-nav .ant-tabs-tab {
  margin: 0 2px 0 0;
}
.storeViewBox .storeFlexSide .storeViewTabWrapScroll {
  height: 100%;
  overflow: auto;
}
.storeViewBox .storeFlexSide .storeSvgZoom {
  padding: 10px;
  overflow: auto;
  position: relative;
  flex: auto;
}
.storeViewBox .storeFlexSide .storeSvgZoom .dragSvg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.storeViewBox .storeFlexSide .storeSvgZoom::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.storeViewBox .storeFlexSide .storeSvgZoom::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.storeViewBox .storeFlexSide .storeSvgZoom::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b5b1b1;
}
.storeViewBox .downloadIcon {
  float: right;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  margin-top: 6px;
}
.storeViewBox .downloadIcon img {
  width: 30px;
  height: 30px;
  display: block;
}
.storeViewBox .showheatmap {
  float: right;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  margin-top: 6px;
  line-height: 32px;
  font-size: 24px;
  position: relative;
}
.storeViewBox .showheatmap .active {
  color: #f00;
}
.storeViewBox .showheatmap .closeIcon {
  color: #f00;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
.storeViewBox .showheatmap .closeIcon:hover {
  background-color: #ddd;
}
.storeViewBox .showheatmap .heatmapIcon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAIAAADY27xgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkE2NkI1N0VEQjdBMTFFQUE5OTBGQkQ1RjM4MDVFNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkE2NkI1N0ZEQjdBMTFFQUE5OTBGQkQ1RjM4MDVFNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QTY2QjU3Q0RCN0ExMUVBQTk5MEZCRDVGMzgwNUU0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QTY2QjU3RERCN0ExMUVBQTk5MEZCRDVGMzgwNUU0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuuQhVwAAAXjSURBVHjarJjbb+NE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);
  background-size: 100% 100%;
}
.storeViewBox .rateChangeBox {
  float: right;
  margin-right: 20px;
}
.storeViewBox .storeActionBar {
  height: 46px;
  border-bottom: solid 1px #f0f0f0;
  line-height: 46px;
}
.storeViewBox .storeActionBar > span {
  cursor: pointer;
}
.selectCheck {
  display: inline-block;
  padding: 0 10px;
  line-height: 46px;
  color: #222;
}
.SelectCheckBox {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 130px;
  border-radius: 4px;
  border: solid 1px #ddd;
  position: relative;
  color: #515a6e;
  padding: 0 10px;
  z-index: 10;
}
.SelectCheckBox::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  transform: rotate(-90deg);
  border: 5px solid transparent;
  border-right: 5px #ddd solid;
  top: 14px;
  right: 12px;
}
.SelectCheckBox .itemList {
  position: absolute;
  width: 140px;
  left: 0;
  top: 36px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
}
.SelectCheckBox .itemList .ant-checkbox-group {
  width: 100%;
}
.SelectCheckBox .itemList .ant-checkbox-wrapper {
  display: block;
  padding: 2px 10px;
  margin: 0;
}
.SelectCheckBox .itemList .ant-checkbox-wrapper:hover {
  background-color: #e6f7ff;
}
.SelectCheckBox .itemList .ant-checkbox-wrapper input[type="checkbox"]:disabled:checked {
  background-color: #f00;
}
.storeAreaWrap {
  padding: 0 10px;
}
.storeAreaWrap .storeAreaTop {
  text-align: left;
}
.storeAreaWrap .storeAreaTop .add {
  background-color: #ff9900;
  color: #fff;
  margin-left: 10px;
  border: none;
  float: right;
}
.storeAreaWrap .storeAreaTop .title {
  line-height: 30px;
  font-size: 18px;
}
.storeAreaWrap .areaInfo {
  background-color: #f5f5f5;
  padding: 10px;
  margin: 10px 0;
}
.storeAreaWrap .areaInfo .label {
  display: inline-block;
  width: 40%;
  text-align: right;
  line-height: 32px;
}
.storeAreaWrap .areaInfo .importInput {
  display: inline-block;
  width: 200px;
  padding: 2px 10px;
  border: none;
}
.storeAreaWrap .areaInfo .bottom {
  text-align: center;
}
.storeAreaWrap .areaInfo .bottom .ant-btn {
  margin-right: 10px;
  margin-left: 10px;
}
.cameraVideo-box {
  float: "left";
  width: "100%";
  border: "solid 1px #ddd";
  border-radius: 5px;
  padding: 8px;
  margin-top: -8px;
}
.cameraVideo-box .video-box {
  background-color: #fff;
  white-space: nowrap;
  margin-top: 10px;
  position: relative;
  float: left;
  width: 100%;
}
.cameraVideo-box .video-box-svg {
  position: absolute;
}
.cameraVideo-box .video-box-next,
.cameraVideo-box .video-box-pre {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  box-shadow: 15px 1px 130px grey;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.cameraVideo-box .video-box-pre {
  left: 30px;
}
.cameraVideo-box .video-box-next {
  right: 30px;
}
.storeDevice {
  border: solid 1px #ddd;
  margin: 10px;
}
.storeDevice .title {
  height: 44px;
  line-height: 44px;
  background-color: #e8eaec;
  text-align: center;
}
.storeDevice .item {
  line-height: 40px;
  text-align: center;
}
.storeDevice .item:nth-child(odd) .info {
  background: #f5f5f5;
}
.storeDevice .item .status::before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 5px;
  border: solid 3px #6dd400;
  display: inline-block;
  margin-right: 5px;
}
.storeDevice .item .type00::before {
  border: solid 3px #6dd400;
}
.storeDevice .item .type01::before {
  border: solid 3px #ef4444;
}
.storeDevice .item .type02::before {
  border: solid 3px #1890ff;
}
.storeDevice .item .type03::before {
  border: solid 3px #ddd;
}
.storeDevice .info {
  height: 40px;
}
.storeDevice .activeCamera .info {
  height: 40px;
  background-color: #a7d1fd !important;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}
.storeDevice .downloadDetail {
  margin: 0 10px 10px 10px;
  border: solid 1px #ddd;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #eef6ff;
}
.storeDevice .downloadDetail .contentName {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-align: left;
  border-bottom: solid 1px #e8eaec;
  margin: 0 5px;
  overflow: hidden;
}
.storeDevice .downloadDetail .contentName .contentStr {
  float: left;
}
.storeDevice .downloadDetail .contentName .paly {
  color: #1890ff;
  font-size: 18px;
  margin-right: 10px;
  top: 4px;
  float: left;
  margin: 12px 10px 0 10px;
}
.storeDevice .downloadDetail .contentName .type_icon {
  width: 20px;
  float: left;
  margin: 8px 10px 0 15px;
}
.storeDevice .downloadDetail .playing {
  color: #1890ff;
}
.storeDevice .downloadDetail::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: transparent;
}
.storeDevice .downloadDetail::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.storeDevice .downloadDetail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  padding: 20px 0;
  height: 70px;
  background-color: #b5b1b1;
}
.storeDevice .name {
  display: inline-block;
  width: 30%;
  height: 44px;
  padding: 0 5px;
  overflow: hidden;
}
.storeDevice .id {
  display: inline-block;
  width: 49%;
  height: 44px;
  overflow: hidden;
}
.storeDevice .status {
  display: inline-block;
  width: 20%;
  height: 44px;
  overflow: hidden;
}
.videoPlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 999;
}
.videoPlay .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(128, 134, 149, 0.3);
}
.videoPlay .content {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  display: block;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  background-color: #ddd;
  text-align: center;
}
.videoPlay .content .closeBtn {
  position: absolute;
  right: -40px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  line-height: 25px;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.storeView-gateflow {
  margin: 0 10px;
}
.storeView-gateflow .lastTime {
  line-height: 40px;
  margin: 0 10px;
  color: #808695;
  cursor: pointer;
}
.storeView-gateflow .lastTime:hover {
  color: #1890ff;
}
.storeView-gateflow .lastTime.active {
  color: #1890ff;
}
.storeView-gateflow .gateFlowTable {
  text-align: center;
}
.storeView-gateflow .gateFlowTable .result {
  text-align: center;
}
.storeView-gateflow .gateFlowTable .result::before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 5px;
  border: solid 3px #6dd400;
  display: inline-block;
  margin-right: 5px;
}
.storeView-gateflow .gateFlowTable .fail::before {
  border: solid 3px #f00;
}
.storeView-gateflow .gateFlowTable .ant-table-content .ant-table-thead > tr > th {
  text-align: center;
}
.storeView-gateflow .gateFlowTable .ant-table-content .ant-table-tbody > tr > td {
  text-align: center;
  font-size: 12px;
}
.storeView-gateflow .gateFlowTable .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}
.storeView-gateflow .gateFlowTable .ant-table-tbody > tr:nth-child(even) > td {
  background: #f8f8f9;
}
.PercentChange {
  padding: 0 15px;
}
.PercentChange .ant-input-number {
  position: relative;
  text-align: center;
  border: none;
  box-shadow: none;
}
.PercentChange .ant-input-number .ant-input-number-handler {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background-color: #808695;
  width: 20px;
  height: 20px !important;
}
.PercentChange .ant-input-number .ant-input-number-handler .anticon {
  display: none;
}
.PercentChange .ant-input-number .ant-input-number-handler-up {
  left: 10px;
  top: 5px;
}
.PercentChange .ant-input-number .ant-input-number-handler-up::after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
}
.PercentChange .ant-input-number .ant-input-number-handler-up::before {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  left: 9px;
  top: 5px;
  background: #fff;
}
.PercentChange .ant-input-number .ant-input-number-handler-down {
  left: -75px;
  top: 5px;
}
.PercentChange .ant-input-number .ant-input-number-handler-down::after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 8px;
  background: #fff;
}
.PercentChange .ant-input-number .ant-input-number-input {
  text-align: center;
}
.PercentChange .ant-input-number .ant-input-number-handler-wrap {
  border: none;
  opacity: 1;
  display: block;
}
.PercentChange .ant-input-number:hover {
  border-color: #fff;
}
.PercentChange .ant-input-number:hover {
  border-color: #fff;
}
.AreaRactSider {
  width: 248px;
  height: 129px;
  background: #ecf3fa;
  border: 1px solid #b2d7f9;
  position: relative;
  display: block;
  margin: 50px auto;
  text-align: center;
  user-select: none;
}
.AreaRactSider .anticon {
  color: #b0b0b0;
}
.AreaRactSider span {
  width: 24px;
  height: 24px;
  position: absolute;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
}
.AreaRactSider .content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  display: inline-block;
  width: 180px;
}
.AreaRactSider .up {
  top: 0px;
}
.AreaRactSider .upOut {
  top: -24px;
}
.AreaRactSider .down {
  bottom: 0px;
}
.AreaRactSider .downOut {
  bottom: -24px;
}
.AreaRactSider .left {
  left: 0px;
}
.AreaRactSider .leftOut {
  left: -24px;
}
.AreaRactSider .right {
  right: 0px;
}
.AreaRactSider .rightOut {
  right: -24px;
}
.AreaRactSider .xAxis {
  left: 50%;
  transform: translate(-50%, 0);
}
.AreaRactSider .yAxis {
  top: 50%;
  transform: translate(0, -50%);
}
.noStore {
  position: relative;
}
.noStore::before {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EF4444FF;
  left: -12px;
  top: 8px;
}
.storeName {
  position: relative;
  margin-right: 10px;
}
.storeName.storeName:after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background: #DCDEE2FF;
  top: 3px;
  right: -6px;
}
.storeName:last-of-type.storeName:last-of-type:after {
  display: none;
}
.adsTable .ant-table-tbody > tr > td {
  color: #17233DFF;
}
.adsTable .ant-table-tbody .activeRow {
  background-color: #DCEAF8FF;
}
.adsTable .ant-table-tbody .activeRow:hover > td {
  background-color: #DCEAF8FF;
}
.videoModal {
  width: 800px;
}
.modalMp3 {
  width: 100%;
  height: 80px;
}
.modalMp3:focus {
  outline: none;
}
.modalVideo {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  max-height: 500px;
  min-height: 300px;
}
.modalVideo:focus {
  outline: none;
}
.adsInfo {
  background: #fff;
  padding: 15px;
  overflow-y: auto;
}
.adsInfo .content {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.adsInfo .content > span {
  color: #808695FF;
}
.adsInfo .content > div {
  margin-top: 5px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background: #F5F5F5FF;
}
.adsInfo .content > div p {
  margin-bottom: 0;
}
.adsLaunchInfo {
  background: #fff;
  padding: 15px;
}
.adsLaunchInfo > p {
  margin: 10px 0;
  color: #808695FF;
}
.adsLaunchInfo .adsHeader {
  margin-bottom: 10px;
}
.adsLaunchInfo .launchContent {
  display: flex;
}
.adsLaunchInfo .launchContent .flexItem {
  flex-grow: 1;
  border: 1px solid #E8EAECFF;
  margin-right: 15px;
  padding: 15px;
  display: flex;
  height: 100px;
  width: 49%;
}
.adsLaunchInfo .launchContent .flexItem > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.adsLaunchInfo .launchContent .flexItem > div:last-of-type::after {
  display: none;
}
.adsLaunchInfo .launchContent .flexItem > div::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 46px;
  background: #CCCCCCFF;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.adsLaunchInfo .launchContent .flexItem > div span {
  color: #808695FF;
}
.adsLaunchInfo .launchContent .flexItem > div em {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}
.adsLaunchInfo .launchContent .flexItem > .playRank {
  width: 50px;
}
.adsLaunchInfo .launchContent .flexItem > .playRank::after {
  display: none;
}
.adsLaunchInfo .launchContent .flexItem > .playRank span {
  width: 20px;
  line-height: 18px;
  font-size: 14px;
}
.adsLaunchInfo .launchContent .flexItem > .chartsRank {
  top: -15px;
  width: 100%;
}
.adsLaunchInfo .launchStoreList {
  display: flex;
  flex-wrap: wrap;
}
.adsLaunchInfo .launchStoreList .storeItem {
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
  border: 1px solid #EEEEEEFF;
  width: 24%;
  height: 152px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 1%;
  min-width: 220px;
}
.adsLaunchInfo .launchStoreList .storeItem > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.adsLaunchInfo .launchStoreList .storeItem > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adsLaunchInfo .launchStoreList .storeItem > div > div > span:first-of-type {
  color: #17233DFF;
  font-size: 16px;
}
.adsLaunchInfo .launchStoreList .storeItem > div > div > span:last-of-type {
  color: #808695FF;
  font-size: 12px;
  text-align: center;
}
.adsLaunchInfo .launchStoreList .storeItem .storeName {
  color: #17233DFF;
}
.adsLaunchInfo .launchStoreList .storeItem .noLaunchStore {
  font-size: 16px;
  color: #808695FF;
}
.adsHeader {
  display: flex;
  justify-content: space-between;
}
.adsHeader h2 {
  color: #17233DFF;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.adsHeader h2::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 23px;
  background: #1890ff;
  border-radius: 3px;
  position: absolute;
  left: -15px;
}
.ant-upload.ant-upload-drag {
  padding: 20px;
}
.textToAudio {
  display: flex;
}
.textToAudio .text {
  position: relative;
}
.textToAudio .text > span {
  position: absolute;
  right: 8px;
  bottom: 6px;
  color: #666;
  font-size: 12px;
}
.textToAudio .radio {
  flex-grow: 1;
  position: relative;
  border: 1px solid #d9d9d9;
}
.textToAudio .radio .chooseLang {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.textToAudio .radio .audioRadio {
  padding: 10px;
}
.textToAudio .radio .audioRadio .ant-radio-wrapper {
  margin-bottom: 5px;
  padding: 5px 0 5px 5px;
}
.textToAudio .radio .audioRadio .ant-radio-wrapper:hover {
  background: #EEEEEEFF;
}
.textToAudio .radio .audioRadio .ant-radio-wrapper .anticon-sound:hover {
  color: #40a9ff;
}
.textToAudio .radio .audioRadio .ant-radio-wrapper-checked {
  background: #EEEEEEFF;
}
.audioButton {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 6px;
}
.audioButton button {
  bottom: 6px;
  right: 6px;
}
.settingRules {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.settingRules > span {
  margin-bottom: 10px;
  cursor: pointer;
  color: #000;
}
.launchStore {
  padding-right: 10px;
}
.launchStore footer {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  width: calc(100% + 40px);
  position: relative;
  left: -15px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.launchStore footer > div {
  padding: 5px;
  flex-grow: 1;
  text-align: center;
}
.launchStore .ant-row .ant-col-10 {
  text-align: right;
}
.ant-popover-title {
  padding-top: 10px;
  border-bottom: 0px;
}
div > img {
  max-width: 100%;
}
.launchedStoreTd {
  max-width: 300px;
}
.uploadDiv {
  width: 550px;
  text-align: center;
  background: #fafafa;
  border-radius: 4px;
  border: 1px dashed #e2e2e2;
  padding: 40px;
  cursor: pointer;
}
.uploadDiv .ant-upload-text {
  color: #333;
  font-size: 16px;
  margin-top: 20px;
}
.uploadDiv .ant-upload-hint {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
.animate {
  animation: myMove 1s infinite linear ;
}
@keyframes myMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.uploadPreview {
  padding-top: 10px;
}
.uploadPreview span {
  cursor: pointer;
}
.adsTable li.ant-pagination-item-active:hover a {
  color: #1890ff;
}
.mediaModal div > img {
  max-height: 500px;
}
@media screen and (max-width: 1560px) {
  .validDate {
    margin-top: 5px;
    flex-direction: column;
  }
}
.ant-modal-body .ant-form-item {
  margin-bottom: 20px;
}
.storeInfoWrap {
  position: relative;
}
.storeViewTabWrap .storeInfo {
  border-bottom-style: none;
}
.storeInfo {
  margin: 0 16px;
  border: solid 1px #ddd;
  position: relative;
}
.storeInfo .cell {
  min-height: 40px;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
  position: relative;
}
.storeInfo .ant-tag {
  margin-bottom: 2px;
}
.storeInfo .title {
  width: 120px;
  text-align: center;
  background: #f5f5f5;
  min-height: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 100%;
  margin-right: 10px;
  border-right: solid 1px #ddd;
  line-height: 40px;
}
.storeInfo .middle {
  left: 50%;
}
.storeInfo .info {
  box-sizing: border-box;
  background: #fff;
  min-height: 40px;
  height: 100%;
  float: left;
  width: 50%;
  padding: 10px 5px 10px 125px;
  border-left: solid 1px #ddd;
}
.storeInfo .fullcell {
  width: 100%;
}
.storeInfo .warningTag {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.storeInfo .warningTag .delete {
  width: 14px;
  height: 14px;
  border: none;
  background: #f00;
  color: #fff;
  line-height: 11px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  right: -7px;
  top: -7px;
  border-radius: 7px;
  display: none;
}
.storeInfo .warningTag:hover {
  box-shadow: 0px 0px 10px #ccc;
}
.storeInfo .warningTag:hover .delete {
  display: inline-block;
}
.storeInfo .moreWarning {
  float: right;
  color: #2d8cf0;
  margin: 5px 10px;
  cursor: pointer;
}
.storeInfo .moreWarning .anticon {
  margin-right: 5px;
}
.storeinfo-title {
  height: 46px;
  padding: 10px 20px;
}
.storeinfo-title .tit {
  color: #000;
  font-size: 16px;
}
.storeinfo-title .anticon {
  color: #999;
}
.storeinfo-title .rightbtn {
  float: right;
  border-radius: 4px;
  background-color: #fff;
}
.warning-person {
  padding: 0px 20px 10px;
}
.warning-person .checkbox-label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.warning-person .checkbox-input {
  display: block;
}
.warning-person .checkbox-input .ant-input {
  width: 240px;
  display: inline-block;
}
.storeinfo-table {
  padding: 0 10px;
}
.storeinfo-table .ant-table-thead > tr > th,
.storeinfo-table .ant-table-tbody > tr > td {
  padding: 8px 5px;
  text-align: center;
}
.storeinfo-table .lan {
  color: #2d8cf0;
}
.storeinfo-table .action span {
  padding: 0 6px;
}
.store-wrapper {
  position: relative;
  padding: 8px 8px 0;
  border-radius: 4px;
  overflow: hidden;
  overflow-x: auto;
}
.userrole-role-item {
  width: 33%;
  float: left;
  padding: 0 10px;
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.SystemSetting .content {
  background: #fff;
  padding: 20px 0;
}
.SystemSetting .content .LeftTabs {
  width: 200px;
  border-right: 1px solid #D9D9D9;
}
.SystemSetting .content .LeftTabs div {
  height: 40px;
  padding: 0 16px;
}
.SystemSetting .content .LeftTabs div span {
  display: block;
  height: 100%;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  cursor: pointer;
}
.SystemSetting .content .LeftTabs div.active {
  background: #F2F5FC;
  border-right: 2px solid #526ECC;
}
.SystemSetting .content .LeftTabs div.active a {
  color: #526ECC;
}
.SystemSetting .content .btn-box {
  padding-left: 150px;
  margin-top: 10px;
}
.SystemSetting .content .rightContent {
  min-height: 370px;
}
.SystemSetting .content .rightContent .right-title {
  font-size: 20px;
  color: #000;
  line-height: 40px;
  font-weight: bold;
}
.SystemSetting .content .rightContent .content-group {
  width: 440px;
  padding: 5px 0;
  font-size: 14px;
}
.SystemSetting .content .rightContent .content-group .group-title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.SystemSetting .content .rightContent .content-group .group {
  padding-top: 16px;
}
.SystemSetting .content .rightContent .content-group .group .label-group {
  padding-bottom: 8px;
}
.SystemSetting .content .rightContent .content-group .group label {
  color: #000;
}
.SystemSetting .content .rightContent .content-group .group p {
  color: #D4D4D4;
}
.SystemSetting .content .rightContent .content-group .line-bottom {
  padding-bottom: 16px;
  border-bottom: 1px solid #E9E9E9;
}
.systemtag {
  position: relative;
  padding: 0 10px;
  height: calc(100vh - 164px);
}
.systemtag-left {
  position: absolute;
  left: 10px;
  top: 0;
  width: 300px;
  height: 99.5%;
  border: 1px solid gainsboro;
  overflow-y: scroll;
}
.systemtag-left .ant-collapse {
  border: none;
}
.systemtag-left .ant-collapse-header {
  border: none;
}
.systemtag-left .ant-collapse > .ant-collapse-item {
  border: none;
}
.systemtag-left .ant-collapse-content {
  border: none;
}
.systemtag .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.systemtag-category-item {
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.systemtag-category-item-active {
  background-color: #e6f7ff;
}
.systemtag-category-item:hover {
  background-color: #e6f7ff;
}
.systemtag-right {
  margin-left: 300px;
  height: 100%;
}
.systemtag-right-box {
  height: calc(100% - 46px);
  position: relative;
  overflow: auto;
  padding-top: 16px;
}
.systemtag-right-box::-webkit-scrollbar {
  height: 7px;
}
.systemtag-right-content {
  padding: 10px;
}
.systemtag-right-title {
  display: flex;
  justify-content: space-between;
  line-height: 46px;
  height: 46px;
  font-weight: bold;
  border: 1px solid gainsboro;
  border-left: none;
  border-right: none;
}
.systemtag-right-title .text {
  margin-left: 16px;
}
.systemtag-right-title .extra {
  margin-right: 16px;
}
.systemtag .diagram-component {
  width: 100%;
  /* calc前后都需要一个空格 */
  height: calc(100vh - 200px);
}
.user-cycle-wrapper {
  position: relative;
  width: 100%;
  transform: scale(0.9);
  top: -50px;
  margin: 20px;
  min-width: 1070px;
  height: 600px;
  background-image: url(https://cloudpick.oss-cn-shanghai.aliyuncs.com/market-guide/cycle.png);
  background-repeat: no-repeat;
}
.user-cycle-wrapper .user-item-box {
  position: absolute;
}
.user-cycle-wrapper .user-item-box .tag-name {
  font-size: 14px;
  font-weight: 700;
}
.user-cycle-wrapper .user-item-box .users {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
.user-cycle-wrapper .user-item-box-icon {
  font-size: 13px;
  font-weight: 100;
  margin-left: 4px;
}
.user-cycle-wrapper .line-item-box {
  position: absolute;
  text-align: center;
  font-size: 14px;
  color: #8592AA;
}
.handtag {
  padding-left: 10px;
  height: calc(100vh - 140px);
}
.handtag-result {
  margin-top: 10px;
}
.tagInfo .label {
  width: 25%;
  text-align: right;
  display: inline-block;
}
.tagInfo .label:first-child {
  margin-bottom: 15px;
}
.drawerAction {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 40px;
  text-align: right;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #ddd;
  box-shadow: 5px 5px 5px #f5f5f5;
  z-index: 100;
}
.tagcustom .ant-tabs-bar {
  border: none;
}
.takeout-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.takeout-container .takeout-tree-box {
  flex: 1;
  width: 100%;
  border-top: 1px solid #dedede;
  overflow-x: hidden;
  overflow-y: scroll;
}
.takeout-container .pre-icon,
.takeout-container .next-icon {
  width: 8px;
  margin: 1px;
}
.takeout-container .line-input-box {
  position: relative;
  height: 35px;
  margin-top: 15px;
}
.takeout-container .line-input-box .line-input-focus {
  position: absolute;
  left: 6px;
  bottom: 20px;
  font-size: 14px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(0, 25px, 0) scale(1);
  transform-origin: left top;
}
.takeout-container .line-input-box .input-title-Focus {
  transform: translateZ(0) scale(0.85) !important;
}
.takeout-container .line-input-box .line-input {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.takeout-container .line-input-box .line-input:focus {
  border-bottom: 1px solid #2d8cf0;
}
.takeout-container .drop-box {
  width: 100%;
}
.takeout-container .drop-box div {
  width: 100%;
}
.takeout-container .drop-box .drop-item {
  width: 100%;
  display: flex;
  height: 45px;
  line-height: 45px;
  align-items: center;
  position: relative;
}
.takeout-container .drop-box .drop-item > div {
  height: 45px;
}
.takeout-container .drop-box .drop-item .touch-icon {
  display: none;
}
.takeout-container .drop-box .drop-item .operate-icon {
  display: none;
}
.takeout-container .drop-box .drop-item:hover {
  background-color: #efefef;
}
.takeout-container .drop-box .drop-item:hover .operate-icon {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 5px;
  align-items: center;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .up-down-icon {
  width: 10px;
  height: 15px;
  background-size: 100% 100%;
  background-color: #000;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .caret-up-down-icon-box {
  width: 15px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .up-div {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent #c0c4cc;
  margin-bottom: 4px;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .down-div {
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: #c0c4cc transparent transparent;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .up-div:hover {
  border-color: transparent transparent #7e828b;
}
.takeout-container .drop-box .drop-item:hover .operate-icon .down-div:hover {
  border-color: #7e828b transparent transparent;
}
.takeout-container .drop-box .treeItemLevel-1 .icon-text-span-text,
.takeout-container .drop-box .treeItemLevel-2 .icon-text-span-text,
.takeout-container .drop-box .treeItemLevel-3 .icon-text-span-text {
  display: inline-block;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.takeout-container .drop-box .treeItemLevel-1 {
  position: relative;
}
.takeout-container .drop-box .treeItemLevel-1 .icon-text-span {
  height: 45px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.takeout-container .drop-box .treeItemLevel-1 .toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.takeout-container .drop-box .treeItemLevel-1 .icon-text-span-text {
  width: 170px;
}
.takeout-container .drop-box .treeItemLevel-2 {
  position: relative;
}
.takeout-container .drop-box .treeItemLevel-2 .icon-text-span {
  margin-left: 45px;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.takeout-container .drop-box .treeItemLevel-2 .toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.takeout-container .drop-box .treeItemLevel-2 .icon-text-span-text {
  width: 150px;
}
.takeout-container .drop-box .treeItemLevel-3 {
  position: relative;
}
.takeout-container .drop-box .treeItemLevel-3 .icon-text-span {
  margin-left: 60px;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.takeout-container .drop-box .treeItemLevel-3 .toggle-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.takeout-container .drop-box .treeItemLevel-3 .icon-text-span-text {
  width: 130px;
}
.takeout-container .search-modal-goods-detail {
  padding: 20px;
}
.takeout-container .search-modal-goods-detail .flex-box {
  display: flex;
}
.takeout-container .search-modal-goods-detail img {
  width: 50px;
}
.takeout-container .drop-menu-icon {
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.table-goods-name-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.table-goods-name-box p {
  margin: 0;
}
.table-goods-name-box .column-img-box {
  width: 70px;
  height: 70px;
  background-color: #2e2b2b;
}
.table-goods-name-box .column-img-box img {
  height: 100%;
}
.table-goods-name-box .column-img-box .img-box-text-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.table-goods-name-box .column-img-box .img-box-full-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.table-goods-name-box .column-desc-box {
  flex: 1;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table-goods-name-box .column-desc-box .title {
  width: 100%;
}
.goods-panel-container {
  width: 100%;
  height: 100%;
}
.goods-panel-container .ant-spin-nested-loading,
.goods-panel-container .ant-spin-container {
  height: 100%;
}
.tool-container {
  width: 100%;
  height: 60px;
  background-color: #fff;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.tool-container .left-box {
  width: 380px;
  justify-content: space-around;
  display: flex;
  height: 100%;
  align-items: center;
}
.goods-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}
.goods-panel .icon-color {
  color: #808695;
  font-size: 20px;
  cursor: pointer;
}
.goods-panel .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.goods-panel .flex-box > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #17233D;
}
.goods-panel .custom-tree-box {
  width: 250px;
  min-width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 2px solid #cdcdcd;
}
.goods-panel .goods-list-box {
  flex: 1;
  margin-left: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.excelimport-header {
  text-align: center;
}
.excelimport-header .ant-upload-picture-card-wrapper {
  width: auto;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card > .ant-upload {
  vertical-align: top;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card {
  height: auto;
}
.excelimport-header .ant-upload.ant-upload-select-picture-card {
  border: none;
}
.selectgood .ant-tabs-bar {
  border-bottom: none;
  text-align: center;
}
.selectgood-remove {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.selectgood-ways {
  position: relative;
  height: 450px;
}
.selectgood-ways-store {
  position: absolute;
  top: 9px;
  z-index: 9;
}
.selectgood-ways-store .ant-select-selection {
  border: none;
}
.selectgood-searchid {
  text-align: center;
}
.selectgood .results-container {
  position: relative;
  padding-bottom: 20px;
}
.selectgood-result {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  height: auto;
  min-height: 160px;
  background: #f5f5f5;
}
.selectgood-result-all {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1890ff;
  cursor: pointer;
}
.selectgood-result-item {
  margin: 10px;
  display: inline-block;
  position: relative;
}
.selectgood-result-item .delGoods {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  border: solid 1px #666;
  padding: 2px;
  font-size: 10px;
}
.selectgood-result-item .delGoods:hover {
  border: solid 1px red;
  color: red;
}
.selectgood-result-img {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  width: 81px;
  height: 81px;
}
.selectgood-result-img .remove-good {
  position: absolute;
  top: 0;
  right: 0;
}
.selectgood-result-img-active {
  border: 2px solid red;
}
.storerack .storerack-outline {
  position: relative;
  height: 340px;
}
.storerack .storerack-outline-preview {
  position: absolute;
  width: 200px;
}
.storerack .storerack-outline-store {
  position: relative;
  width: 110%;
  height: 550px;
  margin-left: 210px;
  transform: scale(0.6);
  transform-origin: 0 top;
  background-color: #f5f5f5;
  padding: 10px;
  overflow: scroll;
}
.storerack .storerack-outline-store .store-scale {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  cursor: pointer;
}
.storerack .storerack-outline-store div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.storerack .storerack-outline-store-preview {
  position: absolute;
  left: -211px;
  top: 0;
  transform: scale(0.15);
}
.mask-temp .text-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.mask-temp .query-box {
  background: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.mask-temp .cards-box {
  margin-top: 20px;
}
.mask-temp .cards-box .gutter-row {
  margin-bottom: 16px;
}
.mask-temp .cards-box .gutter-box {
  background: #fff;
  height: 160px;
  display: flex;
  flex-direction: column;
}
.mask-temp .cards-box .gutter-box .card-foot {
  display: flex;
  padding: 8px 0;
  background: #e6e3e2;
  cursor: pointer;
}
.mask-temp .cards-box .gutter-box .card-foot div {
  width: 50%;
  text-align: center;
}
.mask-temp .cards-box .gutter-box .card-body {
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
  flex: 1;
}
.mask-temp .cards-box .gutter-box .card-body .item-icon {
  width: 40px;
  margin-left: 10px;
  margin-right: 16px;
}
.mask-temp .cards-box .gutter-box .card-body .item-title {
  display: flex;
  justify-content: space-between;
}
.mask-temp .cards-box .gutter-box .card-body .item-title .temp-title {
  font-weight: 600;
  font-size: 15px;
  flex: 1;
  padding-right: 20px;
  margin-bottom: 5px;
}
.mask-temp .cards-box .gutter-box .card-body .item-title .temp-type {
  color: #2d8cf0;
}
.mask-temp .cards-box .gutter-box .card-body .temp-desc {
  margin-bottom: 10px;
}
.text-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.detail .title {
  color: #333;
  font-weight: 500;
  font-size: 14px;
}
.detail .left-label {
  text-align: right;
  font-weight: 400;
  color: #808695;
}
.detail .right-value {
  text-align: left;
  font-weight: 400;
  color: #333;
  min-height: 21px;
}
.detail .right-value div {
  min-height: 21px;
}
.new-temp {
  height: 100%;
}
.new-temp .text-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.new-temp .body {
  display: flex;
  background: #fff;
  min-height: 90%;
}
.new-temp .body .left-box {
  width: 200px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.new-temp .body .right-box {
  flex: 1;
  margin: 20px;
  background: #f8f8f9;
  display: flex;
  flex-direction: column;
}
.new-temp .body .right-box .right-content {
  flex: 1;
  background: #fff;
  margin: 0 20px;
  padding: 20px 30px 22px 20px;
}
.new-temp .body .right-box .result-bg-gray {
  background: #f8f8f9;
}
.new-temp .body .right-box .right-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-left: 20px;
  padding: 16px 0;
}
.new-temp .body .right-box .right-foot {
  padding: 16px;
  text-align: center;
}
.store-rack .choose-result {
  padding: 20px 0;
  background: #f8f8f8;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  text-align: left;
}
.store-rack .choosed-rack {
  display: inline-block;
  border: 1px solid #4a8af4;
  height: 30px;
  line-height: 30px;
  border-radius: 18px;
  width: 60px;
  text-align: center;
  margin-left: 20px;
  position: relative;
}
.store-rack .del-icon {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  color: #fff;
  background: #f84400;
  top: -10px;
  right: -3px;
  cursor: pointer;
}
.store-rack .del-icon span {
  position: absolute;
  width: 13px;
  height: 13px;
  line-height: 13px;
  top: -2px;
  right: 1px;
  font-size: 14px;
}
.result {
  display: flex;
  justify-content: center;
}
.result .result-box {
  margin-top: 100px;
}
.result .result-box .result-bottom {
  position: relative;
  top: -135px;
  text-align: center;
}
.result .result-box .result-bottom .title {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 45px;
}
.label-bottom {
  position: relative;
  top: 32px;
  left: -92px;
  width: 100px;
}
.range-time {
  height: 40px;
}
.range-time .input-box {
  position: relative;
  z-index: 10;
}
.range-time .pick-box {
  position: relative;
  z-index: 1;
  top: -40px;
}
.mask-type .gutter-row {
  margin-bottom: 20px;
}
.mask-type .mask-item {
  display: flex;
  height: 120px;
  padding: 20px 8px 20px 20px;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  position: relative;
}
.mask-type .mask-item .choosed {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mask-type .mask-item .img-box {
  width: 46px;
}
.mask-type .mask-item .text-box {
  flex: 1;
}
.mask-type .mask-item:hover {
  border-color: #4A8AF4;
}
.mask-type .item-active {
  border-color: #4A8AF4;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-transfer-customize-list {
  display: flex;
}
.ant-transfer-customize-list .ant-transfer-operation {
  flex: none;
  align-self: center;
}
.ant-transfer-customize-list .ant-transfer-list {
  flex: auto;
  width: auto;
  height: auto;
  min-height: 200px;
}
.ant-transfer-customize-list .ant-transfer-list-body-with-search {
  padding-top: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper {
  position: relative;
  padding-bottom: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper {
  padding: 12px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #e8e8e8;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}
.ant-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}
.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}
.ant-transfer-list {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
  padding-top: 40px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 34px;
}
.ant-transfer-list-search {
  padding: 0 24px 0 8px;
}
.ant-transfer-list-search-action {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 28px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 32px;
  text-align: center;
}
.ant-transfer-list-search-action .anticon {
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.45);
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px 9px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 12px;
}
.ant-transfer-list-header .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
.ant-transfer-list-body {
  position: relative;
  height: 100%;
  font-size: 14px;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
.ant-transfer-list-body-with-search {
  padding-top: 56px;
}
.ant-transfer-list-content {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.ant-transfer-list-content > .LazyLoad {
  animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  min-height: 32px;
  padding: 6px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-transfer-list-content-item > span {
  padding-right: 0;
}
.ant-transfer-list-content-item-text {
  padding-left: 8px;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #e6f7ff;
  cursor: pointer;
}
.ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-transfer-list-body-not-found {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  transform: translateY(-50%);
}
.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found {
  margin-top: 16px;
}
.ant-transfer-list-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-transfer-operation {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
@keyframes transferHighlightIn {
  0% {
    background: #bae7ff;
  }
  100% {
    background: transparent;
  }
}
.scheduling .page-title .title-right {
  width: 200px;
  text-align: left;
  background: #fff;
  padding: 5px 10px;
}
.scheduling .page-title .no-border {
  border: none;
}
.scheduling .page-title .no-border .ant-input {
  border-color: transparent;
}
.scheduling .page-title .no-icon {
  border: none;
}
.scheduling .page-title .no-icon .ant-input {
  border-color: transparent;
}
.scheduling .page-title .no-icon .anticon {
  display: none;
}
.scheduling .page-content .content-title {
  display: flex;
  padding: 18px 16px 22px 16px;
  justify-content: space-between;
  background: #fff;
}
.scheduling .page-content .content-left {
  height: 32px;
  line-height: 32px;
}
.scheduling .page-content .content-left .icon-font {
  font-size: 20px;
  cursor: pointer;
}
.scheduling .page-content .content-left span {
  height: 28px;
  font-size: 23px;
  color: #292529;
  line-height: 28px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0 22px;
}
.scheduling .page-content .all-worker {
  background: #fff;
  margin-top: 2px;
  margin-bottom: 10px;
  padding: 16px 16px 14px 16px;
  display: flex;
}
.scheduling .name-box {
  cursor: pointer;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 18px;
  font-weight: 400;
  color: #414d55;
  font-size: 12px;
  margin-right: 10px;
  position: relative;
}
.scheduling .name-icon {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjM1NzM2NzM4NjE2IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjIzOTgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNTEyIDY0QzI2NC42IDY0IDY0IDI2NC42IDY0IDUxMnMyMDAuNiA0NDggNDQ4IDQ0OCA0NDgtMjAwLjYgNDQ4LTQ0OFM3NTkuNCA2NCA1MTIgNjR6IG0xOTMuNSAzMDEuN2wtMjEwLjYgMjkyYy0xMi43IDE3LjctMzkgMTcuNy01MS43IDBMMzE4LjUgNDg0LjljLTMuOC01LjMgMC0xMi43IDYuNS0xMi43aDQ2LjljMTAuMiAwIDE5LjkgNC45IDI1LjkgMTMuM2w3MS4yIDk4LjggMTU3LjItMjE4YzYtOC4zIDE1LjYtMTMuMyAyNS45LTEzLjNINjk5YzYuNSAwIDEwLjMgNy40IDYuNSAxMi43eiIgcC1pZD0iMjM5OSIgZmlsbD0iIzEyOTZkYiI+PC9wYXRoPjwvc3ZnPg==) center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -15px;
  right: -10px;
  border-radius: 50%;
}
.scheduling .name-active {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #1890FF;
}
.bg-blue {
  background: #0496ff;
}
.bg-green {
  background: #34d1bf;
}
.bg-gray {
  background: #5c7090;
}
.bg-blue.bg-green.bg-overlap {
  background: #0365c0;
}
.ml-35 {
  margin-left: 35px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-8 {
  margin-top: 8px;
}
.height-30 {
  height: 30px;
  line-height: 30px;
}
.week-manage .week-box {
  display: flex;
}
.week-manage .week {
  display: flex;
  background: #fff;
  flex: 1;
  overflow-y: auto;
  height: 70vh;
  overflow-x: hidden;
  border-top: 1px solid #eef0f5;
}
.week-manage .week .first-item {
  width: 9%;
  text-align: center;
}
.week-manage .week .first-item .time-box {
  position: relative;
}
.week-manage .week .first-item .time-box .item-position {
  position: relative;
  bottom: -18px;
}
.week-manage .week .first-item .time-box::after {
  content: " ";
  position: absolute;
  width: 1034%;
  border-bottom: 1px dashed #a2c0d4;
  right: -1016%;
  bottom: 0;
}
.week-manage .week .common-item {
  width: 13%;
  text-align: center;
  border-left: 1px solid #eef0f5;
  height: 1484px;
  cursor: pointer;
  overflow: hidden;
}
.week-manage .week .active-item {
  background: rgba(228, 231, 240, 0.7);
}
.week-manage .week .border-right {
  border-right: 1px solid #eef0f5;
}
.week-manage .week .border-bottom {
  border-bottom: 1px solid #eef0f5;
  background: #fafafb;
  height: 35px;
  line-height: 35px;
}
.week-manage .time-chart {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.week-manage .time-chart .full-time {
  background: #0496ff;
}
.week-manage .time-chart .part-time {
  background: #34d1bf;
}
.week-manage .time-chart .dashed-border {
  border-bottom: 1px dashed red;
}
.week-manage .legend {
  display: flex;
}
.week-manage .legend .square {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.day {
  margin-left: 10px;
  background: #fff;
}
.day .day-title {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}
.day .day-title .title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.month-view {
  background: #fff;
  display: flex;
}
.month-view .calendar-box {
  flex: 1;
}
.month-view .day-view-box {
  width: 30%;
}
.month-view .date-cell {
  height: 100%;
}
.month-view .date-cell .time-cell {
  background: #f1f5f8;
  border-radius: 3px;
  position: relative;
  bottom: -50%;
  height: 8px;
  display: flex;
}
.month-view .date-cell .time-cell .left-radius {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.month-view .date-cell .time-cell .right-radius {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.month-view .date-cell .time-cell .month-progress {
  position: absolute;
  overflow: hidden;
  opacity: 0.6;
  width: 100%;
  left: 0;
  top: 0;
}
.progress-box {
  width: 20px;
  margin-right: 10px;
  margin-top: 30px;
  position: relative;
}
.progress-box .progress-owner {
  position: absolute;
  left: -20px;
  width: 15px;
  z-index: 100;
  word-break: break-word;
}
.progress-style {
  transform: rotate(90deg);
  transform-origin: left top;
}
.add-scheduling {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  bottom: 0;
}
.add-scheduling .worker-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  min-height: 40px;
  padding-left: 10px;
}
.add-scheduling .conflict-info {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #ffe58f;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 2px;
}
.add-scheduling .conflict-info .warning-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #faad14;
  color: #fff;
  top: 10px;
}
.add-scheduling .conflict-info .warning-icon span {
  position: absolute;
  top: -10px;
  right: 8px;
}
.new-drawer-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  left: 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.day-view {
  padding-left: 10px;
}
.day-view .time-box {
  position: relative;
}
.day-view .time-box .item-position {
  position: relative;
  bottom: -18px;
}
.day-view .time-box::after {
  content: " ";
  position: absolute;
  width: 1205%;
  height: 20px;
  border-bottom: 1px dashed #a2c0d4;
  right: -1260%;
  bottom: -3px;
}
.day-view .day-work {
  display: flex;
  height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.day-view .day-work .time-chart {
  justify-content: center;
  flex: 1;
  border: none;
  display: flex;
}
.day-view .day-work .tips {
  position: absolute;
  left: 50px;
  top: 0;
  right: 0;
  bottom: 0;
}
.day-view .day-work .tips .no_data_tip {
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #C3C3C3;
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.day-view .day-title {
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}
.day-view .day-title .title {
  margin-right: 20px;
}
.day-view .legend {
  display: flex;
  background: #fff;
}
.day-view .legend .square {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.pop-content .hover-item {
  height: 40px;
  line-height: 40px;
}
.pop-content .content-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.pop-content .content-bottom div {
  width: 20px;
}
.pop-content .content-bottom .hour-line {
  position: relative;
}
.pop-content .content-bottom .hour-line::before {
  content: " ";
  border-left: 1px solid #d9d9d9;
  top: -30px;
  bottom: 20px;
  position: absolute;
  z-index: 10;
}
.pop-content .pop-progress-box {
  position: relative;
  z-index: 100;
}
.pop-content .pop-progress-box span {
  position: absolute;
  top: 2px;
  z-index: 110;
  font-size: 12px;
}
.pop-content .time {
  position: relative;
  left: -7px;
}
.conflict .hour-line::before {
  content: " ";
  border-left: 1px solid #d9d9d9;
  top: -100px !important;
  bottom: 20px;
  position: absolute;
  z-index: 10;
}
.conflict .time {
  position: relative;
  left: -7px;
}
.home {
  position: relative;
  height: calc(100vh - 100px);
}
.home-left {
  position: absolute;
  width: 370px;
  left: 4px;
}
.home-left .ant-timeline-item-content {
  left: 20px;
  top: -6px;
}
.home-left-person,
.home-left-order,
.home-left-goods,
.home-left-action,
.home-left-money {
  margin-bottom: 6px;
  margin-left: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.home-left-action {
  padding: 30px;
}
.home-left-action-title {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.home-right {
  position: relative;
  margin-left: 346px;
}
.home-right .ant-card-body {
  padding: 10px;
  padding-bottom: 40px;
}
.home .action-content {
  position: relative;
  top: 40px;
}
.home .index {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin-right: 12px;
}
.home .index-top {
  background-color: #314659;
  color: #fff;
}
.home .order-row {
  display: flex;
  justify-content: flex-start;
  margin: 10px;
}
.home .order-row-item {
  display: inline-block;
  width: 33%;
}
.home .order-row-good {
  border-radius: 4px;
  border: 1px solid gainsboro;
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-left: 14px;
  margin-top: 14px;
  overflow: hidden;
  padding-bottom: 16px;
}
.home .qrCode_wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.home .qrCode_wrap .qrCode_content {
  height: 250px;
}
.home .qrCode_wrap .qrCode_close {
  margin-top: 40px;
  width: 40px;
  height: 40px;
  font-size: 36px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.tipvoice {
  display: flex;
  flex-direction: column;
  min-width: 600px;
}
.tipvoice .ant-tabs {
  padding: 0 25px;
}
.tipvoice .tabs-box {
  height: 60px;
  background-color: #fff;
}
.tipvoice .table-box {
  padding: 0 25px;
  background-color: #fff;
}
.tipvoice .table-box .ant-table-content {
  border-bottom: 1px solid #f8f8f9;
}
.tipvoice .table-box .ant-table-thead > tr > th {
  background-color: #f0f0f0;
  font-size: 14px;
  font-weight: 500;
  color: #17233d;
}
.tipvoice .table-box .ant-table-tbody > tr > td {
  color: #333333;
  font-size: 14px;
}
.tipvoice .table-box .ant-table-tbody > tr > td,
.tipvoice .table-box .ant-table-thead > tr > th {
  padding: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
}
.tipvoice .table-box .gray-background {
  background-color: #f8f8f9;
}
.component-image-upload .ant-upload {
  display: flex;
  margin: 0 !important;
  flex-grow: 1;
}
.component-image-upload .ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-image-upload .upload-wrapper {
  display: block;
}
.component-image-upload .ant-upload-picture-card-wrapper {
  display: flex;
}
.component-image-upload .ant-upload-picture-card-wrapper .ant-upload-list-item {
  padding: 0;
}
.component-image-upload .hide {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  opacity: 0;
  line-height: 0;
  z-index: -1;
}
.component-image-upload .hide * {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.component-image-upload .none {
  display: none;
}
.component-image-upload .ant-upload {
  display: flex;
  margin: 0 !important;
  flex-grow: 1;
}
.component-image-upload .ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-image-upload .upload-wrapper {
  display: block;
}
.component-image-upload .ant-upload-picture-card-wrapper {
  display: flex;
}
.component-image-upload .ant-upload-picture-card-wrapper .ant-upload-list-item {
  padding: 0;
}
.component-image-upload .hide {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  opacity: 0;
  line-height: 0;
  z-index: -1;
}
.component-image-upload .hide * {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.component-image-upload .none {
  display: none;
}
.userBlacklist {
  position: relative;
  height: 100%;
  padding: 0 16px;
  background-color: #FFF;
}
.userBlacklist-link {
  cursor: pointer;
}
.userBlacklist-link:hover {
  color: #1890ff;
}
.userBlacklist-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userBlacklist-selected {
  background-color: #DCEAF8FF;
}
.action-bar {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  line-height: 1;
}
.action-bar-left,
.action-bar-right {
  flex: none;
}
.floatPanel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #FFF;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.tag-group-with-more .ant-tooltip-arrow::before {
  background-color: #FFF;
}
.tag-group-with-more .ant-tooltip-inner {
  background-color: #FFF;
}
.userOrderCards-loading {
  margin-top: 90px;
  text-align: center;
}
.userTrack-actionList {
  position: relative;
}
.userTrack-actionList-event {
  position: relative;
  margin-left: 24px;
}
.userTrack-actionList-eventIcon {
  position: absolute;
  left: -52px;
  top: 3px;
  margin-left: 24px;
  font-size: 16px;
}
.userTrack-actionList-actions {
  margin: 8px 0;
}
.userTrack-actionList-section {
  position: relative;
  margin-bottom: 6px;
}
.userTrack-actionList-sectionIcon {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.userTrack-actionList-item {
  position: relative;
  padding-bottom: 4px;
}
.userTrack-actionList-tail {
  position: absolute;
  top: 12px;
  left: 4px;
  height: 100%;
}
.userTrack-actionList-head {
  position: absolute;
  left: 4px;
  top: 12px;
  width: 18px;
  height: 2px;
  background-color: #D8D8D8;
}
.userTrack-actionList-content {
  position: relative;
  margin: 0 0 0 24px;
}
.userTrack {
  height: calc(100% - 30px);
  background: #FFF;
}
.userTrack-stayTime {
  font-weight: 600;
  margin: 8px;
}
.userTrack-section {
  height: 100%;
}
.userTrack-sidebar {
  padding: 0 10px;
  overflow: auto;
}
.userServiceChat {
  background-color: #f5f5f5;
}
.userServiceChat-item {
  display: flex;
  flex-direction: row;
  padding: 6px 0;
  margin: 6px 0;
}
.userServiceChat-item .userServiceChat-avatar {
  flex: none;
  margin: 0 6px;
  background-color: #1890ff;
}
.userServiceChat-item .userServiceChat-msg {
  position: relative;
  margin: 0 6px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  padding: 5px 8px;
  border-radius: 4px;
  min-height: 40px;
  max-width: 200px;
  word-break: break-word;
}
.userServiceChat-item .userServiceChat-msg:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -6px;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #fff transparent transparent;
}
.userServiceChat-item-right {
  flex-direction: row-reverse;
}
.userServiceChat-item-right .userServiceChat-msg {
  background-color: #1890ff;
  color: #fff;
}
.userServiceChat-item-right .userServiceChat-msg:before {
  display: none;
}
.userServiceChat-item-right .userServiceChat-msg:after {
  content: '';
  position: absolute;
  top: 7px;
  right: -6px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #1890ff;
}
.userServiceChat-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.userTagList {
  height: 250px;
  line-height: 36px;
  overflow: auto;
}
.userDetailFloatPanel {
  height: 100%;
}
.userDetailFloatPanel .ant-tabs {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.action-bar {
  display: flex;
  justify-content: space-between;
  padding: 24px 16px;
  background-color: #FFF;
}
.action-bar-left {
  flex: 1;
}
.action-bar-right {
  flex: none;
}
.userList {
  position: relative;
  height: 100%;
}
.userList-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.userList-header-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
}
.userList-header h2 {
  height: 22px;
  line-height: 22px;
  margin-bottom: 16px;
  font-size: 16px;
}
.userList-header h3 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  font-size: 14px;
}
.userList-content {
  margin-top: 12px;
  flex: 1;
  padding: 16px 16px 0;
  overflow: auto;
  background-color: #FFF;
}
.userList-table {
  flex: 1;
  padding-right: 16px;
}
.userList-table-title {
  min-width: 120px;
  white-space: nowrap;
}
.userList-panel {
  width: 900px;
  flex: none;
  background: #FFF;
  box-shadow: 8px 10px 21px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
}
.userList-selected {
  background-color: #DCEAF8FF;
}
.userList-filterWrapper {
  display: flex;
}
.userList-filterWrapper-control + .userList-filterWrapper-control {
  margin-left: 10px;
}
.ant-pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.ant-pagination .ant-select {
  position: absolute;
  left: 0;
  top: 0;
}
.ant-pagination .ant-pagination-total-text {
  position: absolute;
  left: 106px;
}
.action-bar {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: #FFF;
}
.action-bar-left {
  flex: 1;
}
.action-bar-right {
  flex: none;
}
.userList {
  position: relative;
  height: 100%;
}
.userList-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.userList-header-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
}
.userList-header h2 {
  height: 22px;
  line-height: 22px;
  margin-bottom: 16px;
  font-size: 16px;
}
.userList-header h3 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  font-size: 14px;
}
.userList-content {
  margin-top: 12px;
  flex: 1;
  padding: 16px 16px 0;
  overflow: auto;
  background-color: #FFF;
}
.userList-table {
  flex: 1;
  padding-right: 16px;
}
.userList-table-title {
  min-width: 120px;
  white-space: nowrap;
}
.userList-panel {
  width: 900px;
  flex: none;
  background: #FFF;
  box-shadow: 8px 10px 21px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
}
.userList-selected {
  background-color: #DCEAF8FF;
}
.userList-filterWrapper {
  display: flex;
}
.userList-filterWrapper-control + .userList-filterWrapper-control {
  margin-left: 10px;
}
.userCenter-content {
  margin-top: 15px;
  background: #fff;
  padding-top: 15px;
  display: flex;
}
.userCenter-content .right {
  padding: 10px 20px;
  min-height: calc(100vh - 150px);
}
.userCenter-content .right .basicSetting .form,
.userCenter-content .right .changePwd .form {
  padding: 10px 20px;
  display: block;
}
.userCenter-content .right .basicSetting .form .ant-row,
.userCenter-content .right .changePwd .form .ant-row {
  margin: 10px 0;
}
.userCenter-content .right .basicSetting .form .ant-input,
.userCenter-content .right .changePwd .form .ant-input {
  width: 380px;
}
.userCenter-content .right .basicSetting .form footer,
.userCenter-content .right .changePwd .form footer {
  margin-bottom: 20px;
  margin-top: 50px;
}
.tagWrap .ant-input-number:hover .ant-input-number-handler-wrap {
  display: none;
}
.warningModal .ant-modal-footer {
  text-align: center;
}
.warningUpload {
  background: rgba(216, 216, 216, 0.2);
  border: 1px solid #e7eaec;
  padding: 10px;
}
.warningModal .warningVoice {
  float: left;
  width: 80px;
  height: 28px;
  margin-top: 5px;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #e3e3e3 100%);
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 28px;
}
.warningModal .warningVoice .anticon {
  color: #2d8cf0;
}
.warningModal .warningVoice .modalMp3 {
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
.warningModal .change {
  float: left;
  text-decoration: underline;
  height: 30px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2d8cf0;
  line-height: 30px;
  margin-top: 5px;
  margin-left: 10px;
  text-align: center;
}
.warningBottom {
  text-align: center;
}
.warningBottom .ant-btn {
  margin: 0 20px;
}
