/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./src/styles/iconfont/iconfont.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "iconfont"; /* Project id 1693028 */
  src: url(./static/iconfont.8cec6b0e.woff2) format('woff2'),
       url(./static/iconfont.159c3c79.woff) format('woff'),
       url(./static/iconfont.d5ce9f06.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rotate-left:before {
  content: "\e69a";
}

.icon-rotate-right:before {
  content: "\e69b";
}

.icon-flip-horizontally:before {
  content: "\e6e1";
}

.icon-flip-vertically:before {
  content: "\e6eb";
}

.icon-shop-o:before {
  content: "\e606";
}

.icon-chat-o:before {
  content: "\e641";
}

.icon-cart-o:before {
  content: "\e643";
}


/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/global.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 1.5715;
  background-color: #ffffff;
}
a {
  color: #1677ff;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #4096ff;
}
a:active {
  color: #0958d9;
}
.wrap {
  display: flex;
}
.wrap .container {
  flex: 1 1;
  height: 100vh;
  overflow-y: scroll;
  background: #f7f8fa;
}
.wrap .container .main {
  padding: 20px;
}
.wrap .container .main .panel {
  position: relative;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
.wrap .container .main .panel:first-child {
  margin-top: 0;
}
.wrap .container .main .panel .panel-title {
  font-size: 16px;
  font-weight: 900;
  color: #323233;
}
.wrap .container .main .panel .panel-table {
  margin-top: 20px;
}
.wrap .container .main .panel.long-label-static .form-group .form-group__label {
  width: 240px;
}
img[src=''],
img:not([src]) {
  background: #eee;
}
.grid_handle a:before {
  content: '|';
  color: #333;
  padding: 0 5px;
}
.grid_handle a:first-child:before {
  content: none;
}
.bf-container {
  border: 1px solid #999;
}
.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-repeat: no-repeat;
  background-image: url(./static/bg.c08b06af.jpg);
  background-size: cover;
}
.login-wrap .hd {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.login-wrap .ft {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.login-wrap .login-box {
  background: #fff;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  width: 420px;
}
.login-wrap .login-box .tab-content {
  padding: 36px 72px 48px;
}
.login-wrap .login-box .login-title {
  text-align: center;
  font-size: 24px;
  padding-bottom: 36px;
}
.form-group {
  margin-bottom: 20px;
  display: flex;
}
.form-group .form-group__label {
  width: 120px;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
}
.form-group .form-group__label .form-group__required {
  color: #d40000;
  margin-right: 6px;
  font-size: 16px;
}
.form-group .form-group__controls {
  margin-left: 10px;
  flex: 1 1;
  position: relative;
  line-height: 30px;
  word-break: break-word;
}
.overview .overview-title {
  display: flex;
  align-items: center;
}
.overview .overview-title h3 {
  font-size: 16px;
  font-weight: 900;
  color: #323233;
  display: inline-flex;
  align-items: center;
}
.overview .overview-title h3 span {
  font-size: 14px;
  color: #969799;
  margin-left: 7px;
  font-weight: 400;
}
.overview .overview-main {
  display: flex;
  flex-wrap: wrap;
}
.overview .overview-main .overview-box {
  width: 50%;
  display: flex;
  margin-top: 20px;
  box-sizing: border-box;
}
.overview .overview-main .overview-box:nth-of-type(2n-1) {
  border-right: 1px solid #e5e5e5;
}
.overview .overview-main .overview-box .overview-item {
  width: 50%;
  color: #323233;
  font-size: 14px;
  text-align: center;
}
.overview .overview-main .overview-box .overview-item .overview-item__title {
  color: #969799;
}
.overview .overview-main .overview-box .overview-item .overview-item__primary {
  color: #333;
  font-size: 28px;
  font-weight: bolder;
  padding: 8px 0;
}
.overview .overview-main .overview-box .overview-item .overview-item__desc {
  color: #666;
}
.overview .overview-main .overview-line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  box-sizing: border-box;
}
.overview .overview-main .overview-line .overview-line-item {
  color: #323233;
  width: 25%;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}
.overview .overview-main .overview-line .overview-line-item .overview-item__title {
  color: #969799;
}
.overview .overview-main .overview-line .overview-line-item .overview-item__primary {
  color: #333;
  font-size: 28px;
  font-weight: bolder;
  padding: 8px 0;
}
.overview .overview-main .overview-line .overview-line-item .overview-item__desc {
  color: #666;
}
.filter-btn {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.filter-btn .filter-btn__bd {
  flex: 1 1;
  display: flex;
  align-items: center;
}
.filter-btn .filter-btn__ft {
  display: flex;
  align-items: center;
}
.productInfo {
  display: flex;
  width: 300px;
  position: relative;
  white-space: normal;
}
.productInfo .productInfo-hd {
  margin-right: 10px;
}
.productInfo .productInfo-hd img {
  width: 60px;
  height: 60px;
  display: block;
}
.productInfo .productInfo-bd {
  flex: 1 1;
}
.productInfo .productInfo-bd .productInfo-bd__title {
  font-weight: bold;
}
.productInfo .productInfo-bd .productInfo-bd__title a {
  font-weight: normal;
}
.design {
  width: 100%;
}
.zent-design-component-richtext-preview img {
  max-width: 100%;
}
.exception-data-btn.exception-data-btn {
  width: 190px;
  height: 60px;
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.exception-data-btn.exception-data-btn > div {
  font-size: 20px;
  line-height: 1.2;
}
.product-list {
  padding: 6px 0;
  border-top: 1px solid #f0f0f0;
}
.product-list:first-child {
  border-top: none;
}
.product-list .product-list_title {
  font-weight: bold;
}
.product-list .product-list_spec {
  color: #434343;
  font-size: 12px;
}
.table-container {
  position: relative;
  overflow-x: scroll;
  max-height: 500px;
}
.table-container .table-wrap {
  overflow-y: scroll;
  position: relative;
}
.table-container .table-fixed {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 6px 0 6px -4px rgba(200, 201, 204, 0.5);
}
.table-container .table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-container .table .tr {
  display: table-row;
  height: 56px;
}
.table-container .table .tr .th,
.table-container .table .tr .td {
  padding: 10px 12px;
  font-size: 14px;
  display: table-cell;
  box-sizing: border-box;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebedf0;
  vertical-align: middle;
  min-width: 60px;
  white-space: nowrap;
}
.table-container .table .tr .th {
  background: #f7f8fa;
  line-height: 20px;
  font-weight: 500;
}
.product-design {
  min-height: 600px;
  padding-top: 30px;
  box-sizing: border-box;
}
.product-design .edui-default .edui-for-insertvideo .edui-icon {
  background-position: -380px 0;
}
textarea[name='editorValue'] {
  display: none;
}
.order-export-dialog .form-group .form-group__label {
  text-align: left;
  width: 80px;
}
.order-export-dialog .order-export-fields {
  background: #f8f8f8;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.order-export-dialog .order-query-filters {
  background: #f8f8f8;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.order-export-dialog .order-query-filters .order-query-filter {
  width: 25%;
}
.order-export-log {
  border-radius: 2px;
  border: 1px solid #ebedf0;
  margin-bottom: 10px;
}
.order-export-log .order-export-log__hd {
  background: #f7f8fa;
  border-bottom: 1px solid #ebedf0;
  padding: 10px;
}
.order-export-log .order-export-log__hd span {
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}
.order-export-log .order-export-log__bd {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.order-export-log .order-export-log__bd .order-export-log__query-filter {
  width: 20%;
  padding: 10px 0;
}
.order-export-log .order-export-log__bd .order-export-log__query-filter:first-child {
  width: 40%;
}
.order-export-log .order-export-log__ft {
  padding: 0 10px 10px;
}
.suning-rule {
  max-height: 60vh;
  overflow: hidden;
  overflow-y: scroll;
  line-height: 2;
  white-space: pre-wrap;
  padding: 0 20px;
}
.suning-rule h3 {
  font-size: 20px;
  text-align: center;
  line-height: 3;
}
.suning-rule p {
  text-indent: 2em;
  font-size: 14px;
  padding-bottom: 10px;
}
.upload-container .upload-tips {
  color: #969799;
}
.upload-container .upload-image {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  cursor: move;
  background-color: #f8f9fa;
}
.upload-container .upload-image.upload-image-error {
  border: 1px solid #ff4d4f;
}
.upload-container .upload-image.upload-image-dragging {
  opacity: 0.6;
}
.upload-container .upload-image .upload-image-error-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  background: #ff4d4f;
  text-align: center;
}
.upload-container .upload-image .upload-image-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-container .upload-image .upload-image-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-container .upload-image .upload-image-mask .upload-image-preview {
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-container .upload-image .upload-image-mask .upload-image-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.upload-container .upload-image .upload-image-mask .upload-image-actions .anticon {
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-container .upload-image:hover .upload-image-mask {
  opacity: 1;
}
.image-cropper-wrap {
  display: flex;
  height: 100%;
  width: 100%;
}
.image-cropper-wrap .image-cropper-sider {
  width: 300px;
  padding: 16px;
  box-sizing: border-box;
}
.image-cropper-wrap .image-cropper-sider .image-cropper-sider-item .image-cropper-sider-item-title {
  padding-bottom: 12px;
  color: #252931;
  font-size: 14px;
  font-weight: 500;
}
.image-cropper-wrap .image-cropper-sider .image-cropper-sider-item .image-cropper-sider-preview {
  width: 98px;
  height: 98px;
  display: block;
  border-radius: 2px;
  object-fit: contain;
  background-color: #f8f9fa;
}
.image-cropper-wrap .image-cropper-sider .image-cropper-sider-item .image-cropper-sider-item-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.image-cropper-wrap .image-cropper-sider .image-cropper-sider-item .image-cropper-sider-item-icon {
  font-size: 24px;
  color: #898b8f;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 6px;
}
.image-cropper-wrap .image-cropper-sider .image-cropper-sider-item .image-cropper-sider-item-icon:hover {
  color: #565960;
  background: #f0f6ff;
  color: #1966ff;
}
.image-cropper-wrap .image-cropper-sider .image-cropper-sider-item .image-cropper-sider-item-btns {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 12px 0;
  gap: 12px;
}
.image-cropper-wrap .image-cropper-sider .image-cropper-sider-item .image-cropper-sider-item-tips {
  font-size: 13px;
  color: #898b8f;
}
.image-cropper-wrap .image-cropper-sider .image-cropper-sider-item .image-cropper-white-background {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-cropper-wrap .image-cropper-sider .image-cropper-sider-item .image-cropper-white-background .white-background-status {
  margin-left: 8px;
  font-size: 12px;
  color: #898b8f;
}
.image-cropper-wrap .image-cropper-content {
  flex: 1 1;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-cropper-wrap .image-cropper-content .image-cropper-current-size {
  position: absolute;
  width: 140px;
  height: 28px;
  line-height: 28px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  color: #fff;
  z-index: 1000;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.subscribe-qrcode-url {
  width: 160px;
}
.subscribe-qrcode-url img {
  width: 100%;
  display: block;
}
.subscribe-qrcode-url p {
  text-align: center;
}
.video {
  width: 100%;
}
.rulecheckbox .ruleText {
  color: #155bd4;
  cursor: pointer;
}
.mch-faq {
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #FF7619;
}
.mch-faq img {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}
.mch-faq:hover {
  color: #FF7619;
}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd/dist/reset.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
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);
}

body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  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;
}
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;
}
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;
  text-align: left;
  caption-side: bottom;
}
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;
}

