/* 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-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 0;
  background: #fff;
  border-radius: 2px;
  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: 15px;
}
.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;
  }
}

.ant-table .action-buttons a:hover {
  text-decoration: none;
  transform: scale(1);
  opacity: 1;
}
.action-buttons a {
  margin: 0 3px;
  display: inline-block;
}
.center {
  text-align: center;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}

.tree .tree-folder-header > .tree-folder-name > .ace-icon:first-child {
  color: #FFF;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #FAFAFA;
  border: 1px solid #CCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tree .tree-selected > .tree-folder-header > .tree-folder-name > .ace-icon:first-child {
  background-color: #F9A021;
  border-color: #F9A021;
  color: #FFF;
}
.tree .tree-item:not(.tree-selected) > .ace-icon:first-child {
  color: #FFF;
}
.tree.tree-selectable.disabled {
  position: relative;
}
.tree.tree-selectable.disabled:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: not-allowed;
  opacity: 0.3;
  background-color: #aaa;
}
.tree .tree-folder.disabled > .tree-folder-header > .tree-folder-name,
.tree .tree-item.disabled {
  cursor: not-allowed;
  background-color: #eee !important;
}
.tree .tree-folder.tree-highlight > .tree-folder-header > .tree-folder-name,
.tree .tree-item.tree-highlight {
  color: #f88154;
}
.tree-outer {
  max-height: 330px;
  z-index: 999;
}
.tree-inner {
  min-height: 312px;
}
.mg-treetp {
  margin-top: 296px;
}
@media screen and (min-height: 810px) {
  .tree-outer {
    min-height: 540px!important;
  }
}
@media screen and (min-height: 810px) {
  .tree-inner {
    max-height: 538px!important;
  }
}
@media screen and (min-height: 810px) {
  .mg-treetp {
    margin-top: 530px;
  }
}

.rct-message-container.has-message {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.rct-modal-content {
  word-break: break-all;
  overflow: hidden;
}
.rct-modal-container .rct-modal .rct-modal-footer button {
  margin-left: 20px;
}
.menu-min .nav-list > li:last-child:hover > .submenu.sub-last-menu {
  top: auto;
  bottom: 38px;
  padding-top: 0;
}
/*navbar图片居中*/
#navbar-container .navbar-brand {
  padding: 0 15px;
  line-height: 40px;
}
/*弹框关闭按钮样式修改*/
.modal-header .close {
  margin-top: 0;
  margin-right: 10px;
}
/*弹框底部操作按钮样式修改*/
.modal-footer .btn + .btn {
  margin-left: 20px;
}
.exceed-length {
  width: 63px;
  margin-left: 8px;
}
.mgb15 {
  margin-bottom: 15px;
}
.mgl-80 {
  margin-left: 80px!important;
}
.line-ht29 {
  line-height: 29px!important;
}
.line-ht25 {
  line-height: 25px!important;
}
.has-space {
  margin-top: 60px;
  padding-left: 0!important;
}
.equal-ht {
  height: 26px;
  margin-left: 5px!important;
}
.width100 {
  display: block;
  width: 100%;
}
.height34 {
  height: 34px;
}
.pdl0 {
  padding-left: 0!important;
}
.pdr0 {
  padding-right: 0!important;
}
.pdt7 {
  padding-top: 7px!important;
}
.mgl0 {
  margin-left: 0!important;
}
.mgl20 {
  margin-left: 20px!important;
}
.mgr20 {
  margin-right: 20px!important;
}
.mgl60 {
  margin-left: 60px!important;
}
.mglr60 {
  margin: 0 60px!important;
}
.w500 {
  width: 500px;
}
.w700 {
  width: 700px;
}
.edit-sku input.width100 {
  height: 37px;
  line-height: 37px;
}
.reset-overflow .table-responsive {
  overflow: visible!important;
}
.scrollable-table {
  overflow-x: auto;
}
.scrollable-table .table {
  white-space: nowrap;
  margin-bottom: 0;
}
.scrollable-table .table .may-beyond-block {
  max-width: 300px;
  width: 250px;
  width: max-content;
  white-space: normal;
  word-break: break-all;
}
.scrollable-table .table .may-beyond-block:empty {
  width: auto;
}
.Select.is-multi > .Select-control {
  overflow-y: auto;
  padding: 1px 52px 1px 3px;
}
.Select.is-multi > .Select-control .Select-item {
  position: relative;
}
.Select.is-multi > .Select-control .Select-item .Select-item-icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 21px;
}
.Select.is-multi > .Select-control .Select-item .Select-item-label {
  display: block;
  word-break: break-all;
  margin-left: 21px;
}
.Select.is-multi > .Select-control .Select-input {
  vertical-align: top;
}
.Select.is-multi > .Select-control .Select-clear {
  padding: 4px 10px;
}
.Select.is-multi > .Select-control .Select-placeholder {
  padding: 7px 52px 7px 10px;
}
.inline-radio {
  padding-top: 0;
  padding-bottom: 0;
}
.inline-radio .el-checkbox-group {
  padding: 0;
}
.inline-radio .el-checkbox-group .el-checkbox-row {
  padding-bottom: 0;
}
.inline-radio .el-checkbox-group .el-checkbox-row .el-checkbox-wrapper {
  min-height: 19px;
  line-height: 1;
}
textarea {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.receiveop-print {
  width: 100%;
  font: 10pt SimSun;
  page-break-after: always;
  page-break-inside: avoid;
}
.receiveop-print label {
  font-weight: 400;
}
.receiveop-print .tb-th {
  font-weight: 400;
  text-align: center;
  vertical-align: middle !important;
}
.receiveop-print .page-title {
  font: bold 14pt SimHei;
}
.receiveop-print .ft-bold {
  font-weight: 700;
}
.receiveop-print .pd-l0 {
  padding-left: 0;
}
.receiveop-print .pd0 {
  padding: 0;
}
.receiveop-print .mg-t20 {
  margin-top: 20px;
}
.receiveop-print .mg-b36 {
  margin-bottom: 16px;
}
.receiveop-print .scal-min {
  vertical-align: middle;
  font-size: 7pt;
}
.receiveop-print img.bar-code {
  padding-left: 0;
  width: 134px;
  vertical-align: top;
}
.receiveop-print .pd-t20 {
  padding-top: 20px;
}
.receiveop-print .pd-t40 {
  padding-top: 40px;
}
.receiveop-print .text-center {
  text-align: center;
  vertical-align: middle;
}
.receiveop-print .no-pd {
  padding: 0;
  vertical-align: top;
}
.receiveop-print .col-reset-print {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.receiveop-print .page-content {
  padding-left: 10px;
  padding-right: 10px;
}
.receiveop-print .page-content > .row {
  margin-right: -10px;
  margin-left: -10px;
}
.receiveop-print .pd-b10 {
  padding-bottom: 10px;
}
.rct-modal .mg-l12 {
  margin-left: 12px;
}
.rct-modal .tip-info {
  line-height: 30px;
}

.el-web-top-box .span-ellipsis {
  line-height: 35px;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.el-web-top-box .upload__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 120px;
}
.el-web-top-box .upload__button .upload__button--delete {
  position: absolute;
  right: -13px;
  top: 0;
  color: #e21717;
}
.el-web-top-box .btn-center-box {
  display: flex;
  justify-content: center;
}
.el-web-top-box .el-form .el-form-item.fake-input-box {
  display: none;
}
.el-web-top-box .el-input > input[readonly][disabled] {
  color: #848484 !important;
  background-color: #eee !important;
}
.el-web-top-box .batch-input-layout {
  display: flex;
}
.el-web-top-box .batch-input-layout .batch-input-main {
  flex-grow: 1;
}
.el-web-top-box .batch-input-layout .el-click-icon {
  cursor: pointer;
  pointer-events: auto;
}

@font-face {
  font-family: "iconfont";
  /* Project id 3350988 */
  src: url(data:font/woff2;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');
}
.iconfont,
[class^="wc-icon-"],
[class*=" wc-icon-"] {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wc-icon-dengpao:before {
  content: "\e8b9";
}
.wc-icon-fuwuerji:before {
  content: "\e605";
}
.wc-icon-book:before {
  content: "\e63a";
}
.wc-icon-edit:before {
  content: "\e60c";
}
.wc-icon-xueshimao:before {
  content: "\e736";
}

@charset "utf-8";
.pdt2 {
  padding-top: 2px;
}
.pdt4 {
  padding-top: 4px;
}
.pdt6 {
  padding-top: 6px;
}
.pdt8 {
  padding-top: 8px;
}
.pdt10 {
  padding-top: 10px;
}
.pdt12 {
  padding-top: 12px;
}
.pdt14 {
  padding-top: 14px;
}
.pdt16 {
  padding-top: 16px;
}
.pdt18 {
  padding-top: 18px;
}
.pdt20 {
  padding-top: 20px;
}
.pdt22 {
  padding-top: 22px;
}
.pdt24 {
  padding-top: 24px;
}
.pdt26 {
  padding-top: 26px;
}
.pdt28 {
  padding-top: 28px;
}
.pdt30 {
  padding-top: 30px;
}
.pdt32 {
  padding-top: 32px;
}
.pdt34 {
  padding-top: 34px;
}
.pdt36 {
  padding-top: 36px;
}
.pdt38 {
  padding-top: 38px;
}
.pdt40 {
  padding-top: 40px;
}
.pdr2 {
  padding-right: 2px;
}
.pdr4 {
  padding-right: 4px;
}
.pdr6 {
  padding-right: 6px;
}
.pdr8 {
  padding-right: 8px;
}
.pdr10 {
  padding-right: 10px;
}
.pdr12 {
  padding-right: 12px;
}
.pdr14 {
  padding-right: 14px;
}
.pdr16 {
  padding-right: 16px;
}
.pdr18 {
  padding-right: 18px;
}
.pdr20 {
  padding-right: 20px;
}
.pdr22 {
  padding-right: 22px;
}
.pdr24 {
  padding-right: 24px;
}
.pdr26 {
  padding-right: 26px;
}
.pdr28 {
  padding-right: 28px;
}
.pdr30 {
  padding-right: 30px;
}
.pdr32 {
  padding-right: 32px;
}
.pdr34 {
  padding-right: 34px;
}
.pdr36 {
  padding-right: 36px;
}
.pdr38 {
  padding-right: 38px;
}
.pdr40 {
  padding-right: 40px;
}
.pdb2 {
  padding-bottom: 2px;
}
.pdb4 {
  padding-bottom: 4px;
}
.pdb6 {
  padding-bottom: 6px;
}
.pdb8 {
  padding-bottom: 8px;
}
.pdb10 {
  padding-bottom: 10px;
}
.pdb12 {
  padding-bottom: 12px;
}
.pdb14 {
  padding-bottom: 14px;
}
.pdb16 {
  padding-bottom: 16px;
}
.pdb18 {
  padding-bottom: 18px;
}
.pdb20 {
  padding-bottom: 20px;
}
.pdb22 {
  padding-bottom: 22px;
}
.pdb24 {
  padding-bottom: 24px;
}
.pdb26 {
  padding-bottom: 26px;
}
.pdb28 {
  padding-bottom: 28px;
}
.pdb30 {
  padding-bottom: 30px;
}
.pdb32 {
  padding-bottom: 32px;
}
.pdb34 {
  padding-bottom: 34px;
}
.pdb36 {
  padding-bottom: 36px;
}
.pdb38 {
  padding-bottom: 38px;
}
.pdb40 {
  padding-bottom: 40px;
}
.pdl2 {
  padding-left: 2px;
}
.pdl4 {
  padding-left: 4px;
}
.pdl6 {
  padding-left: 6px;
}
.pdl8 {
  padding-left: 8px;
}
.pdl10 {
  padding-left: 10px;
}
.pdl12 {
  padding-left: 12px;
}
.pdl14 {
  padding-left: 14px;
}
.pdl16 {
  padding-left: 16px;
}
.pdl18 {
  padding-left: 18px;
}
.pdl20 {
  padding-left: 20px;
}
.pdl22 {
  padding-left: 22px;
}
.pdl24 {
  padding-left: 24px;
}
.pdl26 {
  padding-left: 26px;
}
.pdl28 {
  padding-left: 28px;
}
.pdl30 {
  padding-left: 30px;
}
.pdl32 {
  padding-left: 32px;
}
.pdl34 {
  padding-left: 34px;
}
.pdl36 {
  padding-left: 36px;
}
.pdl38 {
  padding-left: 38px;
}
.pdl40 {
  padding-left: 40px;
}
.mgt2 {
  margin-top: 2px;
}
.mgt4 {
  margin-top: 4px;
}
.mgt6 {
  margin-top: 6px;
}
.mgt8 {
  margin-top: 8px;
}
.mgt10 {
  margin-top: 10px;
}
.mgt12 {
  margin-top: 12px;
}
.mgt14 {
  margin-top: 14px;
}
.mgt16 {
  margin-top: 16px;
}
.mgt18 {
  margin-top: 18px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt22 {
  margin-top: 22px;
}
.mgt24 {
  margin-top: 24px;
}
.mgt26 {
  margin-top: 26px;
}
.mgt28 {
  margin-top: 28px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt32 {
  margin-top: 32px;
}
.mgt34 {
  margin-top: 34px;
}
.mgt36 {
  margin-top: 36px;
}
.mgt38 {
  margin-top: 38px;
}
.mgt40 {
  margin-top: 40px;
}
.mgt42 {
  margin-top: 42px;
}
.mgt44 {
  margin-top: 44px;
}
.mgt46 {
  margin-top: 46px;
}
.mgt48 {
  margin-top: 48px;
}
.mgt50 {
  margin-top: 50px;
}
.mgt52 {
  margin-top: 52px;
}
.mgt54 {
  margin-top: 54px;
}
.mgt56 {
  margin-top: 56px;
}
.mgt58 {
  margin-top: 58px;
}
.mgt60 {
  margin-top: 60px;
}
.mgr2 {
  margin-right: 2px;
}
.mgr4 {
  margin-right: 4px;
}
.mgr6 {
  margin-right: 6px;
}
.mgr8 {
  margin-right: 8px;
}
.mgr10 {
  margin-right: 10px;
}
.mgr12 {
  margin-right: 12px;
}
.mgr14 {
  margin-right: 14px;
}
.mgr16 {
  margin-right: 16px;
}
.mgr18 {
  margin-right: 18px;
}
.mgr20 {
  margin-right: 20px;
}
.mgr22 {
  margin-right: 22px;
}
.mgr24 {
  margin-right: 24px;
}
.mgr26 {
  margin-right: 26px;
}
.mgr28 {
  margin-right: 28px;
}
.mgr30 {
  margin-right: 30px;
}
.mgr32 {
  margin-right: 32px;
}
.mgr34 {
  margin-right: 34px;
}
.mgr36 {
  margin-right: 36px;
}
.mgr38 {
  margin-right: 38px;
}
.mgr40 {
  margin-right: 40px;
}
.mgr42 {
  margin-right: 42px;
}
.mgr44 {
  margin-right: 44px;
}
.mgr46 {
  margin-right: 46px;
}
.mgr48 {
  margin-right: 48px;
}
.mgr50 {
  margin-right: 50px;
}
.mgr52 {
  margin-right: 52px;
}
.mgr54 {
  margin-right: 54px;
}
.mgr56 {
  margin-right: 56px;
}
.mgr58 {
  margin-right: 58px;
}
.mgr60 {
  margin-right: 60px;
}
.mgb2 {
  margin-bottom: 2px;
}
.mgb4 {
  margin-bottom: 4px;
}
.mgb6 {
  margin-bottom: 6px;
}
.mgb8 {
  margin-bottom: 8px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb12 {
  margin-bottom: 12px;
}
.mgb14 {
  margin-bottom: 14px;
}
.mgb16 {
  margin-bottom: 16px;
}
.mgb18 {
  margin-bottom: 18px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb22 {
  margin-bottom: 22px;
}
.mgb24 {
  margin-bottom: 24px;
}
.mgb26 {
  margin-bottom: 26px;
}
.mgb28 {
  margin-bottom: 28px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb32 {
  margin-bottom: 32px;
}
.mgb34 {
  margin-bottom: 34px;
}
.mgb36 {
  margin-bottom: 36px;
}
.mgb38 {
  margin-bottom: 38px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb42 {
  margin-bottom: 42px;
}
.mgb44 {
  margin-bottom: 44px;
}
.mgb46 {
  margin-bottom: 46px;
}
.mgb48 {
  margin-bottom: 48px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb52 {
  margin-bottom: 52px;
}
.mgb54 {
  margin-bottom: 54px;
}
.mgb56 {
  margin-bottom: 56px;
}
.mgb58 {
  margin-bottom: 58px;
}
.mgb60 {
  margin-bottom: 60px;
}
.mgl2 {
  margin-left: 2px;
}
.mgl4 {
  margin-left: 4px;
}
.mgl6 {
  margin-left: 6px;
}
.mgl8 {
  margin-left: 8px;
}
.mgl10 {
  margin-left: 10px;
}
.mgl12 {
  margin-left: 12px;
}
.mgl14 {
  margin-left: 14px;
}
.mgl16 {
  margin-left: 16px;
}
.mgl18 {
  margin-left: 18px;
}
.mgl20 {
  margin-left: 20px;
}
.mgl22 {
  margin-left: 22px;
}
.mgl24 {
  margin-left: 24px;
}
.mgl26 {
  margin-left: 26px;
}
.mgl28 {
  margin-left: 28px;
}
.mgl30 {
  margin-left: 30px;
}
.mgl32 {
  margin-left: 32px;
}
.mgl34 {
  margin-left: 34px;
}
.mgl36 {
  margin-left: 36px;
}
.mgl38 {
  margin-left: 38px;
}
.mgl40 {
  margin-left: 40px;
}
.mgl42 {
  margin-left: 42px;
}
.mgl44 {
  margin-left: 44px;
}
.mgl46 {
  margin-left: 46px;
}
.mgl48 {
  margin-left: 48px;
}
.mgl50 {
  margin-left: 50px;
}
.mgl52 {
  margin-left: 52px;
}
.mgl54 {
  margin-left: 54px;
}
.mgl56 {
  margin-left: 56px;
}
.mgl58 {
  margin-left: 58px;
}
.mgl60 {
  margin-left: 60px;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
/*~@best/asumi/style/drop.less 前置样式*/
.el-shadow {
  box-shadow: 0 0.4615rem 0.923rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.4615rem 0.923rem rgba(0, 0, 0, 0.2);
}
.el-mirror-shadow {
  box-shadow: 0 -0.2rem 0.923rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -0.2rem 0.923rem rgba(0, 0, 0, 0.2);
}
/*~@best/asumi/style/drop.less end*/
.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.el-grid-row {
  margin-right: -1.1538rem;
}
.el-grid-row:before,
.el-grid-row:after {
  content: " ";
  display: table;
}
.el-grid-row:after {
  clear: both;
}
.el-grid-flex {
  display: flex;
  flex-flow: row wrap;
}
.el-grid-flex:before,
.el-grid-flex:after {
  display: flex;
}
.el-grid-align-flex-start {
  align-items: flex-start;
}
.el-grid-align-flex-end {
  align-items: flex-end;
}
.el-grid-align-center {
  align-items: center;
}
.el-grid-align-baseline {
  align-items: baseline;
}
.el-grid-align-stretch {
  align-items: stretch;
}
.el-grid-justify-flex-start {
  justify-content: flex-start;
}
.el-grid-justify-flex-end {
  justify-content: flex-end;
}
.el-grid-justify-center {
  justify-content: center;
}
.el-grid-justify-space-between {
  justify-content: space-between;
}
.el-grid-justify-space-around {
  justify-content: space-around;
}
.el-col-1,
.el-col-10,
.el-col-11,
.el-col-12,
.el-col-13,
.el-col-14,
.el-col-15,
.el-col-16,
.el-col-17,
.el-col-18,
.el-col-19,
.el-col-20,
.el-col-21,
.el-col-22,
.el-col-23,
.el-col-24,
.el-col-2,
.el-col-3,
.el-col-4,
.el-col-5,
.el-col-6,
.el-col-7,
.el-col-8,
.el-col-9 {
  float: left;
  min-height: 1px;
  padding-right: 1.1538rem;
  position: relative;
  flex: 0 0 auto;
}
.el-col-1.el-col-inline,
.el-col-10.el-col-inline,
.el-col-11.el-col-inline,
.el-col-12.el-col-inline,
.el-col-13.el-col-inline,
.el-col-14.el-col-inline,
.el-col-15.el-col-inline,
.el-col-16.el-col-inline,
.el-col-17.el-col-inline,
.el-col-18.el-col-inline,
.el-col-19.el-col-inline,
.el-col-20.el-col-inline,
.el-col-21.el-col-inline,
.el-col-22.el-col-inline,
.el-col-23.el-col-inline,
.el-col-24.el-col-inline,
.el-col-2.el-col-inline,
.el-col-3.el-col-inline,
.el-col-4.el-col-inline,
.el-col-5.el-col-inline,
.el-col-6.el-col-inline,
.el-col-7.el-col-inline,
.el-col-8.el-col-inline,
.el-col-9.el-col-inline {
  float: none;
  display: inline-block;
}
.el-col-24 {
  float: none;
}
.el-col-23 {
  width: 95.83333333%;
}
.el-col-22 {
  width: 91.66666667%;
}
.el-col-21 {
  width: 87.5%;
}
.el-col-20 {
  width: 83.33333333%;
}
.el-col-19 {
  width: 79.16666667%;
}
.el-col-18 {
  width: 75%;
}
.el-col-17 {
  width: 70.83333333%;
}
.el-col-16 {
  width: 66.66666667%;
}
.el-col-15 {
  width: 62.5%;
}
.el-col-14 {
  width: 58.33333333%;
}
.el-col-13 {
  width: 54.16666667%;
}
.el-col-12 {
  width: 50%;
}
.el-col-11 {
  width: 45.83333333%;
}
.el-col-10 {
  width: 41.66666667%;
}
.el-col-9 {
  width: 37.5%;
}
.el-col-8 {
  width: 33.33333333%;
}
.el-col-7 {
  width: 29.16666667%;
}
.el-col-6 {
  width: 25%;
}
.el-col-5 {
  width: 20.83333333%;
}
.el-col-4 {
  width: 16.66666667%;
}
.el-col-3 {
  width: 12.5%;
}
.el-col-2 {
  width: 8.33333333%;
}
.el-col-1 {
  width: 4.16666667%;
}
.el-col-offset-24 {
  margin-left: 100%;
}
.el-col-offset-23 {
  margin-left: 95.83333333%;
}
.el-col-offset-22 {
  margin-left: 91.66666667%;
}
.el-col-offset-21 {
  margin-left: 87.5%;
}
.el-col-offset-20 {
  margin-left: 83.33333333%;
}
.el-col-offset-19 {
  margin-left: 79.16666667%;
}
.el-col-offset-18 {
  margin-left: 75%;
}
.el-col-offset-17 {
  margin-left: 70.83333333%;
}
.el-col-offset-16 {
  margin-left: 66.66666667%;
}
.el-col-offset-15 {
  margin-left: 62.5%;
}
.el-col-offset-14 {
  margin-left: 58.33333333%;
}
.el-col-offset-13 {
  margin-left: 54.16666667%;
}
.el-col-offset-12 {
  margin-left: 50%;
}
.el-col-offset-11 {
  margin-left: 45.83333333%;
}
.el-col-offset-10 {
  margin-left: 41.66666667%;
}
.el-col-offset-9 {
  margin-left: 37.5%;
}
.el-col-offset-8 {
  margin-left: 33.33333333%;
}
.el-col-offset-7 {
  margin-left: 29.16666667%;
}
.el-col-offset-6 {
  margin-left: 25%;
}
.el-col-offset-5 {
  margin-left: 20.83333333%;
}
.el-col-offset-4 {
  margin-left: 16.66666667%;
}
.el-col-offset-3 {
  margin-left: 12.5%;
}
.el-col-offset-2 {
  margin-left: 8.33333333%;
}
.el-col-offset-1 {
  margin-left: 4.16666667%;
}
.el-col-offset-0 {
  margin-left: 0;
}
.el-col-order-24 {
  order: 24;
}
.el-col-order-23 {
  order: 23;
}
.el-col-order-22 {
  order: 22;
}
.el-col-order-21 {
  order: 21;
}
.el-col-order-20 {
  order: 20;
}
.el-col-order-19 {
  order: 19;
}
.el-col-order-18 {
  order: 18;
}
.el-col-order-17 {
  order: 17;
}
.el-col-order-16 {
  order: 16;
}
.el-col-order-15 {
  order: 15;
}
.el-col-order-14 {
  order: 14;
}
.el-col-order-13 {
  order: 13;
}
.el-col-order-12 {
  order: 12;
}
.el-col-order-11 {
  order: 11;
}
.el-col-order-10 {
  order: 10;
}
.el-col-order-9 {
  order: 9;
}
.el-col-order-8 {
  order: 8;
}
.el-col-order-7 {
  order: 7;
}
.el-col-order-6 {
  order: 6;
}
.el-col-order-5 {
  order: 5;
}
.el-col-order-4 {
  order: 4;
}
.el-col-order-3 {
  order: 3;
}
.el-col-order-2 {
  order: 2;
}
.el-col-order-1 {
  order: 1;
}
.el-col-order-0 {
  order: 0;
}
.el-tabs {
  position: relative;
}
.el-tabs .el-tabs-head.auto-show-lr {
  padding: 0 19px;
}
.el-tabs .el-tabs-head {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 34px;
}
.el-tabs .el-tabs-head .el-tabs-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
  border-bottom: 1px solid #E0E0E0;
}
.el-tabs .el-tabs-head .el-tabs-icon i {
  line-height: 32px;
  padding: 0 0.5138rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.el-tabs .el-tabs-head .el-tabs-icon.el-card i {
  border-bottom: 1px solid transparent;
}
.el-tabs .el-tabs-head .el-tabs-icon:first-child {
  left: 0;
  right: auto;
}
.el-tabs .el-tabs-nav-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.el-tabs .el-tabs-nav-container .el-tabs-nav__line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}
.el-tabs .el-tabs-nav {
  overflow: hidden;
  position: absolute;
  transition: left 0.2s ease-in;
  cursor: default;
}
.el-tabs .el-tabs-nav.el-card > li > a {
  border: 1px solid #E0E0E0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.el-tabs .el-tabs-nav.el-card > li > i {
  top: 0px;
  right: 4px;
}
.el-tabs .el-tabs-nav.el-card > li.el-tabs-nav-active > a {
  border-bottom: 1px solid #fff;
}
.el-tabs .el-tabs-nav > li {
  float: left;
  margin-right: 2px;
  position: relative;
  margin-bottom: 0px;
}
.el-tabs .el-tabs-nav > li > a {
  display: block;
  cursor: pointer;
  padding: 0 1.1538rem;
  line-height: 32px;
  color: #333;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid transparent;
}
.el-tabs .el-tabs-nav > li > i {
  position: absolute;
  top: 6px;
  right: 0;
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
}
.el-tabs .el-tabs-nav > li > i:hover {
  color: rgba(0, 0, 0, 0.85);
}
.el-tabs .el-tabs-nav > li.el-tabs-nav-active > a {
  color: #527ECC;
  border-bottom: 2px solid #527ECC;
}
.el-tabs .el-tabs-nav .el-tabs-nav-item-close {
  display: none;
  user-select: none;
}
.el-tabs .el-tabs-nav .el-tabs-nav-item:hover .el-tabs-nav-item-close {
  display: block;
}
.el-tabs .el-tabs-content.el-card > .el-tabs-panel {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #E0E0E0;
  border-top: none;
}
.el-tabs .el-tabs-content > .el-tabs-panel {
  display: none;
  padding: 1.5384rem;
}
.el-tabs .el-tabs-content > .el-tabs-panel.el-tabs-panel-active {
  display: block;
}
.el-dropup {
  position: relative;
}
.el-dropdown {
  position: relative;
  margin: 1.2307rem 0;
  display: inline-block;
}
.el-dropdown-toggle:focus {
  outline: 0;
}
.el-dropdown-menu {
  box-shadow: 0 0.4615rem 0.923rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.4615rem 0.923rem rgba(0, 0, 0, 0.2);
  left: 0;
  top: 100%;
  padding: 0;
  float: left;
  z-index: 1000;
  display: none;
  font-size: 1rem;
  min-width: 90px;
  margin-top: 2px;
  width: 100%;
  text-align: left;
  list-style: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
.el-dropdown-menu.el-dropdown-menu-bottom {
  box-shadow: 0 -0.2rem 0.923rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -0.2rem 0.923rem rgba(0, 0, 0, 0.2);
  top: auto;
  bottom: 100%;
}
.el-dropdown-menu > li {
  border-bottom: 1px solid #E0E0E0;
}
.el-dropdown-menu > li > a {
  clear: both;
  display: block;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.42857143;
  padding: 0.6153rem 1.1538rem;
}
.el-dropdown-menu > li > a:hover,
.el-dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #D6D6D6;
}
.el-dropdown-menu > li:last-child {
  border-bottom: 0;
}
.el-form.el-grid-row {
  margin-right: 0;
}
.el-form.el-vertical .el-form-item .el-form-label {
  display: block;
  text-align: left;
}
.el-form.el-vertical .el-form-item .el-form-control {
  display: block;
}
.el-form.el-inline .el-form-item {
  vertical-align: text-top;
  display: inline-block;
  margin-right: 0.7692rem;
}
.el-form.el-inline .el-form-item .el-form-label {
  min-width: 0;
  vertical-align: top;
  padding-right: 0.3846rem;
}
.el-form .el-form-error {
  color: #F2655B;
}
.el-form .el-form-title {
  font-size: 1.2307rem;
  padding: 0.7692rem 0;
}
.el-form .el-form-tips {
  color: #527ECC;
}
.el-form .el-form-item {
  min-height: 35px;
  line-height: 1.5;
  padding: 0.7692rem 0;
  vertical-align: middle;
}
.el-form .el-form-item .el-form-message {
  display: none;
}
.el-form .el-form-item.el-form-item-error .el-input > * {
  border-color: #F2655B;
}
.el-form .el-form-item.el-form-item-error .el-form-message {
  color: #F2655B;
  display: block;
}
.el-form .el-form-item.el-form-item-warning .el-input > * {
  border-color: #ffb729;
}
.el-form .el-form-item.el-form-item-warning .el-form-message {
  color: #ffb729;
  display: block;
}
.el-form .el-form-item .el-required {
  color: #F2655B;
  line-height: 35px;
  display: inline-block;
  padding-right: 0.3846rem;
}
.el-form .el-form-item .el-form-label {
  min-width: 80px;
  min-height: 35px;
  line-height: 35px;
  text-align: right;
  vertical-align: top;
  font-size: 1.0769rem;
  padding-right: 0.7692rem;
}
.el-form .el-form-item .el-form-control {
  vertical-align: top;
  display: inline-block;
}
.el-form .el-form-item .el-form-control .el-input,
.el-form .el-form-item .el-form-control .el-select-wrapper {
  display: block;
}
.el-form .el-form-item .el-form-control .el-form-control-static {
  min-height: 35px;
  line-height: 35px;
  vertical-align: top;
  font-size: 1.0769rem;
  padding-right: 0.7692rem;
}
.el-form .el-form-item .el-checkbox-group {
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
.el-form .el-col-24 {
  width: 100%;
}
.el-form-item .el-transfer-check-group {
  width: 100%;
}
.el-caret {
  width: 0;
  height: 0;
  margin-left: 2px;
  display: inline-block;
  border-top: 4px solid;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.el-caret.el-left {
  margin-left: -4px;
  margin-right: 3px;
  border-right: 4px solid;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.el-caret.el-top {
  margin-top: -4px;
  margin-right: 3px;
  border-bottom: 4px solid;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.el-caret.el-bottom {
  margin-right: 3px;
  margin-bottom: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid;
}
.el-caret.el-right {
  margin-left: 3px;
  margin-right: -4px;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.el-mask {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 99998;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
}
.el-modal-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: 0;
  width: 100%;
  z-index: 99998;
  overflow: auto;
  position: fixed;
  -webkit-overflow-scrolling: touch;
}
.el-modal-wrapper .el-modal {
  top: 100px;
  top: 15vh;
  width: 480px;
  margin: 0 auto;
  position: relative;
}
.el-modal-wrapper .el-modal .el-modal-content {
  margin: auto;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  padding: 1.1538rem 1.1538rem 0.7692rem;
  box-shadow: 0 2px 0.6153rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 0.6153rem rgba(0, 0, 0, 0.2);
}
.el-modal-wrapper .el-modal .el-modal-content .el-modal-close {
  top: 0.7692rem;
  z-index: 1;
  right: 1rem;
  cursor: pointer;
  width: 1.5384rem;
  height: 1.5384rem;
  font-size: 1.1538rem;
  text-align: center;
  position: absolute;
  color: #D6D6D6;
}
.el-modal-wrapper .el-modal .el-modal-content .el-modal-close:hover {
  color: #3868bd;
}
.el-modal-wrapper .el-modal .el-modal-content .el-modal-header {
  width: 100%;
  font-weight: 700;
  padding-bottom: 0.7692rem;
  font-size: 1.1538rem;
  border-bottom: 1px solid #E0E0E0;
}
.el-modal-wrapper .el-modal .el-modal-content .el-modal-body {
  min-height: 150px;
  padding-top: 0.7692rem;
  padding-bottom: 0.7692rem;
}
.el-modal-wrapper .el-modal .el-modal-content .el-modal-footer {
  text-align: right;
  padding-top: 0.7692rem;
  border-top: 1px solid #E0E0E0;
}
.el-modal-wrapper .el-modal.el-large {
  width: 560px;
}
.el-modal-wrapper .el-modal.el-large .el-modal-content {
  padding: 1.5384rem;
  font-size: 1.2307rem;
}
.el-modal-wrapper .el-modal.el-large .el-modal-content .el-modal-header {
  font-size: 1.3846rem;
}
.el-modal-wrapper .el-modal.el-small {
  width: 360px;
}
.el-modal-wrapper .el-modal.el-small .el-modal-content {
  padding: 0.7692rem;
  font-size: 0.923rem;
}
.el-modal-wrapper .el-modal.el-small .el-modal-content .el-modal-header {
  font-size: 1.0769rem;
}
.el-input-wrapper {
  width: 100%;
  display: table;
  border-spacing: 0;
  position: relative;
  border-collapse: separate;
}
.el-input-wrapper .el-input-prepend,
.el-input-wrapper .el-input-append {
  width: 1px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 2px;
  color: #333;
  text-align: center;
  position: relative;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  padding: 0.3846rem 0.6153rem;
  border: 1px solid #E0E0E0;
  background-color: #D6D6D6;
}
.el-input-wrapper .el-input-prepend {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-wrapper .el-input-prepend + .el-input > input,
.el-input-wrapper .el-input-prepend + .el-input > textarea {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.el-input-wrapper .el-input-append {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-wrapper .el-input {
  display: table-cell;
}
.el-input-wrapper .el-input:first-child > input,
.el-input-wrapper .el-input:not(:first-child):not(:last-child) > input,
.el-input-wrapper .el-input:first-child > textarea,
.el-input-wrapper .el-input:not(:first-child):not(:last-child) > textarea {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input {
  cursor: text;
  position: relative;
  display: inline-block;
}
.el-input > input,
.el-input > textarea {
  width: 100%;
  font-size: 1rem;
  min-height: 35px;
  padding: 0.3846rem 0.6153rem;
  line-height: 1.5;
  color: #333;
  border-radius: 2px;
  display: inline-block;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E0E0E0;
}
.el-input > input:disabled,
.el-input > textarea:disabled {
  cursor: not-allowed;
  background-color: rgba(51, 51, 51, 0.2);
}
.el-input > input:focus,
.el-input > textarea:focus {
  border-color: #527ECC;
}
.el-input .el-input-icon {
  right: 0;
  z-index: 1;
  width: 35px;
  height: 100%;
  color: #777;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  pointer-events: none;
  padding: 0.3846rem 0.6153rem;
}
.el-input .el-input-icon + input,
.el-input .el-input-icon + textarea {
  padding-right: 35px;
}
.el-input .el-input-icon .el-clear-icon {
  cursor: pointer;
  pointer-events: auto;
}
.el-input .el-input-icon .el-clear-icon + span {
  margin-left: 0.6153rem;
}
.el-input .el-input-icon .icon-events {
  pointer-events: auto;
}
.el-input.el-input-width-clear-icon .el-input-icon {
  width: 46px;
}
.el-input.el-input-width-clear-icon > input,
.el-input.el-input-width-clear-icon > textarea {
  padding-right: 46px;
}
.el-input.el-large > input,
.el-input.el-large > textarea {
  min-height: 40px;
  font-size: 1.0769rem;
  padding: 0.4615rem 0.6153rem;
}
.el-input.el-large .el-input-icon {
  width: 40px;
  padding: 0.4615rem 0.6153rem;
}
.el-input.el-large .el-input-icon + input,
.el-input.el-large .el-input-icon + textarea {
  padding-right: 40px;
}
.el-input.el-large.el-input-width-clear-icon .el-input-icon {
  width: 54px;
}
.el-input.el-large.el-input-width-clear-icon > input,
.el-input.el-large.el-input-width-clear-icon > textarea {
  padding-right: 54px;
}
.el-input.el-small > input,
.el-input.el-small > textarea {
  min-height: 30px;
  font-size: 0.923rem;
  padding: 2px 0.6153rem;
}
.el-input.el-small .el-input-icon {
  width: 30px;
  padding: 2px 0.6153rem;
}
.el-input.el-small .el-input-icon + input,
.el-input.el-small .el-input-icon + textarea {
  padding-right: 30px;
}
.el-input.el-small.el-input-width-clear-icon .el-input-icon {
  width: 46px;
}
.el-input.el-small.el-input-width-clear-icon > input,
.el-input.el-small.el-input-width-clear-icon > textarea {
  padding-right: 46px;
}
.el-cascader-wrapper {
  position: relative;
  display: inline-block;
}
.el-cascader-wrapper .el-input {
  cursor: default;
}
.el-cascader-wrapper .el-caret {
  margin-left: 0;
  margin-right: 0;
  transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
}
.el-cascader-wrapper .el-caret.el-select-open {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.el-cascader-options {
  z-index: 99998;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  box-shadow: 0 0 0.3846rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0.3846rem rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  overflow: hidden;
  margin-top: 0.3846rem;
  margin-bottom: 0.3846rem;
  max-height: 200px;
  background: #fff;
  display: flex;
}
.el-cascader-options .el-cascader-dropdown {
  width: 180px;
  overflow: auto;
  background: #fff;
  max-height: 200px;
  border-left: 1px solid #E0E0E0;
}
.el-cascader-options .el-cascader-dropdown .el-cascader-filter {
  padding: 0.7rem;
  border-bottom: 1px solid #E0E0E0;
}
.el-cascader-options .el-cascader-dropdown ul {
  padding: 0.3846rem 0;
}
.el-cascader-options .el-cascader-dropdown ul > li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 35px;
  line-height: 2;
  user-select: none;
  position: relative;
  padding: 0.3846rem 23px 0.3846rem 0.6153rem;
}
.el-cascader-options .el-cascader-dropdown ul > li.el-cascader-no-data {
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.el-cascader-options .el-cascader-dropdown ul > li.el-cascader-no-data:hover {
  background: #fff;
}
.el-cascader-options .el-cascader-dropdown ul > li.el-disabled {
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  background-color: #dbdbdb;
}
.el-cascader-options .el-cascader-dropdown ul > li.el-disabled:hover {
  background: #dbdbdb;
}
.el-cascader-options .el-cascader-dropdown ul > li .el-cascader-selected,
.el-cascader-options .el-cascader-dropdown ul > li .el-cascader-unselected {
  top: 0;
  right: 0;
  width: 1.5384rem;
  height: 35px;
  color: #3868bd;
  line-height: 35px;
  position: absolute;
  display: inline-block;
}
.el-cascader-options .el-cascader-dropdown ul > li .el-cascader-unselected {
  color: #333;
}
.el-cascader-options .el-cascader-dropdown ul > li:hover {
  background: #c8d6ef;
}
.el-cascader-options .el-cascader-dropdown ul > li:hover .el-cascader-unselected {
  color: #3868bd;
}
.el-cascader-options .el-cascader-dropdown ul > li.el-cascader-selected {
  background: #c8d6ef;
}
.el-cascader-options .el-cascader-dropdown ul > li.el-cascader-selected:hover {
  background: #c8d6ef;
}
.el-cascader-options .el-cascader-dropdown ul > li i {
  font-size: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
.el-cascader-options .el-cascader-dropdown ul .el-cascader-item-select {
  color: #3868bd;
}
.el-cascader-options .el-cascader-dropdown:first-child {
  border-left: none;
}
.el-select-wrapper {
  position: relative;
  display: inline-block;
}
.el-select-wrapper .el-taginput-wrapper {
  min-width: 12.46153846rem;
  vertical-align: text-top;
}
.el-select-wrapper .el-input {
  cursor: default;
}
.el-select-wrapper .el-caret {
  margin-left: 0;
  margin-right: 0;
  transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
}
.el-select-wrapper .el-caret.el-select-open {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.el-select-wrapper.el-select-options-visible .el-input > input,
.el-select-wrapper.el-select-options-visible > textarea {
  border-color: #527ECC;
}
.el-select-wrapper.el-select-options-visible .el-taginput-wrapper {
  border-color: #527ECC;
}
.el-select-dropdown {
  width: 100%;
  z-index: 99998;
  overflow: auto;
  margin-top: 0.3846rem;
  background: #fff;
  max-height: 250px;
  margin-bottom: 0.3846rem;
  position: absolute;
  left: 0;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  box-shadow: 0 0 0.3846rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0.3846rem rgba(0, 0, 0, 0.2);
}
.el-select-dropdown ul {
  padding: 0.3846rem 0;
}
.el-select-dropdown ul > li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 35px;
  line-height: 2;
  user-select: none;
  position: relative;
  padding: 0.3846rem 23px 0.3846rem 0.6153rem;
}
.el-select-dropdown ul > li.el-select-no-data {
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.el-select-dropdown ul > li.el-select-no-data:hover {
  background: #fff;
}
.el-select-dropdown ul > li.el-disabled {
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  background-color: #dbdbdb;
}
.el-select-dropdown ul > li.el-disabled:hover {
  background: #dbdbdb;
}
.el-select-dropdown ul > li .el-select-selected,
.el-select-dropdown ul > li .el-select-unselected {
  top: 0;
  right: 0;
  width: 1.5384rem;
  height: 35px;
  color: #3868bd;
  line-height: 35px;
  position: absolute;
  display: inline-block;
}
.el-select-dropdown ul > li .el-select-unselected {
  color: #333;
}
.el-select-dropdown ul > li:hover {
  background: #c8d6ef;
}
.el-select-dropdown ul > li:hover .el-select-unselected {
  color: #3868bd;
}
.el-select-dropdown ul > li.el-select-selected {
  background: #c8d6ef;
}
.el-select-dropdown ul > li.el-select-selected:hover {
  background: #c8d6ef;
}
.el-input-wrapper.el-number-input {
  width: 110px;
}
.el-input-wrapper.el-number-input .el-input-append {
  padding: 0;
  width: 30px;
  background: #fff;
  position: relative;
}
.el-input-wrapper.el-number-input .el-input-append .el-number-input-handler {
  display: inline-block;
  min-height: 31px;
  cursor: pointer;
}
.el-input-wrapper.el-number-input .el-input-append .el-number-input-handler .el-number-input-up,
.el-input-wrapper.el-number-input .el-input-append .el-number-input-handler .el-number-input-down {
  position: absolute;
  line-height: 1.2;
  right: 0;
  left: 0;
}
.el-input-wrapper.el-number-input .el-input-append .el-number-input-handler .el-number-input-up:hover,
.el-input-wrapper.el-number-input .el-input-append .el-number-input-handler .el-number-input-down:hover {
  color: #527ECC;
}
.el-input-wrapper.el-number-input .el-input-append .el-number-input-handler .el-number-input-up {
  top: 0;
  bottom: 50%;
  border-bottom: 1px solid #E0E0E0;
}
.el-input-wrapper.el-number-input .el-input-append .el-number-input-handler .el-number-input-down {
  bottom: 0;
  top: 50%;
}
.el-input-wrapper.el-number-input.el-large .el-input-append .el-number-input-handler {
  min-height: 36px;
}
.el-input-wrapper.el-number-input.el-small .el-input-append .el-number-input-handler {
  min-height: 26px;
}
.el-input-wrapper.el-number-input.el-number-input-disabled .el-input-append {
  cursor: not-allowed;
  background: rgba(51, 51, 51, 0.2);
}
.el-input-wrapper.el-number-input.el-number-input-disabled .el-input-append .el-number-input-up:hover,
.el-input-wrapper.el-number-input.el-number-input-disabled .el-input-append .el-number-input-down:hover {
  color: #333;
}
.el-fr {
  float: right;
}
.el-fl {
  float: left;
}
.el-table-arrow {
  margin-left: 10px;
  cursor: pointer;
}
.el-row {
  margin-left: -1.1538rem;
  margin-right: -1.1538rem;
}
.el-row:before,
.el-row:after {
  content: " ";
  display: table;
}
.el-row:after {
  clear: both;
}
.el-row > .el-fr,
.el-row > .el-fl {
  min-height: 1px;
  position: relative;
  padding-left: 1.1538rem;
  padding-right: 1.1538rem;
}
.el-table-group .el-table table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border-spacing: 0;
  table-layout: fixed;
  background-color: #fff;
  border-collapse: collapse;
}
.el-table table thead {
  display: table-header-group;
}
.el-table table > tbody > tr > td,
.el-table table > tbody > tr > th,
.el-table table > tfoot > tr > td,
.el-table table > tfoot > tr > th,
.el-table table > thead > tr > td,
.el-table table > thead > tr > th {
  padding: 0.6153rem;
  position: relative;
  vertical-align: middle;
  line-height: 1.42857143;
  border-top: 1px solid #E0E0E0;
}
.el-table table > colgroup + thead > tr:first-child > td,
.el-table table > colgroup + thead > tr:first-child > th,
.el-table table > thead:first-child > tr:first-child > td,
.el-table table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.el-table-bordered > tbody > tr > td,
.el-table-bordered > tbody > tr > th,
.el-table-bordered > tfoot > tr > td,
.el-table-bordered > tfoot > tr > th,
.el-table-bordered > thead > tr > td,
.el-table-bordered > thead > tr > th {
  border: 1px solid #E0E0E0;
  border-left: 0;
}
.el-table-striped > tbody > tr:nth-of-type(even) {
  background-color: #dbdbdb;
}
.el-table-wrapper {
  position: relative;
  border: 1px solid #E0E0E0;
}
.el-table {
  width: 100%;
  font-size: 1rem;
  line-height: 40px;
  color: #333;
}
.el-table.el-table-fixed {
  width: auto;
}
.el-table.el-table-fixed table {
  width: auto;
}
.el-table .el-table-container {
  overflow: auto;
  position: relative;
}
.el-table-wrapper .el-table-footer {
  padding: 0.7692rem;
  font-weight: 700;
  font-size: 1.1538rem;
}
.el-table-group .el-table-title {
  padding: 0.7692rem 0;
  font-weight: 700;
  font-size: 1.1538rem;
}
.el-table-fixed .el-table-container,
.el-table-container.el-table-header-container {
  overflow: hidden;
}
.el-table table > thead > tr > th {
  padding: 0.6153rem;
  background: #D6D6D6;
}
.el-table .el-table-bordered > tbody > tr > td:last-child,
.el-table .el-table-bordered > thead > tr > th:last-child {
  border-right-width: 0;
}
.el-table-fixed {
  top: 0;
  position: absolute;
}
.el-table-left-fixed {
  left: 0;
  border-right: 0;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.2);
}
.el-table-left-fixed .el-table {
  border-right: 0;
}
.el-table-right-fixed {
  right: 0;
  border-left: 0;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
}
.el-table-right-fixed .el-table-container {
  overflow: auto;
}
.el-table-group.el-ellipsis table th,
.el-table-group.el-ellipsis table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.el-table-group.el-break table th,
.el-table-group.el-break table td {
  white-space: normal;
  word-break: break-all;
  vertical-align: top;
}
.el-table.el-table-nestedHead {
  border: 1px solid #E0E0E0;
  background: #D6D6D6;
  border-bottom: 0;
  overflow: hidden;
}
.el-table-nestedHead .el-table-bordered {
  border-bottom: 0;
}
.el-table-nestedHead .el-table-bordered thead > tr > th {
  border-bottom: 0;
}
.el-table-body-container .el-table-bordered > tbody > tr:first-child > td {
  border-top: 0;
}
.el-table-body-container .el-table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}
.el-table-nestedHead .el-table-bordered > thead > tr:last-child > th {
  border-top: 0;
}
.el-table .el-table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff;
}
.el-table .el-checkbox-wrapper {
  line-height: 15px;
  min-height: 15px;
}
.el-table .el-checkbox-wrapper .el-checkbox {
  margin-left: 4px;
}
.el-table .el-dropup .el-caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.el-table .el-order .el-dropdown {
  margin-top: 0;
  margin-bottom: 0;
}
.el-table .th-div {
  overflow: hidden;
  text-overflow: ellipsis;
}
a.el-btn {
  color: #333;
}
.el-btn {
  height: 35px;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  min-width: 76px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 35px;
  text-align: center;
  user-select: none;
  color: #333;
  white-space: nowrap;
  padding: 0 0.923rem;
  -ms-user-select: none;
  display: inline-block;
  vertical-align: middle;
  background-image: none;
  -moz-user-select: none;
  background-color: #D6D6D6;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  -webkit-user-select: none;
  border-radius: 2px;
}
.el-btn.el-primary {
  color: #fff;
  background-color: #527ECC;
}
.el-btn.el-primary:active,
.el-btn.el-primary:focus,
.el-btn.el-primary:hover {
  background-color: #3868bd;
}
.el-btn.el-secondary {
  color: #fff;
  background-color: #FFBE3D;
}
.el-btn.el-secondary:active,
.el-btn.el-secondary:focus,
.el-btn.el-secondary:hover {
  background-color: #ffb729;
}
.el-btn.el-danger {
  color: #fff;
  background-color: #F2655B;
}
.el-btn.el-danger:active,
.el-btn.el-danger:focus,
.el-btn.el-danger:hover {
  background-color: #f15348;
}
.el-btn.el-success {
  color: #fff;
  background-color: #59B877;
}
.el-btn.el-success:active,
.el-btn.el-success:focus,
.el-btn.el-success:hover {
  background-color: #4cb16c;
}
.el-btn.el-large {
  height: 40px;
  min-width: 98px;
  line-height: 40px;
  font-size: 1.2307rem;
}
.el-btn.el-small {
  height: 30px;
  min-width: 45px;
  line-height: 30px;
  font-size: 0.923rem;
}
.el-btn.el-text {
  color: #527ECC;
  min-width: 40px;
  padding: 0 0.6153rem;
  background-color: transparent;
}
.el-btn.el-text:active,
.el-btn.el-text:focus,
.el-btn.el-text:hover {
  color: #3868bd;
  background-color: transparent;
}
.el-btn.el-text.el-disabled {
  color: #ECECEC;
  background: transparent;
}
.el-btn.el-text.el-disabled:active,
.el-btn.el-text.el-disabled:focus,
.el-btn.el-text.el-disabled:hover {
  color: #ECECEC;
  background: transparent;
}
.el-btn.el-disabled,
.el-btn:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.el-btn.el-disabled:active,
.el-btn:disabled:active,
.el-btn.el-disabled:focus,
.el-btn:disabled:focus,
.el-btn.el-disabled:hover,
.el-btn:disabled:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.el-btn:active,
.el-btn:focus,
.el-btn:hover {
  background-color: #cccccc;
}
.el-checkbox-wrapper {
  cursor: pointer;
  min-height: 35px;
  line-height: 35px;
  user-select: none;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
}
.el-checkbox-wrapper > * {
  font-size: 1.0769rem;
  display: inline-block;
  vertical-align: middle;
}
.el-checkbox-wrapper.el-disabled {
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.el-checkbox-wrapper.el-disabled .el-checkbox .el-checkbox-input:hover + .el-unchecked {
  color: rgba(0, 0, 0, 0.2);
}
.el-checkbox-wrapper.el-disabled .el-checkbox .el-checked {
  color: rgba(0, 0, 0, 0.2);
}
.el-checkbox-wrapper.el-disabled .el-checkbox.el-radio input[type=radio] {
  cursor: not-allowed;
}
.el-checkbox-wrapper.el-disabled .el-checkbox.el-radio input[type=radio] + span:before {
  border-color: rgba(0, 0, 0, 0.2);
}
.el-checkbox-wrapper.el-disabled .el-checkbox.el-radio input[type=radio]:checked + span:before {
  border-color: rgba(0, 0, 0, 0.2);
}
.el-checkbox-wrapper.el-disabled .el-checkbox.el-radio input[type=radio]:checked + span:after {
  background: rgba(0, 0, 0, 0.2);
}
.el-checkbox-wrapper.el-disabled .el-checkbox.el-switch input + span:before {
  border: rgba(0, 0, 0, 0.2);
  background-color: #cccccc;
}
.el-checkbox-wrapper.el-disabled .el-checkbox.el-switch input + span:after {
  background-color: #D6D6D6;
}
.el-checkbox-wrapper.el-disabled .el-checkbox.el-switch input:checked + span:before {
  border-color: #E0E0E0;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1.2307rem inset;
}
.el-checkbox-wrapper .el-checkbox {
  margin-left: 0.3846rem;
  margin-right: 0.3846rem;
  position: relative;
}
.el-checkbox-wrapper .el-checkbox .el-checkbox-input {
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  outline: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  cursor: pointer;
  position: absolute;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
}
.el-checkbox-wrapper .el-checkbox .el-checkbox-input:hover + .el-unchecked {
  color: #3868bd;
}
.el-checkbox-wrapper .el-checkbox .el-checked {
  color: #3868bd;
}
.el-checkbox-wrapper .el-checkbox.el-radio {
  height: 1rem;
  line-height: 1rem;
  vertical-align: middle;
}
.el-checkbox-wrapper .el-checkbox.el-radio input[type=radio] {
  height: 1rem;
  position: absolute;
}
.el-checkbox-wrapper .el-checkbox.el-radio input[type=radio] + span {
  width: auto;
  display: block;
  background: none;
  position: relative;
  height: 1rem;
}
.el-checkbox-wrapper .el-checkbox.el-radio input[type=radio] + span:before {
  content: '';
  width: 0.84615rem;
  height: 0.84615rem;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  transition: border 0.2s;
  border: 1px solid #333;
  -webkit-transition: border 0.2s;
}
.el-checkbox-wrapper .el-checkbox.el-radio input[type=radio]:checked + span:before {
  border-color: #3868bd;
  transition: border 0.2s;
  -webkit-transition: border 0.2s;
}
.el-checkbox-wrapper .el-checkbox.el-radio input[type=radio]:checked + span:after {
  content: '';
  width: 0.38461rem;
  height: 0.38461rem;
  border-radius: 50%;
  position: absolute;
  background: #3868bd;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.el-checkbox-wrapper .el-checkbox.el-radio:hover input + span:before {
  border-color: #3868bd;
}
.el-checkbox-wrapper .el-checkbox.el-switch {
  height: 1.3846rem;
  line-height: 1.3846rem;
  vertical-align: middle;
}
.el-checkbox-wrapper .el-checkbox.el-switch input[type=checkbox],
.el-checkbox-wrapper .el-checkbox.el-switch input[type=radio] {
  height: 1.3846rem;
  position: absolute;
}
.el-checkbox-wrapper .el-checkbox.el-switch input[type=checkbox] + span,
.el-checkbox-wrapper .el-checkbox.el-switch input[type=radio] + span {
  width: auto;
  height: auto;
  display: block;
  background: none;
}
.el-checkbox-wrapper .el-checkbox.el-switch input + span:before {
  content: '';
  width: 28px;
  height: 1.2307rem;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  border-radius: 0.6153rem;
  border: 1px solid #E0E0E0;
  background-color: #D6D6D6;
  background-clip: content-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0 inset;
  -webkit-background-clip: content-box;
  transition: border 0.4s, box-shadow 0.4s;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s;
}
.el-checkbox-wrapper .el-checkbox.el-switch input + span:after {
  top: 0;
  left: 0;
  content: '';
  width: 1.3846rem;
  height: 1.3846rem;
  position: absolute;
  border-radius: 100%;
  transition: left 0.2s;
  background-color: #fff;
  -webkit-transition: left 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.el-checkbox-wrapper .el-checkbox.el-switch input:checked + span:before {
  border-color: #527ECC;
  background-color: #527ECC;
  box-shadow: #527ECC 0 0 0 1.2307rem inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s, background-color 1.2s;
}
.el-checkbox-wrapper .el-checkbox.el-switch input:checked + span:after {
  left: 1rem;
}
.el-checkbox-group {
  padding: 0.7692rem 0;
}
.el-checkbox-group .el-checkbox-row {
  padding-bottom: 0.3846rem;
}
.el-checkbox-button {
  padding: 0.7692rem 0;
}
.el-checkbox-button .el-checkbox-row {
  padding-bottom: 0.3846rem;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper {
  border: 1px solid #E0E0E0;
  border-left: 0;
  padding: 0 0.7692rem;
  background-color: #fff;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #E0E0E0;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper.el-checkbox-checked {
  color: #527ECC;
  border-color: #527ECC;
  z-index: 1;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper.el-checkbox-checked:not(:first-child)::before {
  background-color: #527ECC;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper.el-checkbox-checked:first-child {
  border-left: 1px solid #527ECC;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper.el-checkbox-checked:last-child {
  border-right: 1px solid #527ECC;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper .el-radio {
  display: block;
  width: 0;
  height: 0;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper .el-radio span {
  opacity: 0;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper:first-child {
  border-left: 1px solid #E0E0E0;
  border-radius: 2px 0 0 2px;
}
.el-checkbox-button .el-checkbox-row .el-checkbox-wrapper:last-child {
  border-right: 1px solid #E0E0E0;
  border-radius: 0 2px 2px 0;
}
.el-datetime:hover .el-input-icon {
  color: #3868bd;
}
.el-datetime:hover .el-datetime-disabled .el-input-icon {
  color: #777;
}
.el-datetime-picker {
  display: none;
  z-index: 1000;
  margin-top: 1px;
  background: #fff;
  padding: 5px 8px;
  position: absolute;
  border: 1px solid #E0E0E0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.el-datetime-picker table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
.el-datetime-picker table thead th {
  height: 30px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.el-datetime-picker table thead th span {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.el-datetime-picker table td {
  cursor: pointer;
  text-align: center;
}
.el-datetime-picker table td.el-datetime-day {
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
}
.el-datetime-picker table td.el-datetime-month,
.el-datetime-picker table td.el-datetime-year {
  width: 60px;
  height: 50px;
  cursor: pointer;
  text-align: center;
}
.el-datetime-picker table td.el-datetime-week {
  width: 32px;
  height: 32px;
  color: #777;
  cursor: pointer;
  text-align: center;
}
.el-datetime-picker table td.el-datetime-today {
  position: relative;
}
.el-datetime-picker table td.el-datetime-today:after {
  right: 4px;
  bottom: 4px;
  content: " ";
  position: absolute;
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3868bd;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.el-datetime-picker table td.el-datetime-today.el-datetime-active:after {
  right: 4px;
  bottom: 4px;
  content: " ";
  position: absolute;
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid rgba(255, 255, 255, 0.8);
  border-top-color: rgba(0, 0, 0, 0.2);
}
.el-datetime-picker table td.el-datetime-old,
.el-datetime-picker table td.el-datetime-new {
  color: #D6D6D6;
}
.el-datetime-picker table td.el-datetime-disabled {
  color: #D6D6D6;
  cursor: not-allowed;
  background-color: rgba(51, 51, 51, 0.2);
}
.el-datetime-picker table td.el-datetime-active:not(.el-datetime-disabled) {
  color: #fff;
  background-color: #527ECC;
}
.el-datetime-picker table td:not(.el-datetime-disabled):not(.el-datetime-today):not(.el-datetime-active):not(.el-datetime-week-number):hover,
.el-datetime-picker table td.el-datetime-day:not(.el-datetime-disabled):not(.el-datetime-today):not(.el-datetime-active):hover,
.el-datetime-picker table td.el-datetime-hour:hover,
.el-datetime-picker table td.el-datetime-minute:hover,
.el-datetime-picker table td.el-datetime-second:hover,
.el-datetime-picker table td.el-datetime-timetoggle:hover {
  background: #c8d6ef;
}
.el-datetime-picker .el-datetime-days,
.el-datetime-picker .el-datetime-weeks {
  width: 250px;
}
.el-datetime-picker .el-datetime-days thead tr th,
.el-datetime-picker .el-datetime-weeks thead tr th {
  width: 29px;
}
.el-datetime-picker .el-datetime-days thead tr:last-of-type th,
.el-datetime-picker .el-datetime-weeks thead tr:last-of-type th {
  padding: 5px;
  cursor: default;
}
.el-datetime-picker .el-datetime-months,
.el-datetime-picker .el-datetime-years {
  width: 250px;
}
.el-datetime-picker .el-datetime-months thead tr th,
.el-datetime-picker .el-datetime-years thead tr th {
  width: 60px;
}
.el-datetime-picker .el-datetime-months thead tr th:nth-child(2),
.el-datetime-picker .el-datetime-years thead tr th:nth-child(2) {
  width: 200px;
}
.el-datetime-picker .el-datetime-time {
  width: 250px;
}
.el-datetime-picker .el-datetime-shortcuts {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 94px;
  padding: 5px 8px;
  background-color: #c4e6cf;
}
.el-datetime-picker .el-datetime-shortcuts a {
  color: #777;
  display: block;
  padding: 5px 0;
}
.el-datetime-picker .el-datetime-shortcuts + .el-datetime-days,
.el-datetime-picker .el-datetime-shortcuts + .el-datetime-time {
  margin-left: 110px;
}
.el-datetime-picker .el-datetime-weeks-panel tbody tr:hover {
  background: #c8d6ef;
}
.el-datetime-open .el-datetime-picker {
  display: block;
}
.el-datetime-timetoggle {
  height: 28px;
  text-align: center;
}
.el-datetime-days {
  padding: 4px;
}
.el-datetime-counters {
  display: inline-block;
}
.el-datetime-counters > div {
  float: left;
}
.el-datetime-counters .el-datetime-counter {
  width: 40px;
  height: 100px;
}
.el-datetime-counters .el-datetime-counter .el-datetime-btn {
  height: 40%;
  display: block;
  cursor: pointer;
  line-height: 40px;
  user-select: none;
  color: #527ECC;
}
.el-datetime-counters .el-datetime-counter .el-datetime-count {
  height: 20%;
  font-size: 1.2em;
}
.el-datetime-counters .el-datetime-counter-separator,
.el-datetime-counters .el-datetime-milli {
  line-height: 100px;
}
.el-uploader-wrapper {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.el-uploader-wrapper input.el-uploader {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  filter: alpha(opacity=0);
}
.el-pagination {
  padding-left: 0;
  margin: 1.2307rem 0;
  display: inline-block;
  vertical-align: middle;
}
.el-pagination > li {
  margin-left: 0.7692rem;
  display: inline-block;
}
.el-pagination > li > a,
.el-pagination > li > span {
  float: left;
  height: 30px;
  padding: 0 0.4615rem;
  min-width: 30px;
  line-height: 28px;
  text-align: center;
  position: relative;
  margin-left: -1px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #E0E0E0;
}
.el-pagination > li > a:hover,
.el-pagination > li > span:hover,
.el-pagination > li > a:active,
.el-pagination > li > span:active,
.el-pagination > li > a:focus,
.el-pagination > li > span:focus {
  border-color: #3868bd;
}
.el-pagination > li:last-child > a,
.el-pagination > li:last-child > span {
  margin-left: 0;
}
.el-pagination > .el-active > a,
.el-pagination > .el-active > span {
  z-index: 2;
  color: #fff;
  cursor: default;
  border-color: #3868bd;
  background-color: #3868bd;
}
.el-pagination > .el-active > a:hover,
.el-pagination > .el-active > span:hover,
.el-pagination > .el-active > a:active,
.el-pagination > .el-active > span:active,
.el-pagination > .el-active > a:focus,
.el-pagination > .el-active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  border-color: #3868bd;
  background-color: #3868bd;
}
.el-pagination > .el-disabled > a,
.el-pagination > .el-disabled > span {
  color: #ECECEC;
  cursor: not-allowed;
  border-color: #E0E0E0;
  background-color: #fff;
}
.el-pagination > .el-disabled > a:hover,
.el-pagination > .el-disabled > span:hover,
.el-pagination > .el-disabled > a:active,
.el-pagination > .el-disabled > span:active,
.el-pagination > .el-disabled > a:focus,
.el-pagination > .el-disabled > span:focus {
  color: #ECECEC;
  cursor: not-allowed;
  border-color: #E0E0E0;
  background-color: #fff;
}
.el-pagination > .el-hidden {
  display: none !important;
  visibility: hidden !important;
}
.el-totalPages {
  font-size: 1rem;
  color: #333;
  margin-left: 1.1538rem;
}
.el-taginput-wrapper {
  width: 100%;
  cursor: text;
  font-size: 1rem;
  min-height: 34px;
  line-height: 1.5;
  color: #333;
  position: relative;
  display: inline-block;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 0.3846rem 0.6153rem;
}
.el-taginput-wrapper.el-small {
  min-height: 29px;
  font-size: 0.923rem;
  padding: 2px 0.6153rem;
}
.el-taginput-wrapper.el-large {
  min-height: 39px;
  font-size: 1.0769rem;
  padding: 0.4615rem 0.6153rem;
}
.el-taginput-wrapper.el-taginput-active {
  border-color: #527ECC;
}
.el-taginput-wrapper.el-taginput-disabled {
  background: rgba(51, 51, 51, 0.2);
  cursor: not-allowed;
}
.el-taginput-wrapper.el-taginput-disabled .el-taginput-list {
  cursor: not-allowed;
}
.el-taginput-wrapper.el-taginput-disabled .el-taginput-list .el-tag {
  cursor: not-allowed;
}
.el-taginput-wrapper.el-taginput-disabled .el-taginput-list .el-tag .el-tag-close {
  cursor: not-allowed;
}
.el-taginput-wrapper .el-taginput-placeholder {
  top: 50%;
  height: 24px;
  max-width: 100%;
  left: 0.6153rem;
  text-align: left;
  text-indent: 1px;
  right: 0.6153rem;
  overflow: hidden;
  line-height: 24px;
  color: #D6D6D6;
  user-select: none;
  position: absolute;
  margin-top: -12px;
  white-space: nowrap;
  pointer-events: none;
  text-overflow: ellipsis;
}
.el-taginput-wrapper .el-taginput-list {
  cursor: text;
}
.el-taginput-wrapper .el-taginput-list > li {
  line-height: 24px;
  position: static;
  height: 24px;
  float: left;
}
.el-taginput-wrapper .el-taginput-list .el-taginput-input-wrapper input {
  max-width: 100%;
  cursor: text;
  width: 0.75em;
  border-width: 0;
  font-size: 100%;
  height: 100%;
  background: transparent;
  outline: 0;
  border-radius: 4px;
  line-height: 1;
}
.el-modal .el-form.supplier-form,
.ant-modal .el-form.supplier-form {
  background: inherit;
  margin-bottom: 0px;
}
@media (max-width: 1288px) {
  .main-container .sidebar:not(.menu-min) + .main-content .el-form.supplier-form .el-form-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .main-container .sidebar:not(.menu-min) + .main-content .el-form.supplier-form .el-form-label {
    display: block;
    text-align: left;
    width: 100%;
  }
  .main-container .sidebar:not(.menu-min) + .main-content .el-form.supplier-form .el-form-control {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1142px) {
  .sidebar + .main-content .el-form.supplier-form .el-form-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sidebar + .main-content .el-form.supplier-form .el-form-label {
    display: block;
    text-align: left;
    width: 100%;
  }
  .sidebar + .main-content .el-form.supplier-form .el-form-control {
    display: block;
    width: 100%;
  }
}
.el-form.el-horizontal .el-form-item {
  vertical-align: top;
}
.el-form.hidden-last-formItem > .el-form-item:last-child {
  display: none;
}
.el-form.hidden-last-formItem .el-form-item .complexFormItemComponent .el-form-item {
  padding: 0;
}
.el-form.hidden-last-formItem .el-form-item .complexFormItemComponent .el-form-item:last-child {
  display: unset;
}
.el-form.supplier-form {
  background: #F7F7F7;
  margin-bottom: 12px;
  padding: 16px;
}
.el-form.supplier-form.detail-form {
  background: inherit;
  margin-bottom: 0px;
}
.el-form.supplier-form.detail-form .el-form-label {
  min-width: auto;
  width: auto;
}
.el-form.supplier-form .el-form-item {
  padding: 0 0 10px;
  vertical-align: top;
}
.el-form.supplier-form .el-form-item .el-form-label {
  min-height: auto;
  min-width: auto;
  line-height: normal;
  margin-top: 5px;
  font-size: 1em;
}
.el-form.supplier-form .el-form-item .el-form-label.el-form-label-left {
  min-width: auto;
}
.el-form.supplier-form .el-form-item .el-form-label.el-large {
  margin-top: 11px;
}
.el-form.supplier-form .el-form-item .el-form-label.el-normal {
  margin-top: 8px;
}
.el-form.supplier-form .el-form-item .el-form-control {
  padding-right: 0;
}
.el-form.supplier-form .el-form-item .el-form-control > div {
  width: 100%;
}
.el-form.supplier-form .el-form-item .el-form-control .el-form-control-static {
  min-height: auto;
  min-width: auto;
  line-height: normal;
  margin-top: 5px;
  font-size: 1em;
}
.el-form.supplier-form .el-form-item .el-form-control .el-form-control-static > * {
  margin-top: -5px;
}
.el-form.supplier-form .el-form-item .el-required {
  line-height: normal;
  vertical-align: middle;
}
.el-form.supplier-form > .el-form-item:last-child {
  text-align: right;
  padding-bottom: 0px;
  min-height: unset;
}
.el-form.supplier-form .form-buttons {
  margin: 0;
}
.el-form.supplier-form .form-text {
  word-break: break-all;
  margin-top: 5px;
  display: inline-block;
}
.form-buttons.text-center {
  margin-top: 16px;
}
.form-buttons {
  margin-bottom: 16px;
}
.form-buttons > * + *,
.form-buttons > * + .el-dropdown {
  margin-left: var(--puttonsMargin);
}
.el-dropdown {
  margin: 0;
}
.el-dropdown .el-dropdown-menu {
  min-width: 100%;
  width: auto;
}
.el-checkbox-group.el-small .el-checkbox-wrapper,
.el-small .el-checkbox-wrapper {
  min-height: 28px;
  line-height: 28px;
}
.el-checkbox-group.el-small .el-checkbox-wrapper > *,
.el-small .el-checkbox-wrapper > * {
  font-size: 1rem;
}
.el-checkbox-wrapper {
  margin-bottom: 0;
}
.el-checkbox-wrapper.checkbox-inline {
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 0;
}
.el-checkbox-wrapper.checkbox-inline > .el-checkbox {
  margin-left: 0;
}
.el-checkbox-wrapper.checkbox-inline > .el-checkbox > .fa-square-o,
.el-checkbox-wrapper.checkbox-inline > .el-checkbox > .fa-check-square {
  width: 12px;
}
.el-taginput-list {
  margin-bottom: 0;
}
.el-table table > thead > tr > th {
  background: #F5F5F5;
}
.el-table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F5F5F5;
}
.table-links {
  /* &>a{
      user-select: none;
  } */
}
.table-links > a + a {
  margin-left: 10px;
}
.input-daterange.el-input input {
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.el-table-group > .el-row > .el-fl .el-dropdown {
  margin-top: 16px;
  margin-right: 10px;
}
.el-table-group > .el-row > .el-fl .el-dropdown button {
  width: 72px;
  height: 30px;
  min-width: 62px;
  line-height: 28px;
}
.el-table-group > .el-row > .el-fl .el-dropdown + div {
  margin-top: 23px !important;
  vertical-align: top;
}
.el-table-group > .el-row > .el-fl .el-dropdown .el-dropdown-menu {
  box-shadow: 0 -0.2rem 0.923rem rgba(0, 0, 0, 0.2);
  top: auto;
  bottom: 100%;
}
.el-table-group > .el-row > .el-fr > .el-fr {
  margin-top: 16px;
}
.el-table-group > .el-row > .el-fr > .el-fr .el-pagination {
  margin: 0;
}
.el-table-wrapper .el-table .el-table-container table th .th-div {
  display: flex;
}
.el-table-wrapper .el-table .el-table-container table th .th-div > span:first-child {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-table-wrapper .el-table .el-table-container table .el-order {
  margin-left: 4px;
}
.el-table-wrapper .el-table .el-table-container table .el-order > .el-dropdown {
  position: relative;
  top: -14px;
}
.el-table-wrapper .el-table .el-table-container table .el-order > .el-dropdown > .el-caret {
  position: absolute;
  top: 10px;
}
.el-table-wrapper .el-table .el-table-container table .el-order > .el-dropup {
  top: -4px;
}
.el-table-wrapper .el-table .el-table-container table .el-order .el-caret {
  margin: 0px !important;
}
.el-modal-wrapper,
.el-mask {
  z-index: 600;
}
.el-modal-wrapper .el-modal.el-small .el-modal-content {
  font-size: 1em;
}
.el-modal-wrapper .el-modal.el-small {
  width: 320px;
}
.el-modal-wrapper .el-modal .el-modal-content .el-modal-body {
  min-height: 80px;
}
.el-input > input[readonly] {
  background-color: #fff !important;
}
.el-input > input[readonly]:disabled {
  background-color: #eee !important;
}
/*重写组件库的部分样式结束*/
.logo-center {
  height: 55px;
}
.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-box-with-offset {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.el-print-table {
  /* border: 1px solid #E0E0E0; */
  margin-top: 0mm;
}
.el-print-table .el-print-wrapper {
  /* position: relative; */
  padding: 0 2px;
  /* .el-table-wrapper {
        border-top: 1px solid #E0E0E0
    } */
}
.el-print-table .el-print-wrapper .el-print-detail {
  padding-left: 4px;
  margin-bottom: 12px;
}
.el-print-table .el-print-wrapper .el-print-code {
  position: absolute;
  right: 1mm;
  top: 0.9rem;
}
.el-print-table .el-print-wrapper .el-print-header {
  margin-bottom: 20px;
  position: relative;
}
.el-print-table .el-print-wrapper .el-print-subTitle {
  margin: 0;
}
.el-print-table .el-print-wrapper .el-table-group .el-table table {
  border-left: 1px solid #E0E0E0;
  margin-left: -1px;
  border-right: 0px;
}
.el-table-borderBottomNone {
  border-bottom: none;
}
.el-print-table-noMarginTop .el-print-table {
  margin-top: -6mm;
}
.el-col-24 {
  width: 100%;
}
.el-col-overflow .el-select-wrapper .el-taginput-wrapper {
  overflow-y: auto;
  height: 35px;
}
.el-col-overflow .el-select-wrapper .el-taginput-wrapper.el-small {
  height: 30px;
}
.el-datetime-picker table td.el-datetime-disabled {
  color: #CCC;
  cursor: not-allowed;
  background-color: #f0f0f0;
}
.el-panel {
  margin-bottom: 12px;
}
.el-tree-node {
  white-space: nowrap;
}
.el-tree {
  cursor: default;
  background: #fff;
  border: 1px solid #d1dbe5;
}
.el-tree__empty-block {
  position: relative;
  min-height: 60px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.el-tree__empty-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #5e7382;
}
.el-tree__no_match-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.2);
}
.el-tree-node > .el-tree-node__children {
  overflow: hidden;
  background-color: transparent;
}
.el-tree-node.is-expanded > .el-tree-node__children {
  display: block;
}
.el-tree-node__expand-icon,
.el-tree-node__label,
.el-tree-node__loading-icon {
  display: inline-block;
  vertical-align: middle;
}
.el-tree-node__content {
  line-height: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.el-tree-node__content > .el-checkbox,
.el-tree-node__content > .el-tree-node__expand-icon {
  margin-right: 8px;
}
.el-tree-node__content > .el-checkbox {
  vertical-align: middle;
}
.el-tree-node__content:hover {
  background: #e4e8f1;
}
.el-tree-node__expand-icon {
  cursor: pointer;
  width: 0;
  height: 0;
  margin-left: 10px;
  border: 6px solid transparent;
  border-right-width: 0;
  border-left-color: #97a8be;
  border-left-width: 7px;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.el-tree-node__expand-icon:hover {
  border-left-color: #999;
}
.el-tree-node__expand-icon.expanded {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.el-tree-node__expand-icon.is-leaf {
  border-color: transparent;
  cursor: default;
}
.el-tree-node__label {
  font-size: 14px;
}
.el-tree-node__loading-icon {
  margin-right: 4px;
  font-size: 14px;
  color: #97a8be;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: #edf7ff;
}
.collapse-transition {
  transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
}
.el-taginput-list > li {
  max-width: 100%;
}
.el-taginput-list > li .el-closeable {
  max-width: 100%;
}
.el-taginput-list > li .el-closeable > span {
  max-width: 100% !important;
}
.el-taginput-list > li .el-tag {
  max-width: 100%;
}
.el-taginput-list > li .el-tag > span {
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  height: inherit;
  text-overflow: ellipsis;
  max-width: calc(100% - 10px);
  vertical-align: top;
}
.input-dateranges .el-input > input,
.input-dateranges .el-input > textarea {
  min-height: 30px;
}
.el-input input:focus,
.el-input textarea:focus {
  outline: 0 none;
}
.el-select-block {
  display: block;
}
.el-select-block .el-input {
  display: block;
}
.el-select-block .el-input input,
.el-select-block .el-input textarea {
  display: block;
}
.el-popover-wrapper.el-tooltip-wrapper {
  max-width: 300px;
}
.treeTable .el-table-wrapper .el-table-container tr > td > span {
  position: relative;
}
.treeTable .el-table-wrapper .el-table-container tr > td > span > span:first-child {
  padding-left: 10px;
}
.treeTable .el-table-wrapper .el-table-container tr > td > span > .el-table-arrow {
  position: absolute;
  left: 0;
  margin-left: 0px;
}
.z-index-530 {
  z-index: 530!important;
}
div[class^="el-"] input::-webkit-input-placeholder,
div[class^="el-"] textarea::-webkit-input-placeholder {
  color: #999999;
}
div[class^="el-"] input::-moz-placeholder,
div[class^="el-"] textarea::-moz-placeholder {
  color: #999999;
}
div[class^="el-"] input:-moz-placeholder,
div[class^="el-"] textarea:-moz-placeholder {
  color: #999999;
}
div[class^="el-"] input:-ms-input-placeholder,
div[class^="el-"] textarea:-ms-input-placeholder {
  color: #999999;
}
.el-tabs .el-tabs-nav > li > a:hover {
  text-decoration: none !important;
}
.table-tips-box .tips-icon {
  margin-top: -2px;
  margin-left: 4px;
  cursor: pointer;
}
.table-tips-box .tips-icon.fa {
  font-size: 16px;
  vertical-align: middle;
  color: #53B6FF;
}
.el-form-control-change-line .el-checkbox-group .el-checkbox-row .el-checkbox-wrapper {
  display: block;
}
.el-form-control-check-box-center .el-checkbox-group .el-checkbox-row {
  padding-bottom: 0px;
}
.el-modal-wrapper .el-modal-custom.el-modal-content .el-modal-footer div {
  overflow: hidden;
}
.el-modal-wrapper .el-modal-custom.el-modal-content .el-modal-footer div > button {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
}
.el-modal-wrapper .el-modal-custom.el-modal-content .el-modal-body {
  padding-left: 10px;
  padding-right: 10px;
}
.el-checkbox-all-hidden > .el-check-all {
  display: none;
}
.el-checkbox-group-vertical > .el-checkbox-row .el-checkbox-wrapper {
  display: block;
}
.el-select-wrapper.block .el-input {
  display: block!important;
}
.complexFormItemComponent {
  display: flex;
  flex-wrap: wrap;
}
.complexFormItemComponent > div {
  padding-right: 0;
}
.complexFormItemComponent .el-form-item {
  padding: 0 !important;
  min-height: unset;
}
.complexFormItemComponent .el-form-item .el-form-control {
  width: 100%;
}
.complexFormItemComponent .el-form-item .el-form-control .ant-checkbox-wrapper {
  margin-left: 4px;
}
.complexFormItemComponent .el-form-item .el-form-control .ant-checkbox + span {
  padding: 0 0 0 4px;
}
.complexFormItemComponent .el-form-item .el-form-label {
  display: none;
}

html,
body {
  font-size: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
}
.app-container {
  background: #fff;
  line-height: normal;
  display: flex;
}
.app-container svg {
  display: block;
}
.app-container .app-container-left {
  z-index: 101;
  position: relative;
  width: 100%;
  height: 100vh;
  background: #333C55;
}
.app-container .app-container-left .navbar-container-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  min-height: 88px;
}
.app-container .app-container-left .navbar-container-left .navbar-header {
  float: none;
  width: 100%;
}
.app-container .app-container-left .navbar-container-left .logo-box .navbar-brand {
  padding: 9px 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  float: left;
}
.app-container .app-container-left .navbar-container-left .logo-box .navbar-brand .logo-icon {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
  height: 40px;
}
.app-container .app-container-left .navbar-container-left .logo-box .navbar-brand .navbar-title {
  display: inline-block;
  padding: 9px 11px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
}
.app-container .app-container-left .navbar-container-left .org-box {
  padding: 0 11px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ant-popover.org-popover .ant-popover-content {
  max-height: 250px;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(200, 201, 204, 0.5);
  border-radius: 2px;
}
.ant-popover.org-popover .ant-popover-content .ant-popover-inner-content {
  padding: 4px 0;
}
.ant-popover.org-popover .ant-popover-content .ant-popover-inner-content .ant-menu {
  border: none;
}
.ant-popover.org-popover .ant-popover-content .ant-popover-inner-content .ant-menu li[class*="item-"] {
  border: none;
}
.ant-popover.org-popover .ant-popover-content .ant-popover-inner-content .ant-menu .ant-menu-item {
  margin: 0;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #606266;
}
.ant-popover.org-popover .ant-popover-content .ant-popover-inner-content .ant-menu .ant-menu-item.ant-menu-item-active {
  background: #F5F7FA;
  color: #606266;
}
.ant-popover.org-popover .ant-popover-content .ant-popover-inner-content .ant-menu .ant-menu-item.ant-menu-item-selected {
  background: transparent;
  color: #527ECC;
}
.ant-popover.org-popover .ant-popover-content .ant-popover-inner-content .ant-menu .ant-menu-item.ant-menu-item-selected.ant-menu-item-active {
  background: #F5F7FA;
}
.ant-popover.more-tab-popover .ant-popover-content .ant-popover-inner-content {
  padding: 4px 0;
  width: 98px;
}
.ant-popover.more-tab-popover .ant-popover-content .ant-popover-inner-content .more-tab-ul {
  margin: 0;
  padding: 0;
}
.ant-popover.more-tab-popover .ant-popover-content .ant-popover-inner-content .more-tab-ul .more-tab-li {
  position: relative;
  padding: 0 32px 0 10px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.ant-popover.more-tab-popover .ant-popover-content .ant-popover-inner-content .more-tab-ul .more-tab-li:hover {
  color: #739DE5;
}
.ant-popover.more-tab-popover .ant-popover-content .ant-popover-inner-content .more-tab-ul .more-tab-li > div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ant-popover.more-tab-popover .ant-popover-content .ant-popover-inner-content .more-tab-ul .more-tab-li > div .more-tab-close-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  background: url(/assets/images/tab-del-cion.png) no-repeat center center;
  background-size: 100%;
}
.ant-popover.more-tab-popover .ant-popover-content .ant-popover-inner-content .more-tab-ul .more-tab-li > div .more-tab-close-icon:hover {
  background-image: url(/assets/images/tab-del-cion-hover.png);
}
.ant-popover.more-tab-popover .ant-popover-content .ant-popover-inner-content .more-tab-ul .more-tab-li > div .more-tabs-fresh-icon {
  position: absolute;
  top: 50%;
  right: 21px;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  background: url(/assets/images/tab-fresh.png) no-repeat center center;
  background-size: 100%;
}
.ant-popover.more-tab-popover .ant-popover-content .ant-popover-inner-content .more-tab-ul .more-tab-li > div .more-tabs-fresh-icon:hover {
  background-image: url(/assets/images/tab_fresh_active.png);
}
.user-info-dropdown.ant-dropdown {
  margin: 8px 0;
  width: 88px;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(200, 201, 204, 0.5);
  background: #FFFFFF;
}
.user-info-dropdown.ant-dropdown ul {
  margin: 0;
}
.user-info-dropdown.ant-dropdown ul > li {
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.user-info-dropdown.ant-dropdown ul > li > a {
  color: #606266;
}
.user-info-dropdown.ant-dropdown ul > li:hover {
  background: #F5F7FA;
}
.user-info-dropdown.ant-dropdown ul > li:hover > a {
  color: #606266;
}
.file-upload-modal .ant-modal .ant-modal-content .ant-modal-body {
  padding: 0;
}
.modal-body-noPadding .ant-modal-content .ant-modal-body {
  padding: 0;
}
.wc-modal-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wc-modal-center .ant-modal {
  top: 0;
  padding: 20px 0;
}
.wc-modal-center .ant-modal-content {
  transition: height;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
}
.wc-modal-center .ant-modal-content .ant-modal-body {
  overflow-y: auto;
}
/*
chrome 从 121版本开始支持 scrollbar-width 和 scrollbar-color, 且行为与firefox不一致
因此按照浏览器加载scrollbar的样式
* */
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: #DEE0E1 white;
    scrollbar-width: thin;
  }
}
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: #DEE0E1;
  border-radius: 2px;
}
.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.overflow-2n {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow-5n {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.inline {
  display: inline !important;
}
.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rc-trigger-popup.rc-trigger-popup-menu {
  position: fixed;
  top: 0 !important;
  z-index: 99999;
}
div.rc-trigger-popup-mask {
  left: 120px;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup-sub-menu-panel {
  padding: 0;
  height: 100vh;
  background: #fff;
  overflow: auto;
}
.popup-sub-menu-panel .sanjiao {
  position: fixed;
  width: 7px;
  height: 21px;
  display: block;
  background-image: url("/assets/images/sanjiao.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1000;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container {
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  background-color: #fff;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .menu-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .menu-text-width {
  max-width: 75%;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .menu-text-full-width {
  width: 100%;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .sub-last-menu:first-child {
  position: fixed;
  background-color: #fff;
  padding: 30px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .sub-last-menu:first-child > li {
  width: 190px;
  display: inline-block;
  background: white;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container::-webkit-scrollbar-thumb {
  background: rgba(128, 134, 139, 0.26);
  border-radius: 2px;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container li > ul,
.popup-sub-menu-panel .popup-sub-menu-panel-container li > ol {
  margin: 0;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container a:focus,
.popup-sub-menu-panel .popup-sub-menu-panel-container a:hover {
  text-decoration: none;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu {
  font-size: 14px;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 190px;
  background: white;
  z-index: -1;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li:not(.hsub) {
  line-height: 40px;
  cursor: pointer;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li:not(.hsub):hover .menu-text {
  color: #3589FF;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li:not(.hsub).active .menu-text {
  color: #3589FF;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li:not(.hsub) > a {
  padding-left: 24px;
  color: #323233;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li:not(.hsub) > a.menu-card {
  padding-right: 24px;
  min-width: 160px;
  width: auto;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li:not(.hsub) > a.menu-card .menu-logo {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-right: 6px;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li.hsub {
  padding-bottom: 30px;
  cursor: default;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li.hsub:first-child {
  margin-top: 0;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li.hsub > a {
  border-bottom: 1px dashed #E5E6EB;
  margin: 0 14px;
  padding-bottom: 10px;
  padding-left: 16px;
  cursor: default;
  color: #909399;
  position: relative;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li.hsub > a::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #838D98;
  position: absolute;
  left: 6px;
  top: 8px;
  border-radius: 100%;
}
.popup-sub-menu-panel .popup-sub-menu-panel-container .submenu > li > a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sidebar-scroller {
  overflow: auto;
  height: calc(100vh - 45px);
  max-height: 100vh;
  scrollbar-width: thin;
}
@media only screen and (max-width: 991px) {
  .sidebar.sidebar-scroller {
    top: 0px !important;
  }
  .menu-toggler-fix-top ~ .menu-toggler {
    position: fixed;
    top: 0px;
  }
}
.menu-min .nav-list > li > a .menu-text {
  display: none;
  position: absolute;
  left: 42px;
  top: -2px;
  width: 174px;
  height: 40px;
  line-height: 38px;
  background-color: #f5f5f5;
  z-index: 121;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  padding-left: 12px;
}
.menu-min .nav-box {
  width: 78px!important;
  padding-right: 0px!important;
}
.menu-min .nav-list {
  width: 78px!important;
  padding-right: 18px!important;
}
.sidebar-scroller {
  position: relative;
  display: block;
  margin-top: 0;
  border: none;
  box-shadow: none;
}
.sidebar-scroller > .nav-box {
  overflow-y: scroll;
  width: 140px;
  position: absolute;
  left: 0;
}
.sidebar-scroller > .nav-box::-webkit-scrollbar {
  display: none;
}
.sidebar-scroller > .nav-box::-moz-scrollbar {
  display: none;
}
.sidebar-scroller > .nav-box > .nav-list {
  padding-top: 5px;
  height: calc(100vh - 130px);
  width: 140px;
  padding-right: 20px;
}
.sidebar-scroller > .nav-box > .nav-list > li {
  border-top: none;
  border-bottom: none;
  height: 46px;
  line-height: 46px;
}
.sidebar-scroller > .nav-box > .nav-list > li .dropdown-toggle:hover .menuItemWrap {
  color: #fff;
  border-radius: 6px;
  background-color: #1876F0;
}
.sidebar-scroller > .nav-box > .nav-list > li .dropdown-toggle:hover .menuItemWrap .menu-icon {
  transform: translateX(-15px);
  filter: drop-shadow(15px 0 0 #fff);
}
.sidebar-scroller > .nav-box > .nav-list > li.active > a,
.sidebar-scroller > .nav-box > .nav-list > li.active > a:active,
.sidebar-scroller > .nav-box > .nav-list > li.active > a:focus {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.sidebar-scroller > .nav-box > .nav-list > li.active > a .menuItemWrap {
  font-size: 14px;
  border-radius: 6px;
  background-color: #1876F0;
}
.sidebar-scroller > .nav-box > .nav-list > li.active > a .menu-icon {
  transform: translateX(-15px);
  filter: drop-shadow(15px 0 0 #fff);
}
.sidebar-scroller > .nav-box > .nav-list > li.active:after {
  display: none;
}
.sidebar-scroller > .nav-box > .nav-list > li > a {
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 34px;
  white-space: nowrap;
  color: #FFFFFFA6;
  font-size: 14px;
}
.sidebar-scroller > .nav-box > .nav-list > li > a .menu-logo-wrap {
  display: inline-block;
  width: 16px;
  overflow: hidden;
  font-size: 0;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
}
.sidebar-scroller > .nav-box > .nav-list > li > a .menuItemWrap {
  width: 100%;
  margin: 0 12px;
  padding-left: 10px;
}
.sidebar-scroller > .nav-box > .nav-list > li > a .menuItemWrapNoChildActive:hover {
  background-color: #1876F0;
  color: #fff;
  border-radius: 6px;
}
.sidebar-scroller > .nav-box > .nav-list > li > a .menuItemWrapActive {
  color: #fff;
  border-radius: 6px;
  background-color: #1876F0;
}
.sidebar-scroller > .nav-box > .nav-list > li > a .menuItemWrapActive .menu-icon {
  transform: translateX(-15px);
  filter: drop-shadow(15px 0 0 #fff);
}
.sidebar-scroller > .nav-box > .nav-list > li > a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidebar-scroller > .nav-box > .nav-list > li > a img.menu-icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
.main-content {
  margin-left: 0px;
}
.menu-min.sidebar-scroller {
  width: 100%;
}
.menu-min.sidebar-scroller > .nav-list {
  width: 43px;
}
.menu-min.sidebar-scroller ~ .main-content {
  margin-left: 54px;
}
.menu-min.sidebar-scroller .nav-list > li:hover > a > .menu-text {
  display: none;
}
.page-content.adjust-for-menu-scroll-bar {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sidebar.sidebar-scroller:before {
  display: none;
}
.sidebar-scroller::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.sidebar-scroller::-webkit-scrollbar-thumb {
  background: rgba(128, 134, 139, 0.26);
  border-radius: 4px;
}

.attribute-grid-container {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.attribute-grid-container th {
  text-align: center;
  background: #f5f7fa;
  min-width: 120px;
}
.attribute-grid-container th.w-80 {
  min-width: 80px;
}
.attribute-grid-container th.w-100 {
  min-width: 100px;
}
.attribute-grid-container th.w-130 {
  min-width: 130px;
}
.attribute-grid-container th.w-150 {
  min-width: 150px;
}
.attribute-grid-container th.w-200 {
  min-width: 200px;
}
.attribute-grid-container th.w-300 {
  min-width: 300px;
}
.attribute-grid-container td {
  word-wrap: break-all;
}
.attribute-grid-container th,
.attribute-grid-container td {
  max-width: 300px;
  padding: 8px;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.attribute-grid-container th.op,
.attribute-grid-container td.op {
  width: 120px;
}
.attribute-grid-container th .el-checkbox-group,
.attribute-grid-container td .el-checkbox-group {
  width: 166px;
}
.attribute-grid-container .no-overflow .el-taginput-list {
  height: auto!important;
  min-height: 24px;
}
.attribute-grid-container .min-150 {
  min-width: 150px;
}
.attribute-grid-container .icon-size-16 {
  font-size: 16px;
}
.attribute-grid-container .icon-size-14 {
  font-size: 14px;
}
.attribute-grid-container .m-4 {
  margin: 4px;
}
.attribute-grid-container .ml-2 {
  margin-left: 2px;
}
.attribute-grid-container .ml-4 {
  margin-left: 4px;
}
.attribute-grid-container .batch-update {
  cursor: pointer;
}
.attribute-grid-container .control-group {
  display: flex;
  justify-content: center;
}
.attribute-grid-container .control-group .el-select-wrapper {
  flex: 1;
}
.attribute-grid-container .control-group .el-select-wrapper .el-input {
  width: 100%;
}
.attribute-grid-container .control-group .el-select-wrapper.w-255 .el-input {
  max-width: 255px;
}
.attribute-grid-container .control-group .append-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.attribute-grid-container .btn-plus-text {
  display: inline-block;
  margin: 2px 4px;
  cursor: pointer;
}
.attribute-grid-container .btn-plus-text:focus,
.attribute-grid-container .btn-plus-text:hover {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.attribute-tabs .el-tabs-nav-item {
  font-size: 17px;
}
.attribute-tabs .sub-tab-title {
  font-size: 15px;
}
.w-500 .modal-dialog {
  width: 500px;
}
.w-400 .modal-dialog {
  width: 400px;
}
.center .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.text-align-left {
  text-align: left;
}
.attribute-grid-container-wrapper {
  width: 100%;
  overflow: auto;
}
.menu-search-select {
  width: 260px!important;
}

.edit-form .form-group .el-input,
.edit-form .form-group .el-select-wrapper {
  width: 100%;
}
.detail-form .form-group .description-label {
  font-weight: bold;
  text-align: right;
}

.best-select-clear {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 4px 10px;
  position: absolute;
  right: 17px;
  top: 0;
}
.best-select-control {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-color: #d9d9d9 #cccccc #b3b3b3;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333333;
  cursor: default;
  outline: none;
  padding: 8px 52px 8px 10px;
  transition: all 200ms ease;
}
.best-select-control:not(.is-searchable) > .best-select-input {
  outline: none;
}
.best-select-input > input {
  cursor: default;
  background: none transparent;
  box-shadow: none;
  height: auto;
  border: 0 none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
}
.best-select-placeholder {
  color: #aaaaaa;
  position: absolute;
  top: 0;
  left: 0;
  right: -15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.best-select-arrow {
  border-color: #999999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  height: 0;
  margin-top: -ceil(2.5px);
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
  cursor: pointer;
}
.best-select-arrow-zone {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  cursor: pointer;
}
.best-select-menu {
  max-height: 198px;
  min-height: auto;
  overflow-y: auto;
}
.best-select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgb(0 0 0%);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.best-select.is-multi .best-select-control {
  overflow-y: auto;
  padding: 1px 52px 1px 3px;
}
.best-select.is-multi .best-select-control .best-select-input {
  vertical-align: middle;
  border: 1px solid transparent;
  margin: 2px;
  padding: 3px 0;
}
.best-select.is-multi .best-select-control .best-select-placeholder {
  padding: 7px 52px 7px 10px;
}
.best-select.is-multi .best-select-input {
  vertical-align: middle;
  border: 1px solid transparent;
  margin: 2px;
  padding: 3px 0;
}
.best-select .is-open > .best-select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #ffffff;
  border-color: #b3b3b3 #cccccc #d9d9d9;
}
.best-select .is-open > .best-select-control > .best-select-arrow {
  border-color: transparent transparent #999999;
  border-width: 0 5px 5px;
}
.is-searchable.is-open > .best-select-control {
  cursor: text;
}

.blue-text,
.blue-text-12,
.blue-text-13 {
  color: #1876F0;
}
.blue-text-12 {
  font-size: 12px;
}
.blue-text-13 {
  font-size: 13px;
}
.blue-text-12:hover,
.blue-text-13:hover,
.blue-text:hover {
  color: #1876F0;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-13 {
  font-size: 13px;
}
.height-box-28 {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.height-box-32 {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.divider-line {
  margin: 20px 0px;
  border-color: #dcdfe6;
}
.cursor-pointer {
  cursor: pointer;
}
.head-title-text {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #323233;
}
.content-text {
  font-size: 13px;
  color: #323233;
}
.tip-text {
  color: #909399;
}
.tip-text-c1 {
  color: #FAAD14;
}
.tip-text-c2 {
  color: #606266;
}
.tip-text-c3 {
  color: #C0C4CC;
}
.flex {
  display: flex;
}
.flex-start {
  justify-content: flex-start;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-centers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.table-text-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.con-box-label-tooltip {
  display: inline-block;
  margin: 0 1px;
  width: 12px;
  height: 12px;
  background: url('/assets/images/icon/tip-icon.png') no-repeat center;
}
.ant-radio-wrapper .con-box-label-tooltip {
  margin-left: 6px;
  vertical-align: bottom;
}
.ant-radio-group .ant-radio-wrapper {
  line-height: 32px;
}
.ant-radio-group.vertical-layout {
  margin-top: 4px;
}
.ant-radio-group.vertical-layout .ant-radio-wrapper {
  display: block;
}
.ant-checkbox-group .ant-checkbox-wrapper {
  line-height: 32px;
}
.ant-checkbox-group.vertical-layout {
  margin-top: 4px;
}
.ant-checkbox-group.vertical-layout .ant-checkbox-wrapper {
  display: block;
}
.baseTable-ui .antd-table-ui .ant-table-thead .con-box-label-tooltip,
.modal-toolbar .con-box-label-tooltip {
  margin-left: 6px;
  margin-bottom: -1px;
}
.form-item-search-group.el-form-item .el-form-label {
  display: none;
}
.form-item-search-group.el-form-item .el-form-control {
  float: right;
  width: 100%;
}
.form-item-search-group.el-form-item .el-form-control .el-input {
  width: 100%;
}
p.mg0 {
  margin: 0;
}
.display-none {
  display: none;
}
.ant-form-item.td-form-text-item {
  width: 100%;
}
.ant-form-item.td-form-text-item .ant-form-item-control-wrapper {
  width: 100%;
}
.ant-form-item.td-form-text-item .ant-form-item-control-wrapper .ant-form-text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.td-length-overflow {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.text-length-overflow {
  word-break: break-all;
}
.cover-css-modal .ant-table-row-level-1 {
  background: #FBFBFB;
}
.cover-css-modal .ant-table-row-level-1 .ant-checkbox-wrapper-disabled {
  display: none;
}
.cover-css-modal .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: #323233;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.cover-css-modal .ant-input:hover {
  border-color: #527ECC;
  border-right-width: 1px !important;
}
.cover-css-modal .ant-input:focus {
  border-color: #527ECC;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
}
.cover-css-modal .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: #E5EFFF;
}
.scroll-box {
  padding-right: 8px;
  overflow-y: auto;
}
.scroll-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #b6b6b6;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: transparent;
}
.scroll-box-onMouseover {
  padding-right: 2px;
  overflow-y: auto;
  /*  &:hover {
    overflow-y: auto ;
  }*/
}
.scroll-box-onMouseover::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.scroll-box-onMouseover::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #DEE0E1;
}
.scroll-box-onMouseover::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: transparent;
}
.sortable-chosen {
  background: #CCDFFF;
  border-radius: 8px;
}
.bg-danger {
  background-color: #FF4D77;
  color: #fff;
}
.ant-btn.ant-btn-inline {
  padding: 0;
  border: none;
  height: 18px;
  line-height: 18px;
}
.ant-btn.hide-btn {
  display: none;
}
.ant-btn.ant-btn-success {
  box-shadow: none !important;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background-color: #3589FF !important;
  border-color: #3589FF !important;
}
.ant-calendar-time .ant-calendar-selected-day .ant-calendar-date {
  background: #527ECC;
  color: #fff;
}
.ant-divider.ant-divider-common {
  margin: 20px 0;
  border-color: #DCDFE6;
}
.ant-form.antd-form-ui .ant-form-item-label,
.ant-form.antd-form-ui .ant-form-item-control {
  line-height: 28px;
}
.ant-form.antd-form-ui .ant-form-item {
  margin-bottom: 20px;
}
.ant-form.antd-form-ui .ant-form-item.ant-form-item-mgb0 {
  margin-bottom: 0;
}
.ant-form.antd-form-ui .ant-form-item-label > label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0px;
  color: #323233;
}
.ant-form.antd-form-ui .ant-form-item-children .ant-input-number {
  height: 28px;
}
.ant-form.antd-form-ui .ant-form-item-children .ant-input-number .ant-input-number-input {
  height: 26px;
}
.ant-form.antd-form-ui .ant-form-item-children .ant-radio-wrapper {
  line-height: 1;
}
.ant-form.antd-form-ui .ant-form-item-children .ant-radio-wrapper .ant-radio {
  vertical-align: bottom;
}
.ant-form.antd-form-ui .ant-form-item-children .ant-radio-wrapper input[type=checkbox],
.ant-form.antd-form-ui .ant-form-item-children .ant-radio-wrapper input[type=radio] {
  margin: 0;
}
.ant-form .ant-form-item.ant-form-item-none {
  display: none;
}
.ant-select.select-no-wrap .ant-select-selection__rendered {
  height: 28px;
  overflow: hidden auto;
}
.h32-overflow .ant-select-selection--multiple {
  height: 32px;
  overflow: auto;
}
.ant-message .ant-message-notice-content {
  padding: 0;
}
.ant-message .ant-message-notice-content .anticon {
  font-size: 16px;
}
.ant-message .ant-message-notice-content .ant-message-custom-content {
  padding: 14px 16px;
  line-height: 20px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.ant-message .ant-message-notice-content .ant-message-custom-content .anticon {
  color: #fff;
}
.ant-message .ant-message-notice-content .ant-message-custom-content.ant-message-success {
  background: #14B968;
}
.ant-message .ant-message-notice-content .ant-message-custom-content.ant-message-info {
  color: #323233;
  background: #fff;
}
.ant-message .ant-message-notice-content .ant-message-custom-content.ant-message-info .anticon {
  color: #1890ff;
}
.ant-message .ant-message-notice-content .ant-message-custom-content.ant-message-warning {
  background: #FAAD14;
  box-shadow: 0px 2px 10px rgba(250, 173, 20, 0.297121);
}
.ant-message .ant-message-notice-content .ant-message-custom-content.ant-message-error {
  color: #323233;
  background: #fff;
}
.ant-message .ant-message-notice-content .ant-message-custom-content.ant-message-error .anticon {
  color: #f5222d;
}
.ant-modal.antd-modal-ui .ant-modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #323233;
}
.ant-modal.antd-modal-ui .ant-modal-footer {
  padding: 12px 16px;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-ui.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  width: 18px;
  height: 18px;
  background: url('/assets/images/icon/confirm-modal-info.png') no-repeat;
  font-size: 18px;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-ui.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon svg {
  display: none;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-ui.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  font-size: 18px;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-ui .ant-modal-body {
  padding: 24px;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-ui .ant-modal-body .ant-modal-confirm-body {
  padding: 0;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-ui .ant-modal-body .ant-modal-confirm-body > .anticon {
  margin-right: 8px;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-ui .ant-modal-body .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 26px;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-ui .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
  line-height: 18px;
  font-size: 16px;
  color: #303133;
  font-weight: normal;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-btns-ui .ant-modal-confirm-btns .ant-btn {
  padding: 0 21px;
  height: 32px;
}
.ant-modal.ant-modal-confirm.antd-modal-confirm-btns-ui .ant-modal-confirm-btns button + button {
  margin-left: 16px;
}
.ant-modal-root .ant-modal.pop-modal {
  padding: 20px 0px;
}
.ant-modal-root .ant-modal.pop-modal .ant-modal-content .ant-modal-body {
  overflow: auto;
  max-height: calc(100vh - 160px);
}
.antd-table-ui .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.antd-pagination-ui .ant-pagination-prev .ant-pagination-item-link,
.antd-table-ui .ant-pagination-next .ant-pagination-item-link,
.ant-pagination.antd-pagination-ui .ant-pagination-next .ant-pagination-item-link {
  border-color: transparent;
  font-size: 12px;
}
.antd-table-ui .ant-pagination-prev .ant-pagination-item-link > i,
.ant-pagination.antd-pagination-ui .ant-pagination-prev .ant-pagination-item-link > i,
.antd-table-ui .ant-pagination-next .ant-pagination-item-link > i,
.ant-pagination.antd-pagination-ui .ant-pagination-next .ant-pagination-item-link > i {
  vertical-align: -0.1em;
}
.antd-table-ui .ant-pagination-prev,
.ant-pagination.antd-pagination-ui .ant-pagination-prev,
.antd-table-ui .ant-pagination-next,
.ant-pagination.antd-pagination-ui .ant-pagination-next,
.antd-table-ui .ant-pagination-jump-prev,
.ant-pagination.antd-pagination-ui .ant-pagination-jump-prev,
.antd-table-ui .ant-pagination-jump-next,
.ant-pagination.antd-pagination-ui .ant-pagination-jump-next {
  color: #606266;
}
.antd-table-ui .ant-pagination-disabled a,
.ant-pagination.antd-pagination-ui .ant-pagination-disabled a,
.antd-table-ui .ant-pagination-disabled:hover a,
.ant-pagination.antd-pagination-ui .ant-pagination-disabled:hover a,
.antd-table-ui .ant-pagination-disabled:focus a,
.ant-pagination.antd-pagination-ui .ant-pagination-disabled:focus a,
.antd-table-ui .ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.antd-pagination-ui .ant-pagination-disabled .ant-pagination-item-link,
.antd-table-ui .ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination.antd-pagination-ui .ant-pagination-disabled:hover .ant-pagination-item-link,
.antd-table-ui .ant-pagination-disabled:focus .ant-pagination-item-link,
.ant-pagination.antd-pagination-ui .ant-pagination-disabled:focus .ant-pagination-item-link {
  color: #C0C4CC;
}
.antd-table-ui .ant-pagination-item,
.ant-pagination.antd-pagination-ui .ant-pagination-item {
  line-height: 24px;
  border-color: transparent;
}
.antd-table-ui .ant-pagination-item a,
.ant-pagination.antd-pagination-ui .ant-pagination-item a {
  color: #606266;
}
.antd-table-ui .ant-pagination-item-active a,
.ant-pagination.antd-pagination-ui .ant-pagination-item-active a {
  color: #295DF0;
}
.antd-table-ui .ant-pagination-options .ant-pagination-options-size-changer.ant-select,
.ant-pagination.antd-pagination-ui .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  width: 60px;
}
.antd-table-ui .ant-pagination-options .ant-pagination-options-size-changer.ant-select .ant-select-selection--single.ant-select-selection,
.ant-pagination.antd-pagination-ui .ant-pagination-options .ant-pagination-options-size-changer.ant-select .ant-select-selection--single.ant-select-selection {
  height: 24px;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
}
.antd-table-ui .ant-pagination-options .ant-pagination-options-size-changer.ant-select .ant-select-selection--single.ant-select-selection .ant-select-selection__rendered,
.ant-pagination.antd-pagination-ui .ant-pagination-options .ant-pagination-options-size-changer.ant-select .ant-select-selection--single.ant-select-selection .ant-select-selection__rendered {
  line-height: 23px;
}
.antd-table-ui .ant-pagination-options .ant-pagination-options-quick-jumper,
.ant-pagination.antd-pagination-ui .ant-pagination-options .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.antd-table-ui .ant-pagination-options .ant-pagination-options-quick-jumper input,
.ant-pagination.antd-pagination-ui .ant-pagination-options .ant-pagination-options-quick-jumper input {
  height: 24px;
}
.antd-table-ui .ant-pagination-total-text,
.ant-pagination.antd-pagination-ui .ant-pagination-total-text {
  margin-right: 32px;
  height: 24px;
  line-height: 26px;
}
.ant-pagination.antd-pagination-ui {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  margin-left: 32px;
  white-space: nowrap;
  font-size: 14px;
  color: #606266;
}
.no-fixed-box.search-pagination-box {
  position: static;
}
.ant-steps.steps-ui .ant-steps-item-tail::after {
  height: 2px;
  background-color: #e4e7ed;
}
.ant-steps.steps-ui .ant-steps-item-title {
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #323233;
}
.ant-steps.steps-ui .ant-steps-item-description {
  margin-top: 4px;
  line-height: 18px;
  font-size: 12px;
  color: #909399;
}
.ant-steps.steps-ui .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-width: 2px;
}
.ant-steps.steps-ui .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps.steps-ui .ant-steps-item-icon > .ant-steps-icon > .ant-steps-finish-icon {
  width: 13px;
  height: 17px;
  background: url('/assets/images/icon/step-finish-icon.png') no-repeat center;
  background-size: contain;
}
.ant-steps.steps-ui .ant-steps-item-icon > .ant-steps-icon > .ant-steps-finish-icon svg {
  display: none;
}
.ant-steps.steps-ui .ant-steps-item-tail {
  top: 8px;
}
.ant-steps.steps-ui .ant-steps-item-tail::after {
  height: 2px;
  background-color: #e4e7ed;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  margin-left: 46px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  border: 1px solid #527ecc;
  background: #527ecc;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon .ant-steps-icon {
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-finish > .ant-steps-item-container .ant-steps-item-icon {
  border-color: #527ecc;
  background: #527ecc;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-finish > .ant-steps-item-container .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #323233;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #909399;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-finish .ant-steps-item-tail::after {
  height: 2px;
  background-color: #e4e7ed;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-process > .ant-steps-item-container .ant-steps-item-icon {
  border-color: #527ecc;
  background: #fff;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-process > .ant-steps-item-container .ant-steps-item-icon > .ant-steps-icon {
  color: #527ecc;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #323233;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #909399;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-wait > .ant-steps-item-container .ant-steps-item-icon {
  border-color: #dcdfe6;
  background: #dcdfe6;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-wait > .ant-steps-item-container .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #909399;
}
.ant-steps.steps-ui:not(.ant-steps-vertical) .ant-steps-item-custom.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #909399;
}
.antd-table-ui .ant-table-thead > tr > th {
  padding: 8px 10px;
  line-height: 1.5;
  border-bottom: none;
  font-size: 14px;
  font-weight: 600;
  color: #323233;
  background: #f5f7fa !important;
}
.antd-table-ui .ant-table-tbody > tr.hide-selection > .ant-table-selection-column > span {
  visibility: hidden;
}
.antd-table-ui .ant-table-tbody > tr > td {
  padding: 8px 10px;
  line-height: 1.3;
  border-bottom: none;
  box-shadow: inset 0px -1px 0px #ebeef5;
  font-size: 13px;
  color: #606266;
}
.antd-table-ui .ant-table-tbody tr.drop-over-downward td {
  border-bottom: 2px dashed #1890ff;
}
.antd-table-ui .ant-table-tbody tr.drop-over-upward td {
  border-top: 2px dashed #1890ff;
}
.antd-table-ui .ant-table-thead > tr > th.ant-table-expand-icon-column,
.antd-table-ui .ant-table-tbody > tr > th.ant-table-expand-icon-column,
.antd-table-ui .ant-table-thead td.ant-table-expand-icon-column,
.antd-table-ui .ant-table-tbody td.ant-table-expand-icon-column {
  padding: 8px 8px;
}
.antd-table-ui .ant-table-placeholder {
  border: none;
  box-shadow: inset 0px -1px 0px #ebeef5;
}
.antd-table-ui .ant-table-placeholder .ant-empty-normal {
  margin: 68px 0;
}
.antd-table-ui .ant-table-placeholder .ant-empty-normal .ant-empty-image {
  width: 100%;
  height: 60px;
  background: url("/assets/images/icon/table-nodata-icon.png") no-repeat center;
  background-size: 68px 60px;
}
.antd-table-ui .ant-table-placeholder .ant-empty-normal .ant-empty-image svg {
  display: none;
}
.antd-table-ui .ant-table-placeholder .ant-empty-description {
  font-size: 12px;
  font-weight: normal;
  color: #c0c4cc;
}
.antd-table-ui.antd-table-img-ui .ant-table-tbody > tr > td {
  padding: 8px 10px;
}
.antd-table-ui.antd-table-h52-ui .ant-table-tbody > tr > td {
  height: 52px;
  padding: 8px 10px;
}
.antd-table-ui .ant-table-thead > tr > th:not(:last-child) .react-resizable-handle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1.6em;
  background-color: #C9CDD4;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
  content: "";
}
.antd-table-ui .draggable-row {
  cursor: move;
}
.antd-table-ui .draggable-row .cursor-move-icon-show {
  display: none;
}
.antd-table-ui .draggable-row:hover .cursor-move-icon-show {
  display: block;
}
.ant-table .ant-table-thead > tr > th.ant-table-selection-column,
.ant-table .ant-table-tbody > tr > th.ant-table-selection-column,
.ant-table .ant-table-thead td.ant-table-selection-column,
.ant-table .ant-table-tbody td.ant-table-selection-column {
  padding: 8px 8px;
}
.ant-table .ant-table-thead > tr > th.ant-table-expand-icon-th {
  padding: 8px 8px;
}
.ant-table .ant-table-tbody > tr > td.ant-table-row-expand-icon-cell {
  padding: 8px 8px;
}
.ant-tabs.antd-tabs-ui .ant-tabs-bar {
  margin-bottom: 20px;
}
.ant-tabs.antd-tabs-ui .ant-tabs-tab {
  font-weight: normal;
}
.ant-tabs.antd-tabs-ui .ant-tabs-tab.ant-tabs-tab-active {
  font-weight: normal;
}
.ant-tabs.antd-tabs-ui.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 32px;
}
.ant-tabs.antd-tabs-ui.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 32px;
  margin-right: 2px;
  padding: 0 12px;
  line-height: 30px;
  border: 1px solid #DCDFE6;
  background-color: #F0F2F5;
}
.ant-tabs.antd-tabs-ui.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab.ant-tabs-tab-active {
  height: 32px;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.ant-tabs.antd-tabs-ui:not(.ant-tabs-card) .ant-tabs-large-bar .ant-tabs-tab {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 20px;
}
.bordered-card.ant-tabs.ant-tabs-card .ant-tabs-content.ant-tabs-card-content {
  border: 1px solid #e8e8e8;
  border-top: 0;
  margin-top: -16px;
  padding: 20px;
}
.ant-tooltip.common-tooltip .ant-tooltip-arrow::before {
  width: 6px;
  height: 6px;
  background-color: #193f80;
}
.ant-tooltip.common-tooltip .ant-tooltip-inner {
  padding: 6px 12px;
  background-color: #193f80;
  border-radius: 2px;
}
.ant-tooltip.common-tooltip.toolbar-tooltip {
  width: 78px;
}
.ant-tooltip.common-tooltip.toolbar-tooltip .ant-tooltip-inner {
  text-align: center;
}
.ant-tooltip.navbar-tooltip .ant-tooltip-arrow::before {
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.ant-tooltip.navbar-tooltip .ant-tooltip-inner {
  padding: 6px 12px;
  background-color: #fff;
  border-radius: 2px;
}
.ant-tooltip.navbar-tooltip.toolbar-tooltip {
  width: 78px;
}
.ant-tooltip.navbar-tooltip.toolbar-tooltip .ant-tooltip-inner {
  text-align: center;
}
.ant-tooltip.tooltip-titletip .ant-tooltip-arrow::before {
  width: 6px;
  height: 6px;
  background-color: #193f80;
}
.ant-tooltip.tooltip-titletip .ant-tooltip-inner {
  padding: 6px 12px;
  background-color: #193f80;
  border-radius: 2px;
}
.ant-tooltip.tooltip-titletip.toolbar-tooltip {
  width: 78px;
}
.ant-tooltip.tooltip-titletip.toolbar-tooltip .ant-tooltip-inner {
  text-align: center;
}
.ant-tooltip.tooltip-titletip p {
  margin: 0;
}
.ant-tooltip.width-450 .ant-tooltip-inner {
  width: 450px;
}
.ant-input-group-wrapper.red input {
  color: #dd5a43;
}
.ant-input-affix-wrapper input::placeholder {
  color: #C0C4CC;
}
.ant-select.ant-select-button.ant-select-open .ant-select-selection__placeholder {
  opacity: 0.4;
}
.ant-select.ant-select-button.ant-select-focused .ant-select-selection__placeholder,
.ant-select.ant-select-button.ant-select-focused .ant-select-selection-selected-value {
  color: #79a0d9;
}
.ant-select.ant-select-button .ant-select-selection:hover .ant-select-selection__placeholder,
.ant-select.ant-select-button .ant-select-selection:hover .ant-select-selection-selected-value {
  color: #79a0d9;
}
.ant-select.ant-select-button .ant-select-selection .ant-select-selection__placeholder,
.ant-select.ant-select-button .ant-select-selection .ant-select-selection-selected-value {
  text-align: center;
}
.ant-select.ant-select-button .ant-select-selection .ant-select-selection__rendered {
  margin-left: 15px;
}
.ant-select.ant-select-button .ant-select-selection-selected-value {
  width: 100%;
}
.ant-select.ant-select-button .ant-select-selection__placeholder {
  color: inherit;
  right: 4px;
}
.ant-select .ant-select-selection__placeholder {
  color: #C0C4CC;
}
.ant-select .ant-select-selection {
  border: 1px solid #DCDFE6;
}
.ant-alert-info {
  background-color: #ECF4FF !important;
  border: 1px solid #99C4FF !important;
}
.text-1 {
  color: #323233;
  font-size: 18px;
  font-weight: 500;
}
.text-2 {
  color: #323233;
  font-size: 13px;
}
.f-bold {
  font-weight: bold;
}

/* 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: #323233;
  font-size: 13px;
  font-family: "Microsoft YaHei", "PingFang SC", "Arial", "sans-serif", "Roboto-Regular", "Helvetica Neue", Helvetica;
  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: #1876F0;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #4299fc;
}
a:active {
  color: #0a57c9;
}
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: #606266;
  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: #1876F0;
}
.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: #1876F0;
}
[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 #1876F0;
  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 #1876F0;
    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;
}
.ant-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert.ant-alert-closable {
  padding-right: 30px;
}
.ant-alert-icon {
  position: absolute;
  top: 11.25px;
  left: 16px;
}
.ant-alert-description {
  display: none;
  font-size: 13px;
  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: #606266;
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: #606266;
  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: #323233;
  line-height: 1.5;
  border-radius: 2px;
}
.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: 13px;
  cursor: pointer;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
}
.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;
  }
}
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: #fff;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #e8e8e8;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1876F0;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: #323233;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1876F0;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  line-height: 34px;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-right: 12px;
  margin-left: 12px;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.ant-select-auto-complete.ant-select .ant-input {
  height: 34px;
  line-height: 1.5;
  background: transparent;
  border-width: 1px;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #4299fc;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
  background-color: transparent;
}
.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 44px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 44px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 30px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
  display: inline;
  float: none;
}
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #606266;
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-content:hover {
  background-color: #323233;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-icon {
  width: 14px;
  height: 16px;
  margin: 12px auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #323233;
  font-size: 13px;
}
.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;
  }
}
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  color: #606266;
  font-size: 13px;
}
.ant-breadcrumb .anticon {
  font-size: 13px;
}
.ant-breadcrumb a {
  color: #606266;
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #4299fc;
}
.ant-breadcrumb > span:last-child {
  color: #323233;
}
.ant-breadcrumb > span:last-child a {
  color: #323233;
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: #606266;
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.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: 28px;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 2px;
  color: #323233;
  background-color: #fff;
  border-color: #DCDFE6;
}
.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: 32px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 2px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 13px;
  border-radius: 2px;
}
.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: #4299fc;
  background-color: #fff;
  border-color: #4299fc;
}
.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: #0a57c9;
  background-color: #fff;
  border-color: #0a57c9;
}
.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: #1876F0;
  border-color: #1876F0;
  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: #4299fc;
  border-color: #4299fc;
}
.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: #0a57c9;
  border-color: #0a57c9;
}
.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: #4299fc;
  border-left-color: #4299fc;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #DCDFE6;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #4299fc;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #DCDFE6;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #4299fc;
}
.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: #DCDFE6;
}
.ant-btn-ghost {
  color: #323233;
  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: #4299fc;
  background-color: transparent;
  border-color: #4299fc;
}
.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: #0a57c9;
  background-color: transparent;
  border-color: #0a57c9;
}
.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: #323233;
  background-color: #fff;
  border-color: #DCDFE6;
  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: #4299fc;
  background-color: #fff;
  border-color: #4299fc;
}
.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: #0a57c9;
  background-color: #fff;
  border-color: #0a57c9;
}
.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: #1876F0;
  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: #4299fc;
  background-color: transparent;
  border-color: #4299fc;
}
.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: #0a57c9;
  background-color: transparent;
  border-color: #0a57c9;
}
.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: 28px;
  height: 28px;
  padding: 0;
  font-size: 15px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 17px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 13px;
  border-radius: 2px;
}
.ant-btn-icon-only > i {
  vertical-align: middle;
}
.ant-btn-round {
  height: 28px;
  padding: 0 14px;
  font-size: 13px;
  border-radius: 28px;
}
.ant-btn-round.ant-btn-lg {
  height: 32px;
  padding: 0 16px;
  font-size: 15px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 13px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 28px;
  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: 32px;
  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: 13px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 32px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 0;
  line-height: 30px;
}
.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  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: 13px;
  border-radius: 0;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 13px;
}
.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: 2px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-bottom-right-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 2px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-bottom-right-radius: 2px;
}
.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: #1876F0;
  background-color: transparent;
  border-color: #1876F0;
  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: #4299fc;
  background-color: transparent;
  border-color: #4299fc;
}
.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: #0a57c9;
  background-color: transparent;
  border-color: #0a57c9;
}
.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: #1876F0;
  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: #4299fc;
  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: #0a57c9;
  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: 26px;
}
a.ant-btn-lg {
  line-height: 30px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-fullcalendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #323233;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-fullcalendar-value:hover {
  background: #e6f5ff;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  color: #fff;
  background: #1876F0;
}
.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 #1876F0 inset;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #1876F0;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.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: 34px;
  line-height: 32px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  display: block;
  height: 116px;
  margin: 0 4px;
  padding: 4px 8px;
  color: #323233;
  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: #e6f5ff;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #bde2ff;
}
.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: #323233;
}
.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: #1876F0;
}
.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: #e6f5ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #1876F0;
}
.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;
}
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 15px;
  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::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: #323233;
  font-weight: normal;
  font-size: 13px;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: #323233;
  font-weight: normal;
  font-size: 13px;
}
.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-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::before,
.ant-card-actions::after {
  display: table;
  content: '';
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: #606266;
  text-align: center;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #1876F0;
  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: #606266;
  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: #1876F0;
}
.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: 13px;
}
.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::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: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: #606266;
}
.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: 13px;
}
.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: 13px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '←';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '→';
}
.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 3px;
  height: auto;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-cascader {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #323233;
  font-size: 13px;
  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: 2px;
  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: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: #606266;
}
.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: #4299fc;
  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: 13px;
  white-space: nowrap;
  background: #fff;
  border-radius: 2px;
  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: 2px 0 0 2px;
}
.ant-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  border-radius: 0 2px 2px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 2px;
}
.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: #e6f5ff;
}
.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: #606266;
}
: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;
}
@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: #323233;
  font-size: 13px;
  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: #1876F0;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1876F0;
  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: 14px;
  height: 14px;
  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: 5px;
  height: 8px;
  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: #1876F0;
  border-color: #1876F0;
}
.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: #323233;
  font-size: 13px;
  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: #323233;
  font-size: 13px;
  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: 6px;
  height: 6px;
  background-color: #1876F0;
  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);
}
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
}
.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 2px 2px;
}
.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: #323233;
  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 2px 2px;
}
.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;
}
.ant-comment {
  position: relative;
}
.ant-comment-inner {
  display: flex;
  padding: 16px 0;
}
.ant-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ant-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 13px;
  word-wrap: break-word;
}
.ant-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 13px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}
.ant-comment-content-author-name {
  color: #606266;
  font-size: 13px;
  transition: color 0.3s;
}
.ant-comment-content-author-name > * {
  color: #606266;
}
.ant-comment-content-author-name > *:hover {
  color: #606266;
}
.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}
.ant-comment-content-detail p {
  white-space: pre-wrap;
}
.ant-comment-actions {
  margin-top: 12px;
  padding-left: 0;
}
.ant-comment-actions > li {
  display: inline-block;
  color: #606266;
}
.ant-comment-actions > li > span {
  padding-right: 10px;
  color: #606266;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}
.ant-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: "Microsoft YaHei", "PingFang SC", "Arial", "sans-serif", "Roboto-Regular", "Helvetica Neue", Helvetica;
}
.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: #323233;
  font-size: 13px;
  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: #4299fc;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: 13px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ant-calendar-picker-clear:hover {
  color: #606266;
}
.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: 13px;
  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: 13px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 2px;
  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: #323233;
  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: #4299fc;
}
.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: #606266;
  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: #323233;
}
.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: #323233;
}
.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: #323233;
}
.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: #323233;
}
.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: #323233;
  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: #e6f5ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #4299fc;
}
.ant-calendar-today .ant-calendar-date {
  color: #1876F0;
  font-weight: bold;
  border-color: #1876F0;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #bde2ff;
}
.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: 13px;
  line-height: 1;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: #606266;
}
.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: 28px;
  padding: 0 15px;
  color: #fff;
  background-color: #1876F0;
  border-color: #1876F0;
  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: 13px;
  border-radius: 2px;
  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: 32px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 2px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 13px;
  border-radius: 2px;
}
.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: #4299fc;
  border-color: #4299fc;
}
.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: #0a57c9;
  border-color: #0a57c9;
}
.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: #606266;
  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: #606266;
  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: #1876F0;
  background: #bde2ff;
  border-color: #1876F0;
}
.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: #1876F0;
  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: #1876F0;
}
.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: 34px;
  padding: 4px 11px;
  color: #323233;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  height: 30px;
  padding-right: 0;
  padding-left: 0;
  line-height: 30px;
  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: #4299fc;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: 34px;
  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: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 30px;
  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: #e6f5ff;
  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: 13px;
  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: 13px;
  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: #e6f5ff;
}
.ant-calendar-time-picker-select li:focus {
  color: #1876F0;
  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: 2px;
  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: #4299fc;
}
.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: #606266;
  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: #323233;
}
.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: #323233;
}
.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: #323233;
}
.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: #323233;
}
.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: #1876F0;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #1876F0;
}
.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: #323233;
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #e6f5ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 2px;
  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: #4299fc;
}
.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: #606266;
  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: #323233;
}
.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: #323233;
}
.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: #323233;
}
.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: #323233;
}
.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: #323233;
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #e6f5ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #1876F0;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #1876F0;
}
.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: 2px;
  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: #4299fc;
}
.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: #606266;
  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: #323233;
}
.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: #323233;
}
.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: #323233;
}
.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: #323233;
}
.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: #323233;
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #e6f5ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #1876F0;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #1876F0;
}
.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: #e6f5ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #bde2ff;
}
.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: #323233;
  background: transparent;
}
.ant-descriptions-title {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}
.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.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: 13px;
  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: #323233;
  font-size: 13px;
  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;
}
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 15px;
  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;
}
.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: 15px;
  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: #606266;
  font-weight: 700;
  font-size: 15px;
  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: #323233;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
}
.ant-drawer-header-no-title {
  color: #323233;
  background: #fff;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 13px;
  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;
  }
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
  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: #606266;
  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: #323233;
  font-weight: normal;
  font-size: 13px;
  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: #323233;
  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: #1876F0;
  background-color: #e6f5ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f5ff;
}
.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: #606266;
  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: #1876F0;
}
.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: #1876F0;
}
.ant-empty {
  margin: 0 8px;
  font-size: 13px;
  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;
}
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #606266;
  font-size: 15px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 13px;
}
.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: #323233;
  font-size: 13px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 13px;
  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: #323233;
  font-size: 13px;
  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: 13px;
  vertical-align: top;
}
.ant-form-item-control {
  position: relative;
  line-height: 44px;
  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-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: 8px;
}
.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 43.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: 20px;
  margin-top: -3px;
  color: #606266;
  font-size: 13px;
  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: 34px;
  height: 20px;
  margin-top: -10px;
  font-size: 13px;
  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: #4299fc;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1876F0;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 8px;
}
.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);
  }
}
.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::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;
  }
}
.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: 34px;
  padding: 4px 11px;
  color: #323233;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  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: #4299fc;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: 34px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-input-sm {
  height: 30px;
  padding: 1px 7px;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #323233;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  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: #1876F0;
}
.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: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 30px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 44px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 30px;
}
.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::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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-bottom-right-radius: 2px;
}
.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: #323233;
  font-size: 13px;
  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: #4299fc;
  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: #323233;
  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: #606266;
  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: #606266;
}
.ant-input-clear-icon:active {
  color: #323233;
}
.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: #606266;
}
.ant-input-textarea-clear-icon:active {
  color: #323233;
}
.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}
.ant-input-search-icon {
  color: #606266;
  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;
}
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 34px;
  padding: 4px 11px;
  color: #323233;
  font-size: 13px;
  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: 2px;
}
.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: #4299fc;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: 34px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-input-number-sm {
  height: 30px;
  padding: 1px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: #606266;
  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: #4299fc;
}
.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: #606266;
  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: #4299fc;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: 32px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  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: 15px;
}
.ant-input-number-lg input {
  height: 42px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 28px;
  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 2px 2px 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: 2px;
  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: 2px;
  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);
}
.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: #323233;
  font-size: 13px;
  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 2px 2px 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: 2px 0 0 2px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: #323233;
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #323233;
  background: #fff;
}
.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 13px;
  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: #323233;
}
.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: #323233;
  font-size: 13px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: #323233;
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #1876F0;
}
.ant-list-item-meta-description {
  color: #606266;
  font-size: 13px;
  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: #606266;
  font-size: 13px;
  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: #606266;
  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: 15px;
  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: 2px;
}
.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;
  }
}
.ant-mentions-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mentions-wrapper .ant-mentions-editor {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 4px 11px;
  color: #323233;
  font-size: 13px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  display: block;
  height: auto;
  min-height: 34px;
  padding: 0;
  line-height: 1.5;
}
.ant-mentions-wrapper .ant-mentions-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions-wrapper .ant-mentions-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions-wrapper .ant-mentions-editor:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions-wrapper .ant-mentions-editor:hover {
  border-color: #4299fc;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .ant-mentions-editor:focus {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 0.2);
}
.ant-mentions-wrapper .ant-mentions-editor-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .ant-mentions-editor[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-mentions-wrapper .ant-mentions-editor {
  max-width: 100%;
  height: auto;
  min-height: 34px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mentions-wrapper .ant-mentions-editor-lg {
  height: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-mentions-wrapper .ant-mentions-editor-sm {
  height: 30px;
  padding: 1px 7px;
}
.ant-mentions-wrapper .ant-mentions-editor-wrapper {
  height: auto;
  overflow-y: auto;
}
.ant-mentions-wrapper.ant-mentions-active:not(.disabled) .ant-mentions-editor {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 0.2);
}
.ant-mentions-wrapper.disabled .ant-mentions-editor {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper.disabled .ant-mentions-editor:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ant-mentions-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  height: auto;
  padding: 5px 11px;
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  opacity: 1;
}
.ant-mentions-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}
.ant-mentions-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  min-width: 120px;
  max-height: 250px;
  margin-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-mentions-dropdown-placement-top {
  margin-top: -0.1em;
}
.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item .anticon-loading {
  display: block;
  color: #1876F0;
  text-align: center;
}
.ant-mentions-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: #323233;
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-mentions-dropdown-item:hover {
  background-color: #e6f5ff;
}
.ant-mentions-dropdown-item.focus,
.ant-mentions-dropdown-item-active {
  background-color: #e6f5ff;
}
.ant-mentions-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mentions-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-item-selected,
.ant-mentions-dropdown-item-selected:hover {
  color: #323233;
  font-weight: bold;
  background-color: #f5f5f5;
}
.ant-mentions-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-mentions {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100%;
  height: 34px;
  padding: 4px 11px;
  color: #323233;
  font-size: 13px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5;
  white-space: pre-wrap;
  vertical-align: bottom;
}
.ant-mentions::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions:hover {
  border-color: #4299fc;
  border-right-width: 1px !important;
}
.ant-mentions:focus {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 0.2);
}
.ant-mentions-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 34px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mentions-lg {
  height: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-mentions-sm {
  height: 30px;
  padding: 1px 7px;
}
.ant-mentions-disabled > textarea {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled > textarea:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-focused {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 0.2);
}
.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 32px;
  margin: 0;
  padding: 4px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  tab-size: inherit;
}
.ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}
.ant-mentions > textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions > textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions > textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions > textarea:read-only {
  cursor: default;
}
.ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: #323233;
  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: 13px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-mentions-dropdown-hidden {
  display: none;
}
.ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: #323233;
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-mentions-dropdown-menu-item:hover {
  background-color: #e6f5ff;
}
.ant-mentions-dropdown-menu-item:first-child {
  border-radius: 2px 2px 0 0;
}
.ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 2px 2px;
}
.ant-mentions-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-selected {
  color: #323233;
  font-weight: 600;
  background-color: #fafafa;
}
.ant-mentions-dropdown-menu-item-active {
  background-color: #e6f5ff;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #323233;
  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::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: #606266;
  font-size: 13px;
  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: #1876F0;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f5ff;
}
.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: #323233;
}
.ant-menu-item > a:hover {
  color: #1876F0;
}
.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: #323233;
}
.ant-menu-item > .ant-badge > a:hover {
  color: #1876F0;
}
.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: #1876F0;
}
.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: #1876F0;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1876F0;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f5ff;
}
.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: 13px;
  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: 2px;
}
.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: 2px;
}
.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: #323233 \9;
  background-image: linear-gradient(to right, #323233, #323233);
  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, #1876F0, #1876F0);
}
.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: #1876F0;
}
.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: #1876F0;
}
.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: #1876F0;
  border-bottom: 2px solid #1876F0;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: #323233;
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1876F0;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1876F0;
}
.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 #1876F0;
  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: 13px;
  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 32.5px !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: 15px;
  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: #1876F0;
}
.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;
}
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 0;
  background: #fff;
  border-radius: 2px;
  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: 15px;
}
.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;
  }
}
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 15px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  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: #606266;
  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: 15px;
  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: #323233;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 13px;
  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 2px 2px;
}
.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-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: 15px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: #323233;
  font-size: 13px;
}
.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;
}
.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 13px;
  cursor: pointer;
}
.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 2px;
  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: 15px;
  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: 13px;
}
.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: 15px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 13px;
}
.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: #606266;
  outline: none;
}
.ant-notification-notice-close:hover {
  color: #3a3b3d;
}
.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;
  }
}
.ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}
.ant-page-header-ghost {
  background-color: inherit;
}
.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}
.ant-page-header.has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  float: left;
  margin: 8px 0;
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}
.ant-page-header-back-button {
  color: #1876F0;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}
.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #4299fc;
}
.ant-page-header-back-button:active {
  color: #0a57c9;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}
.ant-page-header-heading {
  width: 100%;
  overflow: hidden;
}
.ant-page-header-heading-title {
  display: block;
  float: left;
  margin-bottom: 0;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 19px;
  line-height: 32px;
}
.ant-page-header-heading .ant-avatar {
  float: left;
  margin-right: 12px;
}
.ant-page-header-heading-sub-title {
  float: left;
  margin: 5px 0;
  margin-right: 12px;
  color: #606266;
  font-size: 14px;
  line-height: 22px;
}
.ant-page-header-heading-tags {
  float: left;
  margin: 4px 0;
}
.ant-page-header-heading-extra {
  float: right;
}
.ant-page-header-heading-extra > * {
  margin-left: 8px;
}
.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}
.ant-page-header-content {
  padding-top: 12px;
  overflow: hidden;
}
.ant-page-header-footer {
  margin-top: 16px;
}
.ant-page-header-footer .ant-tabs-bar {
  margin-bottom: 1px;
  border-bottom: 0;
}
.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  padding: 8px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .ant-page-header-heading-extra {
    display: block;
    float: unset;
    width: 100%;
    padding-top: 12px;
    overflow: hidden;
  }
}
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 24px;
  margin-right: 8px;
  line-height: 22px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: #323233;
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #1876F0;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1876F0;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1876F0;
}
.ant-pagination-item-active a {
  color: #1876F0;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #4299fc;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #4299fc;
}
.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: #1876F0;
  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: 24px;
  height: 24px;
  color: #323233;
  font-family: Arial;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: #323233;
  user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #4299fc;
}
.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: 2px;
  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: #1876F0;
  border-color: #1876F0;
}
.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: 34px;
  line-height: 34px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 4px 11px;
  color: #323233;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  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: #4299fc;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: 34px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 30px;
  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: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1876F0;
}
.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: 30px;
  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: #606266;
  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;
  }
}
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
  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: #323233;
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: #323233;
  font-size: 13px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 13px;
}
.ant-popover-message-title {
  padding-left: 21px;
}
.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;
}
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 13px;
}
.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: #606266;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 13px;
}
.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: #323233;
  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;
  }
}
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #323233;
  font-size: 13px;
  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: #323233;
  font-size: 13px;
  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: #1876F0;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(24, 118, 240, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1876F0;
  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: 14px;
  height: 14px;
  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: 6px;
  height: 6px;
  background-color: #1876F0;
  border-top: 0;
  border-left: 0;
  border-radius: 6px;
  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: #1876F0;
}
.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: 28px;
  margin: 0;
  padding: 0 15px;
  color: #323233;
  line-height: 26px;
  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: #323233;
}
.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: 44px;
  font-size: 15px;
  line-height: 42px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 30px;
  padding: 0 7px;
  line-height: 28px;
}
.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: 2px 0 0 2px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 2px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1876F0;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(24, 118, 240, 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: #1876F0;
  background: #fff;
  border-color: #1876F0;
  box-shadow: -1px 0 0 0 #1876F0;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1876F0 !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1876F0;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #4299fc;
  border-color: #4299fc;
  box-shadow: -1px 0 0 0 #4299fc;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #0a57c9;
  border-color: #0a57c9;
  box-shadow: -1px 0 0 0 #0a57c9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 118, 240, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1876F0;
  border-color: #1876F0;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #4299fc;
  border-color: #4299fc;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #0a57c9;
  border-color: #0a57c9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 118, 240, 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;
  }
}
.ant-rate {
  box-sizing: border-box;
  color: #323233;
  font-size: 13px;
  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: 13px;
}
.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: #606266;
  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;
}
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}
.ant-select-selection:hover {
  border-color: #4299fc;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: #606266;
}
.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: 34px;
  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: 32px;
}
.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.ant-select-lg {
  font-size: 15px;
}
.ant-select-lg .ant-select-selection--single {
  height: 44px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 42px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 44px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 36px;
  line-height: 36px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 22px;
}
.ant-select-sm .ant-select-selection--single {
  height: 30px;
}
.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 28px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 30px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 22px;
  line-height: 20px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 15px;
}
.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: 2px;
  outline: 0;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 34px;
  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::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: 26px;
  margin-top: 3px;
  line-height: 24px;
}
.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: #323233;
  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: #606266;
  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: 17px;
}
.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: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: #323233;
  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: 13px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  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: #606266;
  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: #323233;
  font-weight: normal;
  font-size: 13px;
  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: #e6f5ff;
}
.ant-select-dropdown-menu-item-selected {
  color: #323233;
  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: #e6f5ff;
}
.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: #1876F0;
}
.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;
}
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #94cdff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #94cdff;
  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: #4691f3;
  outline: none;
  box-shadow: 0 0 0 5px rgba(24, 118, 240, 0.2);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #1876F0;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #6bb5ff;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #6bb5ff;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 13px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #606266;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}
.ant-slider-mark-text-active {
  color: #323233;
}
.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: #8cbbf8;
}
.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;
}
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1876F0;
  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: 5.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: 2.5px;
}
.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: 11.5px;
}
.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: #606266;
}
.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: #1876F0;
  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);
  }
}
.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-statistic-title {
  margin-bottom: 4px;
  color: #606266;
  font-size: 13px;
}
.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: "Microsoft YaHei", "PingFang SC", "Arial", "sans-serif", "Roboto-Regular", "Helvetica Neue", Helvetica;
}
.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;
}
.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 15px;
  font-family: "Microsoft YaHei", "PingFang SC", "Arial", "sans-serif", "Roboto-Regular", "Helvetica Neue", Helvetica;
  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: #1876F0;
  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: #323233;
  font-size: 15px;
  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: #606266;
  font-weight: normal;
  font-size: 13px;
}
.ant-steps-item-description {
  color: #606266;
  font-size: 13px;
}
.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: #606266;
}
.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: #606266;
}
.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: #1876F0;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1876F0;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1876F0;
}
.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: #323233;
}
.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: #1876F0;
}
.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: #1876F0;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1876F0;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1876F0;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #323233;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #1876F0;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #606266;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #1876F0;
}
.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: #1876F0;
}
.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: #1876F0;
}
.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: #1876F0;
}
.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: #1876F0;
}
.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: 13px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: #606266;
  font-size: 13px;
}
.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: #1876F0;
  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;
}
.ant-switch {
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #323233;
}
.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #1876F0;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: #1876F0;
}
.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%;
  }
}
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  clear: both;
}
.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: #323233;
  font-size: 13px;
  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: 2px 2px 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: #1876F0;
}
.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: #1876F0;
}
.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: #606266;
  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: #606266;
  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: #323233;
}
.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: #606266;
}
.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: 2px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 2px;
}
.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: #e6f5ff;
}
.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: 8px 10px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 2px 2px;
}
.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: 8px 0;
  border-radius: 2px 2px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #e8e8e8;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 2px 2px 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: 2px;
}
.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: 8px 10px;
  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: 2px 2px 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: 8px 10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 13px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 2px 2px;
}
.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: 2px;
  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: 2px 2px 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: 2px;
  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: #1876F0;
  font-weight: bold;
  text-shadow: 0 0 2px #bde2ff;
}
.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: #1876F0;
}
.ant-table-filter-dropdown-link:hover {
  color: #4299fc;
}
.ant-table-filter-dropdown-link:active {
  color: #0a57c9;
}
.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: 2px;
  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: #1876F0;
  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: #4299fc;
}
.ant-table-row-expand-icon:active {
  color: #0a57c9;
}
.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: -8px -10px -9px;
}
.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: 2px 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 2px 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: 6px 5px;
}
.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: 6px 5px;
}
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -6px -5px -7px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-content > .ant-table-footer {
  padding: 4px 5px;
}
.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 5px;
}
.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: 4px 5px;
}
.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: 2px 2px 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: -4px -5px -5px;
}
.ant-table-small.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-radius: 0 0 2px 2px;
}
.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: 2px 2px 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: #1876F0;
  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: #1876F0;
  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: 13px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: #606266;
  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: 43.5px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: #323233;
  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: #1876F0;
  border-color: #1876F0;
}
.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: 54.5px;
}
.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
  line-height: 35.5px;
}
.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: 2px 0 0 2px;
}
.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 2px 2px 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 2px 2px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #1876F0;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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::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: #1876F0;
  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: 13px;
  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::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: #606266;
  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: #323233;
}
.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: 2px 2px 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: #4299fc;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #0a57c9;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #1876F0;
  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: 15px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 13px;
}
.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;
}
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
  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: #323233;
}
.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: #606266;
  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: #1876F0;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1876F0;
}
.ant-tag-checkable:active {
  background-color: #0a57c9;
}
.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;
}
.ant-time-picker-panel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: "Microsoft YaHei", "PingFang SC", "Arial", "sans-serif", "Roboto-Regular", "Helvetica Neue", Helvetica;
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  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: 13px;
  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: #1876F0;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #e6f5ff;
}
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-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: #323233;
  font-size: 13px;
  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: 34px;
  padding: 4px 11px;
  color: #323233;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  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: #4299fc;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: 34px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-time-picker-input-sm {
  height: 30px;
  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: #606266;
}
.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-time-picker-large .ant-time-picker-input {
  height: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 30px;
  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;
    }
  }
}
.ant-timeline {
  box-sizing: border-box;
  color: #323233;
  font-size: 13px;
  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: 13px;
  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: #1876F0;
  border-color: #1876F0;
}
.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: -5.5px;
  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;
}
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
  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;
}
.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: #323233;
  font-size: 13px;
  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: 2px;
}
.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: 34px;
  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: #606266;
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8.75px 12px 9.75px;
  overflow: hidden;
  color: #323233;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 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: 13px;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
.ant-transfer-list-body-with-search {
  padding-top: 58px;
}
.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: #e6f5ff;
  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: 17px;
}
.ant-transfer-list-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 2px 2px;
}
.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: #bde2ff;
  }
  100% {
    background: transparent;
  }
}
.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: #e6f5ff;
}
.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: #1876F0;
}
.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: #1876F0;
}
.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: #1876F0;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #1876F0;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1876F0;
  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: 14px;
  height: 14px;
  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: 5px;
  height: 8px;
  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: #1876F0;
  border-color: #1876F0;
}
.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: #323233;
  font-size: 13px;
  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: #323233;
  font-size: 13px;
  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: 6px;
  height: 6px;
  background-color: #1876F0;
  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: #323233;
  font-size: 13px;
  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: #1876F0;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1876F0;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1876F0;
}
.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: #1876F0;
  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: #323233;
  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: #e6f5ff;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bde2ff;
}
.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: #606266;
  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);
}
.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #1876F0;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1876F0;
  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: 14px;
  height: 14px;
  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: 5px;
  height: 8px;
  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: #1876F0;
  border-color: #1876F0;
}
.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: #323233;
  font-size: 13px;
  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: #323233;
  font-size: 13px;
  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: 6px;
  height: 6px;
  background-color: #1876F0;
  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: #323233;
  font-size: 13px;
  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: #323233;
  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: #e6f5ff;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bde2ff;
}
.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: #1876F0;
  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: #1876F0;
  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: #323233;
  font-size: 13px;
  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;
}
.ant-typography {
  color: #323233;
}
.ant-typography.ant-typography-secondary {
  color: #606266;
}
.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: 36px;
  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: 28px;
  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: 23px;
  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: 19px;
  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: #1876F0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-typography a:focus,
.ant-typography a:hover {
  color: #4299fc;
}
.ant-typography a:active {
  color: #0a57c9;
}
.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: #1876F0;
  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: #4299fc;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #0a57c9;
}
.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: #606266;
  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;
}
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
  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: #1876F0;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  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: #0a57c9;
}
.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: #4299fc;
}
.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: #4299fc;
  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: 15px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: #606266;
  font-size: 13px;
}
.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: #606266;
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: #606266;
}
.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-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: #323233;
  font-size: 13px;
  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::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: 13px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 21px;
  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: 4.5px;
  color: #606266;
  font-size: 13px;
}
.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: #606266;
  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: #323233;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #e6f5ff;
}
.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: 25px;
  font-size: 13px;
  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: 2px;
}
.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: #606266;
}
.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;
  }
}

/*主色调*/
/*
 * 上传图片
 * @Author: BG318679 
 * @Date: 2019-05-15 20:57:12 
 * @Last Modified by: BG318679
 * @Last Modified time: 2019-05-15 21:21:18
 */
.upload-pic .upload-pic-content {
  text-align: center;
}
.upload-pic .upload-img-wrap {
  text-align: center;
}
.upload-pic .upload-img-wrap img.border {
  border-radius: 2px;
  border: 1px solid #CED4D9;
}
.upload-pic .upload-tips {
  margin-top: 18px;
  margin-bottom: 13px;
  text-align: center;
}
.upload-pic .upload-tips span {
  color: rgba(38, 45, 51, 0.5);
}
.upload-pic .upload-btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border: 1px solid #CED4D9;
  color: #262D33;
  border-radius: 2px;
  cursor: pointer;
}
.upload-pic .upload-btn input {
  display: none;
}
/*@import "styles/iconFont.less";*/
.ue-modal-frame {
  @import "styles/~normalize.css/normalize.css";
  /**
  自定义ant-table的样式
 */
  /**
  自定义table的样式
 */
  /* 去除复选框的动画效果 */
  /* 可编辑值的下拉框 */
  /* 商品标记 */
  /* Tab */
  /* spu信息 */
  /* sku图片 */
  /* 商品标记 */
  /*
 * 商品主图
 * @Author: BG318679 
 * @Date: 2019-05-15 20:02:37 
 * @Last Modified by: BG318679
 * @Last Modified time: 2019-08-13 14:45:49
 */
  /* 图片放大 */
  /* 智能审核 */
  /* 替换商品 */
  /* 重新匹配促销 */
  /*
 * 智能审核设置
 * @Author: BG318679
 * @Date: 2019-08-07 11:23:11
 * @Last Modified by: BG318679
 * @Last Modified time: 2020-01-09 14:56:40
 */
  /* 公共样式 */
  /* 自动拆分 */
  /* 商品组弹窗 */
  /* 历史订单 */
  /*
 * @Author: BG318679
 * @Date: 2019-11-27 15:04:21
 * @Last Modified by: BG318679
 * @Last Modified time: 2019-11-28 19:49:59
 */
  /* 批量新建 */
  /* 编辑器 */
  /*@import "entrance/index.less";*/
  /*
 * @Author: Eric BG318679
 * @Date: 2018-11-16 17:50:41 
 * @Last Modified by: Eric
 * @Last Modified time: 2018-11-16 17:57:17
 */
  /*
 * 显示省略号
 * @Author: BG318679 
 * @Date: 2018-11-28 16:30:14 
 * @Last Modified by: BG318679
 * @Last Modified time: 2020-10-19 16:06:21
 */
  /* 标签 - 点 */
  /* 表格有吸底分页 */
  /* 下发状态 */
  /* 下发失败弹窗 */
}
@font-face {
  font-family: 'icomoon';
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format('embedded-opentype'), url(data:font/ttf;base64,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) format('truetype'), url(data:font/woff;base64,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) format('woff'), url(8d5484fcbbf5d020c32094910a88762a.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}
.ue-modal-frame [class^="ue-table-row-expand-icon"],
.ue-modal-frame [class^="icon-"],
.ue-modal-frame [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}
.ue-modal-frame .icon-arrow_popup_title:before {
  content: "\e900";
}
.ue-modal-frame .icon-calculate:before {
  content: "\e901";
}
.ue-modal-frame .icon-check:before {
  content: "\e902";
}
.ue-modal-frame .icon-check-log:before {
  content: "\e903";
}
.ue-modal-frame .icon-close_table:before {
  content: "\e904";
}
.ue-modal-frame .icon-customer-service:before {
  content: "\e905";
}
.ue-modal-frame .icon-distributor:before {
  content: "\e906";
}
.ue-modal-frame .icon-down:before {
  content: "\e907";
}
.ue-modal-frame .icon-edition_shape:before {
  content: "\e908";
}
.ue-modal-frame .icon-fireworks:before {
  content: "\e909";
}
.ue-modal-frame .icon-first-page:before {
  content: "\e90a";
}
.ue-modal-frame .icon-help-center:before {
  content: "\e90b";
}
.ue-modal-frame .icon-ic_action_error:before {
  content: "\e90c";
}
.ue-modal-frame .icon-ic_action_success:before {
  content: "\e90d";
}
.ue-modal-frame .icon-ic_action_warning:before {
  content: "\e90e";
}
.ue-modal-frame .icon-ic_add_btn:before {
  content: "\e90f";
}
.ue-modal-frame .icon-ic_arrow:before {
  content: "\e910";
}
.ue-modal-frame .icon-ic_business-overview:before {
  content: "\e911";
}
.ue-modal-frame .icon-ic_calendar:before {
  content: "\e912";
}
.ue-modal-frame .icon-ic_change:before {
  content: "\e913";
}
.ue-modal-frame .icon-ic_charts:before {
  content: "\e914";
}
.ue-modal-frame .icon-ic_close:before {
  content: "\e915";
}
.ue-modal-frame .icon-ic_close-menu:before {
  content: "\e916";
}
.ue-modal-frame .icon-ic_copy:before {
  content: "\e917";
}
.ue-modal-frame .icon-ic_Customer-Services:before {
  content: "\e918";
}
.ue-modal-frame .icon-ic_delete:before {
  content: "\e919";
}
.ue-modal-frame .icon-ic_delivery-situation:before {
  content: "\e91a";
}
.ue-modal-frame .icon-ic_download:before {
  content: "\e91b";
}
.ue-modal-frame .icon-ic_edit:before {
  content: "\e91c";
}
.ue-modal-frame .icon-ic_edit-batch:before {
  content: "\e91d";
}
.ue-modal-frame .icon-ic_flat:before {
  content: "\e91e";
}
.ue-modal-frame .icon-ic_in-common-use:before {
  content: "\e91f";
}
.ue-modal-frame .icon-ic_info:before {
  content: "\e920";
}
.ue-modal-frame .icon-ic_link:before {
  content: "\e921";
}
.ue-modal-frame .icon-ic_load:before {
  content: "\e922";
}
.ue-modal-frame .icon-ic_logistics:before {
  content: "\e923";
}
.ue-modal-frame .icon-ic_more:before {
  content: "\e924";
}
.ue-modal-frame .icon-ic_move_down:before {
  content: "\e925";
}
.ue-modal-frame .icon-ic_move_up:before {
  content: "\e926";
}
.ue-modal-frame .icon-ic_news:before {
  content: "\e927";
}
.ue-modal-frame .icon-ic_Notice:before {
  content: "\e928";
}
.ue-modal-frame .icon-ic_open-menu:before {
  content: "\e929";
}
.ue-modal-frame .icon-ic_product:before {
  content: "\e92a";
}
.ue-modal-frame .icon-ic_product_not-classified:before {
  content: "\e92b";
}
.ue-modal-frame .icon-ic_refresh:before {
  content: "\e92c";
}
.ue-modal-frame .icon-ic_rule:before {
  content: "\e92d";
}
.ue-modal-frame .icon-ic_sales-analyses:before {
  content: "\e92e";
}
.ue-modal-frame .icon-ic_sales-statistics:before {
  content: "\e92f";
}
.ue-modal-frame .icon-ic_Sales-status:before {
  content: "\e930";
}
.ue-modal-frame .icon-ic_search:before {
  content: "\e931";
}
.ue-modal-frame .icon-ic_setting_goods:before {
  content: "\e932";
}
.ue-modal-frame .icon-ic_settings:before {
  content: "\e933";
}
.ue-modal-frame .icon-ic_share:before {
  content: "\e934";
}
.ue-modal-frame .icon-ic_ship-goods:before {
  content: "\e935";
}
.ue-modal-frame .icon-ic_ship-statistics:before {
  content: "\e936";
}
.ue-modal-frame .icon-ic_stock:before {
  content: "\e937";
}
.ue-modal-frame .icon-ic_table:before {
  content: "\e938";
}
.ue-modal-frame .icon-ic_today-focus:before {
  content: "\e939";
}
.ue-modal-frame .icon-ic_upload:before {
  content: "\e93a";
}
.ue-modal-frame .icon-ic_wait-for-delivery:before {
  content: "\e93b";
}
.ue-modal-frame .icon-magnifier:before {
  content: "\e93c";
}
.ue-modal-frame .icon-message:before {
  content: "\e93d";
}
.ue-modal-frame .icon-not-shape:before {
  content: "\e93e";
}
.ue-modal-frame .icon-open_table:before {
  content: "\e93f";
}
.ue-modal-frame .icon-order-service:before {
  content: "\e940";
}
.ue-modal-frame .icon-package:before {
  content: "\e941";
}
.ue-modal-frame .icon-page-up_disable:before {
  content: "\e942";
}
.ue-modal-frame .icon-password:before {
  content: "\e943";
}
.ue-modal-frame .icon-pending-issue:before {
  content: "\e944";
}
.ue-modal-frame .icon-pic_sales-amount:before {
  content: "\e945";
}
.ue-modal-frame .icon-pic_wait-for-delivery:before {
  content: "\e946";
}
.ue-modal-frame .icon-play:before {
  content: "\e947";
}
.ue-modal-frame .icon-qq:before {
  content: "\e948";
}
.ue-modal-frame .icon-quotes-down:before {
  content: "\e949";
}
.ue-modal-frame .icon-quotes-up:before {
  content: "\e94a";
}
.ue-modal-frame .icon-right:before {
  content: "\e94b";
}
.ue-modal-frame .icon-sort-center:before {
  content: "\e94c";
}
.ue-modal-frame .icon-top:before {
  content: "\e94d";
}
.ue-modal-frame .icon-user:before {
  content: "\e94e";
}
.ue-modal-frame .icon-vendor:before {
  content: "\e94f";
}
.ue-modal-frame .icon-vip:before {
  content: "\e950";
}
.ue-modal-frame .icon-warn-setting:before {
  content: "\e951";
}
.ue-modal-frame .icon-wrong:before {
  content: "\e952";
}
.ue-modal-frame .icon-cn_league .path1:before {
  content: "\e953";
  color: #076dfc;
}
.ue-modal-frame .icon-cn_league .path2:before {
  content: "\e954";
  margin-left: -3.4375em;
  color: #ffffff;
}
.ue-modal-frame .icon-current_edition .path1:before {
  content: "\e955";
  color: #ffffff;
}
.ue-modal-frame .icon-current_edition .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: #ff7052;
}
.ue-modal-frame .icon-electronic_scale .path1:before {
  content: "\e957";
  color: #7bdeb8;
}
.ue-modal-frame .icon-electronic_scale .path2:before {
  content: "\e958";
  margin-left: -1.07128906em;
  color: #7bdeb8;
}
.ue-modal-frame .icon-electronic_scale .path3:before {
  content: "\e959";
  margin-left: -1.07128906em;
  color: #52c79a;
}
.ue-modal-frame .icon-logo .path1:before {
  content: "\e95a";
  color: #29d68e;
}
.ue-modal-frame .icon-logo .path2:before {
  content: "\e95b";
  margin-left: -0.83300781em;
  color: #239aff;
}
.ue-modal-frame .icon-logo .path3:before {
  content: "\e95c";
  margin-left: -0.83300781em;
  color: #4eaeff;
}
.ue-modal-frame .icon-logo .path4:before {
  content: "\e95d";
  margin-left: -0.83300781em;
  color: #29d68e;
}
.ue-modal-frame .icon-logo .path5:before {
  content: "\e95e";
  margin-left: -0.83300781em;
  color: #2aea9a;
}
.ue-modal-frame .icon-logo .path6:before {
  content: "\e95f";
  margin-left: -0.83300781em;
  color: #19cc82;
}
.ue-modal-frame .icon-logo .path7:before {
  content: "\e960";
  margin-left: -0.83300781em;
  color: #29f4c3;
}
.ue-modal-frame .icon-logo .path8:before {
  content: "\e961";
  margin-left: -0.83300781em;
  color: #38c0f8;
  opacity: 0.6636;
}
.ue-modal-frame .icon-no_data .path1:before {
  content: "\e962";
  color: #7bdeb8;
}
.ue-modal-frame .icon-no_data .path2:before {
  content: "\e963";
  margin-left: -1.421875em;
  color: #d0ffed;
}
.ue-modal-frame .icon-no_data .path3:before {
  content: "\e964";
  margin-left: -1.421875em;
  color: #97e7c9;
}
.ue-modal-frame .icon-no_data .path4:before {
  content: "\e965";
  margin-left: -1.421875em;
  color: #7bdeb8;
}
.ue-modal-frame .icon-no_data .path5:before {
  content: "\e966";
  margin-left: -1.421875em;
  color: #7bdeb8;
}
.ue-modal-frame .icon-paper .path1:before {
  content: "\e967";
  color: #188df2;
}
.ue-modal-frame .icon-paper .path2:before {
  content: "\e968";
  margin-left: -0.828125em;
  color: #188df2;
  opacity: 0.2059;
}
.ue-modal-frame .icon-Password-successful .path1:before {
  content: "\e969";
  color: #c6d5e3;
}
.ue-modal-frame .icon-Password-successful .path2:before {
  content: "\e96a";
  margin-left: -1.27246094em;
  color: #c6d5e3;
}
.ue-modal-frame .icon-Password-successful .path3:before {
  content: "\e96b";
  margin-left: -1.27246094em;
  color: #c6d5e3;
}
.ue-modal-frame .icon-Password-successful .path4:before {
  content: "\e96c";
  margin-left: -1.27246094em;
  color: #c6d5e3;
}
.ue-modal-frame .icon-Password-successful .path5:before {
  content: "\e96d";
  margin-left: -1.27246094em;
  color: #c6d5e3;
}
.ue-modal-frame .icon-Password-successful .path6:before {
  content: "\e96e";
  margin-left: -1.27246094em;
  color: #c6d5e3;
}
.ue-modal-frame .icon-Password-successful .path7:before {
  content: "\e96f";
  margin-left: -1.27246094em;
  color: #c6d5e3;
}
.ue-modal-frame .icon-Password-successful .path8:before {
  content: "\e970";
  margin-left: -1.27246094em;
  color: #29d68e;
}
.ue-modal-frame .icon-Password-successful .path9:before {
  content: "\e971";
  margin-left: -1.27246094em;
  color: #ffffff;
}
.ue-modal-frame .icon-Password-successful .path10:before {
  content: "\e972";
  margin-left: -1.27246094em;
  color: #ffffff;
}
.ue-modal-frame .icon-Password-successful .path11:before {
  content: "\e973";
  margin-left: -1.27246094em;
  color: #29d68e;
}
.ue-modal-frame .icon-recommend_edition:before {
  content: "\e974";
  color: #ff7052;
}
.ue-modal-frame .icon-tm_direct .path1:before {
  content: "\e975";
  color: #ff073b;
}
.ue-modal-frame .icon-tm_direct .path2:before {
  content: "\e976";
  margin-left: -3.44433594em;
  color: #ff083b;
}
.ue-modal-frame .icon-tm_direct .path3:before {
  content: "\e977";
  margin-left: -3.44433594em;
  color: #ff083b;
}
.ue-modal-frame .icon-tm_direct .path4:before {
  content: "\e978";
  margin-left: -3.44433594em;
  color: #ff083b;
}
.ue-modal-frame .icon-tm_direct .path5:before {
  content: "\e979";
  margin-left: -3.44433594em;
  color: #ffffff;
}
.ue-modal-frame .icon-youyi .path1:before {
  content: "\e97a";
  color: #f7f9fa;
}
.ue-modal-frame .icon-youyi .path2:before {
  content: "\e97b";
  margin-left: -2.16015625em;
  color: #ffffff;
}
.ue-modal-frame .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ue-modal-frame .primary-color {
  color: #1876F0;
}
.ue-modal-frame .center {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.ue-modal-frame .middle {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
}
.ue-modal-frame .relative {
  position: relative;
}
.ue-modal-frame .absolute {
  position: absolute!important;
}
.ue-modal-frame .flex {
  display: flex;
}
.ue-modal-frame .items-center {
  align-items: center;
}
.ue-modal-frame .justify-between {
  justify-content: space-between;
}
.ue-modal-frame .user-select-all {
  user-select: all;
}
.ue-modal-frame .left-5-reverse {
  left: -5px;
}
.ue-modal-frame .left-130 {
  left: 130px;
}
.ue-modal-frame .left-140 {
  left: 140px;
}
.ue-modal-frame .right-0 {
  right: 0;
}
.ue-modal-frame .right-50 {
  right: 50px;
}
.ue-modal-frame .right-30-reverse {
  right: -30px;
}
.ue-modal-frame .top-0 {
  top: 0;
}
.ue-modal-frame .top-2 {
  top: 2px;
}
.ue-modal-frame .top-7 {
  top: 7px;
}
.ue-modal-frame .top-13 {
  top: 13px;
}
.ue-modal-frame .top-18 {
  top: 18px;
}
.ue-modal-frame .top-30 {
  top: 30px;
}
.ue-modal-frame .top-2-reverse {
  top: -2px;
}
.ue-modal-frame .top-4-reverse {
  top: -4px;
}
.ue-modal-frame .top-6-reverse {
  top: -6px;
}
.ue-modal-frame .top-8-reverse {
  top: -8px;
}
.ue-modal-frame .pull-right {
  float: right!important;
}
.ue-modal-frame .pull-left {
  float: left;
}
.ue-modal-frame .ver-top {
  vertical-align: top !important;
}
.ue-modal-frame .ver-middle {
  vertical-align: middle;
}
.ue-modal-frame .ver-bottom {
  vertical-align: bottom;
}
.ue-modal-frame .ver-sub {
  vertical-align: sub;
}
.ue-modal-frame .ver-text-bottom {
  vertical-align: text-bottom !important;
}
.ue-modal-frame .ver-text-top {
  vertical-align: text-top !important;
}
.ue-modal-frame .ver-1 {
  vertical-align: 1px !important;
}
.ue-modal-frame .ver-0 {
  vertical-align: 0 !important;
}
.ue-modal-frame .ver-1-reverse {
  vertical-align: -1px;
}
.ue-modal-frame .ver-4-reverse {
  vertical-align: -4px;
}
.ue-modal-frame .over-hidden {
  overflow: hidden;
}
.ue-modal-frame .over-auto {
  overflow: auto;
}
.ue-modal-frame .over-auto-x {
  overflow-x: auto;
}
.ue-modal-frame .over-auto-y {
  overflow-y: auto;
}
.ue-modal-frame .text-color {
  color: #323233 !important;
}
.ue-modal-frame .text-grey {
  color: rgba(50, 50, 51, 0.8) !important;
}
.ue-modal-frame .text-light {
  color: rgba(50, 50, 51, 0.6) !important;
}
.ue-modal-frame .text-muted {
  color: rgba(50, 50, 51, 0.4) !important;
}
.ue-modal-frame .text-dark {
  color: #262D33 !important;
}
.ue-modal-frame .text-link {
  color: #1876F0 !important;
}
.ue-modal-frame .f-bold {
  font-weight: bold!important;
}
.ue-modal-frame .f-normal {
  font-weight: normal!important;
}
.ue-modal-frame .font-bold {
  font-weight: bold;
}
.ue-modal-frame .font-normal {
  font-weight: normal;
}
.ue-modal-frame .text-left {
  text-align: left;
}
.ue-modal-frame .text-center {
  text-align: center !important;
}
.ue-modal-frame .text-right {
  text-align: right !important;
}
.ue-modal-frame .underline {
  text-decoration: underline !important;
}
.ue-modal-frame .underline-none {
  text-decoration: none!important;
}
.ue-modal-frame .block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ue-modal-frame .fade {
  opacity: 0;
  transition: opacity 1s linear;
}
.ue-modal-frame .fade.in {
  opacity: 1;
}
.ue-modal-frame .hidden {
  display: none !important;
}
.ue-modal-frame .inline {
  display: inline !important;
}
.ue-modal-frame .inline-block {
  display: inline-block !important;
}
.ue-modal-frame .block {
  display: block !important;
}
.ue-modal-frame .table-cell {
  display: table-cell !important;
}
.ue-modal-frame .away {
  transform: translate3d(-3000px, 0, 0);
}
.ue-modal-frame .fs-0 {
  font-size: 0;
}
.ue-modal-frame .fs-12 {
  font-size: 12px !important;
}
.ue-modal-frame .fs-14 {
  font-size: 14px !important;
}
.ue-modal-frame .fs-16 {
  font-size: 16px !important;
}
.ue-modal-frame .fs-18 {
  font-size: 18px !important;
}
.ue-modal-frame .fs-20 {
  font-size: 20px !important;
}
.ue-modal-frame .fs-24 {
  font-size: 24px !important;
}
.ue-modal-frame .fs-26 {
  font-size: 26px !important;
}
.ue-modal-frame .fs-28 {
  font-size: 28px !important;
}
.ue-modal-frame .fs-30 {
  font-size: 30px !important;
}
.ue-modal-frame .fs-32 {
  font-size: 32px !important;
}
.ue-modal-frame .w-auto {
  width: auto !important;
}
.ue-modal-frame .w-quarter {
  width: 25% !important;
}
.ue-modal-frame .w-half {
  width: 50% !important;
}
.ue-modal-frame .w-full {
  width: 100% !important;
}
.ue-modal-frame .w-30p {
  width: 30% !important;
}
.ue-modal-frame .w-60p {
  width: 60% !important;
}
.ue-modal-frame .w-65p {
  width: 65% !important;
}
.ue-modal-frame .w-70p {
  width: 70% !important;
}
.ue-modal-frame .w-80p {
  width: 80% !important;
}
.ue-modal-frame .w-85p {
  width: 85% !important;
}
.ue-modal-frame .w-89p {
  width: 89% !important;
}
.ue-modal-frame .w-92p {
  width: 92% !important;
}
.ue-modal-frame .w-10 {
  width: 10px !important;
}
.ue-modal-frame .w-20 {
  width: 20px !important;
}
.ue-modal-frame .w-24 {
  width: 24px !important;
}
.ue-modal-frame .w-25 {
  width: 25px !important;
}
.ue-modal-frame .w-30 {
  width: 30px !important;
}
.ue-modal-frame .w-35 {
  width: 35px !important;
}
.ue-modal-frame .w-32 {
  width: 32px !important;
}
.ue-modal-frame .w-40 {
  width: 40px !important;
}
.ue-modal-frame .w-44 {
  width: 44px !important;
}
.ue-modal-frame .w-45 {
  width: 45px !important;
}
.ue-modal-frame .w-47 {
  width: 47px !important;
}
.ue-modal-frame .w-48 {
  width: 48px !important;
}
.ue-modal-frame .w-50 {
  width: 50px !important;
}
.ue-modal-frame .w-60 {
  width: 60px !important;
}
.ue-modal-frame .w-65 {
  width: 65px !important;
}
.ue-modal-frame .w-70 {
  width: 70px !important;
}
.ue-modal-frame .w-75 {
  width: 75px !important;
}
.ue-modal-frame .w-80 {
  width: 80px !important;
}
.ue-modal-frame .w-85 {
  width: 85px !important;
}
.ue-modal-frame .w-90 {
  width: 90px !important;
}
.ue-modal-frame .w-92 {
  width: 92px !important;
}
.ue-modal-frame .w-99 {
  width: 99px !important;
}
.ue-modal-frame .w-100 {
  width: 100px !important;
}
.ue-modal-frame .w-110 {
  width: 110px !important;
}
.ue-modal-frame .w-114 {
  width: 114px !important;
}
.ue-modal-frame .w-115 {
  width: 115px !important;
}
.ue-modal-frame .w-119 {
  width: 119px !important;
}
.ue-modal-frame .w-120 {
  width: 120px !important;
}
.ue-modal-frame .w-121 {
  width: 121px !important;
}
.ue-modal-frame .w-125 {
  width: 125px !important;
}
.ue-modal-frame .w-130 {
  width: 130px !important;
}
.ue-modal-frame .w-135 {
  width: 135px !important;
}
.ue-modal-frame .w-140 {
  width: 140px !important;
}
.ue-modal-frame .w-150 {
  width: 150px !important;
}
.ue-modal-frame .w-155 {
  width: 155px !important;
}
.ue-modal-frame .w-160 {
  width: 160px !important;
}
.ue-modal-frame .w-170 {
  width: 170px !important;
}
.ue-modal-frame .w-180 {
  width: 180px !important;
}
.ue-modal-frame .w-185 {
  width: 185px !important;
}
.ue-modal-frame .w-200 {
  width: 200px !important;
}
.ue-modal-frame .w-210 {
  width: 210px !important;
}
.ue-modal-frame .w-220 {
  width: 220px !important;
}
.ue-modal-frame .w-230 {
  width: 230px !important;
}
.ue-modal-frame .w-240 {
  width: 240px !important;
}
.ue-modal-frame .w-245 {
  width: 245px !important;
}
.ue-modal-frame .w-250 {
  width: 250px !important;
}
.ue-modal-frame .w-260 {
  width: 260px !important;
}
.ue-modal-frame .w-262 {
  width: 262px !important;
}
.ue-modal-frame .w-280 {
  width: 280px !important;
}
.ue-modal-frame .w-290 {
  width: 290px !important;
}
.ue-modal-frame .w-295 {
  width: 295px !important;
}
.ue-modal-frame .w-300 {
  width: 300px !important;
}
.ue-modal-frame .w-305 {
  width: 305px !important;
}
.ue-modal-frame .w-315 {
  width: 315px !important;
}
.ue-modal-frame .w-350 {
  width: 350px !important;
}
.ue-modal-frame .w-360 {
  width: 360px !important;
}
.ue-modal-frame .w-400 {
  width: 400px !important;
}
.ue-modal-frame .w-420 {
  width: 420px !important;
}
.ue-modal-frame .w-480 {
  width: 480px !important;
}
.ue-modal-frame .w-450 {
  width: 450px !important;
}
.ue-modal-frame .w-500 {
  width: 500px !important;
}
.ue-modal-frame .w-530 {
  width: 530px !important;
}
.ue-modal-frame .w-600 {
  width: 600px !important;
}
.ue-modal-frame .w-680 {
  width: 680px !important;
}
.ue-modal-frame .w-840 {
  width: 840px !important;
}
.ue-modal-frame .w-900 {
  width: 900px !important;
}
.ue-modal-frame .w-1110 {
  width: 1110px !important;
}
.ue-modal-frame .w-1200 {
  width: 1200px !important;
}
.ue-modal-frame .min-w-10 {
  min-width: 10px !important;
}
.ue-modal-frame .min-w-25 {
  min-width: 25px !important;
}
.ue-modal-frame .min-w-40 {
  min-width: 40px !important;
}
.ue-modal-frame .min-w-50 {
  min-width: 50px !important;
}
.ue-modal-frame .min-w-55 {
  min-width: 55px !important;
}
.ue-modal-frame .min-w-58 {
  min-width: 58px !important;
}
.ue-modal-frame .min-w-60 {
  min-width: 60px !important;
}
.ue-modal-frame .min-w-65 {
  min-width: 65px !important;
}
.ue-modal-frame .min-w-70 {
  min-width: 70px !important;
}
.ue-modal-frame .min-w-80 {
  min-width: 80px !important;
}
.ue-modal-frame .min-w-85 {
  min-width: 85px !important;
}
.ue-modal-frame .min-w-90 {
  min-width: 90px !important;
}
.ue-modal-frame .min-w-100 {
  min-width: 100px !important;
}
.ue-modal-frame .min-w-110 {
  min-width: 110px !important;
}
.ue-modal-frame .min-w-114 {
  min-width: 114px !important;
}
.ue-modal-frame .min-w-115 {
  min-width: 115px !important;
}
.ue-modal-frame .min-w-120 {
  min-width: 120px !important;
}
.ue-modal-frame .min-w-130 {
  min-width: 130px !important;
}
.ue-modal-frame .min-w-137 {
  min-width: 137px !important;
}
.ue-modal-frame .min-w-140 {
  min-width: 140px !important;
}
.ue-modal-frame .min-w-150 {
  min-width: 150px !important;
}
.ue-modal-frame .min-w-200 {
  min-width: 200px !important;
}
.ue-modal-frame .min-w-210 {
  min-width: 210px !important;
}
.ue-modal-frame .min-w-260 {
  min-width: 260px !important;
}
.ue-modal-frame .min-w-350 {
  min-width: 350px !important;
}
.ue-modal-frame .min-w-500 {
  min-width: 500px !important;
}
.ue-modal-frame .min-w-600 {
  min-width: 600px !important;
}
.ue-modal-frame .min-w-1000 {
  min-width: 1000px !important;
}
.ue-modal-frame .max-w-10 {
  max-width: 10px;
}
.ue-modal-frame .max-w-20 {
  max-width: 20px;
}
.ue-modal-frame .max-w-24 {
  max-width: 24px;
}
.ue-modal-frame .max-w-30 {
  max-width: 30px;
}
.ue-modal-frame .max-w-40 {
  max-width: 40px;
}
.ue-modal-frame .max-w-50 {
  max-width: 50px;
}
.ue-modal-frame .max-w-60 {
  max-width: 60px;
}
.ue-modal-frame .max-w-65 {
  max-width: 65px;
}
.ue-modal-frame .max-w-67 {
  max-width: 67px;
}
.ue-modal-frame .max-w-90 {
  max-width: 90px;
}
.ue-modal-frame .max-w-110 {
  max-width: 110px;
}
.ue-modal-frame .max-w-114 {
  max-width: 114px;
}
.ue-modal-frame .max-w-120 {
  max-width: 120px;
}
.ue-modal-frame .max-w-150 {
  max-width: 150px;
}
.ue-modal-frame .max-w-200 {
  max-width: 200px;
}
.ue-modal-frame .max-w-210 {
  max-width: 210px;
}
.ue-modal-frame .max-w-260 {
  max-width: 260px;
}
.ue-modal-frame .max-w-580 {
  max-width: 580px;
}
.ue-modal-frame .h-auto {
  height: auto !important;
}
.ue-modal-frame .h-full {
  height: 100%;
}
.ue-modal-frame .h-half {
  height: 50%;
}
.ue-modal-frame .h-5 {
  height: 5px !important;
}
.ue-modal-frame .h-10 {
  height: 10px !important;
}
.ue-modal-frame .h-14 {
  height: 14px !important;
}
.ue-modal-frame .h-15 {
  height: 15px !important;
}
.ue-modal-frame .h-16 {
  height: 16px !important;
}
.ue-modal-frame .h-20 {
  height: 20px !important;
}
.ue-modal-frame .h-24 {
  height: 24px !important;
}
.ue-modal-frame .h-25 {
  height: 25px !important;
}
.ue-modal-frame .h-27 {
  height: 27px !important;
}
.ue-modal-frame .h-28 {
  height: 28px !important;
}
.ue-modal-frame .h-30 {
  height: 30px !important;
}
.ue-modal-frame .h-32 {
  height: 32px !important;
}
.ue-modal-frame .h-34 {
  height: 34px !important;
}
.ue-modal-frame .h-35 {
  height: 35px !important;
}
.ue-modal-frame .h-36 {
  height: 36px !important;
}
.ue-modal-frame .h-40 {
  height: 40px !important;
}
.ue-modal-frame .h-45 {
  height: 45px !important;
}
.ue-modal-frame .h-48 {
  height: 48px !important;
}
.ue-modal-frame .h-50 {
  height: 50px !important;
}
.ue-modal-frame .h-55 {
  height: 55px !important;
}
.ue-modal-frame .h-60 {
  height: 60px !important;
}
.ue-modal-frame .h-65 {
  height: 65px !important;
}
.ue-modal-frame .h-70 {
  height: 70px !important;
}
.ue-modal-frame .h-80 {
  height: 80px !important;
}
.ue-modal-frame .h-90 {
  height: 90px !important;
}
.ue-modal-frame .h-100 {
  height: 100px !important;
}
.ue-modal-frame .h-104 {
  height: 104px !important;
}
.ue-modal-frame .h-114 {
  height: 114px !important;
}
.ue-modal-frame .h-116 {
  height: 116px !important;
}
.ue-modal-frame .h-120 {
  height: 120px !important;
}
.ue-modal-frame .h-150 {
  height: 150px !important;
}
.ue-modal-frame .h-140 {
  height: 140px !important;
}
.ue-modal-frame .h-180 {
  height: 180px !important;
}
.ue-modal-frame .h-200 {
  height: 200px !important;
}
.ue-modal-frame .h-210 {
  height: 210px !important;
}
.ue-modal-frame .h-215 {
  height: 215px !important;
}
.ue-modal-frame .h-240 {
  height: 240px !important;
}
.ue-modal-frame .h-260 {
  height: 260px !important;
}
.ue-modal-frame .h-320 {
  height: 320px !important;
}
.ue-modal-frame .h-380 {
  height: 380px !important;
}
.ue-modal-frame .h-400 {
  height: 400px !important;
}
.ue-modal-frame .h-420 {
  height: 420px !important;
}
.ue-modal-frame .h-520 {
  height: 520px !important;
}
.ue-modal-frame .h-690 {
  height: 690px !important;
}
.ue-modal-frame .h-840 {
  height: 840px !important;
}
.ue-modal-frame .min-h-20 {
  min-height: 20px;
}
.ue-modal-frame .min-h-40 {
  min-height: 40px;
}
.ue-modal-frame .min-h-50 {
  min-height: 50px;
}
.ue-modal-frame .min-h-60 {
  min-height: 60px;
}
.ue-modal-frame .min-h-88 {
  min-height: 88px;
}
.ue-modal-frame .min-h-200 {
  min-height: 200px;
}
.ue-modal-frame .min-h-250 {
  min-height: 250px;
}
.ue-modal-frame .min-h-340 {
  min-height: 340px;
}
.ue-modal-frame .min-h-450 {
  min-height: 450px;
}
.ue-modal-frame .min-h-480 {
  min-height: 480px;
}
.ue-modal-frame .min-h-500 {
  min-height: 500px;
}
.ue-modal-frame .min-h-550 {
  min-height: 550px;
}
.ue-modal-frame .min-h-600 {
  min-height: 600px;
}
.ue-modal-frame .min-h-650 {
  min-height: 650px;
}
.ue-modal-frame .min-h-665 {
  min-height: 665px;
}
.ue-modal-frame .min-h-700 {
  min-height: 700px;
}
.ue-modal-frame .min-h-720 {
  min-height: 720px;
}
.ue-modal-frame .min-h-790 {
  min-height: 790px;
}
.ue-modal-frame .min-h-800 {
  min-height: 800px;
}
.ue-modal-frame .min-h-820 {
  min-height: 820px;
}
.ue-modal-frame .min-h-955 {
  min-height: 955px;
}
.ue-modal-frame .max-h-20 {
  max-height: 20px;
}
.ue-modal-frame .max-h-40 {
  max-height: 40px;
}
.ue-modal-frame .max-h-50 {
  max-height: 50px;
}
.ue-modal-frame .max-h-60 {
  max-height: 60px;
}
.ue-modal-frame .max-h-80 {
  max-height: 80px;
}
.ue-modal-frame .max-h-180 {
  max-height: 180px;
}
.ue-modal-frame .max-h-200 {
  max-height: 200px;
}
.ue-modal-frame .max-h-240 {
  max-height: 240px;
}
.ue-modal-frame .max-h-300 {
  max-height: 300px;
}
.ue-modal-frame .max-h-320 {
  max-height: 320px !important;
}
.ue-modal-frame .max-h-360 {
  max-height: 360px;
}
.ue-modal-frame .max-h-420 {
  max-height: 420px;
}
.ue-modal-frame .max-h-520 {
  max-height: 520px;
}
.ue-modal-frame .max-h-600 {
  max-height: 600px;
}
.ue-modal-frame .max-h-820 {
  max-height: 820px;
}
.ue-modal-frame .clear-10 {
  clear: both;
  height: 10px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .clear-20 {
  clear: both;
  height: 20px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .clear-30 {
  clear: both;
  height: 30px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .clear-40 {
  clear: both;
  height: 40px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .clear-50 {
  clear: both;
  height: 50px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .clear-60 {
  clear: both;
  height: 60px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .clear-70 {
  clear: both;
  height: 70px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .clear-80 {
  clear: both;
  height: 80px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .clear-90 {
  clear: both;
  height: 90px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .clear-100 {
  clear: both;
  height: 100px;
  font-size: 0;
  float: none;
  overflow: hidden;
}
.ue-modal-frame .p-none {
  padding: 0 !important;
}
.ue-modal-frame .pt-0 {
  padding-top: 0 !important;
}
.ue-modal-frame .pt-2 {
  padding-top: 2px !important;
}
.ue-modal-frame .pt-3 {
  padding-top: 3px !important;
}
.ue-modal-frame .pt-4 {
  padding-top: 4px !important;
}
.ue-modal-frame .pt-5 {
  padding-top: 5px !important;
}
.ue-modal-frame .pt-8 {
  padding-top: 8px !important;
}
.ue-modal-frame .pt-10 {
  padding-top: 10px !important;
}
.ue-modal-frame .pt-12 {
  padding-top: 12px !important;
}
.ue-modal-frame .pt-15 {
  padding-top: 15px !important;
}
.ue-modal-frame .pt-17 {
  padding-top: 17px !important;
}
.ue-modal-frame .pt-20 {
  padding-top: 20px !important;
}
.ue-modal-frame .pt-25 {
  padding-top: 25px !important;
}
.ue-modal-frame .pt-30 {
  padding-top: 30px !important;
}
.ue-modal-frame .pt-40 {
  padding-top: 40px !important;
}
.ue-modal-frame .pt-45 {
  padding-top: 45px !important;
}
.ue-modal-frame .pt-50 {
  padding-top: 50px !important;
}
.ue-modal-frame .pt-60 {
  padding-top: 60px !important;
}
.ue-modal-frame .pt-70 {
  padding-top: 70px !important;
}
.ue-modal-frame .pt-80 {
  padding-top: 80px !important;
}
.ue-modal-frame .pt-100 {
  padding-top: 100px !important;
}
.ue-modal-frame .pt-130 {
  padding-top: 130px !important;
}
.ue-modal-frame .pt-155 {
  padding-top: 155px !important;
}
.ue-modal-frame .pt-200 {
  padding-top: 200px !important;
}
.ue-modal-frame .pt-250 {
  padding-top: 250px !important;
}
.ue-modal-frame .pr-0 {
  padding-right: 0px !important;
}
.ue-modal-frame .pr-4 {
  padding-right: 4px !important;
}
.ue-modal-frame .pr-5 {
  padding-right: 5px !important;
}
.ue-modal-frame .pr-6 {
  padding-right: 6px !important;
}
.ue-modal-frame .pr-7 {
  padding-right: 7px !important;
}
.ue-modal-frame .pr-9 {
  padding-right: 9px !important;
}
.ue-modal-frame .pr-10 {
  padding-right: 10px !important;
}
.ue-modal-frame .pr-12 {
  padding-right: 12px !important;
}
.ue-modal-frame .pr-15 {
  padding-right: 15px !important;
}
.ue-modal-frame .pr-20 {
  padding-right: 20px !important;
}
.ue-modal-frame .pr-25 {
  padding-right: 25px !important;
}
.ue-modal-frame .pr-30 {
  padding-right: 30px !important;
}
.ue-modal-frame .pr-34 {
  padding-right: 34px !important;
}
.ue-modal-frame .pr-40 {
  padding-right: 40px !important;
}
.ue-modal-frame .pr-48 {
  padding-right: 48px !important;
}
.ue-modal-frame .pr-50 {
  padding-right: 50px !important;
}
.ue-modal-frame .pr-60 {
  padding-right: 60px !important;
}
.ue-modal-frame .pr-64 {
  padding-right: 64px !important;
}
.ue-modal-frame .pr-70 {
  padding-right: 70px !important;
}
.ue-modal-frame .pr-80 {
  padding-right: 80px !important;
}
.ue-modal-frame .pr-84 {
  padding-right: 84px !important;
}
.ue-modal-frame .pr-90 {
  padding-right: 90px !important;
}
.ue-modal-frame .pr-100 {
  padding-right: 100px !important;
}
.ue-modal-frame .pr-110 {
  padding-right: 110px !important;
}
.ue-modal-frame .pr-120 {
  padding-right: 120px !important;
}
.ue-modal-frame .pb-0 {
  padding-bottom: 0 !important;
}
.ue-modal-frame .pb-5 {
  padding-bottom: 5px !important;
}
.ue-modal-frame .pb-8 {
  padding-bottom: 8px !important;
}
.ue-modal-frame .pb-10 {
  padding-bottom: 10px !important;
}
.ue-modal-frame .pb-15 {
  padding-bottom: 15px !important;
}
.ue-modal-frame .pb-20 {
  padding-bottom: 20px !important;
}
.ue-modal-frame .pb-30 {
  padding-bottom: 30px !important;
}
.ue-modal-frame .pb-35 {
  padding-bottom: 35px !important;
}
.ue-modal-frame .pb-40 {
  padding-bottom: 40px !important;
}
.ue-modal-frame .pb-50 {
  padding-bottom: 50px !important;
}
.ue-modal-frame .pb-60 {
  padding-bottom: 60px !important;
}
.ue-modal-frame .pb-70 {
  padding-bottom: 70px !important;
}
.ue-modal-frame .pb-90 {
  padding-bottom: 90px !important;
}
.ue-modal-frame .pb-100 {
  padding-bottom: 100px !important;
}
.ue-modal-frame .pb-240 {
  padding-bottom: 240px !important;
}
.ue-modal-frame .pl-0 {
  padding-left: 0 !important;
}
.ue-modal-frame .pl-2 {
  padding-left: 2px !important;
}
.ue-modal-frame .pl-4 {
  padding-left: 4px !important;
}
.ue-modal-frame .pl-5 {
  padding-left: 5px !important;
}
.ue-modal-frame .pl-6 {
  padding-left: 6px !important;
}
.ue-modal-frame .pl-7 {
  padding-left: 7px !important;
}
.ue-modal-frame .pl-8 {
  padding-left: 8px !important;
}
.ue-modal-frame .pl-9 {
  padding-left: 9px !important;
}
.ue-modal-frame .pl-10 {
  padding-left: 10px !important;
}
.ue-modal-frame .pl-12 {
  padding-left: 12px !important;
}
.ue-modal-frame .pl-15 {
  padding-left: 15px !important;
}
.ue-modal-frame .pl-20 {
  padding-left: 20px !important;
}
.ue-modal-frame .pl-24 {
  padding-left: 24px !important;
}
.ue-modal-frame .pl-25 {
  padding-left: 25px !important;
}
.ue-modal-frame .pl-30 {
  padding-left: 30px !important;
}
.ue-modal-frame .pl-40 {
  padding-left: 40px !important;
}
.ue-modal-frame .pl-45 {
  padding-left: 45px !important;
}
.ue-modal-frame .pl-47 {
  padding-left: 47px !important;
}
.ue-modal-frame .pl-48 {
  padding-left: 48px !important;
}
.ue-modal-frame .pl-50 {
  padding-left: 50px !important;
}
.ue-modal-frame .pl-60 {
  padding-left: 60px !important;
}
.ue-modal-frame .pl-65 {
  padding-left: 65px !important;
}
.ue-modal-frame .pl-70 {
  padding-left: 70px !important;
}
.ue-modal-frame .pl-75 {
  padding-left: 75px !important;
}
.ue-modal-frame .pl-80 {
  padding-left: 80px !important;
}
.ue-modal-frame .pl-90 {
  padding-left: 90px !important;
}
.ue-modal-frame .pl-100 {
  padding-left: 100px !important;
}
.ue-modal-frame .pl-160 {
  padding-left: 160px !important;
}
.ue-modal-frame .pl-170 {
  padding-left: 170px !important;
}
.ue-modal-frame .mt-0 {
  margin-top: 0 !important;
}
.ue-modal-frame .mt-2 {
  margin-top: 2px !important;
}
.ue-modal-frame .mt-3 {
  margin-top: 3px !important;
}
.ue-modal-frame .mt-4 {
  margin-top: 4px !important;
}
.ue-modal-frame .mt-5 {
  margin-top: 5px !important;
}
.ue-modal-frame .mt-8 {
  margin-top: 8px !important;
}
.ue-modal-frame .mt-10 {
  margin-top: 10px !important;
}
.ue-modal-frame .mt-12 {
  margin-top: 12px !important;
}
.ue-modal-frame .mt-13 {
  margin-top: 13px !important;
}
.ue-modal-frame .mt-15 {
  margin-top: 15px !important;
}
.ue-modal-frame .mt-18 {
  margin-top: 15px !important;
}
.ue-modal-frame .mt-20 {
  margin-top: 20px !important;
}
.ue-modal-frame .mt-23 {
  margin-top: 23px !important;
}
.ue-modal-frame .mt-24 {
  margin-top: 24px !important;
}
.ue-modal-frame .mt-30 {
  margin-top: 30px !important;
}
.ue-modal-frame .mt-32 {
  margin-top: 32px !important;
}
.ue-modal-frame .mt-35 {
  margin-top: 35px !important;
}
.ue-modal-frame .mt-40 {
  margin-top: 40px !important;
}
.ue-modal-frame .mt-50 {
  margin-top: 50px !important;
}
.ue-modal-frame .mt-55 {
  margin-top: 55px !important;
}
.ue-modal-frame .mt-60 {
  margin-top: 60px !important;
}
.ue-modal-frame .mt-70 {
  margin-top: 70px !important;
}
.ue-modal-frame .mt-80 {
  margin-top: 80px !important;
}
.ue-modal-frame .mt-83 {
  margin-top: 83px !important;
}
.ue-modal-frame .mt-90 {
  margin-top: 90px !important;
}
.ue-modal-frame .mt-100 {
  margin-top: 100px !important;
}
.ue-modal-frame .mt-120 {
  margin-top: 120px !important;
}
.ue-modal-frame .mt-130 {
  margin-top: 130px !important;
}
.ue-modal-frame .mt-350 {
  margin-top: 350px !important;
}
.ue-modal-frame .mt-8-reverse {
  margin-top: -8px !important;
}
.ue-modal-frame .mt-50-reverse {
  margin-top: -50px !important;
}
.ue-modal-frame .mr-0 {
  margin-right: 0 !important;
}
.ue-modal-frame .mr-3 {
  margin-right: 3px !important;
}
.ue-modal-frame .mr-5 {
  margin-right: 5px !important;
}
.ue-modal-frame .mr-6 {
  margin-right: 6px !important;
}
.ue-modal-frame .mr-8 {
  margin-right: 8px !important;
}
.ue-modal-frame .mr-10 {
  margin-right: 10px !important;
}
.ue-modal-frame .mr-11 {
  margin-right: 11px !important;
}
.ue-modal-frame .mr-12 {
  margin-right: 12px !important;
}
.ue-modal-frame .mr-15 {
  margin-right: 15px !important;
}
.ue-modal-frame .mr-20 {
  margin-right: 20px !important;
}
.ue-modal-frame .mr-22 {
  margin-right: 22px !important;
}
.ue-modal-frame .mr-25 {
  margin-right: 25px !important;
}
.ue-modal-frame .mr-30 {
  margin-right: 30px !important;
}
.ue-modal-frame .mr-40 {
  margin-right: 40px !important;
}
.ue-modal-frame .mr-50 {
  margin-right: 50px !important;
}
.ue-modal-frame .mr-55 {
  margin-right: 55px !important;
}
.ue-modal-frame .mr-65 {
  margin-right: 65px !important;
}
.ue-modal-frame .mr-80 {
  margin-right: 80px !important;
}
.ue-modal-frame .mr-130 {
  margin-right: 130px !important;
}
.ue-modal-frame .mr-155 {
  margin-right: 155px !important;
}
.ue-modal-frame .mr-175 {
  margin-right: 175px !important;
}
.ue-modal-frame .mr-190 {
  margin-right: 190px !important;
}
.ue-modal-frame .mr-16-reverse {
  margin-right: -16px !important;
}
.ue-modal-frame .mb-0 {
  margin-bottom: 0 !important;
}
.ue-modal-frame .mb-5 {
  margin-bottom: 5px !important;
}
.ue-modal-frame .mb-6 {
  margin-bottom: 6px !important;
}
.ue-modal-frame .mb-8 {
  margin-bottom: 8px !important;
}
.ue-modal-frame .mb-10 {
  margin-bottom: 10px !important;
}
.ue-modal-frame .mb-12 {
  margin-bottom: 12px !important;
}
.ue-modal-frame .mb-15 {
  margin-bottom: 15px !important;
}
.ue-modal-frame .mb-20 {
  margin-bottom: 20px !important;
}
.ue-modal-frame .mb-25 {
  margin-bottom: 25px !important;
}
.ue-modal-frame .mb-30 {
  margin-bottom: 30px !important;
}
.ue-modal-frame .mb-40 {
  margin-bottom: 40px !important;
}
.ue-modal-frame .mb-45 {
  margin-bottom: 45px !important;
}
.ue-modal-frame .mb-47 {
  margin-bottom: 47px !important;
}
.ue-modal-frame .mb-50 {
  margin-bottom: 50px !important;
}
.ue-modal-frame .mb-60 {
  margin-bottom: 60px !important;
}
.ue-modal-frame .mb-70 {
  margin-bottom: 70px !important;
}
.ue-modal-frame .mb-75 {
  margin-bottom: 75px !important;
}
.ue-modal-frame .mb-95 {
  margin-bottom: 95px !important;
}
.ue-modal-frame .mb-100 {
  margin-bottom: 100px !important;
}
.ue-modal-frame .mb-200 {
  margin-bottom: 200px !important;
}
.ue-modal-frame .mb-240 {
  margin-bottom: 240px !important;
}
.ue-modal-frame .mb-250 {
  margin-bottom: 250px !important;
}
.ue-modal-frame .mb-350 {
  margin-bottom: 350px !important;
}
.ue-modal-frame .mb-30-reverse {
  margin-bottom: -30px !important;
}
.ue-modal-frame .ml-10-reverse {
  margin-left: -10px !important;
}
.ue-modal-frame .ml-3-reverse {
  margin-left: -3px !important;
}
.ue-modal-frame .ml-16-reverse {
  margin-left: -16px !important;
}
.ue-modal-frame .ml-3 {
  margin-left: 3px !important;
}
.ue-modal-frame .ml-5 {
  margin-left: 5px !important;
}
.ue-modal-frame .ml-7 {
  margin-left: 7px !important;
}
.ue-modal-frame .ml-8 {
  margin-left: 8px !important;
}
.ue-modal-frame .ml-4 {
  margin-left: 4px !important;
}
.ue-modal-frame .ml-10 {
  margin-left: 10px !important;
}
.ue-modal-frame .ml-11 {
  margin-left: 11px !important;
}
.ue-modal-frame .ml-12 {
  margin-left: 12px !important;
}
.ue-modal-frame .ml-15 {
  margin-left: 15px !important;
}
.ue-modal-frame .ml-20 {
  margin-left: 20px !important;
}
.ue-modal-frame .ml-22 {
  margin-left: 22px !important;
}
.ue-modal-frame .ml-23 {
  margin-left: 23px !important;
}
.ue-modal-frame .ml-25 {
  margin-left: 25px !important;
}
.ue-modal-frame .ml-30 {
  margin-left: 30px !important;
}
.ue-modal-frame .ml-35 {
  margin-left: 35px !important;
}
.ue-modal-frame .ml-40 {
  margin-left: 40px !important;
}
.ue-modal-frame .ml-50 {
  margin-left: 50px !important;
}
.ue-modal-frame .ml-60 {
  margin-left: 60px !important;
}
.ue-modal-frame .ml-73 {
  margin-left: 73px !important;
}
.ue-modal-frame .ml-75 {
  margin-left: 75px !important;
}
.ue-modal-frame .ml-85 {
  margin-left: 85px !important;
}
.ue-modal-frame .ml-100 {
  margin-left: 100px !important;
}
.ue-modal-frame .ml-105 {
  margin-left: 105px !important;
}
.ue-modal-frame .ml-150 {
  margin-left: 150px !important;
}
.ue-modal-frame .ml-215 {
  margin-left: 215px !important;
}
.ue-modal-frame .ml-535 {
  margin-left: 535px !important;
}
.ue-modal-frame .ml-160 {
  margin-left: 160px !important;
}
.ue-modal-frame .ls-0 {
  letter-spacing: 0 !important;
}
.ue-modal-frame .ls-1 {
  letter-spacing: 1px !important;
}
.ue-modal-frame .ls-2 {
  letter-spacing: 2px !important;
}
.ue-modal-frame .ls-3 {
  letter-spacing: 3px !important;
}
.ue-modal-frame .ls-4 {
  letter-spacing: 4px !important;
}
.ue-modal-frame .ls-5 {
  letter-spacing: 5px !important;
}
.ue-modal-frame .ls-6 {
  letter-spacing: 6px !important;
}
.ue-modal-frame .ls-7 {
  letter-spacing: 7px !important;
}
.ue-modal-frame .ls-8 {
  letter-spacing: 8px !important;
}
.ue-modal-frame .ls-9 {
  letter-spacing: 9px !important;
}
.ue-modal-frame .ls-10 {
  letter-spacing: 10px !important;
}
.ue-modal-frame .ls-11 {
  letter-spacing: 11px !important;
}
.ue-modal-frame .ls-12 {
  letter-spacing: 12px !important;
}
.ue-modal-frame .ls-13 {
  letter-spacing: 13px !important;
}
.ue-modal-frame .ls-14 {
  letter-spacing: 14px !important;
}
.ue-modal-frame .ls-15 {
  letter-spacing: 15px !important;
}
.ue-modal-frame .border-none {
  border: none !important;
}
.ue-modal-frame .border-transparent {
  border-color: transparent !important;
}
.ue-modal-frame .border-left-none {
  border-left: none !important;
}
.ue-modal-frame .border {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.ue-modal-frame .border-a {
  border: 1px solid #CED4D9 !important;
}
.ue-modal-frame .border-a-dash {
  border: 1px dashed;
}
.ue-modal-frame .border-t {
  border-top: 1px solid #CED4D9 !important;
}
.ue-modal-frame .border-t-none {
  border-top: none !important;
}
.ue-modal-frame .border-t-dash {
  border-top: 1px dashed;
}
.ue-modal-frame .border-r {
  border-right: 1px solid #CED4D9 !important;
}
.ue-modal-frame .border-r-dash {
  border-right: 1px dashed;
}
.ue-modal-frame .border-b {
  border-bottom: 1px solid #CED4D9 !important;
}
.ue-modal-frame .border-b-dash {
  border-bottom: 1px dashed #CED4D9;
}
.ue-modal-frame .border-b-light {
  border-bottom: 1px solid #f3f3f3 !important;
}
.ue-modal-frame .border-b-primary {
  border-bottom: 1px solid #527ECC !important;
}
.ue-modal-frame .border-b-none {
  border-bottom: none;
}
.ue-modal-frame .border-l {
  border-left: 1px solid #CED4D9 !important;
}
.ue-modal-frame .border-l-dash {
  border-left: 1px dashed;
}
.ue-modal-frame .border-l-light {
  border-left: 1px solid #f3f3f3 !important;
}
.ue-modal-frame .border-light {
  border-color: #edf1f2 !important;
}
.ue-modal-frame .border-dark {
  border-color: #3a3f51 !important;
}
.ue-modal-frame .border-black {
  border-color: #39444D !important;
}
.ue-modal-frame .border-primary {
  border-color: #527ECC !important;
}
.ue-modal-frame .border-success {
  border-color: #29D68E !important;
}
.ue-modal-frame .border-info {
  border-color: #4694fa !important;
}
.ue-modal-frame .border-warning {
  border-color: #FFAC31 !important;
}
.ue-modal-frame .border-danger {
  border-color: #FF4D77 !important;
}
.ue-modal-frame .border-grey {
  border-color: #e0e0e0 !important;
}
.ue-modal-frame .border-white {
  border-color: #fff !important;
}
.ue-modal-frame .border-transparent {
  border-color: transparent !important;
}
.ue-modal-frame .border-background-color {
  border-color: #f0f2f5 !important;
}
.ue-modal-frame .border-w-5 {
  border-width: 5px!important;
}
.ue-modal-frame .br-2 {
  border-radius: 2px !important;
}
.ue-modal-frame .br-4 {
  border-radius: 4px !important;
}
.ue-modal-frame .br-5 {
  border-radius: 5px !important;
}
.ue-modal-frame .br-half {
  border-radius: 50% !important;
}
.ue-modal-frame .white {
  color: #fff !important;
}
.ue-modal-frame .light {
  color: #edf1f2 !important;
}
.ue-modal-frame .success {
  color: #29D68E !important;
}
.ue-modal-frame .warning {
  color: #FFAC31 !important;
}
.ue-modal-frame .info {
  color: #4694fa !important;
}
.ue-modal-frame .green {
  color: #29D68E !important;
}
.ue-modal-frame .blue {
  color: #1876F0 !important;
}
.ue-modal-frame .dark {
  color: #3a3f51 !important;
}
.ue-modal-frame .primary {
  color: #527ECC !important;
}
.ue-modal-frame .purple {
  color: #7D68FF !important;
}
.ue-modal-frame .danger {
  color: #FF4D77 !important;
}
.ue-modal-frame .black {
  color: #39444D !important;
}
.ue-modal-frame .grey {
  color: #e0e0e0 !important;
}
.ue-modal-frame .orange {
  color: #FFBE31 !important;
}
.ue-modal-frame .disabled {
  color: #9FB0BF !important;
}
.ue-modal-frame .disabled-fill {
  color: #f7f7f7 !important;
}
.ue-modal-frame .bg-white {
  background-color: #fff !important;
}
.ue-modal-frame .bg-success {
  background-color: #29D68E !important;
}
.ue-modal-frame .bg-warning {
  background-color: #FFAC31 !important;
}
.ue-modal-frame .bg-purple {
  background-color: #7D68FF !important;
}
.ue-modal-frame .bg-info {
  background-color: #4694fa !important;
}
.ue-modal-frame .bg-green {
  background-color: #29D68E !important;
}
.ue-modal-frame .bg-blue {
  background-color: #1876F0 !important;
}
.ue-modal-frame .bg-dark {
  background-color: #3a3f51 !important;
}
.ue-modal-frame .bg-danger {
  background-color: #FF4D77 !important;
}
.ue-modal-frame .bg-primary {
  background-color: #527ECC !important;
}
.ue-modal-frame .bg-primary-light {
  background-color: #eceaf6 !important;
}
.ue-modal-frame .bg-transparent {
  background-color: transparent !important;
  background: transparent !important;
}
.ue-modal-frame .bg-grey {
  background-color: #e0e0e0 !important;
}
.ue-modal-frame .bg-readOnly {
  background-color: #f0f2f5 !important;
}
.ue-modal-frame .bg-body {
  background-color: #f0f2f5 !important;
}
.ue-modal-frame .bg-footer {
  background-color: #f7f7f7;
}
.ue-modal-frame .bg-disabled {
  background-color: #9FB0BF;
}
.ue-modal-frame .bg-bt {
  background-color: #F7FAFC !important;
}
.ue-modal-frame .text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ue-modal-frame .box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.ue-modal-frame .word-break {
  word-break: break-all;
}
.ue-modal-frame .nowrap {
  white-space: nowrap;
}
.ue-modal-frame .word-wrap {
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ue-modal-frame .lh-14 {
  line-height: 14px !important;
}
.ue-modal-frame .lh-16 {
  line-height: 16px !important;
}
.ue-modal-frame .lh-18 {
  line-height: 18px !important;
}
.ue-modal-frame .lh-19 {
  line-height: 19px !important;
}
.ue-modal-frame .lh-20 {
  line-height: 20px !important;
}
.ue-modal-frame .lh-24 {
  line-height: 24px !important;
}
.ue-modal-frame .lh-25 {
  line-height: 25px !important;
}
.ue-modal-frame .lh-28 {
  line-height: 28px !important;
}
.ue-modal-frame .lh-30 {
  line-height: 30px !important;
}
.ue-modal-frame .lh-32 {
  line-height: 32px !important;
}
.ue-modal-frame .lh-34 {
  line-height: 34px !important;
}
.ue-modal-frame .lh-35 {
  line-height: 35px !important;
}
.ue-modal-frame .lh-36 {
  line-height: 36px !important;
}
.ue-modal-frame .lh-40 {
  line-height: 40px !important;
}
.ue-modal-frame .lh-45 {
  line-height: 45px !important;
}
.ue-modal-frame .lh-50 {
  line-height: 50px !important;
}
.ue-modal-frame .lh-60 {
  line-height: 60px !important;
}
.ue-modal-frame .lh-65 {
  line-height: 65px !important;
}
.ue-modal-frame .lh-70 {
  line-height: 70px !important;
}
.ue-modal-frame .lh-80 {
  line-height: 80px !important;
}
.ue-modal-frame .lh-90 {
  line-height: 90px !important;
}
.ue-modal-frame .lh-100 {
  line-height: 100px !important;
}
.ue-modal-frame .lh-120 {
  line-height: 120px !important;
}
.ue-modal-frame .lh-157 {
  line-height: 157px !important;
}
.ue-modal-frame .lh-normal {
  line-height: normal;
}
.ue-modal-frame .clear-fix:before,
.ue-modal-frame .clear-fix:after {
  content: " ";
  display: table;
}
.ue-modal-frame .clear-fix:after {
  clear: both;
}
.ue-modal-frame textarea.placeholder,
.ue-modal-frame input.placeholder {
  color: #999 !important;
}
.ue-modal-frame .pointer {
  cursor: pointer !important;
}
.ue-modal-frame .not-allowed {
  cursor: not-allowed !important;
}
.ue-modal-frame .cursor-pointer {
  cursor: pointer !important;
}
.ue-modal-frame .cursor-move {
  cursor: move !important;
}
.ue-modal-frame .cursor-not-allowed {
  cursor: not-allowed !important;
}
.ue-modal-frame .form-group-item-heading {
  position: relative;
  font-size: 12px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .form-group-item-heading.required:before {
  content: '*';
  color: #FF4D77;
  position: absolute;
  top: 0;
  left: -8px;
}
.ue-modal-frame .form-group > .form-group-item + .form-group-item {
  margin-top: 15px;
}
.ue-modal-frame .form-group.form-group-vertical .form-group-item-heading {
  margin-bottom: 8px;
}
.ue-modal-frame .form-group.form-group-vertical .form-group-item-heading.required:before {
  top: 0;
}
.ue-modal-frame .form-group.form-group-horizontal .form-group-item-heading {
  float: left;
  margin-right: 15px;
  min-width: 56px;
  text-align: right;
}
.ue-modal-frame .form-group.form-group-horizontal .form-group-item-heading.required:before {
  top: 3px;
}
.ue-modal-frame .form-group.form-group-horizontal .form-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ue-modal-frame .rotate-0 {
  transform: rotate(0deg) !important;
  transition: all 0.3s;
}
.ue-modal-frame .rotate-45 {
  transform: rotate(45deg) !important;
  transition: all 0.3s;
}
.ue-modal-frame .rotate-90 {
  transform: rotate(90deg) !important;
  transition: all 0.3s;
}
.ue-modal-frame .rotate-135 {
  transform: rotate(135deg) !important;
  transition: all 0.3s;
}
.ue-modal-frame .rotate-180 {
  transform: rotate(180deg) !important;
  transition: all 0.3s;
}
.ue-modal-frame .rotate-45-reverse {
  transform: rotate(-45deg) !important;
  transition: all 0.3s;
}
.ue-modal-frame .rotate-90-reverse {
  transform: rotate(-90deg) !important;
  transition: all 0.3s;
}
.ue-modal-frame .rotate-135-reverse {
  transform: rotate(-135deg) !important;
  transition: all 0.3s;
}
.ue-modal-frame .rotate-180-reverse {
  transform: rotate(-180deg) !important;
  transition: all 0.3s;
}
.ue-modal-frame .beyond_p-notification {
  top: 100px;
}
.ue-modal-frame .visible {
  visibility: visible;
}
.ue-modal-frame .invisible {
  visibility: hidden;
}
.ue-modal-frame .operations-font {
  color: #1876F0;
  font-size: 16px;
  cursor: pointer;
}
.ue-modal-frame .operations-font:hover {
  color: #4DB2FF;
}
.ue-modal-frame .operations-font:active {
  color: #1476D9;
}
.ue-modal-frame .operations-font:hover,
.ue-modal-frame .operations-font:active {
  text-decoration: none;
}
.ue-modal-frame .disabled {
  background: #fff !important;
  color: rgba(38, 45, 51, 0.3) !important;
  border: 1px solid #D5D8DB !important;
  border-radius: 2px!important;
}
.ue-modal-frame .table-href {
  color: #188DF2;
}
.ue-modal-frame .input-error-message {
  color: #f16362;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: normal;
  text-align: left;
}
.ue-modal-frame body input.input-error {
  border-color: #f16362;
}
.ue-modal-frame body .input-error .ant-select-selection {
  border-color: #f16362 !important;
}
.ue-modal-frame .unselect {
  user-select: none;
}
.ue-modal-frame .basic-operation {
  height: 62px;
  background-color: #F5F9FC;
  padding: 15px;
  position: relative;
}
.ue-modal-frame .logo-tb {
  background-color: #FF7C4F;
}
.ue-modal-frame .logo-sn {
  background-color: #FFBE31;
}
.ue-modal-frame .logo-jd {
  background-color: #E11E1A;
}
.ue-modal-frame .logo-fx {
  background-color: #bf0000;
}
.ue-modal-frame .logo-yhd {
  background-color: #ca1117;
}
.ue-modal-frame .logo-wd {
  background-color: #df2e3a;
}
.ue-modal-frame .logo-yz {
  background-color: #ee0000;
}
.ue-modal-frame .logo-albb {
  background-color: #ff6000;
}
.ue-modal-frame .logo-ymx {
  background-color: #fc9a18;
}
.ue-modal-frame .logo-pdd {
  background-color: #f83941;
}
.ue-modal-frame .logo-xx {
  background-color: grey;
}
.ue-modal-frame .logo-z800 {
  background-color: #fb003f;
}
.ue-modal-frame .logo-360ht {
  background-color: #0acc58;
}
.ue-modal-frame .logo-bb {
  background-color: #fe4e75;
}
.ue-modal-frame .platform-logo {
  display: inline-block;
  text-align: center;
  margin-right: 3px;
  color: #fff;
  border-radius: 2px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
}
.ue-modal-frame .platform-logo img {
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.ue-modal-frame .icon-ic_flat {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #fff;
}
.ue-modal-frame .icon-ic_flat.flag-grey {
  color: #999999;
}
.ue-modal-frame .icon-ic_flat.flag-red {
  color: #FF4D77;
}
.ue-modal-frame .icon-ic_flat.flag-yellow {
  color: #FFBE31;
}
.ue-modal-frame .icon-ic_flat.flag-green {
  color: #29D68E;
}
.ue-modal-frame .icon-ic_flat.flag-blue {
  color: #1876F0;
}
.ue-modal-frame .icon-ic_flat.flag-purple {
  color: #7D68FF;
}
.ue-modal-frame .icon-ic_flat.flag-orange {
  color: #F48804;
}
.ue-modal-frame .icon-ic_flat.flag-lightBlue {
  color: #41B4FA;
}
.ue-modal-frame .icon-ic_flat.flag-lightPink {
  color: #E5B6B6;
}
.ue-modal-frame .icon-ic_flat.flag-darkGreen {
  color: #9BA217;
}
.ue-modal-frame .icon-ic_flat.flag-peachRed {
  color: #E4248E;
}
.ue-modal-frame .remark-flag.flag-grey:hover,
.ue-modal-frame .ue-button.flag-grey:hover,
.ue-modal-frame .remark-flag-selected.flag-grey,
.ue-modal-frame .ue-button-selected.flag-grey {
  background-color: rgba(153, 153, 153, 0.1) !important;
  border-color: #999999 !important;
}
.ue-modal-frame .remark-flag.flag-red:hover,
.ue-modal-frame .ue-button.flag-red:hover,
.ue-modal-frame .remark-flag-selected.flag-red,
.ue-modal-frame .ue-button-selected.flag-red {
  background-color: rgba(255, 77, 119, 0.1) !important;
  border-color: #FF4D77 !important;
}
.ue-modal-frame .remark-flag.flag-yellow:hover,
.ue-modal-frame .ue-button.flag-yellow:hover,
.ue-modal-frame .remark-flag-selected.flag-yellow,
.ue-modal-frame .ue-button-selected.flag-yellow {
  background-color: rgba(255, 190, 49, 0.1) !important;
  border-color: #FFBE31 !important;
}
.ue-modal-frame .remark-flag.flag-green:hover,
.ue-modal-frame .ue-button.flag-green:hover,
.ue-modal-frame .remark-flag-selected.flag-green,
.ue-modal-frame .ue-button-selected.flag-green {
  background-color: rgba(41, 214, 142, 0.1) !important;
  border-color: #29D68E !important;
}
.ue-modal-frame .remark-flag.flag-blue:hover,
.ue-modal-frame .ue-button.flag-blue:hover,
.ue-modal-frame .remark-flag-selected.flag-blue,
.ue-modal-frame .ue-button-selected.flag-blue {
  background-color: rgba(24, 118, 240, 0.1) !important;
  border-color: #1876F0 !important;
}
.ue-modal-frame .remark-flag.flag-purple:hover,
.ue-modal-frame .ue-button.flag-purple:hover,
.ue-modal-frame .remark-flag-selected.flag-purple,
.ue-modal-frame .ue-button-selected.flag-purple {
  background-color: rgba(125, 104, 255, 0.1) !important;
  border-color: #7D68FF !important;
}
.ue-modal-frame .remark-flag.flag-orange:hover,
.ue-modal-frame .ue-button.flag-orange:hover,
.ue-modal-frame .remark-flag-selected.flag-orange,
.ue-modal-frame .ue-button-selected.flag-orange {
  background-color: rgba(244, 136, 4, 0.1) !important;
  border-color: #F48804 !important;
}
.ue-modal-frame .remark-flag.flag-lightBlue:hover,
.ue-modal-frame .ue-button.flag-lightBlue:hover,
.ue-modal-frame .remark-flag-selected.flag-lightBlue,
.ue-modal-frame .ue-button-selected.flag-lightBlue {
  background-color: rgba(65, 180, 250, 0.1) !important;
  border-color: #41B4FA !important;
}
.ue-modal-frame .remark-flag.flag-lightPink:hover,
.ue-modal-frame .ue-button.flag-lightPink:hover,
.ue-modal-frame .remark-flag-selected.flag-lightPink,
.ue-modal-frame .ue-button-selected.flag-lightPink {
  background-color: rgba(229, 182, 182, 0.1) !important;
  border-color: #E5B6B6 !important;
}
.ue-modal-frame .remark-flag.flag-darkGreen:hover,
.ue-modal-frame .ue-button.flag-darkGreen:hover,
.ue-modal-frame .remark-flag-selected.flag-darkGreen,
.ue-modal-frame .ue-button-selected.flag-darkGreen {
  background-color: rgba(155, 162, 23, 0.1) !important;
  border-color: #9BA217 !important;
}
.ue-modal-frame .remark-flag.flag-peachRed:hover,
.ue-modal-frame .ue-button.flag-peachRed:hover,
.ue-modal-frame .remark-flag-selected.flag-peachRed,
.ue-modal-frame .ue-button-selected.flag-peachRed {
  background-color: rgba(228, 36, 142, 0.1) !important;
  border-color: #E4248E !important;
}
.ue-modal-frame .remark-flag-selected_disabled.flag-orange,
.ue-modal-frame .ue-button-selected_disabled.flag-orange {
  background-color: rgba(244, 136, 4, 0.1) !important;
  border-color: rgba(244, 136, 4, 0.5) !important;
}
.ue-modal-frame .remark-flag-selected_disabled.flag-orange .icon-ic_flat.flag-red,
.ue-modal-frame .ue-button-selected_disabled.flag-orange .icon-ic_flat.flag-red {
  color: rgba(244, 136, 4, 0.5);
}
.ue-modal-frame .remark-flag-selected_disabled.flag-lightBlue,
.ue-modal-frame .ue-button-selected_disabled.flag-lightBlue {
  background-color: rgba(65, 180, 250, 0.1) !important;
  border-color: rgba(65, 180, 250, 0.5) !important;
}
.ue-modal-frame .remark-flag-selected_disabled.flag-lightBlue .icon-ic_flat.flag-red,
.ue-modal-frame .ue-button-selected_disabled.flag-lightBlue .icon-ic_flat.flag-red {
  color: rgba(65, 180, 250, 0.5);
}
.ue-modal-frame .remark-flag-selected_disabled.flag-lightPink,
.ue-modal-frame .ue-button-selected_disabled.flag-lightPink {
  background-color: rgba(229, 182, 182, 0.1) !important;
  border-color: rgba(229, 182, 182, 0.5) !important;
}
.ue-modal-frame .remark-flag-selected_disabled.flag-lightPink .icon-ic_flat.flag-red,
.ue-modal-frame .ue-button-selected_disabled.flag-lightPink .icon-ic_flat.flag-red {
  color: rgba(229, 182, 182, 0.5);
}
.ue-modal-frame .remark-flag-selected_disabled.flag-darkGreen,
.ue-modal-frame .ue-button-selected_disabled.flag-darkGreen {
  background-color: rgba(155, 162, 23, 0.1) !important;
  border-color: rgba(155, 162, 23, 0.5) !important;
}
.ue-modal-frame .remark-flag-selected_disabled.flag-darkGreen .icon-ic_flat.flag-red,
.ue-modal-frame .ue-button-selected_disabled.flag-darkGreen .icon-ic_flat.flag-red {
  color: rgba(155, 162, 23, 0.5);
}
.ue-modal-frame .remark-flag-selected_disabled.flag-peachRed,
.ue-modal-frame .ue-button-selected_disabled.flag-peachRed {
  background-color: rgba(228, 36, 142, 0.1) !important;
  border-color: rgba(228, 36, 142, 0.5) !important;
}
.ue-modal-frame .remark-flag-selected_disabled.flag-peachRed .icon-ic_flat.flag-red,
.ue-modal-frame .ue-button-selected_disabled.flag-peachRed .icon-ic_flat.flag-red {
  color: rgba(228, 36, 142, 0.5);
}
.ue-modal-frame .flag-content button {
  width: 30px;
  padding: 0px;
  border: none;
  margin-right: 5px;
  cursor: not-allowed !important;
}
.ue-modal-frame .flag-content .remark-flag {
  margin-left: 0px !important;
}
.ue-modal-frame .border-none {
  border: none;
}
.ue-modal-frame .bg-new {
  background-color: #29D68E !important;
}
.ue-modal-frame .w-10 {
  width: 10px !important;
}
.ue-modal-frame .w-15 {
  width: 15px !important;
}
.ue-modal-frame .w-20 {
  width: 20px !important;
}
.ue-modal-frame .w-25 {
  width: 25px !important;
}
.ue-modal-frame .w-30 {
  width: 30px !important;
}
.ue-modal-frame .w-35 {
  width: 35px !important;
}
.ue-modal-frame .w-40 {
  width: 40px !important;
}
.ue-modal-frame .w-45 {
  width: 45px !important;
}
.ue-modal-frame .w-50 {
  width: 50px !important;
}
.ue-modal-frame .w-55 {
  width: 55px !important;
}
.ue-modal-frame .w-60 {
  width: 60px !important;
}
.ue-modal-frame .w-65 {
  width: 65px !important;
}
.ue-modal-frame .w-70 {
  width: 70px !important;
}
.ue-modal-frame .w-75 {
  width: 75px !important;
}
.ue-modal-frame .w-80 {
  width: 80px !important;
}
.ue-modal-frame .w-85 {
  width: 85px !important;
}
.ue-modal-frame .w-90 {
  width: 90px !important;
}
.ue-modal-frame .w-95 {
  width: 95px !important;
}
.ue-modal-frame .w-100 {
  width: 100px !important;
}
.ue-modal-frame .w-105 {
  width: 105px !important;
}
.ue-modal-frame .w-110 {
  width: 110px !important;
}
.ue-modal-frame .w-115 {
  width: 115px !important;
}
.ue-modal-frame .w-120 {
  width: 120px !important;
}
.ue-modal-frame .w-125 {
  width: 125px !important;
}
.ue-modal-frame .w-130 {
  width: 130px !important;
}
.ue-modal-frame .w-135 {
  width: 135px !important;
}
.ue-modal-frame .w-140 {
  width: 140px !important;
}
.ue-modal-frame .w-145 {
  width: 145px !important;
}
.ue-modal-frame .w-150 {
  width: 150px !important;
}
.ue-modal-frame .w-155 {
  width: 155px !important;
}
.ue-modal-frame .w-160 {
  width: 160px !important;
}
.ue-modal-frame .w-165 {
  width: 165px !important;
}
.ue-modal-frame .w-170 {
  width: 170px !important;
}
.ue-modal-frame .w-175 {
  width: 175px !important;
}
.ue-modal-frame .w-180 {
  width: 180px !important;
}
.ue-modal-frame .w-185 {
  width: 185px !important;
}
.ue-modal-frame .w-190 {
  width: 190px !important;
}
.ue-modal-frame .w-195 {
  width: 195px !important;
}
.ue-modal-frame .w-200 {
  width: 200px !important;
}
.ue-modal-frame .w-205 {
  width: 205px !important;
}
.ue-modal-frame .w-210 {
  width: 210px !important;
}
.ue-modal-frame .w-215 {
  width: 215px !important;
}
.ue-modal-frame .w-220 {
  width: 220px !important;
}
.ue-modal-frame .w-225 {
  width: 225px !important;
}
.ue-modal-frame .w-230 {
  width: 230px !important;
}
.ue-modal-frame .w-235 {
  width: 235px !important;
}
.ue-modal-frame .w-240 {
  width: 240px !important;
}
.ue-modal-frame .w-245 {
  width: 245px !important;
}
.ue-modal-frame .w-250 {
  width: 250px !important;
}
.ue-modal-frame .w-255 {
  width: 255px !important;
}
.ue-modal-frame .w-260 {
  width: 260px !important;
}
.ue-modal-frame .w-265 {
  width: 265px !important;
}
.ue-modal-frame .w-270 {
  width: 270px !important;
}
.ue-modal-frame .w-275 {
  width: 275px !important;
}
.ue-modal-frame .w-280 {
  width: 280px !important;
}
.ue-modal-frame .w-285 {
  width: 285px !important;
}
.ue-modal-frame .w-290 {
  width: 290px !important;
}
.ue-modal-frame .w-295 {
  width: 295px !important;
}
.ue-modal-frame .w-300 {
  width: 300px !important;
}
.ue-modal-frame .w-305 {
  width: 305px !important;
}
.ue-modal-frame .w-310 {
  width: 310px !important;
}
.ue-modal-frame .w-315 {
  width: 315px !important;
}
.ue-modal-frame .w-320 {
  width: 320px !important;
}
.ue-modal-frame .w-325 {
  width: 325px !important;
}
.ue-modal-frame .w-330 {
  width: 330px !important;
}
.ue-modal-frame .w-335 {
  width: 335px !important;
}
.ue-modal-frame .w-340 {
  width: 340px !important;
}
.ue-modal-frame .w-345 {
  width: 345px !important;
}
.ue-modal-frame .w-350 {
  width: 350px !important;
}
.ue-modal-frame .w-355 {
  width: 355px !important;
}
.ue-modal-frame .w-360 {
  width: 360px !important;
}
.ue-modal-frame .w-365 {
  width: 365px !important;
}
.ue-modal-frame .w-370 {
  width: 370px !important;
}
.ue-modal-frame .w-375 {
  width: 375px !important;
}
.ue-modal-frame .w-380 {
  width: 380px !important;
}
.ue-modal-frame .w-385 {
  width: 385px !important;
}
.ue-modal-frame .w-390 {
  width: 390px !important;
}
.ue-modal-frame .w-395 {
  width: 395px !important;
}
.ue-modal-frame .w-400 {
  width: 400px !important;
}
.ue-modal-frame .w-405 {
  width: 405px !important;
}
.ue-modal-frame .w-410 {
  width: 410px !important;
}
.ue-modal-frame .w-415 {
  width: 415px !important;
}
.ue-modal-frame .w-420 {
  width: 420px !important;
}
.ue-modal-frame .w-425 {
  width: 425px !important;
}
.ue-modal-frame .w-430 {
  width: 430px !important;
}
.ue-modal-frame .w-435 {
  width: 435px !important;
}
.ue-modal-frame .w-440 {
  width: 440px !important;
}
.ue-modal-frame .w-445 {
  width: 445px !important;
}
.ue-modal-frame .w-450 {
  width: 450px !important;
}
.ue-modal-frame .w-455 {
  width: 455px !important;
}
.ue-modal-frame .w-460 {
  width: 460px !important;
}
.ue-modal-frame .w-465 {
  width: 465px !important;
}
.ue-modal-frame .w-470 {
  width: 470px !important;
}
.ue-modal-frame .w-475 {
  width: 475px !important;
}
.ue-modal-frame .w-480 {
  width: 480px !important;
}
.ue-modal-frame .w-485 {
  width: 485px !important;
}
.ue-modal-frame .w-490 {
  width: 490px !important;
}
.ue-modal-frame .w-495 {
  width: 495px !important;
}
.ue-modal-frame .text-align-right {
  text-align: right;
}
.ue-modal-frame .layout .trigger {
  font-size: 20px;
  line-height: 64px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0 24px;
}
.ue-modal-frame .layout .trigger:hover {
  background: #e6f7ff;
}
.ue-modal-frame .layout .body {
  margin: 0 auto;
  width: 1280px;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .layout .body {
    width: 1583px;
  }
}
.ue-modal-frame .layout .sidebar {
  height: 100%;
  background-color: #fff;
}
.ue-modal-frame .layout .content {
  padding: 15px 15px 0;
}
.ue-modal-frame .layout .header-btn {
  position: absolute;
  left: 0;
  width: 100%;
  background: #001529;
  top: 0;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  min-width: 1280px;
}
.ue-modal-frame .layout .header-btn .header-btn-content {
  margin: 0 auto;
  width: 1280px;
  height: 100%;
  padding: 0 15px;
  background: #001529;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .layout .header-btn .header-btn-content {
    width: 1583px;
  }
}
@media screen and (max-width: 1280px) {
  .ue-modal-frame .layout .header-btn {
    width: 100%;
  }
}
.ue-modal-frame .layout .link-active {
  opacity: 0.5;
  color: #fff;
  letter-spacing: 0;
  line-height: 18px;
}
.ue-modal-frame .notify-box .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-left: 38px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
.ue-modal-frame .notify-box .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 38px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .appHeader {
  width: 100%;
  background-color: #001529;
  color: #B4B6BB;
  min-height: 40px;
}
.ue-modal-frame .appHeader.show-border {
  border-bottom: 1px solid rgba(68, 75, 86, 0.3);
}
.ue-modal-frame .appHeader .appHeader-content {
  width: 1280px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background: #001529;
  overflow: hidden;
  padding: 0 15px;
}
.ue-modal-frame .appHeader .appHeader-content .ant-menu-horizontal {
  line-height: 40px;
}
.ue-modal-frame .appHeader .appHeader-content .ant-menu-horizontal .ant-menu-submenu {
  margin-top: 0;
}
.ue-modal-frame .appHeader .appHeader-content .ant-menu-submenu-horizontal {
  line-height: 40px;
}
.ue-modal-frame .appHeader .appHeader-content .icon-logo {
  font-size: 24px;
  margin-top: 8px;
  display: inline-block;
}
@media screen and (min-width: 1583px) {
  .ue-modal-frame .appHeader .appHeader-content {
    width: 1583px;
  }
  .ue-modal-frame .appHeader .appHeader-content .ant-menu-item {
    min-width: 70px !important;
  }
  .ue-modal-frame .appHeader .appHeader-content .ant-menu-item,
  .ue-modal-frame .appHeader .appHeader-content .ant-menu-submenu-title {
    padding: 0 20px !important;
  }
  .ue-modal-frame .appHeader .appHeader-content .user-box {
    max-width: 270px;
  }
}
.ue-modal-frame .appHeader .ant-menu {
  background-color: #001529;
  color: #B4B6BB;
  border: none;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-item-selected,
.ue-modal-frame .appHeader .ant-menu .ant-menu-submenu-selected {
  color: #fff;
  border-bottom: none;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-item-selected a,
.ue-modal-frame .appHeader .ant-menu .ant-menu-submenu-selected a {
  color: #fff;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-submenu {
  float: left;
  font-size: 14px;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-submenu:hover {
  color: #fff;
  background-color: #1A2C3E;
  border-bottom: 0;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
  padding: 0 15px;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-submenu .ant-menu-submenu-title:hover {
  color: #fff;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-submenu .ant-menu-submenu-title .anticon {
  margin-right: 0;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-submenu.ant-menu-submenu-active {
  color: #fff;
  background-color: #1A2C3E;
  border-bottom: 0;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-item {
  margin: 0 3px;
  min-width: 64px;
  text-align: center;
  border-bottom: none;
  float: left;
  padding: 0 15px;
  font-size: 14px;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-item:hover {
  color: #fff;
  background-color: #1A2C3E;
  border-bottom: none;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-item a {
  color: #B4B6BB;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-item a:hover {
  color: #fff;
}
.ue-modal-frame .appHeader .ant-menu .ant-menu-item a.active {
  color: #fff;
  font-weight: bold;
}
.ue-modal-frame .appHeader .ant-menu .menu-sms .anticon {
  font-size: 13px;
  margin-right: 6px;
}
.ue-modal-frame .appHeader .right-container {
  display: flex;
}
.ue-modal-frame .appHeader .right-menu-item {
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.ue-modal-frame .appHeader .right-menu-item:hover {
  background-color: #1A2C3E;
}
.ue-modal-frame .appHeader .right-menu-item > .icon {
  font-size: 16px;
  position: relative;
  top: 3px;
}
.ue-modal-frame .appHeader .right-menu-item.ant-popover-open,
.ue-modal-frame .appHeader .right-menu-item:hover {
  color: #fff;
}
.ue-modal-frame .appHeader .right-menu-item a {
  color: #B4B6BB;
}
.ue-modal-frame .appHeader .right-menu-item a:hover {
  color: #fff;
}
.ue-modal-frame .appHeader .right-menu-item a.active {
  color: #fff;
  font-weight: bold;
}
.ue-modal-frame .appHeader .right-menu-item .notification-alarm {
  top: 17px;
}
.ue-modal-frame .appHeader .ant-popover-open .right-menu-item {
  color: #fff;
}
.ue-modal-frame .appHeader .user-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 220px;
  text-align: center;
  padding-left: 8px;
  cursor: pointer;
}
.ue-modal-frame .appHeader .user-box:hover {
  color: #fff;
}
.ue-modal-frame .appHeader .user-box .right-menu-item {
  position: relative;
  padding-right: 25px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.ue-modal-frame .appHeader .user-box .down-icon {
  position: absolute;
  right: 9px;
  top: 15px;
  width: 12px;
}
.ue-modal-frame .appHeader .user-box .level-tip {
  line-height: 18px;
  font-size: 12px;
  border-radius: 2px;
  color: #fff;
  padding: 1px 8px;
  display: inline-block;
  min-width: 54px;
  font-weight: bold;
}
.ue-modal-frame .appHeader .user-box .level-tip.level-LITE {
  background-image: linear-gradient(180deg, #B0BEC5 0%, #90A4AE 100%);
}
.ue-modal-frame .appHeader .user-box .level-tip.level-STANDARD {
  background-image: linear-gradient(180deg, #BCA381 0%, #9B7846 100%);
}
.ue-modal-frame .appHeader .user-box .level-tip.level-PRO {
  background-image: linear-gradient(180deg, #6B5B3E 0%, #36290D 100%);
}
.ue-modal-frame .appHeader .customer-service {
  color: #B4B6BB;
  border-right: 0;
}
.ue-modal-frame .appHeader .customer-service .icon-customer-service {
  font-size: 18px;
  vertical-align: middle;
  color: #FF7875;
  position: relative;
  top: -1px;
}
.ue-modal-frame .appHeader .customer-service .icon-customer-service:hover {
  color: #FF9290;
}
.ue-modal-frame .appHeader .down-icon {
  font-size: 12px;
  transform: scale(0.7);
  margin-left: 4px;
  cursor: pointer;
}
.ue-modal-frame .appHeader .header-color {
  color: #B4B6BB;
}
.ue-modal-frame .appHeader .header-notify {
  z-index: 10;
  height: 40px;
  line-height: 24px;
}
.ue-modal-frame .appHeader .header-notify .ant-alert-icon {
  top: 14px;
}
.ue-modal-frame .badge {
  background: #FE4E78;
  padding: 1px 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}
.ue-modal-frame .ant-menu-vertical {
  min-width: 120px !important;
}
.ue-modal-frame .zIndex-1000 {
  z-index: 1000 !important;
}
.ue-modal-frame .header-menu.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  padding-top: 8px;
}
.ue-modal-frame .header-menu.ant-menu-submenu > .ant-menu .ant-menu-item {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.ue-modal-frame .header-menu.ant-menu-submenu > .ant-menu .ant-menu-item.ant-menu-item-selected,
.ue-modal-frame .header-menu.ant-menu-submenu > .ant-menu .ant-menu-item.ant-menu-item-active {
  background-color: transparent;
}
.ue-modal-frame .menu-item-group-wrap .ant-menu-item-group {
  padding-bottom: 10px;
  float: left;
}
.ue-modal-frame .menu-item-group-wrap .ant-menu-item-group .ant-menu-item-group-title {
  font-size: 14px;
  color: #000;
  padding: 8px 0;
  margin: 0 12px 10px 12px;
  border-bottom: 1px solid #E8E8E8;
  font-weight: bold;
}
.ue-modal-frame .menu-item-group-wrap .ant-menu-item-group .ant-menu-item {
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.ue-modal-frame .menu-item-group-wrap .ant-menu-item-group .ant-menu-item.ant-menu-item-selected {
  background-color: transparent;
}
.ue-modal-frame .menu-item-group-wrap .ant-menu-vertical.ant-menu {
  padding-left: 10px;
  padding-right: 10px;
}
.ue-modal-frame .menu-item-group-wrap .ant-menu-hidden {
  display: none;
}
.ue-modal-frame .ue-pagination {
  user-select: none;
  position: relative;
}
.ue-modal-frame .ue-pagination > li {
  display: inline-block;
  padding: 0 4px;
  user-select: none;
}
.ue-modal-frame .ue-pagination-size {
  position: relative;
  height: 32px;
  vertical-align: middle;
}
.ue-modal-frame .ue-pagination-size .pop-select-selection {
  width: 60px;
  min-width: 60px;
  vertical-align: baseline;
  border-radius: 2px;
  margin-top: -2px;
}
.ue-modal-frame .ue-pagination .ue-pagination-input {
  z-index: 1;
  position: absolute;
  left: 7px;
  width: 42px;
  height: 30px;
  border: 0;
  outline: 0;
  margin: 0;
}
.ue-modal-frame .ue-pagination-item span {
  padding: 2px 6px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 3px;
}
.ue-modal-frame .ue-pagination-item span:hover {
  background-color: rgba(24, 118, 240, 0.2);
  color: #1876F0;
}
.ue-modal-frame .ue-pagination-item span.active {
  background-color: #1876F0;
  color: #fff;
}
.ue-modal-frame .ue-pagination-item.first-action > span,
.ue-modal-frame .ue-pagination-item.prev-action > span,
.ue-modal-frame .ue-pagination-item.next-action > span,
.ue-modal-frame .ue-pagination-item.last-action > span {
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size: 14px;
}
.ue-modal-frame .ue-pagination-item.first-action > span:before,
.ue-modal-frame .ue-pagination-item.prev-action > span:before,
.ue-modal-frame .ue-pagination-item.next-action > span:before,
.ue-modal-frame .ue-pagination-item.last-action > span:before {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-pagination-item.first-action > span:hover,
.ue-modal-frame .ue-pagination-item.prev-action > span:hover,
.ue-modal-frame .ue-pagination-item.next-action > span:hover,
.ue-modal-frame .ue-pagination-item.last-action > span:hover {
  background-color: rgba(24, 118, 240, 0.2);
}
.ue-modal-frame .ue-pagination-item.first-action > span:hover:before,
.ue-modal-frame .ue-pagination-item.prev-action > span:hover:before,
.ue-modal-frame .ue-pagination-item.next-action > span:hover:before,
.ue-modal-frame .ue-pagination-item.last-action > span:hover:before {
  color: #1876F0;
}
.ue-modal-frame .ue-pagination-item.first-action.action-disabled > span,
.ue-modal-frame .ue-pagination-item.prev-action.action-disabled > span,
.ue-modal-frame .ue-pagination-item.next-action.action-disabled > span,
.ue-modal-frame .ue-pagination-item.last-action.action-disabled > span {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-pagination-item.first-action.action-disabled > span:before,
.ue-modal-frame .ue-pagination-item.prev-action.action-disabled > span:before,
.ue-modal-frame .ue-pagination-item.next-action.action-disabled > span:before,
.ue-modal-frame .ue-pagination-item.last-action.action-disabled > span:before {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-pagination-item.first-action.action-disabled > span:hover,
.ue-modal-frame .ue-pagination-item.prev-action.action-disabled > span:hover,
.ue-modal-frame .ue-pagination-item.next-action.action-disabled > span:hover,
.ue-modal-frame .ue-pagination-item.last-action.action-disabled > span:hover {
  background-color: #fff;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-pagination-item.first-action.action-disabled > span:hover:before,
.ue-modal-frame .ue-pagination-item.prev-action.action-disabled > span:hover:before,
.ue-modal-frame .ue-pagination-item.next-action.action-disabled > span:hover:before,
.ue-modal-frame .ue-pagination-item.last-action.action-disabled > span:hover:before {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-pagination-item.last-action > span {
  transform: rotate3d(0, 0, 1, 180deg);
}
.ue-modal-frame .ue-pagination li.ue-pagination-total-text {
  padding: 0 20px;
}
.ue-modal-frame .ue-pagination .icon-page-up {
  transform: rotateZ(90deg);
  font-size: 12px !important;
}
.ue-modal-frame .ue-pagination .icon-page-down {
  transform: rotateZ(90deg);
  font-size: 12px !important;
}
.ue-modal-frame .fixed-pagination {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ccc;
  background: #fff;
  z-index: 1002;
  width: 100%;
}
.ue-modal-frame .fixed-pagination .fixed-pagination-body {
  display: inline-block;
  width: 1280px;
  padding: 0 15px;
  text-align: right;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .fixed-pagination .fixed-pagination-body {
    width: 1600px;
  }
}
@media screen and (max-width: 1280px) {
  .ue-modal-frame .fixed-pagination .fixed-pagination-body {
    width: 100%;
  }
}
.ue-modal-frame .fixed-pagination ul {
  line-height: 50px;
  margin: 0;
  text-align: right;
}
.ue-modal-frame .pageSelect option {
  padding: 5px 12px;
}
.ue-modal-frame .ue-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #9FB0BF;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}
.ue-modal-frame .ue-switch::after {
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  transition: all 0.3s, width 0.3s;
}
.ue-modal-frame .ue-switch-label {
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  margin-left: 10px;
  font-size: 12px;
}
.ue-modal-frame .ue-switch-small {
  height: 18px;
  min-width: 34px;
  line-height: 14px;
  border-radius: 20px;
}
.ue-modal-frame .ue-switch-small::after {
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  border-radius: 10px;
}
.ue-modal-frame .ue-switch-small:active::after {
  width: 16px;
}
.ue-modal-frame .ue-switch-small .switch-inner {
  color: #fff;
  margin-left: 16px;
  font-size: 12px;
}
.ue-modal-frame .ue-switch-middle {
  height: 20px;
  min-width: 46px;
  line-height: 20px;
  border-radius: 20px;
}
.ue-modal-frame .ue-switch-middle::after {
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  border-radius: 18px;
}
.ue-modal-frame .ue-switch-middle:active::after {
  width: 20px;
}
.ue-modal-frame .ue-switch-middle .switch-inner {
  color: #fff;
  margin-left: 24px;
  font-size: 12px;
  padding-right: 6px;
}
.ue-modal-frame .ue-switch-large {
  height: 30px;
  min-width: 60px;
  line-height: 28px;
  border-radius: 30px;
}
.ue-modal-frame .ue-switch-large::after {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  top: 2px;
  left: 2px;
}
.ue-modal-frame .ue-switch-large:active::after {
  width: 32px;
}
.ue-modal-frame .ue-switch-large .switch-inner {
  color: #fff;
  margin-left: 32px;
  font-size: 14px;
}
.ue-modal-frame .ue-switch-left-small::after {
  margin-left: -12px;
}
.ue-modal-frame .ue-switch-left-small:active::after {
  margin-left: -17px;
}
.ue-modal-frame .ue-switch-left-middle::after {
  margin-left: -19px;
}
.ue-modal-frame .ue-switch-left-middle:active::after {
  margin-left: -26px;
}
.ue-modal-frame .ue-switch-left-large::after {
  margin-left: -25px;
}
.ue-modal-frame .ue-switch-left-large:active::after {
  margin-left: -35px;
}
.ue-modal-frame .ue-switch-checked-primary {
  border-color: #527ECC;
  background-color: #527ECC;
}
.ue-modal-frame .ue-switch-checked-primary::after {
  left: 100%;
}
.ue-modal-frame .ue-switch-checked-success {
  border-color: #29D68E;
  background-color: #29D68E;
}
.ue-modal-frame .ue-switch-checked-success::after {
  left: 100%;
}
.ue-modal-frame .ue-switch-checked-warning {
  border-color: #FFAC31;
  background-color: #FFAC31;
}
.ue-modal-frame .ue-switch-checked-warning::after {
  left: 100%;
}
.ue-modal-frame .ue-switch-checked-primary {
  border-color: #4694fa;
  background-color: #4694fa;
}
.ue-modal-frame .ue-switch-checked-primary::after {
  left: 100%;
}
.ue-modal-frame .ue-switch-checked-small .switch-inner {
  color: #fff;
  margin-left: 6px;
  font-size: 12px;
}
.ue-modal-frame .ue-switch-checked-middle .switch-inner {
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  padding-right: 20px;
}
.ue-modal-frame .ue-switch-checked-large .switch-inner {
  color: #fff;
  margin-left: 13px;
  font-size: 14px;
}
.ue-modal-frame button[disabled] {
  cursor: default;
}
.ue-modal-frame .ue-button {
  min-width: 78px;
  padding: 0 15px;
  outline: none;
  border: none;
  border-radius: 2px;
}
.ue-modal-frame .ue-button > i.icon {
  vertical-align: middle;
  font-size: 14px;
}
.ue-modal-frame .ue-button-sm {
  min-width: 68px;
  height: 28px;
  line-height: 26px;
}
.ue-modal-frame .ue-button-md {
  height: 34px;
  line-height: 32px;
}
.ue-modal-frame .ue-button-lg {
  height: 36px;
  line-height: 34px;
}
.ue-modal-frame .ue-button-group {
  display: inline-block;
}
.ue-modal-frame .ue-button-group button {
  min-width: 0;
  border-radius: 0;
}
.ue-modal-frame .ue-button-group button:first-child {
  border-radius: 2px 0 0 2px;
}
.ue-modal-frame .ue-button-group button:last-child {
  border-radius: 0 2px 2px 0;
}
.ue-modal-frame .ue-button-group button:nth-last-child(1):first-child {
  border-radius: 2px;
}
.ue-modal-frame .ue-button-group .ue-button-border {
  color: #323233;
}
.ue-modal-frame .ue-button-group .ue-button-border:hover {
  color: #4DB2FF;
}
.ue-modal-frame .ue-button-group .ue-button-border:active {
  color: #1476D9;
}
.ue-modal-frame .ue-button-group .ue-button-border:hover,
.ue-modal-frame .ue-button-group .ue-button-border:active {
  text-decoration: none;
}
.ue-modal-frame .ue-button-group .ue-button-border:hover {
  border-color: #4DB2FF;
}
.ue-modal-frame .ue-button-group .ue-button-border:active {
  border-color: #1476D9;
}
.ue-modal-frame .ue-button-text {
  min-width: 0;
  padding: 0;
  line-height: 1.5;
  background-color: transparent;
  color: #1876F0;
}
.ue-modal-frame .ue-button-text:hover {
  color: #4DB2FF;
}
.ue-modal-frame .ue-button-text:active {
  color: #1476D9;
}
.ue-modal-frame .ue-button-text:hover,
.ue-modal-frame .ue-button-text:active {
  text-decoration: underline;
}
.ue-modal-frame .ue-button-text-disabled {
  color: rgba(50, 50, 51, 0.4);
  background-color: inherit;
}
.ue-modal-frame .ue-button-text-disabled:hover,
.ue-modal-frame .ue-button-text-disabled:active {
  text-decoration: none;
  color: rgba(50, 50, 51, 0.4);
}
.ue-modal-frame .ue-button-border {
  border: 1px solid #CED4D9;
  background-color: #fff;
  color: #323233;
}
.ue-modal-frame .ue-button-border:hover {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .ue-button-border:active {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-button-border:hover,
.ue-modal-frame .ue-button-border:active {
  text-decoration: none;
}
.ue-modal-frame .ue-button-border:hover {
  position: relative;
  z-index: 2;
}
.ue-modal-frame .ue-button-border:active {
  position: relative;
  z-index: 2;
}
.ue-modal-frame .ue-button-border-disabled {
  color: rgba(50, 50, 51, 0.4);
}
.ue-modal-frame .ue-button-border-disabled:hover,
.ue-modal-frame .ue-button-border-disabled:active {
  color: rgba(50, 50, 51, 0.4);
}
.ue-modal-frame .ue-button-border.ue-button-selected {
  border-color: #527ECC;
  color: #527ECC;
  position: relative;
  z-index: 1;
}
.ue-modal-frame .ue-button-primary {
  border: 1px solid #1876F0;
  color: #fff;
  background-color: #1876F0;
}
.ue-modal-frame .ue-button-primary:hover {
  background-color: #4DB2FF;
}
.ue-modal-frame .ue-button-primary:active {
  background-color: #1476D9;
}
.ue-modal-frame .ue-button-primary:hover {
  border-color: #4DB2FF;
}
.ue-modal-frame .ue-button-primary:active {
  border-color: #1476D9;
}
.ue-modal-frame .ue-button-primary-disabled {
  background-color: #91ccff;
  border: 1px solid #91ccff;
}
.ue-modal-frame .ue-button-primary-disabled:hover {
  border-color: #91ccff;
}
.ue-modal-frame .ue-button-primary-disabled:active {
  border-color: #91ccff;
}
.ue-modal-frame .ue-button-primary-disabled:hover,
.ue-modal-frame .ue-button-primary-disabled:active {
  background-color: #91ccff;
}
.ue-modal-frame .ue-button-success {
  border: 1px solid #29D68E;
  color: #fff;
  background-color: #29D68E;
}
.ue-modal-frame .ue-button-success:hover {
  background-color: #4FE3A1;
}
.ue-modal-frame .ue-button-success:active {
  background-color: #19B076;
}
.ue-modal-frame .ue-button-success:hover {
  border-color: #4FE3A1;
}
.ue-modal-frame .ue-button-success:active {
  border-color: #19B076;
}
.ue-modal-frame .ue-button-success-disabled {
  background-color: #7be4ba;
  border: 1px solid #7be4ba;
}
.ue-modal-frame .ue-button-success-disabled:hover {
  border-color: #7be4ba;
}
.ue-modal-frame .ue-button-success-disabled:active {
  border-color: #7be4ba;
}
.ue-modal-frame .ue-button-success-disabled:hover,
.ue-modal-frame .ue-button-success-disabled:active {
  background-color: #7be4ba;
}
.ue-modal-frame .button-group-auto .ue-button {
  min-width: 50px;
}
.ue-modal-frame .ue-input {
  position: relative;
  display: inline-block;
}
.ue-modal-frame .ue-input-field {
  position: absolute;
  left: 1em;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  pointer-events: none;
  background: #fff;
  color: rgba(50, 50, 51, 0.6);
  transition: top 0.25s;
  visibility: hidden;
}
.ue-modal-frame .ue-input-focus {
  top: 0;
  z-index: 22;
  visibility: visible;
}
.ue-modal-frame .input-group {
  display: inline-block;
}
.ue-modal-frame .input-group .ue-input:first-child input,
.ue-modal-frame .input-group .ue-input:last-child input {
  border-radius: 2px;
}
.ue-modal-frame .input-group .ue-input:not(:first-of-type) {
  margin-left: -1px;
}
.ue-modal-frame .input-group .ue-input input {
  border-radius: 0;
}
.ue-modal-frame .input-group .ue-input input:focus {
  z-index: 1;
}
.ue-modal-frame .weight-input.ant-input-affix-wrapper .ant-input-suffix {
  background-color: #F2F6FA;
  right: 5px;
  padding: 3px;
  color: #39444D;
}
.ue-modal-frame .ue-table-middle .ue-table-thead > tr > th {
  border-bottom: 1px solid #CED4D9;
  background-color: #fff;
}
.ue-modal-frame .ue-table-middle {
  /* 鼠标经过展开/收起按钮更改样式 */
  /* 鼠标经过展开/收起按钮更改样式 */
}
.ue-modal-frame .ue-table-middle table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 2px 2px 0 0;
}
.ue-modal-frame .ue-table-middle .ue-table-fixed-left,
.ue-modal-frame .ue-table-middle .ue-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.ue-modal-frame .ue-table-middle .ue-table-fixed-left {
  left: 0;
}
.ue-modal-frame .ue-table-middle .ue-table-fixed-right {
  right: 0;
}
.ue-modal-frame .ue-table-middle.ue-table-fixed-header .ue-table-scroll .ue-table-header {
  overflow: scroll;
}
.ue-modal-frame .ue-table-middle.ue-table-fixed-header > .ue-table-content > .ue-table-scroll > .ue-table-body {
  background-color: #fff;
}
.ue-modal-frame .ue-table-middle .ue-table-thead > tr > th[colspan] {
  text-align: center;
  border-bottom: 0;
}
.ue-modal-frame .ue-table-middle > .ue-table-title,
.ue-modal-frame .ue-table-middle > .ue-table-footer {
  padding: 0;
}
.ue-modal-frame .ue-table-middle .ue-table-placeholder {
  height: 40px;
  line-height: 40px;
  color: rgba(50, 50, 51, 0.6);
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}
.ue-modal-frame .ue-table-middle .ue-table-cell,
.ue-modal-frame .ue-table-middle .ue-table-header-cell {
  padding: 0 5px;
  word-break: break-all;
}
.ue-modal-frame .ue-table-middle .ue-table-cell:last-of-type,
.ue-modal-frame .ue-table-middle .ue-table-header-cell:last-of-type {
  padding-right: 15px;
}
.ue-modal-frame .ue-table-middle .ue-table-cell.ue-table-selection-column,
.ue-modal-frame .ue-table-middle .ue-table-header-cell.ue-table-selection-column {
  padding: 0 0 0 10px;
  min-width: 45px;
  width: 45px;
}
.ue-modal-frame .ue-table-middle .ue-table-cell.ue-table-selection-column .ue-table-selection-num,
.ue-modal-frame .ue-table-middle .ue-table-header-cell.ue-table-selection-column .ue-table-selection-num {
  position: absolute;
  background-color: #1876F0;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  color: #fff;
  top: 1px;
  left: 20px;
  white-space: nowrap;
}
.ue-modal-frame .ue-table-middle .hide-selection > .ue-table-cell.ue-table-selection-column > span {
  visibility: hidden;
}
.ue-modal-frame .ue-table-middle .ue-table-header-cell {
  font-weight: bold;
  color: #323233;
  height: 50px;
  border-color: rgba(50, 50, 51, 0.3);
}
.ue-modal-frame .ue-table-middle .ue-table-row > td,
.ue-modal-frame .ue-table-middle .ue-table-expanded-row > td {
  height: 50px;
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .ue-table-middle .ue-table-row > td .row-limit-line,
.ue-modal-frame .ue-table-middle .ue-table-expanded-row > td .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame .ue-table-middle .ue-table-row > td .row-limit-line::after,
.ue-modal-frame .ue-table-middle .ue-table-expanded-row > td .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame .ue-table-middle .ue-table-row:hover > td {
  background: rgba(24, 118, 240, 0.1);
}
.ue-modal-frame .ue-table-middle .ue-table-row:hover > td .ant-input {
  border: 1px solid #CED4D9 !important;
}
.ue-modal-frame .ue-table-middle .ue-table-row:hover > td .ant-input-number {
  border: 1px solid #CED4D9 !important;
}
.ue-modal-frame .ue-table-middle .ue-table-expanded-row {
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-table-middle .ue-table-expanded-row > td:first-of-type {
  position: relative;
}
.ue-modal-frame .ue-table-middle .ue-table-expanded-row > td:first-of-type:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  transform: rotate3d(0, 0, 1, 45deg);
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-table-middle .ue-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame .ue-table-middle .ue-table-expanded-row .ue-table {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .ue-table-middle .ue-table-expanded-row .ue-table .ue-table-body tr:last-of-type > td {
  border-bottom: none;
}
.ue-modal-frame .ue-table-middle .ue-table-expand-icon-th,
.ue-modal-frame .ue-table-middle .ue-table-row-expand-icon-cell {
  padding: 0;
  min-width: 30px;
  width: 30px;
}
.ue-modal-frame .ue-table-middle .ue-table-expand-icon-th .ue-table-row-expand-icon,
.ue-modal-frame .ue-table-middle .ue-table-row-expand-icon-cell .ue-table-row-expand-icon {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  cursor: pointer;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-table-middle .ue-table-expand-icon-th .ue-table-row-expanded:after,
.ue-modal-frame .ue-table-middle .ue-table-row-expand-icon-cell .ue-table-row-expanded:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.ue-modal-frame .ue-table-middle .ue-table-expand-icon-th .ue-table-row-collapsed:after,
.ue-modal-frame .ue-table-middle .ue-table-row-expand-icon-cell .ue-table-row-collapsed:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.ue-modal-frame .ue-table-middle .hide-expand-icon .ue-table-row-expand-icon {
  display: none;
}
.ue-modal-frame .ue-table-middle .ue-table-row:hover .ue-table-row-expand-icon {
  position: relative;
}
.ue-modal-frame .ue-table-middle .ue-table-row:hover .ue-table-row-expanded:before,
.ue-modal-frame .ue-table-middle .ue-table-row:hover .ue-table-row-collapsed:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1876F0;
  box-shadow: 0px 1px 0px 0px rgba(38, 45, 51, 0.15);
  content: ' ';
}
.ue-modal-frame .ue-table-middle .ue-table-row:hover .ue-table-row-expanded:before {
  margin-top: -8px;
}
.ue-modal-frame .ue-table-middle .ue-table-row:hover .ue-table-row-expanded:after {
  color: #1876F0;
}
.ue-modal-frame .ue-table-middle .ue-table-row:hover .ue-table-row-collapsed:after {
  color: #1876F0;
}
.ue-modal-frame tr.ue-table-row-selected-single td {
  background: rgba(35, 154, 255, 0.1);
}
.ue-modal-frame tr.ue-table-row-disabled td {
  cursor: not-allowed !important;
}
.ue-modal-frame .ue-table-large .ue-table-thead > tr > th {
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .ue-table-large {
  /* 鼠标经过展开/收起按钮更改样式 */
  /* 鼠标经过展开/收起按钮更改样式 */
}
.ue-modal-frame .ue-table-large table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 2px 2px 0 0;
}
.ue-modal-frame .ue-table-large .ue-table-fixed-left,
.ue-modal-frame .ue-table-large .ue-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.ue-modal-frame .ue-table-large .ue-table-fixed-left {
  left: 0;
}
.ue-modal-frame .ue-table-large .ue-table-fixed-right {
  right: 0;
}
.ue-modal-frame .ue-table-large.ue-table-fixed-header .ue-table-scroll .ue-table-header {
  overflow: scroll;
}
.ue-modal-frame .ue-table-large.ue-table-fixed-header > .ue-table-content > .ue-table-scroll > .ue-table-body {
  background-color: #fff;
}
.ue-modal-frame .ue-table-large .ue-table-thead > tr > th[colspan] {
  text-align: center;
  border-bottom: 0;
}
.ue-modal-frame .ue-table-large > .ue-table-title,
.ue-modal-frame .ue-table-large > .ue-table-footer {
  padding: 0;
}
.ue-modal-frame .ue-table-large .ue-table-placeholder {
  height: 40px;
  line-height: 40px;
  color: rgba(50, 50, 51, 0.6);
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}
.ue-modal-frame .ue-table-large .ue-table-cell,
.ue-modal-frame .ue-table-large .ue-table-header-cell {
  padding: 0 5px;
  word-break: break-all;
}
.ue-modal-frame .ue-table-large .ue-table-cell:last-of-type,
.ue-modal-frame .ue-table-large .ue-table-header-cell:last-of-type {
  padding-right: 15px;
}
.ue-modal-frame .ue-table-large .ue-table-cell.ue-table-selection-column,
.ue-modal-frame .ue-table-large .ue-table-header-cell.ue-table-selection-column {
  padding: 0 0 0 10px;
  min-width: 45px;
  width: 45px;
}
.ue-modal-frame .ue-table-large .ue-table-cell.ue-table-selection-column .ue-table-selection-num,
.ue-modal-frame .ue-table-large .ue-table-header-cell.ue-table-selection-column .ue-table-selection-num {
  position: absolute;
  background-color: #1876F0;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  color: #fff;
  top: 1px;
  left: 20px;
  white-space: nowrap;
}
.ue-modal-frame .ue-table-large .hide-selection > .ue-table-cell.ue-table-selection-column > span {
  visibility: hidden;
}
.ue-modal-frame .ue-table-large .ue-table-header-cell {
  font-weight: bold;
  color: #323233;
  height: 62px;
  border-color: rgba(50, 50, 51, 0.3);
}
.ue-modal-frame .ue-table-large .ue-table-row > td,
.ue-modal-frame .ue-table-large .ue-table-expanded-row > td {
  height: 58px;
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .ue-table-large .ue-table-row > td .row-limit-line,
.ue-modal-frame .ue-table-large .ue-table-expanded-row > td .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame .ue-table-large .ue-table-row > td .row-limit-line::after,
.ue-modal-frame .ue-table-large .ue-table-expanded-row > td .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame .ue-table-large .ue-table-row:hover > td {
  background: rgba(24, 118, 240, 0.1);
}
.ue-modal-frame .ue-table-large .ue-table-row:hover > td .ant-input {
  border: 1px solid #CED4D9 !important;
}
.ue-modal-frame .ue-table-large .ue-table-row:hover > td .ant-input-number {
  border: 1px solid #CED4D9 !important;
}
.ue-modal-frame .ue-table-large .ue-table-expanded-row {
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-table-large .ue-table-expanded-row > td:first-of-type {
  position: relative;
}
.ue-modal-frame .ue-table-large .ue-table-expanded-row > td:first-of-type:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  transform: rotate3d(0, 0, 1, 45deg);
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-table-large .ue-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame .ue-table-large .ue-table-expanded-row .ue-table {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .ue-table-large .ue-table-expanded-row .ue-table .ue-table-body tr:last-of-type > td {
  border-bottom: none;
}
.ue-modal-frame .ue-table-large .ue-table-expand-icon-th,
.ue-modal-frame .ue-table-large .ue-table-row-expand-icon-cell {
  padding: 0;
  min-width: 30px;
  width: 30px;
}
.ue-modal-frame .ue-table-large .ue-table-expand-icon-th .ue-table-row-expand-icon,
.ue-modal-frame .ue-table-large .ue-table-row-expand-icon-cell .ue-table-row-expand-icon {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  cursor: pointer;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-table-large .ue-table-expand-icon-th .ue-table-row-expanded:after,
.ue-modal-frame .ue-table-large .ue-table-row-expand-icon-cell .ue-table-row-expanded:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.ue-modal-frame .ue-table-large .ue-table-expand-icon-th .ue-table-row-collapsed:after,
.ue-modal-frame .ue-table-large .ue-table-row-expand-icon-cell .ue-table-row-collapsed:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.ue-modal-frame .ue-table-large .hide-expand-icon .ue-table-row-expand-icon {
  display: none;
}
.ue-modal-frame .ue-table-large .ue-table-row:hover .ue-table-row-expand-icon {
  position: relative;
}
.ue-modal-frame .ue-table-large .ue-table-row:hover .ue-table-row-expanded:before,
.ue-modal-frame .ue-table-large .ue-table-row:hover .ue-table-row-collapsed:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1876F0;
  box-shadow: 0px 1px 0px 0px rgba(38, 45, 51, 0.15);
  content: ' ';
}
.ue-modal-frame .ue-table-large .ue-table-row:hover .ue-table-row-expanded:before {
  margin-top: -8px;
}
.ue-modal-frame .ue-table-large .ue-table-row:hover .ue-table-row-expanded:after {
  color: #1876F0;
}
.ue-modal-frame .ue-table-large .ue-table-row:hover .ue-table-row-collapsed:after {
  color: #1876F0;
}
.ue-modal-frame tr.ue-table-row-selected-single td {
  background: rgba(35, 154, 255, 0.1);
}
.ue-modal-frame tr.ue-table-row-disabled td {
  cursor: not-allowed !important;
}
.ue-modal-frame .ue-table-small .ue-table-thead > tr > th {
  background-color: #E9EFF5;
}
.ue-modal-frame .ue-table-small {
  /* 鼠标经过展开/收起按钮更改样式 */
  /* 鼠标经过展开/收起按钮更改样式 */
}
.ue-modal-frame .ue-table-small table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 2px 2px 0 0;
}
.ue-modal-frame .ue-table-small .ue-table-fixed-left,
.ue-modal-frame .ue-table-small .ue-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.ue-modal-frame .ue-table-small .ue-table-fixed-left {
  left: 0;
}
.ue-modal-frame .ue-table-small .ue-table-fixed-right {
  right: 0;
}
.ue-modal-frame .ue-table-small.ue-table-fixed-header .ue-table-scroll .ue-table-header {
  overflow: scroll;
}
.ue-modal-frame .ue-table-small.ue-table-fixed-header > .ue-table-content > .ue-table-scroll > .ue-table-body {
  background-color: #fff;
}
.ue-modal-frame .ue-table-small .ue-table-thead > tr > th[colspan] {
  text-align: center;
  border-bottom: 0;
}
.ue-modal-frame .ue-table-small > .ue-table-title,
.ue-modal-frame .ue-table-small > .ue-table-footer {
  padding: 0;
}
.ue-modal-frame .ue-table-small .ue-table-placeholder {
  height: 40px;
  line-height: 40px;
  color: rgba(50, 50, 51, 0.6);
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}
.ue-modal-frame .ue-table-small .ue-table-cell,
.ue-modal-frame .ue-table-small .ue-table-header-cell {
  padding: 0 5px;
  word-break: break-all;
}
.ue-modal-frame .ue-table-small .ue-table-cell:last-of-type,
.ue-modal-frame .ue-table-small .ue-table-header-cell:last-of-type {
  padding-right: 15px;
}
.ue-modal-frame .ue-table-small .ue-table-cell.ue-table-selection-column,
.ue-modal-frame .ue-table-small .ue-table-header-cell.ue-table-selection-column {
  padding: 0 0 0 10px;
  min-width: 45px;
  width: 45px;
}
.ue-modal-frame .ue-table-small .ue-table-cell.ue-table-selection-column .ue-table-selection-num,
.ue-modal-frame .ue-table-small .ue-table-header-cell.ue-table-selection-column .ue-table-selection-num {
  position: absolute;
  background-color: #1876F0;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  color: #fff;
  top: 1px;
  left: 20px;
  white-space: nowrap;
}
.ue-modal-frame .ue-table-small .hide-selection > .ue-table-cell.ue-table-selection-column > span {
  visibility: hidden;
}
.ue-modal-frame .ue-table-small .ue-table-header-cell {
  font-weight: bold;
  color: #323233;
  height: 30px;
  border-color: rgba(50, 50, 51, 0.3);
}
.ue-modal-frame .ue-table-small .ue-table-row > td,
.ue-modal-frame .ue-table-small .ue-table-expanded-row > td {
  height: 40px;
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .ue-table-small .ue-table-row > td .row-limit-line,
.ue-modal-frame .ue-table-small .ue-table-expanded-row > td .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame .ue-table-small .ue-table-row > td .row-limit-line::after,
.ue-modal-frame .ue-table-small .ue-table-expanded-row > td .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame .ue-table-small .ue-table-row:hover > td {
  background: rgba(24, 118, 240, 0.1);
}
.ue-modal-frame .ue-table-small .ue-table-row:hover > td .ant-input {
  border: 1px solid #CED4D9 !important;
}
.ue-modal-frame .ue-table-small .ue-table-row:hover > td .ant-input-number {
  border: 1px solid #CED4D9 !important;
}
.ue-modal-frame .ue-table-small .ue-table-expanded-row {
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-table-small .ue-table-expanded-row > td:first-of-type {
  position: relative;
}
.ue-modal-frame .ue-table-small .ue-table-expanded-row > td:first-of-type:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  transform: rotate3d(0, 0, 1, 45deg);
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-table-small .ue-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame .ue-table-small .ue-table-expanded-row .ue-table {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .ue-table-small .ue-table-expanded-row .ue-table .ue-table-body tr:last-of-type > td {
  border-bottom: none;
}
.ue-modal-frame .ue-table-small .ue-table-expand-icon-th,
.ue-modal-frame .ue-table-small .ue-table-row-expand-icon-cell {
  padding: 0;
  min-width: 30px;
  width: 30px;
}
.ue-modal-frame .ue-table-small .ue-table-expand-icon-th .ue-table-row-expand-icon,
.ue-modal-frame .ue-table-small .ue-table-row-expand-icon-cell .ue-table-row-expand-icon {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  cursor: pointer;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-table-small .ue-table-expand-icon-th .ue-table-row-expanded:after,
.ue-modal-frame .ue-table-small .ue-table-row-expand-icon-cell .ue-table-row-expanded:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.ue-modal-frame .ue-table-small .ue-table-expand-icon-th .ue-table-row-collapsed:after,
.ue-modal-frame .ue-table-small .ue-table-row-expand-icon-cell .ue-table-row-collapsed:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
}
.ue-modal-frame .ue-table-small .hide-expand-icon .ue-table-row-expand-icon {
  display: none;
}
.ue-modal-frame .ue-table-small .ue-table-row:hover .ue-table-row-expand-icon {
  position: relative;
}
.ue-modal-frame .ue-table-small .ue-table-row:hover .ue-table-row-expanded:before,
.ue-modal-frame .ue-table-small .ue-table-row:hover .ue-table-row-collapsed:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1876F0;
  box-shadow: 0px 1px 0px 0px rgba(38, 45, 51, 0.15);
  content: ' ';
}
.ue-modal-frame .ue-table-small .ue-table-row:hover .ue-table-row-expanded:before {
  margin-top: -8px;
}
.ue-modal-frame .ue-table-small .ue-table-row:hover .ue-table-row-expanded:after {
  color: #1876F0;
}
.ue-modal-frame .ue-table-small .ue-table-row:hover .ue-table-row-collapsed:after {
  color: #1876F0;
}
.ue-modal-frame tr.ue-table-row-selected-single td {
  background: rgba(35, 154, 255, 0.1);
}
.ue-modal-frame tr.ue-table-row-disabled td {
  cursor: not-allowed !important;
}
.ue-modal-frame body .ant-table-middle {
  /* 鼠标经过展开/收起按钮更改样式 */
  /* 鼠标经过展开/收起按钮更改样式 */
  /* td|th 内容自动换行 */
}
.ue-modal-frame body .ant-table-middle > .ant-table-title,
.ue-modal-frame body .ant-table-middle > .ant-table-footer {
  padding: 0;
}
.ue-modal-frame body .ant-table-middle .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-middle .ant-table-tbody > tr > td {
  padding: 0 5px;
}
.ue-modal-frame body .ant-table-middle .ant-table-expand-icon-th,
.ue-modal-frame body .ant-table-middle .ant-table-row-expand-icon-cell {
  padding: 0!important;
  min-width: 30px;
  width: 30px;
}
.ue-modal-frame body .ant-table-middle .ant-table-expand-icon-th .ant-table-row-expand-icon,
.ue-modal-frame body .ant-table-middle .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  color: rgba(50, 50, 51, 0.6);
  background: transparent;
}
.ue-modal-frame body .ant-table-middle .ant-table-expand-icon-th .ant-table-row-expanded:after,
.ue-modal-frame body .ant-table-middle .ant-table-row-expand-icon-cell .ant-table-row-expanded:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame body .ant-table-middle .ant-table-expand-icon-th .ant-table-row-collapsed:after,
.ue-modal-frame body .ant-table-middle .ant-table-row-expand-icon-cell .ant-table-row-collapsed:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame body .ant-table-middle .ant-table-row:hover .ant-table-row-expand-icon {
  position: relative;
}
.ue-modal-frame body .ant-table-middle .ant-table-row:hover .ant-table-row-expanded:before,
.ue-modal-frame body .ant-table-middle .ant-table-row:hover .ant-table-row-collapsed:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1876F0;
  box-shadow: 0px 1px 0px 0px rgba(38, 45, 51, 0.15);
  content: ' ';
}
.ue-modal-frame body .ant-table-middle .ant-table-row:hover .ant-table-row-expanded:before {
  margin-top: -8px;
}
.ue-modal-frame body .ant-table-middle .ant-table-row:hover .ant-table-row-expanded:after {
  color: #1876F0;
}
.ue-modal-frame body .ant-table-middle .ant-table-row:hover .ant-table-row-collapsed:after {
  color: #1876F0;
}
.ue-modal-frame body .ant-table-middle .hide-expand-icon .ant-table-row-expand-icon {
  display: none;
}
.ue-modal-frame body .ant-table-middle .hide-selection .ant-table-selection-column {
  visibility: hidden;
}
.ue-modal-frame body .ant-table-middle .ant-table-thead > tr > th.ant-table-selection-column,
.ue-modal-frame body .ant-table-middle .ant-table-tbody > tr > td.ant-table-selection-column {
  padding: 0 20px 0 15px;
  min-width: 16px;
  width: 16px;
}
.ue-modal-frame body .ant-table-middle .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-middle .ant-table-thead > tr > th {
  word-break: break-all;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  font-weight: bold;
  color: rgba(57, 68, 77, 0.8);
  height: 50px;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row {
  background: #F7FAFC;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover {
  background: #F7FAFC;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td {
  background: #F7FAFC;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  height: 58px;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td {
  background: rgba(24, 118, 240, 0.1);
}
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame body .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame body .ant-table-large {
  /* 鼠标经过展开/收起按钮更改样式 */
  /* 鼠标经过展开/收起按钮更改样式 */
  /* td|th 内容自动换行 */
}
.ue-modal-frame body .ant-table-large > .ant-table-title,
.ue-modal-frame body .ant-table-large > .ant-table-footer {
  padding: 0;
}
.ue-modal-frame body .ant-table-large .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-large .ant-table-tbody > tr > td {
  padding: 0 5px;
}
.ue-modal-frame body .ant-table-large .ant-table-expand-icon-th,
.ue-modal-frame body .ant-table-large .ant-table-row-expand-icon-cell {
  padding: 0!important;
  min-width: 30px;
  width: 30px;
}
.ue-modal-frame body .ant-table-large .ant-table-expand-icon-th .ant-table-row-expand-icon,
.ue-modal-frame body .ant-table-large .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  color: rgba(50, 50, 51, 0.6);
  background: transparent;
}
.ue-modal-frame body .ant-table-large .ant-table-expand-icon-th .ant-table-row-expanded:after,
.ue-modal-frame body .ant-table-large .ant-table-row-expand-icon-cell .ant-table-row-expanded:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame body .ant-table-large .ant-table-expand-icon-th .ant-table-row-collapsed:after,
.ue-modal-frame body .ant-table-large .ant-table-row-expand-icon-cell .ant-table-row-collapsed:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame body .ant-table-large .ant-table-row:hover .ant-table-row-expand-icon {
  position: relative;
}
.ue-modal-frame body .ant-table-large .ant-table-row:hover .ant-table-row-expanded:before,
.ue-modal-frame body .ant-table-large .ant-table-row:hover .ant-table-row-collapsed:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1876F0;
  box-shadow: 0px 1px 0px 0px rgba(38, 45, 51, 0.15);
  content: ' ';
}
.ue-modal-frame body .ant-table-large .ant-table-row:hover .ant-table-row-expanded:before {
  margin-top: -8px;
}
.ue-modal-frame body .ant-table-large .ant-table-row:hover .ant-table-row-expanded:after {
  color: #1876F0;
}
.ue-modal-frame body .ant-table-large .ant-table-row:hover .ant-table-row-collapsed:after {
  color: #1876F0;
}
.ue-modal-frame body .ant-table-large .hide-expand-icon .ant-table-row-expand-icon {
  display: none;
}
.ue-modal-frame body .ant-table-large .hide-selection .ant-table-selection-column {
  visibility: hidden;
}
.ue-modal-frame body .ant-table-large .ant-table-thead > tr > th.ant-table-selection-column,
.ue-modal-frame body .ant-table-large .ant-table-tbody > tr > td.ant-table-selection-column {
  padding: 0 20px 0 15px;
  min-width: 16px;
  width: 16px;
}
.ue-modal-frame body .ant-table-large .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-large .ant-table-thead > tr > th {
  word-break: break-all;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  font-weight: bold;
  color: rgba(57, 68, 77, 0.8);
  height: 62px;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row {
  background: #F7FAFC;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover {
  background: #F7FAFC;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td {
  background: #F7FAFC;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  height: 58px;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td {
  background: rgba(24, 118, 240, 0.1);
}
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame body .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame body .ant-table-small {
  border: none;
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ue-modal-frame body .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: #E9EFF5;
  border-color: #fff;
}
.ue-modal-frame body .ant-table-small {
  /* 鼠标经过展开/收起按钮更改样式 */
  /* 鼠标经过展开/收起按钮更改样式 */
  /* td|th 内容自动换行 */
}
.ue-modal-frame body .ant-table-small > .ant-table-title,
.ue-modal-frame body .ant-table-small > .ant-table-footer {
  padding: 0;
}
.ue-modal-frame body .ant-table-small .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small .ant-table-tbody > tr > td {
  padding: 0 5px;
}
.ue-modal-frame body .ant-table-small .ant-table-expand-icon-th,
.ue-modal-frame body .ant-table-small .ant-table-row-expand-icon-cell {
  padding: 0!important;
  min-width: 30px;
  width: 30px;
}
.ue-modal-frame body .ant-table-small .ant-table-expand-icon-th .ant-table-row-expand-icon,
.ue-modal-frame body .ant-table-small .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  color: rgba(50, 50, 51, 0.6);
  background: transparent;
}
.ue-modal-frame body .ant-table-small .ant-table-expand-icon-th .ant-table-row-expanded:after,
.ue-modal-frame body .ant-table-small .ant-table-row-expand-icon-cell .ant-table-row-expanded:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame body .ant-table-small .ant-table-expand-icon-th .ant-table-row-collapsed:after,
.ue-modal-frame body .ant-table-small .ant-table-row-expand-icon-cell .ant-table-row-collapsed:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame body .ant-table-small .ant-table-row:hover .ant-table-row-expand-icon {
  position: relative;
}
.ue-modal-frame body .ant-table-small .ant-table-row:hover .ant-table-row-expanded:before,
.ue-modal-frame body .ant-table-small .ant-table-row:hover .ant-table-row-collapsed:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1876F0;
  box-shadow: 0px 1px 0px 0px rgba(38, 45, 51, 0.15);
  content: ' ';
}
.ue-modal-frame body .ant-table-small .ant-table-row:hover .ant-table-row-expanded:before {
  margin-top: -8px;
}
.ue-modal-frame body .ant-table-small .ant-table-row:hover .ant-table-row-expanded:after {
  color: #1876F0;
}
.ue-modal-frame body .ant-table-small .ant-table-row:hover .ant-table-row-collapsed:after {
  color: #1876F0;
}
.ue-modal-frame body .ant-table-small .hide-expand-icon .ant-table-row-expand-icon {
  display: none;
}
.ue-modal-frame body .ant-table-small .hide-selection .ant-table-selection-column {
  visibility: hidden;
}
.ue-modal-frame body .ant-table-small .ant-table-thead > tr > th.ant-table-selection-column,
.ue-modal-frame body .ant-table-small .ant-table-tbody > tr > td.ant-table-selection-column {
  padding: 0 20px 0 15px;
  min-width: 16px;
  width: 16px;
}
.ue-modal-frame body .ant-table-small .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-small .ant-table-thead > tr > th {
  word-break: break-all;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  font-weight: bold;
  color: rgba(57, 68, 77, 0.8);
  height: 30px;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row {
  background: #F7FAFC;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover {
  background: #F7FAFC;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td {
  background: #F7FAFC;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  height: 50px;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td {
  background: rgba(24, 118, 240, 0.1);
}
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame body .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame .dragging-row td {
  border-color: #527ECC;
  border-top: 1px solid #527ECC;
  border-bottom: 1px solid #527ECC !important;
  background-color: #fff !important;
}
.ue-modal-frame .dragging-row td:first-child {
  border-left: 1px solid #527ECC;
}
.ue-modal-frame .dragging-row td:last-child {
  border-right: 1px solid #527ECC;
}
.ue-modal-frame .ant-checkbox-inner,
.ue-modal-frame .ant-checkbox-inner:after,
.ue-modal-frame .ant-checkbox-checked .ant-checkbox-inner:after {
  transition: all 0s !important;
}
.ue-modal-frame .table-header-config.ant-popover-placement-top,
.ue-modal-frame .table-header-config.ant-popover-placement-topLeft,
.ue-modal-frame .table-header-config.ant-popover-placement-topRight {
  padding-bottom: 0;
}
.ue-modal-frame .table-header-config.pop-select .ant-popover-content {
  margin-top: 0;
}
.ue-modal-frame .table-header-config .pop-select-container .pop-select-item-selected,
.ue-modal-frame .table-header-config .pop-select-container .pop-select-item-selected:hover,
.ue-modal-frame .table-header-config .pop-select-container .pop-select-item:active {
  background-color: #fff;
}
.ue-modal-frame .table-header-config .ant-checkbox-wrapper {
  width: 100%;
}
.ue-modal-frame .table-scroll .ue-table-header {
  overflow-y: hidden !important;
  padding-right: 6px;
}
.ue-modal-frame .table-scroll .ue-table-body {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ue-modal-frame .table-scroll .ue-table-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .table-scroll .ue-table-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .table-scroll .ue-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .ue-table-wrapper.self-placeholder .ue-table-placeholder {
  height: 100px;
  line-height: 100px;
}
.ue-modal-frame .table-title-required:before {
  display: inline-block;
  margin-right: 4px;
  content: "*" !important;
  font-family: SimSun;
  line-height: 1;
  font-size: 12px;
  color: #FF4D77;
}
.ue-modal-frame .table-form .ant-form-item {
  margin-bottom: 0 !important;
}
.ue-modal-frame .table-form .ant-form-item-control {
  line-height: 34px;
}
.ue-modal-frame .table-form .ant-form-explain {
  position: relative;
  top: 2px;
  text-align: left;
}
.ue-modal-frame .table-bordered .ant-table-tbody > tr > td {
  padding: 11px 16px;
}
.ue-modal-frame .table-bordered .ant-table-thead > tr > th {
  padding: 10px 16px;
}
.ue-modal-frame .table-no-hover .ant-table-tbody > tr:hover td {
  background: transparent !important;
}
.ue-modal-frame .ue-table-column-has-sorters .ue-table-column-sorters {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.ue-modal-frame .ue-table-column-has-sorters .ue-table-column-sorter {
  margin-left: 6px;
  margin-top: -0.5em;
}
.ue-modal-frame .ue-table-column-has-sorters .ue-table-column-sorter .anticon {
  display: block;
  height: 0.5em;
  margin-top: 0.2em;
  color: #999;
}
.ue-modal-frame .ue-table-column-has-sorters .ue-table-column-sorter .anticon.on {
  color: #1876F0 !important;
}
.ue-modal-frame .ant-table colgroup col,
.ue-modal-frame .ue-table colgroup col {
  min-width: auto !important;
}
.ue-modal-frame .ant-menu {
  z-index: 99;
}
.ue-modal-frame .ue-menu-item .icon {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #9FB0BF;
  margin-left: -20px;
}
.ue-modal-frame .ue-menu-item,
.ue-modal-frame .ue-menu .ue-submenu-title {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  user-select: none;
}
.ue-modal-frame .ue-menu-item:hover,
.ue-modal-frame .ue-menu .ue-submenu-title:hover {
  background-color: rgba(35, 154, 255, 0.2);
  color: #1876F0 !important;
}
.ue-modal-frame .ue-menu-item:hover .ue-submenu-expanded-icon:before,
.ue-modal-frame .ue-menu .ue-submenu-title:hover .ue-submenu-expanded-icon:before,
.ue-modal-frame .ue-menu-item:hover .icon,
.ue-modal-frame .ue-menu .ue-submenu-title:hover .icon {
  color: #1876F0;
}
.ue-modal-frame .ue-menu-item-active,
.ue-modal-frame .ue-menu .ue-submenu-title-active,
.ue-modal-frame .ue-menu-item-selected,
.ue-modal-frame .ue-menu .ue-submenu-title-selected {
  background-color: rgba(35, 154, 255, 0.2);
  color: #1876F0 !important;
}
.ue-modal-frame .ue-menu-item-active .ue-submenu-expanded-icon:before,
.ue-modal-frame .ue-menu .ue-submenu-title-active .ue-submenu-expanded-icon:before,
.ue-modal-frame .ue-menu-item-selected .ue-submenu-expanded-icon:before,
.ue-modal-frame .ue-menu .ue-submenu-title-selected .ue-submenu-expanded-icon:before,
.ue-modal-frame .ue-menu-item-active .icon,
.ue-modal-frame .ue-menu .ue-submenu-title-active .icon,
.ue-modal-frame .ue-menu-item-selected .icon,
.ue-modal-frame .ue-menu .ue-submenu-title-selected .icon {
  color: #1876F0;
}
.ue-modal-frame .ue-menu .ue-submenu-expanded-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 16px;
  margin-left: -20px;
  font-size: 14px;
  vertical-align: text-bottom;
}
.ue-modal-frame .ue-menu .ue-submenu-expanded-icon:before {
  color: #9FB0BF;
}
.ue-modal-frame .ue-menu .ue-submenu-expanded-icon:hover:before {
  color: #4DB2FF;
}
.ue-modal-frame .panel {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #CED4D9;
  position: relative;
}
.ue-modal-frame .panel-heading {
  color: #262D33;
  padding: 20px 30px;
  font-size: 14px;
  border-radius: 2px 2px 0 0;
  position: relative;
  background: #fff;
}
.ue-modal-frame .panel-heading.ue-modal-frame .panel-sub-heading {
  font-size: 14px;
  padding-top: 0;
  padding-left: 20px;
}
.ue-modal-frame .panel-heading.ue-modal-frame .panel-sub-heading:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #1876F0;
}
.ue-modal-frame .panel-body {
  padding: 0 30px 30px;
  background: #fff;
}
.ue-modal-frame .panel-footer {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 2px 2px;
}
.ue-modal-frame .pictureView {
  box-shadow: 0 1px 30px rgba(50, 62, 73, 0.08);
}
.ue-modal-frame .pictureView .ant-popover-content > .ant-popover-arrow {
  display: none;
}
.ue-modal-frame .pictureView .ant-popover-inner-content {
  padding: 0;
}
.ue-modal-frame .pictureView .ant-popover-inner-content img {
  width: 300px;
  height: 300px;
}
.ue-modal-frame .pictureViewWrap {
  width: 38px;
  height: 38px;
}
.ue-modal-frame .pictureViewWrap.no-pic {
  border: 1px solid #CED4D9;
}
.ue-modal-frame .pictureViewWrap img {
  width: 100%;
  height: 100%;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ue-modal-frame .dtbox {
  border: 1px solid rgba(50, 50, 51, 0.8);
  padding: 8px 10px;
  border-radius: 4px;
  position: relative;
  background: #fff;
  box-sizing: content-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  animation: fadein 0.3s;
  overflow: hidden;
}
.ue-modal-frame .dtbox table {
  table-layout: fixed;
}
.ue-modal-frame .dtbox__td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ue-modal-frame .cspanel {
  border: 1px solid rgba(50, 50, 51, 0.8);
  padding: 20px 0;
  border-radius: 4px;
  position: relative;
  background: #fff;
  box-sizing: content-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  animation: fadein 0.3s;
  overflow: hidden;
}
.ue-modal-frame .cspanel__box {
  max-height: 500px;
  transition: max-height 0.3s ease-in;
  overflow: hidden;
}
.ue-modal-frame .cspanel__operation {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.ue-modal-frame .cspanel__btn {
  margin: 0 10px;
}
.ue-modal-frame .cspanel__toggle {
  position: absolute;
  right: 20px;
  bottom: 7px;
  color: #9fadc7;
  transition: all 0.3s;
  opacity: 0;
}
.ue-modal-frame .cspanel__toggle .anticon {
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.ue-modal-frame .cspanel__toggle:hover {
  color: #108ee9;
}
.ue-modal-frame .cspanel__toggle:hover .anticon {
  transform: scale(1.2);
}
.ue-modal-frame .cspanel:hover .cspanel__toggle {
  opacity: 1;
}
.ue-modal-frame .cspanel--hidden .cspanel__box {
  max-height: 0;
  transition: max-height 0.3s ease-in;
}
.ue-modal-frame .cspanel--hidden .cspanel__toggle {
  opacity: 1;
}
@keyframes slideUp {
  from {
    max-height: 500px;
  }
  to {
    max-height: 0;
  }
}
.ue-modal-frame body .ant-modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1001;
}
.ue-modal-frame body .ant-modal-mask {
  z-index: 1001;
}
.ue-modal-frame body .ant-modal {
  top: 0;
  left: 0;
  margin: inherit;
  animation-duration: 0ms !important;
  padding-bottom: 0;
}
.ue-modal-frame body .ant-modal .ant-modal-body {
  max-height: calc(100vh - 178px);
  overflow-y: auto;
  padding: 10px 30px 20px 30px;
}
.ue-modal-frame body .ant-modal .ant-modal-content {
  transition: none;
  border-radius: 6px;
  box-shadow: 0 1px 50px 0 rgba(38, 45, 51, 0.1);
}
.ue-modal-frame body .ant-modal .ant-modal-content .ant-modal-close-x {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.ue-modal-frame body .ant-modal .ant-modal-content .ant-modal-body .sub-title {
  color: rgba(38, 45, 51, 0.8);
  font-size: 12px;
  font-weight: 600;
}
.ue-modal-frame body .ant-modal .ant-modal-content .ant-modal-body .ant-form-item {
  margin-bottom: 10px;
}
.ue-modal-frame body .ant-modal .ant-modal-header {
  border-bottom: none;
  padding: 0 30px;
  border-radius: 6px 6px 0 0;
}
.ue-modal-frame body .ant-modal .ant-modal-header .ant-modal-title {
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  border-bottom: 1px solid #CED4D9;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ue-modal-frame body .ant-modal .ant-modal-footer {
  text-align: left;
  padding: 10px 30px;
  background: #F5F9FC;
  border-radius: 0 0 6px 6px;
  border-top: none;
}
.ue-modal-frame body .ant-modal.header-not-line .ant-modal-header .ant-modal-title {
  border-bottom: none;
}
.ue-modal-frame body .ant-modal.header-not-line .ant-modal-body {
  padding-top: 0;
}
.ue-modal-frame .ue-confirm-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  z-index: 1000;
  filter: alpha(opacity=50);
}
.ue-modal-frame .ue-confirm-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1000;
}
.ue-modal-frame .ue-confirm-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
}
.ue-modal-frame .ue-confirm-modal-close {
  position: absolute;
  right: 0;
  top: 1px;
  background-color: #fff;
}
.ue-modal-frame .ue-confirm-modal-close i {
  width: 26px;
  height: 25px;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .ue-confirm-modal-close i:hover {
  color: #323233;
}
.ue-modal-frame .ue-confirm-modal-close i:active {
  color: #323233;
}
.ue-modal-frame .ue-confirm-modal-close i:hover,
.ue-modal-frame .ue-confirm-modal-close i:active {
  text-decoration: none;
}
.ue-modal-frame .ue-confirm-modal-body {
  padding: 32px 30px 10px;
  font-size: 12px;
  line-height: 1.5;
  max-height: 500px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  word-break: break-all;
}
.ue-modal-frame .ue-confirm-modal-btn {
  margin-top: 10px;
  text-align: center;
}
.ue-modal-frame .ue-confirm-modal-btn button {
  vertical-align: middle;
}
.ue-modal-frame .preview-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  text-align: center;
  font-size: 35px;
}
.ue-modal-frame .modal-intro .ant-modal-body .content-wrap {
  font-size: 12px !important;
  padding-top: 40px !important;
}
.ue-modal-frame .ue-modal-alert .ant-table-thead > tr > th {
  font-weight: 700;
}
.ue-modal-frame .ue-modal-alert .ant-modal-title {
  font-size: 16px;
  height: 55px;
  line-height: 55px;
}
.ue-modal-frame .ue-modal-alert .ant-modal-body {
  padding: 0 !important;
  font-size: 14px;
}
.ue-modal-frame .ue-modal-alert .modal-content {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: calc(100vh - 275px);
  margin-right: 3px;
  padding: 10px 10px 10px 30px;
}
.ue-modal-frame .ue-modal-alert .modal-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-modal-alert .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-modal-alert .modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .ue-modal-confirm-table .ant-modal-title {
  font-size: 16px;
  color: #000;
}
.ue-modal-frame .ue-modal-confirm-table .confirm-tips {
  font-size: 14px;
  color: #262D33;
  opacity: 0.8;
}
.ue-modal-frame .ue-modal-confirm-table .footer-tips {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.ue-modal-frame .ue-modal-confirm-table .ant-modal-footer .ue-button {
  height: 30px;
  line-height: 28px;
}
.ue-modal-frame .ue-modal-confirm-table.modal-alert .ant-modal-body {
  position: relative;
  padding-top: 60px !important;
}
.ue-modal-frame .ue-modal-confirm-table.modal-alert .alert-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ue-modal-frame .ue-modal-confirm-table .alert-wrap,
.ue-modal-frame .ue-modal-alert .alert-wrap {
  display: flex;
  padding: 10px 30px;
  background: #E6F7FF;
}
.ue-modal-frame .ue-modal-confirm-table .alert-wrap .alert-icon,
.ue-modal-frame .ue-modal-alert .alert-wrap .alert-icon {
  width: 24px;
  font-size: 15px;
  color: #527ECC;
}
.ue-modal-frame .ue-modal-confirm-table .alert-wrap .alert-content,
.ue-modal-frame .ue-modal-alert .alert-wrap .alert-content {
  flex: 1;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .ue-message {
  position: fixed;
  width: 100%;
  top: 70px;
  z-index: 9999;
  pointer-events: none;
}
.ue-modal-frame .ue-message-content {
  margin-bottom: 20px;
  transition: all 1s;
  position: relative;
  text-align: center;
  color: #fff;
}
.ue-modal-frame .ue-message-content .ue-message-inner {
  position: relative;
  overflow: auto;
  max-width: 420px;
  max-height: 200px;
  word-break: break-all;
  display: inline-block;
  padding: 9px 15px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(38, 35, 51, 0.3);
  text-align: left;
  pointer-events: auto;
}
.ue-modal-frame .ue-message-content .ue-message-inner > .icon {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ue-modal-frame .ue-message-content .ue-message-inner > span {
  line-height: 20px;
  display: inline-block;
  margin-left: 20px;
}
.ue-modal-frame .ue-message-content .ue-message-inner .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.ue-modal-frame .ue-message-success {
  background: #43C682;
  color: #fff;
}
.ue-modal-frame .ue-message-error {
  background: #FF4D77;
  color: #fff;
}
.ue-modal-frame .ue-message-warning {
  background: #FCE173;
  color: #A67A1E;
}
.ue-modal-frame .fade-enter {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.ue-modal-frame .fade-appear {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.ue-modal-frame .fade-leave {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.ue-modal-frame .fade-enter.fade-enter-active {
  animation-name: fadeIn;
  animation-play-state: running;
}
.ue-modal-frame .fade-appear.fade-appear-active {
  animation-name: fadeIn;
  animation-play-state: running;
}
.ue-modal-frame .fade-leave.fade-leave-active {
  animation-name: fadeOut;
  animation-play-state: running;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ue-modal-frame .area-select {
  display: inline-block;
  position: relative;
}
.ue-modal-frame .area-select.ant-popover-hidden {
  display: none;
}
.ue-modal-frame .area-select .ant-popover-content {
  margin-top: -9px;
}
.ue-modal-frame .area-select .icon-down {
  display: inline-block;
  transition: transform 0.3s;
  transform: rotate3d(0, 0, 1, 0deg);
}
.ue-modal-frame .area-select.ant-popover-open .icon-down {
  transform: rotate3d(0, 0, 1, 180deg);
}
.ue-modal-frame .area-select .ant-popover-arrow {
  display: none;
}
.ue-modal-frame .area-select .ant-popover-inner-content {
  padding: 0;
}
.ue-modal-frame .area-select .input-readOnly input {
  color: #323233;
}
.ue-modal-frame .area-select .input-readOnly input:focus,
.ue-modal-frame .area-select .input-readOnly input:active {
  border-color: #1876F0 !important;
}
.ue-modal-frame .area-select .input-readOnly input:hover {
  border-color: #4DB2FF;
}
.ue-modal-frame .area-select .ant-tabs-nav .ant-tabs-ink-bar {
  height: 0 !important;
}
.ue-modal-frame .area-select .ant-tabs-tab-active {
  color: #527ECC !important;
  border-bottom: none;
}
.ue-modal-frame .area-select .ant-tabs-bar {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none;
}
.ue-modal-frame .area-select .ant-tabs-nav {
  padding-bottom: 1px;
  width: 100%;
}
.ue-modal-frame .area-select .ant-tabs-nav > div {
  display: flex;
}
.ue-modal-frame .area-select .ant-tabs-nav .ant-tabs-tab {
  color: #323233 !important;
  border: 1px solid #CED4D9;
  border-left: none;
  border-top: none;
  background-color: #f0f2f5;
  margin: 0;
  flex: 1;
  text-align: center;
}
.ue-modal-frame .area-select .ant-tabs-nav .ant-tabs-tab:last-of-type {
  border-right: none;
}
.ue-modal-frame .area-select .ant-tabs-nav .ant-tabs-tab:hover {
  background-color: #fff;
  color: #4DB2FF !important;
}
.ue-modal-frame .area-select .ant-tabs-nav .ant-tabs-tab-active {
  background-color: #fff;
  color: #527ECC !important;
  border-bottom: none;
}
.ue-modal-frame .area-select .ant-tabs-tabpane {
  padding: 10px 0 10px 10px;
  text-align: center;
}
.ue-modal-frame .area-select .ant-tabs-tabpane .tabpane-content {
  display: inline-block;
  width: 100%;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-trangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  display: block;
  border-top-color: black;
  border-width: 5px 3px;
  margin-top: 17px;
  margin-left: 17px;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-container {
  box-sizing: border-box;
  width: 350px;
  min-width: 275px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #CED4D9;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-provinces {
  padding-left: 50px;
  position: relative;
  margin-top: 12px;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-provinces:before,
.ue-modal-frame .area-select .ue-modal-frame .area-select-provinces:after {
  content: " ";
  display: table;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-provinces:after {
  clear: both;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-provinces b {
  position: absolute;
  left: 0;
  top: 3px;
  color: #323233;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-provinces:first-child {
  margin-top: 0;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-item {
  float: left;
  cursor: pointer;
  color: #323233;
  padding: 0 5px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  margin: 2px;
  border-radius: 2px;
  min-width: 60px;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-item.active,
.ue-modal-frame .area-select .ue-modal-frame .area-select-item.active:hover {
  background-color: #1876F0;
  color: white;
}
.ue-modal-frame .area-select .ue-modal-frame .area-select-item:hover {
  color: #4DB2FF;
  background-color: rgba(24, 118, 240, 0.2);
}
.ue-modal-frame .express-select {
  display: inline-block;
  position: relative;
}
.ue-modal-frame .express-select.ant-popover-hidden {
  display: none;
}
.ue-modal-frame .express-select .ant-popover-content {
  margin-top: -9px;
}
.ue-modal-frame .express-select .icon-down {
  display: inline-block;
  transition: transform 0.3s;
  transform: rotate3d(0, 0, 1, 0deg);
}
.ue-modal-frame .express-select.ant-popover-open .icon-down {
  transform: rotate3d(0, 0, 1, 180deg);
}
.ue-modal-frame .express-select .ant-popover-arrow {
  display: none;
}
.ue-modal-frame .express-select .ant-popover-inner-content {
  padding: 0;
}
.ue-modal-frame .express-select .input-readOnly input {
  color: #323233;
}
.ue-modal-frame .express-select .input-readOnly input:focus,
.ue-modal-frame .express-select .input-readOnly input:active {
  border-color: #1876F0 !important;
}
.ue-modal-frame .express-select .input-readOnly input:hover {
  border-color: #4DB2FF;
}
.ue-modal-frame .express-select.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 4px;
}
.ue-modal-frame .express-select.ant-input-affix-wrapper .ant-input-suffix {
  right: 4px;
}
.ue-modal-frame .express-select-container-wrap {
  border: 1px solid #CED4D9;
  border-radius: 4px;
  box-shadow: 0 1px 30px 0 rgba(38, 45, 51, 0.08);
}
.ue-modal-frame .express-select-container {
  width: 400px;
  min-width: 275px;
  background-color: white;
  border-radius: 4px;
  padding: 20px 15px 10px 15px;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: 400px;
  margin: 5px 5px 5px 0;
}
.ue-modal-frame .express-select-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .express-select-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .express-select-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .express-select-footer {
  width: 100%;
  height: 48px;
  background-color: #F2F6FA;
  padding: 8px 14px 0 14px;
  border-radius: 0 0 4px 4px;
}
.ue-modal-frame .express-select-footer .expand-btn {
  color: #1876F0;
  margin-top: 7px;
  cursor: pointer;
  margin-left: 8px;
}
.ue-modal-frame .express-select-item {
  display: inline-block;
  padding: 4px 9px;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 4px 5px 0;
  min-width: 68px;
  text-align: center;
}
.ue-modal-frame .express-select-item:hover {
  background-color: rgba(24, 118, 240, 0.2);
  color: #4DB2FF;
}
.ue-modal-frame .express-select-item:active,
.ue-modal-frame .express-select-item-selected {
  background-color: #1876F0;
  color: #fff;
}
.ue-modal-frame .express-select-item:active:hover,
.ue-modal-frame .express-select-item-selected:hover {
  background-color: #1876F0;
  color: #fff;
}
.ue-modal-frame .pop-select {
  display: inline-block;
  position: relative;
  text-align: left;
}
.ue-modal-frame .pop-select.ant-popover-hidden {
  display: none;
}
.ue-modal-frame .pop-select .ant-popover-content {
  margin-top: -9px;
}
.ue-modal-frame .pop-select .icon-down {
  display: inline-block;
  transition: transform 0.3s;
  transform: rotate3d(0, 0, 1, 0deg);
}
.ue-modal-frame .pop-select.ant-popover-open .icon-down {
  transform: rotate3d(0, 0, 1, 180deg);
}
.ue-modal-frame .pop-select .ant-popover-arrow {
  display: none;
}
.ue-modal-frame .pop-select .ant-popover-inner-content {
  padding: 0;
}
.ue-modal-frame .pop-select .input-readOnly input {
  color: #323233;
}
.ue-modal-frame .pop-select .input-readOnly input:focus,
.ue-modal-frame .pop-select .input-readOnly input:active {
  border-color: #1876F0 !important;
}
.ue-modal-frame .pop-select .input-readOnly input:hover {
  border-color: #4DB2FF;
}
.ue-modal-frame .pop-select input.ant-input {
  padding-right: 20px !important;
}
.ue-modal-frame .pop-select.ant-input-affix-wrapper .ant-input-suffix {
  right: 6px!important;
  margin-top: 2px!important;
  pointer-events: none;
}
.ue-modal-frame .pop-select .pop-select-container {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-sizing: border-box;
}
.ue-modal-frame .pop-select-item {
  display: block;
  padding: 5px 12px;
  line-height: 22px;
  font-weight: normal;
  color: #262D33;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
  user-select: none;
}
.ue-modal-frame .pop-select-item:hover {
  background-color: rgba(24, 118, 240, 0.2);
  color: #1876F0;
}
.ue-modal-frame .pop-select-item:active {
  background-color: #1876F0;
  color: #fff;
}
.ue-modal-frame .pop-select-item-selected,
.ue-modal-frame .pop-select-item-selected:hover {
  background-color: #1876F0;
  color: #fff;
}
.ue-modal-frame .pop-select-item-selected .tooltip,
.ue-modal-frame .pop-select-item-selected:hover .tooltip {
  color: #fff !important;
}
.ue-modal-frame .pop-select-item-active {
  background-color: #1876F0;
  color: #fff;
}
.ue-modal-frame .pop-select-item .tooltip {
  vertical-align: -3px;
}
.ue-modal-frame .ant-form-item-control.has-error .pop-select-selection {
  border-color: #FF4D77;
}
.ue-modal-frame .pop-select-selection {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #CED4D9;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 2px;
}
.ue-modal-frame .pop-select-selection-multiple {
  padding-bottom: 3px;
}
.ue-modal-frame .pop-select-selection.ant-popover-open .icon-down {
  transform: rotate3d(0, 0, 1, 180deg);
}
.ue-modal-frame .pop-select-selection-focus {
  border-color: #527ECC;
}
.ue-modal-frame .pop-select-selection-placeholder {
  opacity: 0.4;
  position: absolute;
}
.ue-modal-frame .pop-select-selection-arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  color: #9fb0bf;
}
.ue-modal-frame .pop-select-selection .selection-render {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  height: 32px;
  line-height: 32px;
}
.ue-modal-frame .pop-select-selection .selected-value {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  padding-right: 20px;
}
.ue-modal-frame .pop-select-selection .selected-value-multiple {
  padding-right: 0;
  margin-top: 3px;
}
.ue-modal-frame .pop-select-selection .selected-value-item {
  margin-bottom: 3px;
  height: 26px;
  line-height: 24px;
  float: left;
  color: #262D33;
  background-color: #F2F6FA;
  border-radius: 2px;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 6px 0 10px;
}
.ue-modal-frame .pop-select-selection .selected-value-item:hover {
  background-color: #527ECC;
  color: #fff;
}
.ue-modal-frame .pop-select-selection .selected-value-item:hover .selected-value-item-remove {
  color: #fff;
}
.ue-modal-frame .pop-select-selection .selected-value-item-content {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ue-modal-frame .pop-select-selection .selected-value-item-remove {
  display: inline-block;
  cursor: pointer;
  vertical-align: text-bottom;
  font-size: 12px;
  transform: scale(0.75);
  margin-left: 5px;
  top: -1px;
  position: relative;
  color: #9FB0BF;
}
.ue-modal-frame .pop-select-selection .selected-value .multiple-search {
  height: 26px;
  line-height: 24px;
  float: left;
  border-radius: 2px;
  cursor: default;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ue-modal-frame .pop-select-selection .selected-value-multiple-pos {
  position: absolute;
  top: 0;
  height: 100%;
}
.ue-modal-frame .pop-select-selection .search-inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ue-modal-frame .pop-select-selection .search_field {
  border-width: 0;
  font-size: 100%;
  height: 100%;
  max-width: 100%;
  width: auto;
  background: transparent;
  outline: 0;
  border-radius: 2px;
  line-height: 1;
}
.ue-modal-frame body .ant-select {
  display: inline-block;
  position: relative;
}
.ue-modal-frame body .ant-select-open .ant-select-selection,
.ue-modal-frame body .ant-select-focused .ant-select-selection {
  border-color: #1876F0;
  box-shadow: inherit;
}
.ue-modal-frame body .ant-select-open .ant-select-selection .ant-select-arrow:before,
.ue-modal-frame body .ant-select-focused .ant-select-selection .ant-select-arrow:before {
  color: #1876F0;
}
.ue-modal-frame body .ant-select > ul > li > a {
  background-color: #fff;
}
.ue-modal-frame body .ant-select-selection-selected-value .bbb {
  display: none;
}
.ue-modal-frame body .ant-select-selection {
  background-color: #fff;
  border-top-width: 1px;
}
.ue-modal-frame body .ant-select-selection .ant-select-arrow::before {
  color: #9fb0bf;
}
.ue-modal-frame body .ant-select-selection:active,
.ue-modal-frame body .ant-select-selection:hover {
  border-color: #1876F0;
  box-shadow: inherit;
}
.ue-modal-frame body .ant-select-disabled {
  color: #9FB0BF;
}
.ue-modal-frame body .ant-select-disabled .ue-modal-frame body .ant-select-selection:hover,
.ue-modal-frame body .ant-select-disabled .ue-modal-frame body .ant-select-selection:focus,
.ue-modal-frame body .ant-select-disabled .ue-modal-frame body .ant-select-selection:active {
  border-color: #CED4D9;
}
.ue-modal-frame body .ant-select-disabled .ue-modal-frame body .ant-select-selection--multiple .ue-modal-frame body .ant-select-selection__choice {
  background: #fff;
}
.ue-modal-frame body .ant-select-disabled .ue-modal-frame body .ant-select-selection__choice__remove {
  color: #9FB0BF;
}
.ue-modal-frame body .ant-select-disabled .ue-modal-frame body .ant-select-selection__choice__remove:hover {
  color: #9FB0BF;
}
.ue-modal-frame body .ant-select-selection--multiple .ant-select-selection__choice {
  background-color: #F2F6FA;
  border-width: 0;
  border-radius: 2px;
}
.ue-modal-frame body .ant-select-selection--multiple .ant-select-selection__choice:hover {
  background-color: #527ECC;
  color: #fff;
}
.ue-modal-frame body .ant-select-selection--multiple .ant-select-selection__choice:hover .ant-select-selection__choice__remove {
  color: #fff;
}
.ue-modal-frame body .ant-select-selection--multiple .ant-select-selection__choice__remove {
  color: #9FB0BF;
  top: 7px;
  font-weight: bold;
}
.ue-modal-frame body .ant-select-dropdown {
  background-color: #fff;
}
.ue-modal-frame body .ant-select-dropdown-menu-item-group-title {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame body .ant-select-dropdown-menu-item {
  text-align: left;
  color: #323233;
}
.ue-modal-frame body .ant-select-dropdown-menu-item:hover {
  background-color: rgba(24, 118, 240, 0.2);
  color: #1876F0;
}
.ue-modal-frame body .ant-select-dropdown-menu-item-disabled {
  color: #9FB0BF;
}
.ue-modal-frame body .ant-select-dropdown-menu-item-disabled:hover {
  color: #9FB0BF;
  background-color: #fff;
}
.ue-modal-frame body .ant-select-dropdown-menu-item-selected,
.ue-modal-frame body .ant-select-dropdown-menu-item-selected:hover {
  background-color: #1876F0 !important;
  color: #fff !important;
}
.ue-modal-frame body .ant-select-dropdown-menu-item-active {
  background-color: rgba(24, 118, 240, 0.2);
  color: #1876F0;
}
.ue-modal-frame body .ant-select-dropdown.ue-modal-frame body .ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
  color: #ddd;
}
.ue-modal-frame body .ant-select-dropdown.ue-modal-frame body .ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after {
  display: none;
}
.ue-modal-frame body .ant-select-dropdown.ue-modal-frame body .ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,
.ue-modal-frame body .ant-select-dropdown.ue-modal-frame body .ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after {
  color: #1876F0;
  display: inline-block;
}
.ue-modal-frame .ue-tree-select .ant-select-selection__rendered li[title='全选'] {
  display: none;
}
.ue-modal-frame .ue-editable-select {
  position: relative;
  width: 130px;
}
.ue-modal-frame .ue-editable-select .ue-editable-select-input {
  top: 8px !important;
}
.ue-modal-frame .ue-editable-select > input {
  position: absolute;
  top: 7px;
  left: 1px;
  height: 28px;
  width: 100px;
  border: none !important;
  outline: none !important;
  box-shadow: 0 0 0 #fff !important;
}
.ue-modal-frame .order-source-select .ant-select-selection--multiple .ant-select-selection__choice {
  padding-left: 3px;
}
.ue-modal-frame .goods-container {
  height: 100%;
  font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, sans-serif, "Roboto-Regular", "Helvetica Neue", Helvetica !important;
  padding-bottom: 47px;
}
.ue-modal-frame .goods-container .ant-tag {
  cursor: default;
}
.ue-modal-frame .goods-container .draggable-tree {
  min-height: 600px;
  max-height: 100%;
  overflow-y: auto;
}
.ue-modal-frame .goods-container .draggable-tree li {
  text-overflow: ellipsis;
  overflow: hidden;
}
.ue-modal-frame .goods-container .draggable-tree .ant-tree-node-content-wrapper {
  display: inline!important;
}
.ue-modal-frame .goods-container .draggable-tree .ant-tree-switcher.ant-tree-switcher_open:after {
  font-size: 12px;
  content: "\E624";
  transform: scale(0.8) !important;
}
.ue-modal-frame .goods-container .draggable-tree .ant-tree-switcher.ant-tree-switcher_close:after {
  font-size: 12px;
  content: "\E627";
  transform: scale(0.8) !important;
}
.ue-modal-frame .goods-container .classfiy-box {
  background: #F5F9FC;
}
.ue-modal-frame .goods-container .classfiy-box .collapse {
  color: #A3B2BF;
}
.ue-modal-frame .goods-container .pagination {
  position: fixed;
  bottom: 0;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ccc;
  background: #fff;
  z-index: 999;
  width: calc(100% - 190px);
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .goods-container .pagination {
    width: 1395px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .ue-modal-frame .goods-container .pagination {
    width: 1075px;
  }
}
.ue-modal-frame .goods-container .pagination ul.ant-pagination {
  line-height: 50px;
  margin: 0;
  width: 100%;
  text-align: right;
}
.ue-modal-frame .goods-container .right-content-part {
  margin-left: 160px;
}
.ue-modal-frame .goods-container .right-content-part .ant-table {
  clear: none;
}
.ue-modal-frame .goods-container .right-content-full {
  margin-left: 0;
}
.ue-modal-frame .goods-container .action-box {
  background: #F0F4F7;
  padding: 15px;
}
.ue-modal-frame .goods-container .goods-list .expandedTable .ue-table .ue-table-cell.ue-table-selection-column {
  visibility: hidden;
}
.ue-modal-frame .goods-container .goods-list .column-price {
  text-align: right;
  padding-right: 10px;
}
.ue-modal-frame .goods-container .goods-list .column-picUrl {
  padding-right: 10px!important;
}
.ue-modal-frame .goods-container .goods-list .column-name {
  padding-left: 0!important;
  min-width: 200px;
}
.ue-modal-frame .goods-container .goods-list .deliver-status .send-status {
  display: inline;
  padding: 3px 5px;
  border-radius: 2px;
}
.ue-modal-frame .goods-container .hide-expand-icon .ant-table-row-expand-icon {
  display: none;
}
.ue-modal-frame .goods-container .search-check .ant-radio-button-wrapper {
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .new-sku-table .ue-table-body .ue-table-cell {
  padding: 0 3px;
}
.ue-modal-frame .new-sku-table .ue-table-body .ue-table-cell .ant-input-number-input {
  padding: 0 6px;
}
.ue-modal-frame .new-sku-table .ue-table-body .ue-table-cell input,
.ue-modal-frame .new-sku-table .ue-table-body .ue-table-cell .ant-input-number {
  transition: none;
}
.ue-modal-frame .create-goods-modal .ant-modal-body,
.ue-modal-frame .create-combined-goods-modal .ant-modal-body {
  padding-right: 10px;
}
.ue-modal-frame .create-goods-modal .ant-modal-body .ant-tabs-tabpane,
.ue-modal-frame .create-combined-goods-modal .ant-modal-body .ant-tabs-tabpane {
  max-height: calc(100vh - 278px);
  padding-right: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ue-modal-frame .base-distribute-goods .ue-checkbox-line2.ant-checkbox-wrapper {
  height: 36px;
}
.ue-modal-frame .base-distribute-goods .wh-item {
  margin-top: 20px;
}
.ue-modal-frame .base-distribute-goods .wh-title {
  font-weight: 700;
}
.ue-modal-frame .base-distribute-goods .wh-list {
  margin-left: 24px;
}
.ue-modal-frame .base-distribute-goods .wh-list .ue-ellipsis-value {
  color: #262d33;
}
.ue-modal-frame .base-distribute-goods .ue-checkbox.ant-checkbox-wrapper {
  width: auto;
}
.ue-modal-frame .distribute-goods .ant-modal-footer {
  padding: 15px 30px !important;
  line-height: 28px;
}
.ue-modal-frame .goods-name-wrap {
  display: flex;
  align-items: center;
}
.ue-modal-frame .goods-name-wrap .goods-name {
  flex: 1;
}
.ue-modal-frame .goods-name-wrap .goods-tag {
  display: flex;
}
.ue-modal-frame .goods-name-wrap .goods-tag .ant-tag:last-child {
  margin-right: 0;
}
.ue-modal-frame .goods-name-wrap .ue-ellipsis-wrap {
  padding-right: 12px;
}
.ue-modal-frame .saveGoodsModal .ant-modal-body,
.ue-modal-frame .editGoodsModal .ant-modal-body,
.ue-modal-frame .createGoodsModal .ant-modal-body,
.ue-modal-frame .importGoodsModal .ant-modal-body,
.ue-modal-frame .batchCreateGoodsModal .ant-modal-body {
  padding-bottom: 0;
}
.ue-modal-frame .saveGoodsModal .input-error,
.ue-modal-frame .editGoodsModal .input-error,
.ue-modal-frame .createGoodsModal .input-error,
.ue-modal-frame .importGoodsModal .input-error,
.ue-modal-frame .batchCreateGoodsModal .input-error {
  border-color: #FF4D77;
}
.ue-modal-frame .saveGoodsModal .ant-table-thead > tr > th,
.ue-modal-frame .editGoodsModal .ant-table-thead > tr > th,
.ue-modal-frame .createGoodsModal .ant-table-thead > tr > th,
.ue-modal-frame .importGoodsModal .ant-table-thead > tr > th,
.ue-modal-frame .batchCreateGoodsModal .ant-table-thead > tr > th,
.ue-modal-frame .saveGoodsModal .ant-table-tbody > tr > td,
.ue-modal-frame .editGoodsModal .ant-table-tbody > tr > td,
.ue-modal-frame .createGoodsModal .ant-table-tbody > tr > td,
.ue-modal-frame .importGoodsModal .ant-table-tbody > tr > td,
.ue-modal-frame .batchCreateGoodsModal .ant-table-tbody > tr > td {
  padding: 6px 5px;
}
.ue-modal-frame .saveGoodsModal .icon-grey,
.ue-modal-frame .editGoodsModal .icon-grey,
.ue-modal-frame .createGoodsModal .icon-grey,
.ue-modal-frame .importGoodsModal .icon-grey,
.ue-modal-frame .batchCreateGoodsModal .icon-grey {
  color: #9FB0BF;
}
.ue-modal-frame .saveGoodsModal .new-sku-table .ant-table-thead th,
.ue-modal-frame .editGoodsModal .new-sku-table .ant-table-thead th,
.ue-modal-frame .createGoodsModal .new-sku-table .ant-table-thead th,
.ue-modal-frame .importGoodsModal .new-sku-table .ant-table-thead th,
.ue-modal-frame .batchCreateGoodsModal .new-sku-table .ant-table-thead th {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
  background: #E9EFF5;
  border-bottom: none;
}
.ue-modal-frame .saveGoodsModal .new-sku-table .column-action,
.ue-modal-frame .editGoodsModal .new-sku-table .column-action,
.ue-modal-frame .createGoodsModal .new-sku-table .column-action,
.ue-modal-frame .importGoodsModal .new-sku-table .column-action,
.ue-modal-frame .batchCreateGoodsModal .new-sku-table .column-action {
  padding-left: 13px;
}
.ue-modal-frame .saveGoodsModal .ant-modal-title,
.ue-modal-frame .editGoodsModal .ant-modal-title,
.ue-modal-frame .createGoodsModal .ant-modal-title,
.ue-modal-frame .importGoodsModal .ant-modal-title,
.ue-modal-frame .batchCreateGoodsModal .ant-modal-title {
  color: #1876F0;
  font-size: 14px;
  font-weight: bold;
}
.ue-modal-frame .saveGoodsModal .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .editGoodsModal .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .createGoodsModal .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .importGoodsModal .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .batchCreateGoodsModal .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
  opacity: 0.8;
}
.ue-modal-frame .saveGoodsModal .ant-tabs-tab-active,
.ue-modal-frame .editGoodsModal .ant-tabs-tab-active,
.ue-modal-frame .createGoodsModal .ant-tabs-tab-active,
.ue-modal-frame .importGoodsModal .ant-tabs-tab-active,
.ue-modal-frame .batchCreateGoodsModal .ant-tabs-tab-active {
  font-weight: bold;
}
.ue-modal-frame .saveGoodsModal .ant-select,
.ue-modal-frame .editGoodsModal .ant-select,
.ue-modal-frame .createGoodsModal .ant-select,
.ue-modal-frame .importGoodsModal .ant-select,
.ue-modal-frame .batchCreateGoodsModal .ant-select {
  width: 100%;
}
.ue-modal-frame .saveGoodsModal .ant-table-placeholder,
.ue-modal-frame .editGoodsModal .ant-table-placeholder,
.ue-modal-frame .createGoodsModal .ant-table-placeholder,
.ue-modal-frame .importGoodsModal .ant-table-placeholder,
.ue-modal-frame .batchCreateGoodsModal .ant-table-placeholder {
  border-bottom: none;
  padding: 0;
}
.ue-modal-frame .saveGoodsModal .ant-tabs-bar,
.ue-modal-frame .editGoodsModal .ant-tabs-bar,
.ue-modal-frame .createGoodsModal .ant-tabs-bar,
.ue-modal-frame .importGoodsModal .ant-tabs-bar,
.ue-modal-frame .batchCreateGoodsModal .ant-tabs-bar {
  border-bottom: 1px solid #D4D5D6;
}
.ue-modal-frame .saveGoodsModal .display-none,
.ue-modal-frame .editGoodsModal .display-none,
.ue-modal-frame .createGoodsModal .display-none,
.ue-modal-frame .importGoodsModal .display-none,
.ue-modal-frame .batchCreateGoodsModal .display-none {
  display: none;
}
.ue-modal-frame .saveGoodsModal .ant-modal-footer,
.ue-modal-frame .editGoodsModal .ant-modal-footer,
.ue-modal-frame .createGoodsModal .ant-modal-footer,
.ue-modal-frame .importGoodsModal .ant-modal-footer,
.ue-modal-frame .batchCreateGoodsModal .ant-modal-footer {
  padding: 20px 30px;
}
.ue-modal-frame .saveGoodsModal .ant-btn.disabled,
.ue-modal-frame .editGoodsModal .ant-btn.disabled,
.ue-modal-frame .createGoodsModal .ant-btn.disabled,
.ue-modal-frame .importGoodsModal .ant-btn.disabled,
.ue-modal-frame .batchCreateGoodsModal .ant-btn.disabled {
  color: #fff !important;
  background-color: #9EE8C9 !important;
}
.ue-modal-frame .batchCreateGoodsModal.hasGoods,
.ue-modal-frame .batchCreateCombinedGoodsModal.hasGoods {
  height: 351px;
  overflow-y: auto;
}
.ue-modal-frame .batchCreateGoodsModal .br-6,
.ue-modal-frame .batchCreateCombinedGoodsModal .br-6 {
  border-radius: 6px;
}
.ue-modal-frame .batchCreateGoodsModal span,
.ue-modal-frame .batchCreateCombinedGoodsModal span {
  display: inline-block;
}
.ue-modal-frame .batchCreateGoodsModal .goodsListTitle,
.ue-modal-frame .batchCreateCombinedGoodsModal .goodsListTitle {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
.ue-modal-frame .ant-popover .pop-title {
  padding: 5px 0;
  color: #FF4D77;
}
.ue-modal-frame .ant-popover .pop-title span {
  background-color: #FF4D77;
  color: #fff;
  padding: 0 4px;
}
.ue-modal-frame .all-center {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
}
.ue-modal-frame .create-goods-modal .ue-table-large .ue-table-row > td .ant-input,
.ue-modal-frame .create-goods-modal .ue-table-large .ue-table-row > td .ant-input-number {
  border: 1px solid #CED4D9 !important;
}
.ue-modal-frame .create-goods-modal .ue-table-large .ue-table-row > td .ant-input.input-error {
  border: 1px solid #FF4D77 !important;
}
.ue-modal-frame .goods-modal-tab {
  height: 28px;
  line-height: 28px;
}
.ue-modal-frame .goods-modal-tab .tab-item {
  display: inline-block;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 700;
  color: #262D33;
  cursor: pointer;
}
.ue-modal-frame .goods-modal-tab .tab-item.active {
  background: #E9F4FF;
  color: #1876F0;
  border-radius: 14px;
}
.ue-modal-frame .new-sku-table .ue-table-large .ue-table-header-cell {
  height: 40px;
}
.ue-modal-frame .spu-info-wrap {
  display: flex;
}
.ue-modal-frame .spu-info-wrap .spu-info {
  width: 970px;
}
.ue-modal-frame .sku-pic i.icon {
  opacity: 0;
  color: #A0B0BF;
  font-size: 16px;
  margin-left: 8px;
  vertical-align: -2px;
  cursor: pointer;
}
.ue-modal-frame .sku-pic i.icon:hover {
  color: #1876F0;
}
.ue-modal-frame .goods-info .ue-table-row:hover .sku-pic i.icon {
  opacity: 1;
}
.ue-modal-frame .sku-mark-wrap .icon {
  vertical-align: -1px;
  font-size: 14px;
  color: #9FB0BF;
  cursor: pointer;
}
.ue-modal-frame .sku-mark-wrap .icon:hover {
  color: #1876F0;
}
.ue-modal-frame .sku-mark-wrap .anticon.anticon-close {
  margin-left: 2px;
}
.ue-modal-frame .sku-mark-wrap .mark-content {
  min-width: 185px;
}
.ue-modal-frame .sku-mark-wrap .sku-mark-list .anticon,
.ue-modal-frame .sku-mark-wrap .sku-mark-list .icon-ic_edit {
  display: none;
}
.ue-modal-frame .sku-mark-wrap tr:hover .anticon,
.ue-modal-frame .sku-mark-wrap tr:hover .icon {
  display: inline;
}
.ue-modal-frame .modify-goods-mark .mark-content {
  min-width: 185px;
}
.ue-modal-frame .goods-tag .form-group-item-body {
  line-height: 32px;
  padding: 0 10px;
  height: 34px;
  text-align: left;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
}
.ue-modal-frame .goods-tag .form-group-item-body:hover {
  border-color: #4db2ff;
}
.ue-modal-frame .goods-tag .form-group-item-body .select-sku-mark {
  display: block;
  height: 100%;
}
.ue-modal-frame .goodsDetailModal {
  padding-bottom: 0;
}
.ue-modal-frame .goodsDetailModal .ant-modal-header {
  border-bottom: none;
}
.ue-modal-frame .goodsDetailModal .ant-modal-header .ant-modal-title {
  border-bottom: 1px solid #CED4D9;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
}
.ue-modal-frame .goodsDetailModal .ant-modal-body {
  padding-top: 0;
}
.ue-modal-frame .goodsDetailModal-panel {
  border: none;
  border-bottom: 1px dashed #CED4D9;
}
.ue-modal-frame .goodsDetailModal-panel .panel-heading {
  padding: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.ue-modal-frame .goodsDetailModal-panel .panel-body {
  padding: 0 0 30px;
}
.ue-modal-frame .goodsDetailModal-panel .panel-body .form-group.form-group-horizontal {
  height: 30px;
  line-height: 30px;
}
.ue-modal-frame .goodsDetailModal-panel .panel-body .form-group.form-group-horizontal label {
  color: rgba(50, 50, 51, 0.6);
  padding-right: 10px;
}
.ue-modal-frame .goodsDetailModal-panel label {
  float: left;
}
.ue-modal-frame .goodsDetailModal-panel label span {
  color: #FF4D77;
}
.ue-modal-frame .goodsDetailModal-panel div.form-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ue-modal-frame .goodsDetailModal-panel .sku-table {
  padding: 20px 0;
}
.ue-modal-frame .goodsDetailModal .goods-detail-other {
  padding-left: 20px;
}
.ue-modal-frame .goodsDetailModal .goods-sku-table {
  padding-left: 10px;
}
.ue-modal-frame .spus.ant-modal.header-not-line .ant-modal-body {
  padding-top: 17px;
  padding-left: 20px;
}
.ue-modal-frame .spus .header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 17px;
}
.ue-modal-frame .spus .header span {
  color: #fff;
  padding: 0 4px;
  background-color: #1876F0;
  font-size: 12px;
  border-radius: 2px;
  text-align: center;
}
.ue-modal-frame .spus .spu-platformHeader {
  padding: 6px 20px;
  background-color: #E9EFF5;
  margin: 0 -30px 0 -20px;
  font-weight: bold;
  font-size: 12px;
}
.ue-modal-frame .spus .spu-platformHeader .platform-logo {
  display: table-cell;
  width: 16px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  border-radius: 2px;
}
.ue-modal-frame .spus .spu-platformHeader span {
  padding-left: 6px;
  vertical-align: middle;
}
.ue-modal-frame .spus .spu-platformHeader .logo-tb {
  background-color: #FF7C4F;
}
.ue-modal-frame .spus .spu-platformHeader .logo-sn {
  background-color: #FFBE31;
}
.ue-modal-frame .spus .spu-platformHeader .logo-jd {
  background-color: #E11E1A;
}
.ue-modal-frame .spus .spu-platformHeader .logo-fx {
  background-color: #bf0000;
}
.ue-modal-frame .spus .spu-platformHeader .logo-yhd {
  background-color: #ca1117;
}
.ue-modal-frame .spus .spu-platformHeader .logo-wd {
  background-color: #df2e3a;
}
.ue-modal-frame .spus .spu-platformHeader .logo-yz {
  background-color: #ee0000;
}
.ue-modal-frame .spus .spu-platformHeader .logo-albb {
  background-color: #ff6000;
}
.ue-modal-frame .spus .spu-platformHeader .logo-ymx {
  background-color: #fc9a18;
}
.ue-modal-frame .spus .spu-platformHeader .logo-pdd {
  background-color: #f83941;
}
.ue-modal-frame .spus .spu-platformHeader .logo-xx {
  background-color: grey;
}
.ue-modal-frame .spus .spu-platformHeader .logo-z800 {
  background-color: #fb003f;
}
.ue-modal-frame .spus .spu-platformHeader .logo-360ht {
  background-color: #0acc58;
}
.ue-modal-frame .spus .spu-platformHeader .logo-bb {
  background-color: #fe4e75;
}
.ue-modal-frame .spus .spu-platform-spu {
  padding: 10px 0;
}
.ue-modal-frame .spus .spu-platform-spu-row {
  height: 50px;
  padding: 10px;
  display: table-row;
}
.ue-modal-frame .spus .spu-platform-spu-row .form-group {
  display: table-cell;
  vertical-align: middle;
}
.ue-modal-frame .spus .spu-platform-spu-row .form-group img {
  height: 38px;
  width: 38px;
  border-radius: 2px;
}
.ue-modal-frame .combinedGoodsModal .ft-16 {
  font-size: 16px !important;
}
.ue-modal-frame .combinedGoodsModal .ft-12 {
  font-size: 12px !important;
}
.ue-modal-frame .combinedGoodsModal .grey {
  color: rgba(38, 45, 51, 0.5);
}
.ue-modal-frame .combinedGoodsModal .ant-select {
  width: 100%;
}
.ue-modal-frame .combinedGoodsModal .combined-goods-table {
  max-height: 255px;
  overflow-y: auto;
}
.ue-modal-frame .combinedGoodsModal .combined-goods-table .ant-table-thead > tr > th,
.ue-modal-frame .combinedGoodsModal .combined-goods-table .ant-table-tbody > tr > th,
.ue-modal-frame .combinedGoodsModal .combined-goods-table .ant-table-thead > tr > td,
.ue-modal-frame .combinedGoodsModal .combined-goods-table .ant-table-tbody > tr > td {
  padding: 6px 5px;
}
.ue-modal-frame .combinedGoodsModal .combined-goods-table .display-none {
  display: none;
}
.ue-modal-frame .goodsListModal {
  width: 1030px !important;
}
.ue-modal-frame .goodsListModal .ant-modal-body {
  padding: 10px 20px;
}
.ue-modal-frame .goodsListModal .pagination {
  margin-top: 10px;
}
.ue-modal-frame .goodsListModal .h-480 {
  height: 480px;
}
.ue-modal-frame .goodsListModal .hide-expand-icon .ant-table-row-expand-icon {
  display: none !important;
}
.ue-modal-frame .goodsListModal .modal-footer {
  max-height: 130px;
}
.ue-modal-frame .goodsListModal .modal-footer .ant-btn.disabled {
  background-color: #9EE8C9 !important;
  color: #fff !important;
}
.ue-modal-frame .goodsListModal .display-none {
  display: none;
}
.ue-modal-frame .createGodosSuccessModal .ant-modal-body {
  height: 507px;
}
.ue-modal-frame .createGodosSuccessModal .ft-20 {
  font-size: 20px;
}
.ue-modal-frame .classify-menu {
  float: left;
  width: 160px;
  min-height: 500px;
  height: 100%;
  position: relative;
  font-size: 12px;
}
.ue-modal-frame .classify-menu .menu-container {
  background-color: #F5F9FC;
  display: flex;
  flex-direction: column;
}
.ue-modal-frame .classify-menu .ue-menu {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  overflow-y: auto;
  max-height: 100%;
  width: 100%;
  flex: 1;
  margin-bottom: 0;
}
.ue-modal-frame .classify-menu .ue-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .classify-menu .ue-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .classify-menu .ue-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .classify-menu .ant-menu {
  background-color: #F5F9FC;
}
.ue-modal-frame .classify-menu .ant-menu-item-active,
.ue-modal-frame .classify-menu .ant-menu-item-selected {
  background-color: rgba(35, 154, 255, 0.2) !important;
  color: #1876F0 !important;
}
.ue-modal-frame .classify-menu .ant-menu-submenu-arrow {
  display: none;
}
.ue-modal-frame .classify-menu .classfiy-btn-actions {
  text-align: center;
  height: 60px;
  padding: 15px;
  width: 100%;
  background-color: inherit;
}
.ue-modal-frame .classify-menu .classfiy-btn-actions > div {
  float: left;
}
.ue-modal-frame .classify-menu .classfiy-btn-actions .classfiy-btn-item {
  cursor: pointer;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  /* background: #29D68E; */
  display: inline-block;
  border-radius: 2px;
}
.ue-modal-frame .classify-menu .classfiy-btn-actions .classfiy-btn-item:before {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .classify-menu .classfiy-btn-actions .classfiy-btn-item:hover {
  background-color: rgba(41, 214, 142, 0.8);
}
.ue-modal-frame .classify-menu .classfiy-btn-actions .classfiy-btn-item:hover:before {
  color: #fff;
}
.ue-modal-frame .classify-menu .classfiy-btn-actions .classfiy-btn-item:active {
  background-color: #19B076;
}
.ue-modal-frame .classify-menu .classfiy-btn-actions .classfiy-btn-item:active:before {
  color: #fff;
}
.ue-modal-frame .classify-menu .classfiy-btn-actions .add-classfiy-btn {
  background: #29D68E;
}
.ue-modal-frame .view-classify-menu {
  float: left;
  width: 160px;
  min-height: 500px;
  position: relative;
  font-size: 12px;
  background-color: #F5F9FC;
}
.ue-modal-frame .view-classify-menu .menu-container {
  display: flex;
  flex-direction: column;
}
.ue-modal-frame .view-classify-menu .ue-menu {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  overflow-y: auto;
  max-height: 100%;
  width: 100%;
  flex: 1;
  margin-bottom: 0;
}
.ue-modal-frame .view-classify-menu .ue-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .view-classify-menu .ue-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .view-classify-menu .ue-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .view-classify-menu .ant-menu {
  background-color: #F5F9FC;
}
.ue-modal-frame .view-classify-menu .ant-menu-item-active,
.ue-modal-frame .view-classify-menu .ant-menu-item-selected {
  background-color: rgba(35, 154, 255, 0.2) !important;
  color: #1876F0 !important;
}
.ue-modal-frame .view-classify-menu .ant-menu-submenu-arrow {
  display: none;
}
.ue-modal-frame .sales-promotion .sales-promotion-content .ant-tag {
  background-color: rgba(24, 118, 240, 0.2);
  color: #188DF2;
  border: none;
  margin-left: 14px;
  font-weight: bold;
  padding: 0 4px;
}
.ue-modal-frame .store-modal .ant-checkbox-group .ant-col-8 {
  width: 180px;
}
.ue-modal-frame .create-sales-promotion-modal .po-mes h4,
.ue-modal-frame .create-sales-promotion-modal rules-config h4 {
  color: rgba(50, 50, 51, 0.8);
  font-weight: bold;
}
.ue-modal-frame .create-sales-promotion-modal .po-mes .ant-tag,
.ue-modal-frame .create-sales-promotion-modal rules-config .ant-tag {
  border: none;
  background-color: #F2F6FA;
}
.ue-modal-frame .create-sales-promotion-modal .po-mes .store-tag,
.ue-modal-frame .create-sales-promotion-modal rules-config .store-tag {
  padding: 5px 3px 5px 5px;
  height: 30px;
  margin: 0 0 5px 5px;
}
.ue-modal-frame .create-sales-promotion-modal .po-mes .store-tag .anticon-close,
.ue-modal-frame .create-sales-promotion-modal rules-config .store-tag .anticon-close {
  position: relative;
  top: 2px;
}
.ue-modal-frame .create-sales-promotion-modal .rules-config .rules-setting .extra-tip {
  position: absolute;
  z-index: 999;
  top: 1px;
  left: 122px;
  background-color: #CED4D9;
  width: 1px;
  height: 39px;
}
.ue-modal-frame .create-sales-promotion-modal .rules-config .rules-setting .ant-tabs-tab .ant-radio-wrapper .ant-radio {
  line-height: 1;
  width: inherit;
  height: inherit;
}
.ue-modal-frame .create-sales-promotion-modal .rules-config .rules-setting .ant-tabs-tab .ant-radio-wrapper > span {
  height: 23px;
  display: inline-block;
  line-height: 23px;
  width: 60px;
  padding-right: 0;
}
.ue-modal-frame .create-sales-promotion-modal .ant-tabs.ant-tabs-card > .ant-tabs-bar {
  border-bottom-color: #CED4D9;
  margin-top: 4px;
}
.ue-modal-frame .create-sales-promotion-modal .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-extra-content {
  display: none;
}
.ue-modal-frame .create-sales-promotion-modal .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: 34px;
}
.ue-modal-frame .create-sales-promotion-modal .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab {
  margin-right: 0px;
  background-color: #fff;
  border: 1px solid #CED4D9;
  transition: none;
  margin-right: 4px;
  background-color: #F7F9FA;
  line-height: 32px;
  padding: 0 13px;
}
.ue-modal-frame .create-sales-promotion-modal .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab .ant-radio-wrapper {
  margin-right: 0;
}
.ue-modal-frame .create-sales-promotion-modal .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab-active {
  margin-right: 4px;
  background-color: #fff;
  border-top: 1px solid #CED4D9;
  border-bottom: 0;
  border-left: 1px solid #CED4D9;
  border-right: 1px solid #CED4D9;
  height: 35px;
}
.ue-modal-frame .create-sales-promotion-modal .section-block {
  color: #323233;
}
.ue-modal-frame .create-sales-promotion-modal .section-block .ant-tag {
  height: 21px;
  width: 45px;
  background-color: #1876F0;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  line-height: 20px;
  border: 0;
}
.ue-modal-frame .create-sales-promotion-modal .section-block .del-section {
  position: absolute;
  right: 15px;
}
.ue-modal-frame .adjustment-goods-new-spu {
  border: 1px dashed #CED4D9;
  text-align: center;
  padding: 10px;
}
.ue-modal-frame .adjustment-goods-new-spu p {
  color: rgba(57, 68, 77, 0.8);
}
.ue-modal-frame .drop-is-over {
  box-shadow: 1px 1px 6px 0 #29D68E;
}
.ue-modal-frame .not-drop {
  box-shadow: 1px 1px 6px 0 #FF4D77;
}
.ue-modal-frame .adjustment-goods-table .ue-table-scroll {
  position: relative;
}
.ue-modal-frame .adjustment-goods-table .ue-table-scroll::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 32px;
  background-color: #E9EFF5;
}
.ue-modal-frame .goods-pic {
  position: relative;
  overflow: hidden;
  width: 145px;
  height: 110px;
  margin-left: 20px;
  border-radius: 3px;
}
.ue-modal-frame .goods-pic.border {
  border: 1px solid #D4D5D6;
}
.ue-modal-frame .goods-pic img {
  width: 100%;
  height: 100%;
  border: none;
}
.ue-modal-frame .goods-pic .goods-pic-btn {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: right;
  background: rgba(78, 85, 91, 0.5);
}
.ue-modal-frame .goods-pic .goods-pic-btn i.icon {
  margin-right: 5px;
  padding: 0 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.ue-modal-frame .goods-pic .goods-pic-btn i.icon:last-child {
  margin-right: 10px;
}
.ue-modal-frame .goods-pic:hover .goods-pic-btn {
  display: block;
}
.ue-modal-frame .pic-magnifier {
  display: inline-block;
  position: relative;
}
.ue-modal-frame .pic-magnifier img.border {
  border: 1px solid #CED4D9;
  cursor: pointer;
}
.ue-modal-frame .pic-magnifier .pic-popver {
  z-index: 100;
  position: fixed;
  left: 50%;
  top: 50%;
  border: 15px solid rgba(0, 0, 0, 0.7);
}
.ue-modal-frame .replaceSkuModal .ant-table-small {
  border: none;
}
.ue-modal-frame .replaceSkuModal .ant-table-small .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td {
  padding: 10px 8px;
}
.ue-modal-frame .replaceSkuModal .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  padding: 6px 8px;
  background-color: #fafafa;
}
.ue-modal-frame .replaceSkuModal .ant-table-small > .ant-table-content > .ant-table-body > table {
  padding: 0;
}
.ue-modal-frame .replaceSkuModal .ant-pagination {
  width: auto;
}
.ue-modal-frame .replaceSkuModal .ant-table-content {
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .replaceSkuModal .ant-modal-body {
  padding-bottom: 0;
}
.ue-modal-frame .replaceSkuModal .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame .replaceSkuModal .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame .replaceSkuModal .ant-table-expanded-row:hover {
  background: none;
}
.ue-modal-frame .replaceSkuModal .ant-table-expanded-row:hover > td {
  background: none;
}
.ue-modal-frame .replaceSkuModal .expanded-table {
  margin-left: -35px;
}
.ue-modal-frame .replaceSkuModal .expanded-table .ant-table-content {
  border-bottom: none;
}
.ue-modal-frame .replaceSkuModal .ant-modal-body {
  padding-right: 10px;
}
.ue-modal-frame .replaceSkuModal .ant-modal-body .ant-tabs-tabpane {
  height: 380px;
  padding-right: 20px;
  overflow-y: auto;
}
.ue-modal-frame .replaceSkuModal .ant-modal-body .ant-tabs-tabpane:first-child {
  overflow-x: auto;
  overflow-y: auto;
}
.ue-modal-frame .spuList .selectParentRowKey {
  background-color: #f0f2f5;
}
.ue-modal-frame .spuList .SkuRow .ue-table-selection-column span {
  visibility: hidden;
}
.ue-modal-frame .goods-mapping {
  height: 100%;
  padding-bottom: 60px;
}
.ue-modal-frame .goods-mapping .filters-header {
  padding: 5px 0 25px 0;
  border-bottom: 1px dashed #CED4D9;
}
.ue-modal-frame .goods-mapping .ant-tabs.tabs-container {
  margin-top: 41px;
}
.ue-modal-frame .goods-mapping .ant-breadcrumb-separator {
  opacity: 0.5;
}
.ue-modal-frame .goods-mapping .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .goods-mapping .ant-tabs-nav .ant-tabs-tab-active {
  color: #fff;
  font-size: 14px;
}
.ue-modal-frame .goods-mapping .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .goods-mapping .ant-tabs-bar {
  border-bottom: none;
}
.ue-modal-frame .goods-mapping .tab_bar_extra li {
  float: left;
  color: #fff;
  margin-left: 30px;
  cursor: pointer;
}
.ue-modal-frame .goods-mapping .order-content {
  display: table;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  width: 100%;
}
.ue-modal-frame .goods-mapping .order-content-left,
.ue-modal-frame .goods-mapping .order-content-right {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  height: 56px;
  line-height: 56px;
}
.ue-modal-frame .goods-mapping .order-content-left .left-handle,
.ue-modal-frame .goods-mapping .order-content-right .left-handle {
  height: 56px;
  line-height: 56px;
}
.ue-modal-frame .goods-mapping .order-content-left.order-content-small,
.ue-modal-frame .goods-mapping .order-content-right.order-content-small {
  height: 34px;
  line-height: 34px;
}
.ue-modal-frame .goods-mapping .order-content-left.order-content-small .left-handle,
.ue-modal-frame .goods-mapping .order-content-right.order-content-small .left-handle {
  height: 34px;
  line-height: 34px;
}
.ue-modal-frame .goods-mapping .order-content-left.order-content-middle,
.ue-modal-frame .goods-mapping .order-content-right.order-content-middle {
  height: 48px;
  line-height: 48px;
}
.ue-modal-frame .goods-mapping .order-content-left.order-content-middle .left-handle,
.ue-modal-frame .goods-mapping .order-content-right.order-content-middle .left-handle {
  height: 48px;
  line-height: 48px;
}
.ue-modal-frame .goods-mapping .localDisabled {
  background-color: #F2F6Fa !important;
  color: rgba(38, 45, 51, 0.5);
}
.ue-modal-frame .goods-mapping .order-content-left {
  width: 87px;
  border-right: 1px solid #D9D9D9;
}
.ue-modal-frame .goods-mapping .order-content-left.disabled {
  background-color: #F2F6Fa !important;
  color: rgba(38, 45, 51, 0.5);
}
.ue-modal-frame .goods-mapping .order-content-right {
  width: 136px;
}
.ue-modal-frame .goods-mapping .order-content-center {
  display: table;
  height: 56px;
  width: 100%;
}
.ue-modal-frame .goods-mapping .order-content-center.order-content-small {
  height: 34px;
  line-height: 34px;
}
.ue-modal-frame .goods-mapping .order-content-center.order-content-middle {
  height: 48px;
  line-height: 48px;
}
.ue-modal-frame .goods-mapping .order-content-center .order-content-center-left,
.ue-modal-frame .goods-mapping .order-content-center .order-content-center-right {
  display: table-cell;
  width: 50%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #D9D9D9;
}
.ue-modal-frame .goods-mapping .order-content-center .order-content-center-left.multiple-spu,
.ue-modal-frame .goods-mapping .order-content-center .order-content-center-right.multiple-spu {
  background-color: #fff;
}
.ue-modal-frame .goods-mapping .order-content-center .order-content-center-left {
  background-color: rgba(255, 101, 101, 0.08);
}
.ue-modal-frame .goods-mapping .order-content-center .order-content-center-right {
  background-color: rgba(35, 154, 255, 0.1);
}
.ue-modal-frame .goods-mapping .order-content-center .goods {
  height: 100%;
}
.ue-modal-frame .goods-mapping .order-content-center .goods-cell {
  float: left;
  height: 100%;
  width: 50%;
  position: relative;
}
.ue-modal-frame .goods-mapping .order-content-center .goods-cell .has-more-goods {
  color: #9FB0BF;
  font-weight: bold;
}
.ue-modal-frame .goods-mapping .order-content-center .tag {
  display: table;
  float: left;
  width: 100px;
  height: 100%;
  text-align: left;
  padding-left: 20px;
}
.ue-modal-frame .goods-mapping .order-content-center .tag div {
  display: table-cell;
  vertical-align: middle;
}
.ue-modal-frame .goods-mapping .order-content-center .tag .sku-tag {
  background-color: #fff;
  padding: 1px 2px;
  color: rgba(50, 50, 51, 0.8);
  border: 1px solid #CED4D9;
  border-radius: 2px;
}
.ue-modal-frame .goods-mapping .order-content-center .tag .sku-tag-disabled {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .goods-mapping .order-content-center .code {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 50px 0 100px;
}
.ue-modal-frame .goods-mapping .order-content-center .code > div {
  height: 100%;
  width: 100%;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.ue-modal-frame .goods-mapping .order-content-center .code > div > div {
  display: table;
  height: 100%;
  width: 100%;
}
.ue-modal-frame .goods-mapping .order-content-center .code > div > div > div {
  display: table-cell;
  vertical-align: middle;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  padding-right: 10px;
}
.ue-modal-frame .goods-mapping .order-content-center .img {
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
  margin-right: -50px;
}
.ue-modal-frame .goods-mapping .order-content-center .img > div {
  display: table;
  height: 100%;
  width: 100%;
}
.ue-modal-frame .goods-mapping .order-content-center .img > div > div {
  display: table-cell;
  vertical-align: middle;
}
.ue-modal-frame .goods-mapping .order-content-center .img > div > div img {
  border-radius: 2px;
}
.ue-modal-frame .goods-mapping .order-content-center .img .img-wrap {
  width: 38px;
  height: 38px;
  background-color: #fff;
}
.ue-modal-frame .goods-mapping .order-content-center .img .img-wrap img {
  width: 100%;
  height: 100%;
}
.ue-modal-frame .goods-mapping .order-content-center .name {
  width: 100%;
  height: 100%;
  padding: 0 100px 0 0;
  display: table;
}
.ue-modal-frame .goods-mapping .order-content-center .name > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.ue-modal-frame .goods-mapping .order-content-center .name > div div,
.ue-modal-frame .goods-mapping .order-content-center .name > div span {
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.ue-modal-frame .goods-mapping .orthogon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  vertical-align: middle;
}
.ue-modal-frame .goods-mapping .orthogon-red {
  background-color: #FF4D77;
}
.ue-modal-frame .goods-mapping .orthogon-blue {
  background-color: #1876F0;
}
.ue-modal-frame .goods-mapping .mapping-header {
  margin-bottom: 10px;
}
.ue-modal-frame .goods-mapping .mapping-header .operations {
  padding: 25px 0 15px;
}
.ue-modal-frame .goods-mapping .mapping-header .color-red {
  font-weight: 700;
  color: #FF4D77;
  font-size: 14px;
}
.ue-modal-frame .goods-mapping .mapping-header .color-blue {
  font-weight: 700;
  color: #1876F0;
  font-size: 14px;
}
.ue-modal-frame .goods-mapping .mapping-spu {
  margin: 20px 0;
}
.ue-modal-frame .goods-mapping .mapping-body .goods-mapping-operation {
  display: flex;
  align-items: center;
}
.ue-modal-frame .goods-mapping .mapping-body .deliver-btn-wrap {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.ue-modal-frame .goods-mapping .mapping-body .deliver-btn-wrap .inline-block,
.ue-modal-frame .goods-mapping .mapping-body .deliver-btn-wrap .send-failed {
  display: inline-block;
  line-height: 16px;
  cursor: pointer;
}
.ue-modal-frame .goods-mapping .mapping-body .deliver-status .send-status {
  line-height: 16px;
}
.ue-modal-frame .goods-mapping .mapping-body .confirm-btn-wrap {
  flex: 1;
}
.ue-modal-frame .goods-mapping .mapping-body .confirm-btn-inner {
  position: relative;
  display: inline-block;
}
.ue-modal-frame .goods-mapping .mapping-body .confirm-tips {
  position: absolute;
  top: -1px;
  right: -20px;
}
.ue-modal-frame .goods-mapping .mapping-body .confirm-tips .tooltip {
  width: 200px;
}
.ue-modal-frame .setting-content {
  padding: 5px;
  text-align: center;
}
.ue-modal-frame .setting-content .btn-save {
  background-color: #29D68E;
  color: #fff;
  margin-left: 12px;
}
.ue-modal-frame .setting-content .btn-save:hover,
.ue-modal-frame .setting-content .btn-save:focus {
  border-color: #29D68E;
}
.ue-modal-frame .expanded-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .deleted-pop .ant-popover-buttons {
  text-align: center;
}
.ue-modal-frame .left-content-tag .icon {
  vertical-align: -2px;
}
.ue-modal-frame .home-container .left-panel {
  float: left;
  width: 370px;
  min-height: 100%;
  margin: 0 30px 20px 0;
}
.ue-modal-frame .home-container .left-panel .title {
  color: #262D33;
}
.ue-modal-frame .home-container .left-panel .subTitle {
  font-size: 12px;
  color: rgba(38, 45, 51, 0.5);
  margin-bottom: 10px;
}
.ue-modal-frame .home-container .left-panel .left-top {
  background-color: white;
}
.ue-modal-frame .home-container .left-panel .left-top .today {
  padding: 20px 30px 25px 30px;
  border-radius: 4px;
}
.ue-modal-frame .home-container .left-panel .left-top .today .count-inner {
  text-align: center;
  margin-top: 27px;
  cursor: pointer;
}
.ue-modal-frame .home-container .left-panel .left-top .today .count-inner .counting-container {
  height: 60px;
  overflow: hidden;
}
.ue-modal-frame .home-container .left-panel .left-top .today .count-inner .counting-container .counting-num {
  position: relative;
  height: 60px;
  width: 45px;
  display: inline-block;
}
.ue-modal-frame .home-container .left-panel .left-top .today .count-inner .counting-container .counting-num .numbers {
  left: 0;
  display: inline-block;
  position: absolute;
}
.ue-modal-frame .home-container .left-panel .left-top .today .warning-text {
  font-size: 12px;
  color: rgba(38, 45, 51, 0.8);
  line-height: 18px;
}
.ue-modal-frame .home-container .left-panel .left-top .today .warning-button {
  font-size: 12px;
  color: #FF4D77;
  line-height: 18px;
  text-decoration: underline;
  margin-left: 5px;
}
.ue-modal-frame .home-container .left-panel .left-top .today .divider {
  margin: 30px 0;
  border-top: 1px dashed #CED4D9;
}
.ue-modal-frame .home-container .left-panel .left-top .today .shake {
  animation: msgShake 2s infinite;
}
@keyframes msgShake {
  0%,
  25%,
  100% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-25deg);
  }
  10% {
    transform: rotate(25deg);
  }
  15% {
    transform: rotate(-25deg);
  }
  20% {
    transform: rotate(25deg);
  }
}
.ue-modal-frame .home-container .left-panel .left-top .today .wh-below-warning {
  display: flex;
  align-items: center;
}
.ue-modal-frame .home-container .left-panel .left-top .today .wh-below-warning .warning-icon {
  width: 100px;
}
.ue-modal-frame .home-container .left-panel .left-top .today .wh-below-warning .wh-item .wh-name {
  float: left;
  width: 60px;
}
.ue-modal-frame .home-container .left-panel .left-top .today .wh-below-warning .wh-item .warning-button {
  margin-left: 5px;
  max-width: 140px;
}
.ue-modal-frame .home-container .left-panel .left-top .today .wh-below-warning .wh-more {
  margin-top: 5px;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .home-container .left-panel .left-top .today {
    padding-bottom: 40px;
  }
  .ue-modal-frame .home-container .left-panel .left-top .today .count-inner {
    margin-top: 38px;
  }
}
.ue-modal-frame .home-container .left-panel .left-bottom {
  background-color: white;
  margin: 30px 0 20px 0;
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues {
  padding: 20px 0 25px 30px;
  border-radius: 4px;
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending {
  padding-left: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  width: 310px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending .numbers {
  position: absolute;
  padding: 1px 5px;
  top: 13px;
  right: 15px;
  font-size: 12px;
  border-radius: 2px;
  letter-spacing: 0;
  line-height: 18px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending-normal {
  background-color: #F2F6FA;
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending-normal span {
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending-warning {
  background-color: rgba(255, 77, 119, 0.05);
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending-warning span {
  color: #FF4D77;
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending-warning .numbers {
  color: #FF4D77;
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending:hover {
  background-color: #239AFF;
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending:hover span {
  color: white;
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .pending:hover .numbers {
  color: white;
}
.ue-modal-frame .home-container .left-panel .left-bottom .pending-issues .no-pending-text {
  color: rgba(38, 45, 51, 0.8);
  font-size: 12px;
  margin-top: 10px;
}
.ue-modal-frame .home-container .right-panel {
  margin-left: 400px;
  margin-top: 5px;
}
.ue-modal-frame .home-container .right-panel .right-top > .ant-row {
  height: 184px;
}
.ue-modal-frame .home-container .right-panel .right-top .home-right-top {
  display: flex;
  height: 200px;
}
.ue-modal-frame .home-container .right-panel .right-top .frequently-menu {
  flex: 1;
  margin-right: 30px;
}
.ue-modal-frame .home-container .right-panel .right-top .banner-wrap {
  width: 357px;
}
.ue-modal-frame .home-container .right-panel .right-top .frequently {
  padding: 20px 30px 15px 30px;
  height: 200px;
  border-radius: 4px;
  background-color: white;
}
.ue-modal-frame .home-container .right-panel .right-top .frequently .title {
  color: #262D33;
}
.ue-modal-frame .home-container .right-panel .right-top .frequently .menuButton {
  height: 38px;
  width: 100%;
  border: 0;
  background-color: #F2F6FA;
  border-radius: 2px;
  margin-bottom: 15px;
}
.ue-modal-frame .home-container .right-panel .right-top .frequently .menuButton span {
  font-size: 14px;
  color: #262D33;
}
.ue-modal-frame .home-container .right-panel .right-top .frequently .menuButton:hover {
  background-color: #239AFF;
}
.ue-modal-frame .home-container .right-panel .right-top .frequently .menuButton:hover span {
  font-weight: bold;
  color: white;
}
.ue-modal-frame .home-container .right-panel .right-top .banner a,
.ue-modal-frame .home-container .right-panel .right-top .banner img {
  width: 100%;
  height: 100%;
}
.ue-modal-frame .home-container .right-panel .right-top .banner a {
  display: block;
}
.ue-modal-frame .home-container .right-panel .right-top .banner .item {
  height: 200px;
}
.ue-modal-frame .home-container .right-panel .right-top .video {
  height: 184px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  float: right;
}
.ue-modal-frame .home-container .right-panel .right-top .video div {
  font-size: 16px;
  color: white;
  letter-spacing: 1px;
  line-height: 31px;
  margin-top: 50px;
}
.ue-modal-frame .home-container .right-panel .right-top .video div .point {
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  vertical-align: middle;
}
.ue-modal-frame .home-container .right-panel .right-top .video .icon-play {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
  display: block;
  cursor: pointer;
}
.ue-modal-frame .home-container .right-panel .right-bottom {
  margin: 30px 0 20px 0;
}
.ue-modal-frame .home-container .right-panel .right-bottom .trend {
  background-color: white;
  border-radius: 4px;
  padding: 2px 30px 30px;
}
.ue-modal-frame .home-container .right-panel .right-bottom .trend .ant-tabs-tab {
  font-size: 14px;
  color: #262D33;
  letter-spacing: 0;
}
.ue-modal-frame .home-container .right-panel .right-bottom .trend .ant-tabs-tab-active {
  color: #239AFF !important;
  font-weight: bold;
}
.ue-modal-frame .main-report .summary,
.ue-modal-frame .main-report .sales,
.ue-modal-frame .main-report .hot {
  border-radius: 4px;
  background-color: white;
  padding: 15px 0 10px 0;
  margin-bottom: 30px;
}
.ue-modal-frame .main-report .summary .subtitle,
.ue-modal-frame .main-report .sales .subtitle,
.ue-modal-frame .main-report .hot .subtitle {
  height: 30px;
  line-height: 30px;
  padding-left: 28px;
}
.ue-modal-frame .main-report .summary .subtitle span,
.ue-modal-frame .main-report .sales .subtitle span,
.ue-modal-frame .main-report .hot .subtitle span {
  font-size: 14px;
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
  letter-spacing: 0;
}
.ue-modal-frame .main-report .summary .content,
.ue-modal-frame .main-report .sales .content,
.ue-modal-frame .main-report .hot .content {
  padding: 15px 30px 20px 30px;
}
.ue-modal-frame .main-report .summary .content .icon-container,
.ue-modal-frame .main-report .sales .content .icon-container,
.ue-modal-frame .main-report .hot .content .icon-container {
  border-radius: 4px 0 0 4px;
  width: 43px;
  height: 68px;
  float: left;
  line-height: 68px;
  text-align: center;
  font-size: 22px;
  color: white;
  position: relative;
  top: 26px;
}
.ue-modal-frame .main-report .summary .content .sale-icon,
.ue-modal-frame .main-report .sales .content .sale-icon,
.ue-modal-frame .main-report .hot .content .sale-icon {
  background-color: #239AFF;
}
.ue-modal-frame .main-report .summary .content .sorder-icon,
.ue-modal-frame .main-report .sales .content .sorder-icon,
.ue-modal-frame .main-report .hot .content .sorder-icon {
  background-color: #FFBE31;
}
.ue-modal-frame .main-report .summary .content .content-container,
.ue-modal-frame .main-report .sales .content .content-container,
.ue-modal-frame .main-report .hot .content .content-container {
  height: 100%;
  padding: 30px 5px 0 5px;
}
.ue-modal-frame .main-report .summary .content .content-container .number,
.ue-modal-frame .main-report .sales .content .content-container .number,
.ue-modal-frame .main-report .hot .content .content-container .number {
  font-size: 30px;
  color: #333A47;
  letter-spacing: 0;
  font-weight: bold;
}
.ue-modal-frame .main-report .summary .content .content-container .sales-number,
.ue-modal-frame .main-report .sales .content .content-container .sales-number,
.ue-modal-frame .main-report .hot .content .content-container .sales-number {
  display: inline-block;
  width: 60%;
}
.ue-modal-frame .main-report .summary .content .content-container .sales-number .unit,
.ue-modal-frame .main-report .sales .content .content-container .sales-number .unit,
.ue-modal-frame .main-report .hot .content .content-container .sales-number .unit {
  font-size: 14px;
  margin-right: 5px;
}
.ue-modal-frame .main-report .summary .content .content-container .order-number,
.ue-modal-frame .main-report .sales .content .content-container .order-number,
.ue-modal-frame .main-report .hot .content .content-container .order-number {
  display: inline-block;
  width: 28%;
}
.ue-modal-frame .main-report .summary .content .content-container .ant-divider-vertical,
.ue-modal-frame .main-report .sales .content .content-container .ant-divider-vertical,
.ue-modal-frame .main-report .hot .content .content-container .ant-divider-vertical {
  color: rgba(38, 45, 51, 0.15);
  vertical-align: top;
  margin-top: 8px;
  height: 65px;
}
.ue-modal-frame .main-report .summary .content .content-container .catalog,
.ue-modal-frame .main-report .sales .content .content-container .catalog,
.ue-modal-frame .main-report .hot .content .content-container .catalog {
  margin-top: 5px;
}
.ue-modal-frame .main-report .summary .content .content-container .catalog span,
.ue-modal-frame .main-report .sales .content .content-container .catalog span,
.ue-modal-frame .main-report .hot .content .content-container .catalog span {
  font-size: 12px;
  color: rgba(38, 45, 51, 0.8);
  letter-spacing: 0;
}
.ue-modal-frame .main-report .summary .content .content-container .catalog span .remark,
.ue-modal-frame .main-report .sales .content .content-container .catalog span .remark,
.ue-modal-frame .main-report .hot .content .content-container .catalog span .remark {
  color: #FF4D77;
}
.ue-modal-frame .main-report .sales .content {
  padding: 0 30px 20px;
}
.ue-modal-frame .sales-status-report {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-thead > tr > th:nth-child(3n+3),
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-middle .ue-table-tbody > tr > td:nth-child(3n+3) {
  border-right: 1px solid #DFE0E1;
}
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-thead > tr > th:last-child,
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-tbody > tr > td:last-child {
  border-right: 0;
}
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-thead > tr > th {
  background: rgba(255, 77, 119, 0.1);
  font-weight: normal;
  height: 30px;
}
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-thead > tr > th:nth-child(1),
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-thead > tr > th:nth-child(2),
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-thead > tr > th:nth-child(3) {
  background-color: #F2F6FA;
}
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-thead > tr:first-child > th {
  font-weight: bold;
  border-right: 1px solid #DFE0E1;
  padding-top: 10px;
  background: rgba(255, 77, 119, 0.1);
}
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-thead > tr:first-child > th:last-child {
  border-right: 0;
}
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-thead > tr:first-child > th:nth-child(1) {
  background-color: #F2F6FA;
}
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-body {
  overflow-x: auto!important;
}
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-body .ue-table-tbody > tr > td:nth-child(4),
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-body .ue-table-tbody > tr > td:nth-child(7),
.ue-modal-frame .sales-status-report .ue-table-middle .ue-table-body .ue-table-tbody > tr > td:nth-child(10) {
  font-weight: bold;
}
.ue-modal-frame .sales-status-report h4 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 48px;
  height: 48px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .sales-status-report .container-item .pagination {
  margin-left: -30px;
  position: fixed;
  bottom: 0;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #CED4D9;
  background: #fff;
  z-index: 999;
  width: calc(100% - 225px);
}
@media screen and (min-width: 1583px) {
  .ue-modal-frame .sales-status-report .container-item .pagination {
    width: 1343px;
  }
}
@media screen and (max-width: 1583px) and (min-width: 1280px) {
  .ue-modal-frame .sales-status-report .container-item .pagination {
    width: 1040px;
  }
}
.ue-modal-frame .sales-status-report .container-item .pagination ul {
  line-height: 50px;
  margin: 0;
  text-align: right;
}
.ue-modal-frame .sales-status-report .container-item .search-key-words {
  padding-bottom: 15px;
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 15px;
}
.ue-modal-frame .sales-status-report .ant-tabs-tab {
  font-size: 14px;
  color: #323233;
}
.ue-modal-frame .sales-status-report .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .sku-sales-report {
  padding-bottom: 50px;
}
.ue-modal-frame .sku-sales-report .ue-table-middle .ue-table-thead > tr > th {
  background-color: #F2F6FA;
}
.ue-modal-frame .sku-sales-report .pagination {
  position: fixed;
  bottom: 0;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #CED4D9;
  background: #fff;
  z-index: 999;
  width: calc(100% - 225px);
}
@media screen and (min-width: 1583px) {
  .ue-modal-frame .sku-sales-report .pagination {
    width: 1343px;
  }
}
@media screen and (max-width: 1583px) and (min-width: 1280px) {
  .ue-modal-frame .sku-sales-report .pagination {
    width: 1040px;
  }
}
.ue-modal-frame .sku-sales-report .pagination ul {
  line-height: 50px;
  margin: 0;
  text-align: right;
}
.ue-modal-frame .reports-modal .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
  font-weight: bold;
  border-color: #CED4D9;
}
.ue-modal-frame .reports-modal .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .sales-analysis-report .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
  font-weight: bold;
  border-color: #CED4D9;
}
.ue-modal-frame .sales-analysis-report .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .sales-analysis-report .ue-table-middle .ue-table-thead > tr > th {
  background-color: #F2F6FA;
}
.ue-modal-frame .shipping-status-report {
  padding-bottom: 50px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .shipping-status-report .ue-table-middle .ue-table-thead > tr > th {
  background-color: #F2F6FA;
}
.ue-modal-frame .shipping-status-report h4 {
  font-size: 18px;
  margin-bottom: 0;
  height: 48px;
  line-height: 48px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .shipping-status-report .pagination {
  position: fixed;
  bottom: 0;
  margin-left: -30px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #CED4D9;
  background: #fff;
  z-index: 999;
  width: calc(100% - 225px);
}
@media screen and (min-width: 1583px) {
  .ue-modal-frame .shipping-status-report .pagination {
    width: 1343px;
  }
}
@media screen and (max-width: 1583px) and (min-width: 1280px) {
  .ue-modal-frame .shipping-status-report .pagination {
    width: 1040px;
  }
}
.ue-modal-frame .shipping-status-report .pagination ul {
  line-height: 50px;
  margin: 0;
  text-align: right;
}
.ue-modal-frame .shipping-status-report .shipping-status-report-content .search-key-words {
  padding-bottom: 15px;
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 15px;
}
.ue-modal-frame .shipping-status-report .ant-tabs-tab {
  font-size: 14px;
  color: #323233;
}
.ue-modal-frame .shipping-status-report .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .shipping-express-report .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
  font-weight: bold;
  border-color: #CED4D9;
}
.ue-modal-frame .shipping-express-report .pagination {
  position: fixed;
  bottom: 0;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #CED4D9;
  background: #fff;
  z-index: 999;
  margin-left: -30px;
  padding-right: 20px;
  width: calc(100% - 587px);
}
@media screen and (min-width: 1583px) {
  .ue-modal-frame .shipping-express-report .pagination {
    width: 1343px;
  }
}
@media screen and (max-width: 1583px) and (min-width: 1280px) {
  .ue-modal-frame .shipping-express-report .pagination {
    width: 1040px;
  }
}
.ue-modal-frame .shipping-express-report .pagination ul {
  line-height: 50px;
  margin: 0;
  text-align: right;
}
.ue-modal-frame .shipping-express-report .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .shipping-express-report .ue-table-middle .ue-table-thead > tr > th {
  background-color: #F2F6FA;
}
.ue-modal-frame .shipping-express-report .reports-express .ue-table-middle .ue-table-cell {
  padding: 0;
}
.ue-modal-frame .shipping-express-report .reports-express .odd-row td {
  background-color: #F7F9FA;
}
.ue-modal-frame .shipping-express-report .reports-express .reports-express-nest {
  height: 100%;
}
.ue-modal-frame .shipping-express-report .reports-express .reports-express-nest .ue-table-middle .ue-table-placeholder {
  display: none !important;
}
.ue-modal-frame .shipping-pending-report {
  padding-bottom: 50px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .shipping-pending-report .ue-table-middle .ue-table-thead > tr > th {
  background-color: #F2F6FA;
}
.ue-modal-frame .shipping-pending-report .pagination {
  position: fixed;
  bottom: 0;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #CED4D9;
  background: #fff;
  z-index: 999;
  width: calc(100% - 225px);
}
@media screen and (min-width: 1583px) {
  .ue-modal-frame .shipping-pending-report .pagination {
    width: 1343px;
  }
}
@media screen and (max-width: 1583px) and (min-width: 1280px) {
  .ue-modal-frame .shipping-pending-report .pagination {
    width: 1040px;
  }
}
.ue-modal-frame .shipping-pending-report .pagination ul {
  line-height: 50px;
  margin: 0;
  text-align: right;
}
.ue-modal-frame .shipping-pending-report h4 {
  font-size: 18px;
  margin-bottom: 0;
  height: 48px;
  line-height: 48px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .reports-container .left-panel {
  float: left;
  width: 180px;
  min-height: 100%;
  margin: 0 30px 20px 0;
  transition: all 0.2s;
}
.ue-modal-frame .reports-container .left-panel.left-panel-collapsed {
  width: 70px;
}
.ue-modal-frame .reports-container .left-panel .container {
  border-radius: 4px;
  background-color: white;
}
.ue-modal-frame .reports-container .left-panel .container .head {
  padding-left: 24px;
  line-height: 48px;
  height: 48px;
  background-color: #B2DCFF;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.ue-modal-frame .reports-container .left-panel .container .head span {
  color: white;
  font-size: 16px;
}
.ue-modal-frame .reports-container .left-panel .container .list {
  padding: 0 25px;
}
.ue-modal-frame .reports-container .left-panel .container .list .ant-divider {
  margin: 0;
}
.ue-modal-frame .reports-container .left-panel .container .list .section {
  margin: 18px 0;
  overflow: hidden;
}
.ue-modal-frame .reports-container .left-panel .container .list .section .item {
  width: 170px;
  line-height: 48px;
  height: 48px;
  position: relative;
  cursor: pointer;
}
.ue-modal-frame .reports-container .left-panel .container .list .section .item i {
  color: #9FB0BF;
  font-size: 16px;
  margin-right: 14px;
  position: relative;
  top: 1px;
}
.ue-modal-frame .reports-container .left-panel .container .list .section .item span {
  font-size: 14px;
  color: #323233;
}
.ue-modal-frame .reports-container .left-panel .container .list .section .active i {
  color: #239AFF;
}
.ue-modal-frame .reports-container .left-panel .container .list .section .active span {
  color: #389BFF;
  font-weight: bold;
}
.ue-modal-frame .reports-container .right-panel {
  margin-left: 210px;
  transition: all 0.2s;
}
.ue-modal-frame .reports-container .right-panel.right-panel-expanded {
  margin-left: 100px;
}
.ue-modal-frame .reports-container .right-panel .head {
  line-height: 48px;
  height: 48px;
}
.ue-modal-frame .reports-container .right-panel .head span {
  color: rgba(38, 45, 51, 0.8);
  font-size: 18px;
  letter-spacing: 0;
}
.ue-modal-frame .reports-container .right-panel .container-item {
  padding: 20px 30px;
  background-color: #fff;
  min-height: 816px;
  overflow-x: hidden;
}
.ue-modal-frame .reports-container .right-panel .container-item .ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ue-modal-frame .reports-container .right-panel .container-item .ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  height: auto!important;
}
.ue-modal-frame .reports-container .right-panel .container-item .subtitle {
  height: 30px;
  line-height: 30px;
}
.ue-modal-frame .reports-container .right-panel .container-item .subtitle:before {
  content: '';
  width: 3px;
  height: 30px;
  background-color: #1876F0;
  display: block;
  position: absolute;
  left: -30px;
}
.ue-modal-frame .reports-container .right-panel .container-item .subtitle span {
  font-size: 14px;
  color: #262D33;
  letter-spacing: 0;
}
.ue-modal-frame .order-audit .search-condition {
  height: 62px;
  background-color: #E9EFF5;
  padding: 15px;
  width: 100%;
  position: relative;
}
.ue-modal-frame .order-audit .order-list .tabs-container .ant-tabs-nav .ant-tabs-tab-active {
  color: rgba(38, 45, 51, 0.8);
  font-weight: bold;
}
.ue-modal-frame .order-audit .order-list .ant-table-thead > tr > th {
  background-color: white;
}
.ue-modal-frame .order-audit .order-list .buy-mes .edit:hover {
  color: #1876F0;
}
.ue-modal-frame .order-audit .order-list .remarks .bbs i {
  color: #239AFF;
  font-style: normal;
}
.ue-modal-frame .order-audit .order-list .remarks .bei i {
  color: #29D68E;
  font-style: normal;
}
.ue-modal-frame .order-audit .order-list tr.ant-table-expanded-row {
  background-color: #F7FAFC;
}
.ue-modal-frame .ai-check {
  background: #fff;
  border-radius: 4px;
  width: 360px;
}
.ue-modal-frame .ai-check .ai-setting-content {
  padding: 8px;
  max-height: 70vh;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ue-modal-frame .ai-check .ai-setting-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ai-check .ai-setting-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ai-check .ai-setting-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .ai-check .ant-checkbox-group-item,
.ue-modal-frame .ai-check .head {
  margin-bottom: 8px;
}
.ue-modal-frame .ai-check .head {
  color: rgba(38, 45, 51, 0.8);
  font-weight: 700;
}
.ue-modal-frame .ai-check .ai-split-setting {
  color: #239AFF;
}
.ue-modal-frame .ai-check .setting-item {
  padding-bottom: 10px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(38, 45, 51, 0.15);
}
.ue-modal-frame .ai-check .setting-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.ue-modal-frame .ai-check .hidden-checkbox {
  position: relative;
  display: inline-block;
  left: -25px;
  background: #fff;
  cursor: auto;
}
.ue-modal-frame .ai-check .ai-setting-tips {
  margin-bottom: 8px;
  margin-left: 25px;
  color: #FF4D77;
}
.ue-modal-frame .ai-check .ai-setting-btn .right-content {
  float: right;
  line-height: 34px;
}
.ue-modal-frame .ai-check .merge-checkbox .ant-checkbox-group-item {
  display: block;
}
.ue-modal-frame .ai-check .merge-checkbox .ant-checkbox-group-item .setting-btn {
  cursor: pointer;
  float: right;
}
.ue-modal-frame .ant-popover-inner-content .ant-form {
  width: 350px;
}
.ue-modal-frame .help {
  color: #fff;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  right: 15px;
}
.ue-modal-frame .help .help-hover:hover {
  color: #1876F0;
}
.ue-modal-frame .header-btn-content {
  position: relative;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-expanded-row .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab-prev,
.ue-modal-frame .review-order-table .ue-table-body .ue-table-expanded-row .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab-next {
  display: none;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table colgroup col {
  min-width: 60px!important;
}
.ue-modal-frame .review-order-table .ue-table-body .order-remark {
  position: relative;
  min-height: 60px;
}
.ue-modal-frame .review-order-table .ue-table-body .order-remark .flag-inner {
  position: absolute;
  right: 0;
  top: 0;
}
.ue-modal-frame .review-order-table .ue-table-body .order-remark .edit-inner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ue-modal-frame .review-order-table .ue-table-body .order-remark .edit-inner .icon-ic_edit {
  visibility: hidden;
}
.ue-modal-frame .review-order-table .ue-table-body .buy-mes {
  position: relative;
}
.ue-modal-frame .review-order-table .ue-table-body .buy-mes .edit-inner {
  position: absolute;
  right: 4px;
  bottom: -10px;
}
.ue-modal-frame .review-order-table .ue-table-body .buy-mes .edit-inner .icon-ic_edit {
  visibility: hidden;
}
.ue-modal-frame .review-order-table .ue-table-body .express .one-more .one-more-button {
  visibility: hidden;
}
.ue-modal-frame .review-order-table .ue-table-body .express .edit-inner {
  position: absolute;
  right: 10px;
  bottom: 12px;
}
.ue-modal-frame .review-order-table .ue-table-body .express .edit-inner .icon-ic_edit {
  visibility: hidden;
}
.ue-modal-frame .review-order-table .ue-table-body .icon-ic_edit:hover {
  color: #1876F0;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row .ue-table-cell .pop-select-selection {
  border-color: transparent;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row .ue-table-cell .pop-select-selection .pop-select-selection-arrow {
  display: none;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row .ue-table-cell .pop-select-selection .selected-value {
  overflow: inherit;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row .ue-table-cell .pop-select-selection.has-border {
  border-color: #CED4D9;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row .ue-table-cell .pop-select-selection.has-border .pop-select-selection-arrow {
  display: block;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row .ue-table-cell .ant-select-selection {
  border-color: transparent;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row .ue-table-cell .ant-select-selection .ant-select-arrow {
  display: none;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row .ue-table-cell .ant-select-open .ant-select-selection {
  border-color: #1876F0;
  box-shadow: inherit;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .order-remark .icon-ic_edit,
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .buy-mes .icon-ic_edit,
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .express .icon-ic_edit {
  visibility: visible;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .express .one-more-button {
  visibility: visible;
  display: block;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .pop-select-selection {
  border-color: #CED4D9;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .pop-select-selection .pop-select-selection-arrow {
  display: block;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .pop-select-selection.pop-select-selection-focus {
  border-color: #1876F0;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .pop-select-selection.pop-select-selection-focus .pop-select-selection-arrow {
  color: #1876F0;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .ant-select-selection {
  border-color: #d9d9d9;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .ant-select-selection .ant-select-arrow {
  display: none;
}
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .ant-select-selection:focus,
.ue-modal-frame .review-order-table .ue-table-body .ue-table-row:hover .ant-select-selection:active {
  box-shadow: inherit;
}
.ue-modal-frame .modal-replace-goods .ue-table-cell {
  padding: 4px 8px;
}
.ue-modal-frame .modal-replace-goods .replace-scale-title {
  text-align: center;
  color: #527ECC;
}
.ue-modal-frame .modal-replace-goods .replace-scale-wrap {
  display: flex;
}
.ue-modal-frame .modal-replace-goods .replace-scale-input {
  flex: 1;
  width: 50px;
  text-align: center;
}
.ue-modal-frame .modal-replace-goods .replace-scale-input .ant-input-number-handler-wrap {
  display: none;
}
.ue-modal-frame .modal-replace-goods .replace-scale-colon {
  width: 20px;
  line-height: 32px;
  text-align: center;
}
.ue-modal-frame .error-msg-modal .ant-modal-body .content {
  padding-top: 20px;
}
.ue-modal-frame .error-msg-modal .ant-modal-body .content .sub-title {
  margin-bottom: 10px;
}
.ue-modal-frame .error-msg-modal .ant-modal-body .content ul li {
  margin-bottom: 6px;
}
.ue-modal-frame .modal-rematch-goods .remacth-goods-pagination {
  text-align: right;
  margin-top: 20px;
}
.ue-modal-frame .modal-rematch-goods .rematch-goods-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.ue-modal-frame .modal-rematch-goods .rematch-goods-footer .footer-left {
  visibility: hidden;
}
.ue-modal-frame .modal-rematch-goods .rematch-goods-footer .footer-left .selected-num {
  padding-left: 30px;
}
.ue-modal-frame .modal-rematch-goods .rematch-goods-footer .show-num {
  visibility: visible;
}
.ue-modal-frame .modal-rematch-goods .rematch-goods-footer .footer-right {
  text-align: right;
}
.ue-modal-frame .modal-rematch-goods .rematch-goods-footer .footer-right > div {
  line-height: 24px;
}
.ue-modal-frame .modal-rematch-goods .rematch-goods-footer .footer-right .ant-checkbox-wrapper {
  font-size: 14px;
}
.ue-modal-frame .new-page-center-wrap {
  position: relative;
}
.ue-modal-frame .new-page-center-wrap .page-center-title-wrap {
  margin-top: 14px;
  margin-bottom: 28px;
  font-size: 14px;
  color: #262D33;
}
.ue-modal-frame .new-page-center-wrap .page-center-title-wrap .title {
  font-weight: 700;
}
.ue-modal-frame .new-page-center-wrap .page-center-title-wrap .btn-wrap {
  margin-left: 20px;
  font-size: 12px;
}
.ue-modal-frame .new-page-center-wrap .page-center-title-wrap .btn-wrap .ue-switch {
  vertical-align: 0px;
}
.ue-modal-frame .new-page-center-wrap .page-center-content {
  width: 1200px;
  min-height: 50vh;
  margin: 0 auto;
  padding: 30px 90px;
  border: 1px solid #CED4D9;
  border-radius: 2px;
  background: #FFFFFF;
}
.ue-modal-frame .new-page-center-wrap .page-center-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 74px;
  width: 100%;
  border-top: 1px solid rgba(38, 45, 51, 0.15);
  background-color: white;
}
.ue-modal-frame .new-page-center-wrap .page-center-bottom .page-center-bottom-content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 90px;
}
.ue-modal-frame .new-page-center-wrap .page-center-bottom .btn-item {
  margin-right: 16px;
}
.ue-modal-frame .ai-split-setting {
  padding-bottom: 90px;
  /* 商品组 */
}
.ue-modal-frame .ai-split-setting .goods-split-rule-step {
  margin-bottom: 30px;
  border-bottom: 1px dashed #CED4D9;
}
.ue-modal-frame .ai-split-setting .goods-split-rule-step:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.ue-modal-frame .ai-split-setting .goods-split-rule-step .step-name {
  opacity: 0.8;
  font-size: 14px;
  color: #262D33;
  font-weight: 700;
}
.ue-modal-frame .ai-split-setting .goods-split-rule-step .step-content-wrap {
  padding: 30px 16px;
}
.ue-modal-frame .ai-split-setting .goods-split-rule-step .step-goods-type .switch-type > span {
  margin-right: 16px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .ai-split-setting .goods-split-sku .goods-qty {
  max-width: 100px;
}
.ue-modal-frame .ai-split-setting .goods-split-sku .ue-table-cell {
  height: 50px;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border: 1px solid rgba(38, 45, 51, 0.15);
  border-left: none;
  border-right: none;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list:hover {
  background: rgba(35, 154, 255, 0.1);
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list .sku-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list .sku-list .sku-list-item {
  position: relative;
  width: 33.3%;
  padding: 5px 0 5px 16px;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list .sku-list .sku-list-item .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 16px;
  margin-top: 3px;
  color: #9FB0BF;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list .sku-list .sku-list-item .item-content {
  padding: 0 6px;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list .select-sku-list {
  margin: 5px 0;
  color: #527ECC;
  cursor: pointer;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list .sku-operation {
  width: 100px;
  text-align: center;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list .sku-operation .icon {
  color: #9FB0BF;
  padding: 0 8px;
  cursor: pointer;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list .sku-operation .icon:hover {
  color: #527ECC;
}
.ue-modal-frame .ai-split-setting .goods-split-sku-list .sku-operation .icon-ic_delete:hover {
  color: #FF4D77;
}
.ue-modal-frame .ai-split-setting .icon-ic_info {
  color: #9FB0BF;
  vertical-align: -3px;
}
.ue-modal-frame .select-sku-list-modal .ant-modal-body {
  display: flex;
  margin-top: 5px;
}
.ue-modal-frame .select-sku-list-modal .sku-list-wrap,
.ue-modal-frame .select-sku-list-modal .goods-group-detail {
  flex: 1;
  max-height: calc(100vh - 240px);
  padding: 0 20px;
}
.ue-modal-frame .select-sku-list-modal .sku-list-wrap th,
.ue-modal-frame .select-sku-list-modal .sku-list-wrap .ue-table-placeholder {
  background: #fff !important;
}
.ue-modal-frame .select-sku-list-modal .sku-list-wrap .goods-group-priority .icon {
  display: none;
  font-size: 14px;
  margin-left: 10px;
  color: #9FB0BF;
  line-height: 18px;
  cursor: pointer;
  vertical-align: -1px;
}
.ue-modal-frame .select-sku-list-modal .sku-list-wrap .goods-group-priority .icon:hover {
  color: #527ECC;
}
.ue-modal-frame .select-sku-list-modal .sku-list-wrap tr:hover .goods-group-priority .icon {
  display: inline;
}
.ue-modal-frame .select-sku-list-modal .sku-list-wrap td.group-name {
  cursor: pointer;
}
.ue-modal-frame .select-sku-list-modal .sku-list-wrap .goods-group-operate .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  vertical-align: -2px;
  background: rgba(38, 45, 51, 0.2);
}
.ue-modal-frame .select-sku-list-modal .goods-group-detail {
  padding-top: 20px;
  background: #F7FAFC;
  min-height: 300px;
}
.ue-modal-frame .select-sku-list-modal .goods-group-detail .detail-default {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: rgba(38, 45, 51, 0.5);
}
.ue-modal-frame .select-sku-list-modal .goods-group-detail .detail-default img {
  margin-bottom: 10px;
}
.ue-modal-frame .select-sku-list-modal .goods-group-detail th,
.ue-modal-frame .select-sku-list-modal .goods-group-detail .ue-table-placeholder {
  background: #F7FAFC !important;
}
.ue-modal-frame .select-sku-list-modal .goods-group-detail .ant-form-item {
  display: flex;
}
.ue-modal-frame .select-sku-list-modal .goods-group-detail .ant-form-item input {
  width: 300px;
}
.ue-modal-frame .select-sku-list-modal .goods-group-detail .asterisk {
  position: relative;
  top: 2px;
  margin-left: 2px;
  font-weight: 700;
  color: #FF4D77;
  font-size: 13px;
}
.ue-modal-frame .select-sku-list-modal .goods-group-detail .detail-title {
  font-weight: 700;
}
.ue-modal-frame .select-sku-list-modal .ue-table th {
  color: rgba(38, 45, 51, 0.8);
  border-bottom: 1px solid rgba(38, 45, 51, 0.3);
  font-weight: 700;
}
.ue-modal-frame .select-sku-list-modal .ue-table td {
  height: 42px;
}
.ue-modal-frame .auto_audit_order_setting_tips {
  font-size: 14px;
}
.ue-modal-frame .auto_audit_order_setting .ant-alert {
  font-size: 16px;
}
.ue-modal-frame .auto_audit_order_setting_content {
  padding: 0 20px;
}
.ue-modal-frame .auto_audit_order_setting_items {
  margin-top: 15px;
}
.ue-modal-frame .auto_audit_order_setting_items_title {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 15px;
}
.ue-modal-frame .auto_audit_order_setting_items .setting_label {
  line-height: 34px;
}
.ue-modal-frame .auto_audit_order_setting_items .setting_item {
  margin-bottom: 15px;
}
.ue-modal-frame .auto_audit_order_setting_items .error_msg {
  color: red;
  padding: 5px 0;
}
.ue-modal-frame .auto_audit_order_setting .ant-checkbox-group .ant-checkbox-wrapper {
  line-height: 1.5;
}
.ue-modal-frame .abnormal .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  background-color: transparent;
  border: none;
  padding: 0 15px 0 0;
}
.ue-modal-frame .abnormal .synchronous .search-condition,
.ue-modal-frame .abnormal .feedback .search-condition,
.ue-modal-frame .abnormal .issued .search-condition {
  margin-bottom: 20px;
}
.ue-modal-frame .abnormal .ant-tabs-nav-scroll {
  width: 100%;
}
.ue-modal-frame .abnormal .ant-tabs-nav-wrap,
.ue-modal-frame .abnormal .ant-tabs-nav-container,
.ue-modal-frame .abnormal .ant-tabs-nav-scroll {
  overflow: visible !important;
}
.ue-modal-frame .abnormal > .ant-tabs > .ant-tabs-bar > .ant-tabs-nav-container {
  height: auto !important;
  padding-bottom: 14px;
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .abnormal .ant-tabs-tab-active button {
  position: relative;
  color: #239AFF;
  border-color: #239AFF;
}
.ue-modal-frame .abnormal .ant-tabs-tab-active button::after {
  position: absolute;
  content: "";
  top: 38px;
  left: 50%;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #CED4D9;
  border-width: 6px;
  margin-left: -6px;
}
.ue-modal-frame .abnormal .ant-tabs-tab-active button::before {
  position: absolute;
  content: "";
  top: 39px;
  left: 50%;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
  z-index: 1;
}
.ue-modal-frame .abnormal .order-closed {
  color: #888;
}
.ue-modal-frame .print-order .ue-table-body {
  max-height: 200px;
  overflow-y: auto;
}
.ue-modal-frame .print-order .ue-button-group button + button {
  margin-left: 0;
}
.ue-modal-frame .print-order .ant-modal-footer {
  max-height: 450px;
  overflow-y: auto;
}
.ue-modal-frame .print-order .config-info-panel {
  padding: 15px 24px;
  background-color: #FFF6F8;
  margin-top: 15px;
}
.ue-modal-frame .print-order .config-info-panel .anticon-info-circle {
  color: #FF4D77;
  font-weight: 600;
}
.ue-modal-frame .ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected .edit-template-font {
  color: #fff;
}
.ue-modal-frame .ant-select-dropdown-menu .edit-template-font {
  color: #9FB1BF;
}
.ue-modal-frame .check-goods {
  width: 100%;
}
.ue-modal-frame .check-goods .left-content {
  width: 75%;
  padding-right: 30px;
  border-right: 1px solid #ccc;
}
.ue-modal-frame .check-goods .left-content .scan-and-send .box-inner .ant-input {
  float: left;
  width: 50%;
  height: 86px;
  font-size: 28px;
  font-weight: 700;
}
.ue-modal-frame .check-goods .left-content .scan-and-send .box-inner.mulit .ant-input:first-child {
  border-radius: 2px 0 0 2px;
  border-right-width: 0;
}
.ue-modal-frame .check-goods .left-content .scan-and-send .box-inner.mulit .ant-input:last-child {
  border-right-width: 1px;
  border-radius: 0 2px 2px 0;
}
.ue-modal-frame .check-goods .left-content .total {
  font-size: 14px;
  height: 133px;
  padding: 30px;
  background: #F2F6FA;
}
.ue-modal-frame .check-goods .left-content .total .mes {
  border-left: 1px solid #ccc;
  padding-left: 30px;
  height: 73px;
}
.ue-modal-frame .check-goods .left-content .total .mes h4 {
  color: #239AFF;
  font-weight: bold;
}
.ue-modal-frame .check-goods .left-content .total .remark {
  border-left: 1px solid #ccc;
  padding-left: 30px;
  height: 73px;
}
.ue-modal-frame .check-goods .left-content .total .remark h4 {
  color: #29D68E;
  font-weight: bold;
}
.ue-modal-frame .check-goods .left-content .total .show {
  text-align: center;
}
.ue-modal-frame .check-goods .left-content .total .show .num {
  width: 200px;
  display: inline-block;
  line-height: 40px;
}
.ue-modal-frame .check-goods .left-content .total .show .num .self {
  width: 60px;
}
.ue-modal-frame .check-goods .left-content .total .show .num .self span {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .check-goods .left-content .total .show .num .self .count {
  font-size: 48px;
  color: #239AFF;
}
.ue-modal-frame .check-goods .right-content {
  font-size: 14px;
  width: 25%;
  padding: 5px 30px 30px 30px;
}
.ue-modal-frame .check-goods .right-content .delivery button {
  width: 100%;
}
.ue-modal-frame .check-goods .right-content .ant-switch {
  margin-left: 10px;
}
.ue-modal-frame .check-goods .itemAlreadyCheck .ue-table-cell {
  background-color: #F7FAFC;
}
.ue-modal-frame .order-split-modal .split-title {
  font-weight: bold;
}
.ue-modal-frame .order-split-modal .split-title .tag {
  color: #fff;
  border-radius: 2px;
  line-height: 18px;
  margin-left: 5px;
  padding: 1px 2px;
}
.ue-modal-frame .order-split-modal .split-title .tag-success {
  background-color: #29D68E;
}
.ue-modal-frame .order-split-modal .split-title .tag-primary {
  background-color: #527ECC;
}
.ue-modal-frame .order-split-source {
  padding-right: 40px;
}
.ue-modal-frame .order-split-source th {
  background-color: #fff !important;
  border-bottom: 1px solid #CED4D9 !important;
}
.ue-modal-frame .order-split-source .ant-table-tbody > tr > td {
  border-bottom: none;
}
.ue-modal-frame .order-split-source .ant-table-body {
  padding: 10px 0;
  margin: 0 !important;
}
.ue-modal-frame .order-split-source .ant-table-body .ant-table-tbody > tr {
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .order-split-source .product-data {
  font-size: 12px;
  color: #FFBE31;
}
.ue-modal-frame .split-target-section {
  padding: 20px;
  background-color: #F7FAFC;
  margin-bottom: 20px;
}
.ue-modal-frame .split-target-section .ue-table-small {
  border-bottom: none;
}
.ue-modal-frame .split-target-section .ue-table-placeholder {
  background-color: #F7FAFC;
  margin-top: 10px;
  border: 1px dashed #CED4D9 !important;
}
.ue-modal-frame .split-target-section th {
  background-color: #F7FAFC !important;
  border-bottom: 1px solid #CED4D9 !important;
}
.ue-modal-frame .split-target-section .product-data {
  font-size: 12px;
  color: #FFBE31;
}
.ue-modal-frame .batch-split-targer-wrap .split-target-section {
  padding-top: 5px;
  margin-bottom: 10px;
}
.ue-modal-frame .order-details {
  background-color: #fff;
}
.ue-modal-frame .order-details h4 {
  margin-bottom: 15px;
  font-weight: bold;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .order-details.ant-tabs {
  margin-left: -43px;
  position: relative;
  height: 100%;
}
.ue-modal-frame .order-details.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 0;
}
.ue-modal-frame .order-details.ant-tabs.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  margin: 0 1px 0 0;
  padding: 0 24px;
  height: 50px;
  line-height: 50px;
  color: rgba(50, 50, 51, 0.8);
  font-size: 12px;
  background-color: #fff;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .order-details.ant-tabs.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  border-bottom: none;
}
.ue-modal-frame .order-details.ant-tabs.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:hover {
  color: rgba(50, 50, 51, 0.8);
  background-color: #F7FAFC;
}
.ue-modal-frame .order-details.ant-tabs.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active {
  background-color: #F7FAFC;
  border-right: 1px solid #F7FAFC;
}
.ue-modal-frame .order-details.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  background-color: transparent;
  width: 1px;
}
.ue-modal-frame .order-details.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar:hover {
  background-color: #F7FAFC;
}
.ue-modal-frame .order-details.ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  box-sizing: border-box;
  min-height: 150px;
  padding-left: 15px;
  background-color: #F7FAFC;
  height: 100%;
}
.ue-modal-frame .order-details .origial-order-mes {
  padding: 0 30px;
  border-left: 1px solid #CED4D9;
  border-right: 1px solid #CED4D9;
}
.ue-modal-frame .order-details .goods-detail > .ue-table-wrapper {
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .order-details .goods-detail .piced-goods .des {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  color: rgba(50, 50, 51, 0.7);
  width: 210px;
  margin-left: 10px;
}
.ue-modal-frame .order-details .goods-detail .piced-goods .des .skuname {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .order-details .table-footer {
  height: 48px;
  line-height: 48px;
}
.ue-modal-frame .order-details .ue-table-middle .ue-table-thead > tr > th {
  background-color: #F7FAFC;
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .order-details .ue-table-middle .ue-table-thead > tr > th span {
  font-weight: normal;
  color: #323233;
}
.ue-modal-frame .order-details .ue-table-middle .ue-table-thead > tr > th span .tr_icon {
  color: #989A9C;
  font-size: 14px;
}
.ue-modal-frame .order-details .more-detail {
  padding: 15px;
  padding-left: 0;
}
.ue-modal-frame .order-details .more-detail .invoice-mes {
  padding-left: 20px;
}
.ue-modal-frame .order-details .more-detail .origial-order-mes .more-detail-body li button {
  width: 230px;
}
.ue-modal-frame .order-details .more-detail .more-order-status {
  font-size: 14px;
  font-weight: bold;
  color: #1876F0;
}
.ue-modal-frame .order-details .more-detail-header li {
  width: 25%;
}
.ue-modal-frame .order-details .more-detail-body li {
  border-top: 1px solid #CED4D9;
}
.ue-modal-frame .order-details .more-detail-body li:last-child {
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .order-details .more-detail-footer {
  line-height: 18px;
  padding-top: 5px;
}
.ue-modal-frame .order-details .operate-record {
  padding-bottom: 50px;
}
.ue-modal-frame .order-details .operate-record .ue-pagination {
  position: absolute;
  bottom: 5px;
  right: 20px;
  z-index: 98!important;
}
.ue-modal-frame .order-details .operate-record .time,
.ue-modal-frame .order-details .operate-record .text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ue-modal-frame .order-details .basic-mes li,
.ue-modal-frame .order-details .invoice-mes li {
  line-height: 18px;
  margin-bottom: 10px;
}
.ue-modal-frame .order-details .basic-mes .msg-item-label {
  width: 50px;
}
.ue-modal-frame .order-details .invoice-mes .msg-item-label {
  width: 30px;
}
.ue-modal-frame .order-details .msg-item-label {
  float: left;
  letter-spacing: 0;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .order-details .msg-item-value {
  display: block;
  letter-spacing: 0;
  padding-left: 56px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: 60vh;
  padding-right: 10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul li:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content .list {
  margin-bottom: 15px;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content .list .des {
  width: 174px;
  margin-left: 15px;
  word-break: break-all;
}
.ue-modal-frame .history-goods-detail .ue-table-wrapper {
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .history-goods-detail .ue-table-wrapper .piced-goods {
  padding-left: 10px;
}
.ue-modal-frame .history-goods-detail .table-footer {
  padding: 10px 0;
}
.ue-modal-frame .print-order.ant-modal .ant-modal-footer {
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 0;
}
.ue-modal-frame .print-order .ant-tabs-nav .ant-tabs-tab-active {
  font-weight: bold;
}
.ue-modal-frame .print-order .ant-tabs-nav .ant-tabs-tab {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .print-order .ant-tabs-nav .ant-tabs-tab:hover {
  color: #323233;
}
.ue-modal-frame .print-order .ant-tabs-nav .ant-tabs-tab:active {
  color: #323233;
}
.ue-modal-frame .print-order .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame .print-order .ant-tabs-nav .ant-tabs-tab:active {
  text-decoration: none;
}
.ue-modal-frame .print-order .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .print-order-footer-loading {
  height: 189px;
  padding: 30px;
  background-color: #F7FAFC;
}
.ue-modal-frame .print-order.ant-modal .ant-modal-body {
  padding-bottom: 10px;
}
.ue-modal-frame .print-order .edit-inner {
  position: absolute;
  right: 10px;
}
.ue-modal-frame .print-order .packages-num .ant-form-item {
  margin-bottom: 0;
}
.ue-modal-frame .print-order .recovery-waybill-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.ue-modal-frame .print-order .recovery-waybill-no {
  width: 200px;
  margin-top: 10px;
}
.ue-modal-frame .print-order .printOrder-required-item {
  position: relative;
}
.ue-modal-frame .print-order .printOrder-required-item .ant-form-item-control-wrapper::before {
  position: absolute;
  left: -8px;
  top: 11px;
  content: "*";
  color: red;
  font-size: 16px;
}
.ue-modal-frame .labeling-flag-remark .remark-flag {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  border: 1px solid #CED4D9;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  color: #323233;
}
.ue-modal-frame .labeling-flag-remark .remark-flag.not-flag {
  width: 56px;
  margin-left: 0;
  line-height: 28px;
}
.ue-modal-frame .labeling-flag-remark .remark-flag:hover {
  color: #4DB2FF;
  border-color: #4DB2FF;
}
.ue-modal-frame .labeling-flag-remark .remark-flag-selected {
  color: #4DB2FF;
  border-color: #4DB2FF;
}
.ue-modal-frame .labeling-flag-remark .remark-box {
  margin-top: 10px;
  width: 100%;
  height: 72px;
  resize: none;
}
.ue-modal-frame .order-export {
  z-index: 1008 !important;
}
.ue-modal-frame .order-export .ant-popover-inner-content {
  padding: 0;
}
.ue-modal-frame .order-export-wrap {
  padding-bottom: 12px;
  width: 420px;
}
.ue-modal-frame .order-export-wrap .order-export-title {
  line-height: 40px;
  padding: 0 15px;
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .order-export-wrap .order-export-content {
  padding: 0 15px;
}
.ue-modal-frame .order-export-wrap .order-export-content h4 {
  font-weight: bold;
}
.ue-modal-frame .order-export-wrap .order-export-footer {
  padding: 12px 0 0 14px;
  border-top: 1px solid #CED4D9;
  margin-top: 12px;
}
.ue-modal-frame .order-export-template-setting-container {
  flex-wrap: nowrap;
}
.ue-modal-frame .order-export-template-setting-container-left {
  border-right: 1px solid #EBEEF5;
  min-width: 250px;
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}
.ue-modal-frame .order-export-template-setting-container-left .template-item-detail {
  cursor: pointer;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1A1A1A;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 10px;
  box-sizing: border-box;
}
.ue-modal-frame .order-export-template-setting-container-left .template-item-detail-left {
  display: flex;
  align-items: center;
}
.ue-modal-frame .order-export-template-setting-container-left .template-item-detail-left .template-name {
  display: inline-block;
  max-width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ue-modal-frame .order-export-template-setting-container-left .template-item-detail .del-icon {
  display: none;
}
.ue-modal-frame .order-export-template-setting-container-left .template-item-detail:hover {
  border-color: #1890FF;
}
.ue-modal-frame .order-export-template-setting-container-left .template-item-detail:hover .del-icon {
  display: inline-block;
}
.ue-modal-frame .order-export-template-setting-container-left .template-item-detail .template-item-detail-fake {
  height: 20px;
}
.ue-modal-frame .order-export-template-setting-container-left .template-item-detail .template-item-detail-fake .template-name-fake {
  background-color: #efefef;
  border-radius: 4px;
  display: inline-block;
  width: 160px;
  height: 100%;
}
.ue-modal-frame .order-export-template-setting-container-left .checked {
  border-color: #1890FF;
}
.ue-modal-frame .order-export-template-setting-container-right {
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}
.ue-modal-frame .order-export-template-setting-form .fieldList-container {
  margin-top: -15px;
}
.ue-modal-frame .order-export-template-setting-form .fieldList-container .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.ue-modal-frame .order-export-template-setting-form .fieldList-container .ant-checkbox-wrapper .ant-checkbox {
  margin-top: 2px;
}
.ue-modal-frame .table-goods-config .config-content > h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
.ue-modal-frame .table-goods-config .config-content .config-list {
  display: flex;
  flex-wrap: wrap;
}
.ue-modal-frame .table-goods-config .config-content .config-list .ant-radio-group .ant-radio-wrapper {
  display: block;
  margin-bottom: 14px;
}
.ue-modal-frame .table-goods-config .config-content .config-list .goods-inner-box {
  background-color: #F2F6FA;
  border-radius: 2px;
  width: 190px;
  margin-left: 20px;
  padding: 8px 10px;
}
.ue-modal-frame .table-goods-config .config-content .config-list .goods-inner-box .tip {
  font-size: 12px;
  color: rgba(50, 50, 51, 0.5);
  letter-spacing: 0;
  line-height: 18px;
}
.ue-modal-frame .table-goods-config .config-content .btn-group {
  margin-top: 4px;
}
.ue-modal-frame .goods-inner-box .goods-item {
  display: flex;
}
.ue-modal-frame .goods-inner-box .goods-item .img-list {
  width: 50px;
  height: 50px;
  flex-basis: 50px;
  flex-shrink: 0;
  position: relative;
  margin-right: 10px;
}
.ue-modal-frame .goods-inner-box .goods-item .img-list .img-cover {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  display: inline-block;
  border: 1px solid #CED4D9;
  box-sizing: border-box;
}
.ue-modal-frame .goods-inner-box .goods-item .img-list .num {
  position: absolute;
  background: #1876F0;
  border-radius: 2px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  top: -8px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 4px;
}
.ue-modal-frame .goods-inner-box .goods-item .text-info {
  flex-grow: 1;
}
.ue-modal-frame .ue-table .goods-inner-box {
  display: table;
  width: 100%;
}
.ue-modal-frame .table-goods-list-380 .ant-popover-inner-content {
  width: 380px !important;
}
.ue-modal-frame .table-goods-list .ant-popover-inner {
  padding-right: 6px;
}
.ue-modal-frame .table-goods-list .ant-popover-inner-content {
  min-height: 60px;
  max-height: 80vh;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  width: 320px;
  position: relative;
  overflow-x: hidden;
}
.ue-modal-frame .table-goods-list .ant-popover-inner-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .table-goods-list .ant-popover-inner-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .table-goods-list .ant-popover-inner-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .table-goods-list .ant-popover-inner-content .icon-loading {
  color: #1876F0;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ue-modal-frame .table-goods-list .goods-list-content {
  margin-bottom: 0;
}
.ue-modal-frame .table-goods-list .goods-list-content li {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid rgba(50, 50, 51, 0.15);
}
.ue-modal-frame .table-goods-list .goods-list-content li:first-child {
  padding-top: 0;
}
.ue-modal-frame .table-goods-list .goods-list-content li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.ue-modal-frame .table-goods-list .goods-list-content li .img-cover {
  width: 38px;
  height: 38px;
  border-radius: 2px;
  margin-right: 10px;
  border: 1px solid #CED4D9;
  display: inline-block;
  background-color: #fff;
}
.ue-modal-frame .table-goods-list .goods-list-content li .goods-detail {
  flex: 1;
}
.ue-modal-frame .table-goods-list .goods-list-content li .goods-detail > h3 {
  font-size: 12px;
  color: #323233;
  margin-bottom: 3px;
  word-break: break-all;
}
.ue-modal-frame .table-goods-list .goods-list-content li .goods-detail .sku {
  color: rgba(50, 50, 51, 0.5);
  word-break: break-all;
}
.ue-modal-frame .order-send-modal .ant-modal-body {
  display: flex;
  flex-direction: row;
}
.ue-modal-frame .order-send-modal .order-send-content {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 200px);
  width: 100%;
}
.ue-modal-frame .order-send-modal .modal-title {
  flex: 0 0 auto;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.ue-modal-frame .order-send-modal .modal-content {
  flex: 1 1 auto;
  overflow-y: auto;
}
.ue-modal-frame .order-send-modal .modal-tips {
  flex: 0 0 auto;
  margin-top: 10px;
}
.ue-modal-frame .order-send-modal .modal-footer {
  flex: 0 0 auto;
  margin-top: 10px;
  height: 34px;
  border: none;
  padding: unset;
  background-color: unset;
  text-align: unset;
}
.ue-modal-frame .cluster-pool {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  min-height: 22px;
}
.ue-modal-frame .cluster-pool .top-rule-wrapper {
  display: flex;
  align-items: center;
}
.ue-modal-frame .cluster-pool .top-rule-wrapper .top-rule-item {
  display: flex;
  align-items: center;
  max-width: 200px;
}
.ue-modal-frame .cluster-pool .top-rule-wrapper .top-rule-item.selected {
  color: #527ECC;
  background: #E6F7FF;
  border: 1px solid #91D5FF;
}
.ue-modal-frame .cluster-pool .top-rule-wrapper .top-rule-item:last-child:after {
  display: none;
}
.ue-modal-frame .cluster-pool .top-rule-wrapper .top-rule-item .rule-name {
  max-width: 140px;
}
.ue-modal-frame .cluster-pool .top-rule-wrapper .top-rule-item .rule-soh-count {
  font-weight: 700;
  margin-left: 5px;
}
.ue-modal-frame .cluster-pool .rule-operate,
.ue-modal-frame .cluster-pool .top-rule-wrapper {
  margin-right: 20px;
  margin-bottom: 10px;
}
.ue-modal-frame .cluster-pool .rule-selected {
  display: flex;
  align-items: center;
  margin-left: 5px;
  min-width: 245px;
  margin-bottom: 10px;
}
.ue-modal-frame .cluster-pool .rule-selected > span:first-child {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.ue-modal-frame .cluster-pool .ant-tag {
  display: flex;
  align-items: center;
  height: 22px;
  max-width: 180px;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ue-modal-frame .ant-modal.modal-set-cluster .ant-modal-title {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .ant-modal-body {
  padding: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-wrapper {
  display: flex;
  height: calc(100vh - 190px);
  border-top: 1px solid #CED4D9;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-list-wrapper {
  width: 200px;
  min-width: 200px;
  border-right: 1px solid #F0F0F0;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-operation {
  display: flex;
  border-bottom: 1px solid #F0F0F0;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-operation .operation-item {
  flex: 1;
  line-height: 36px;
  height: 36px;
  border-right: 1px solid #F0F0F0;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-operation .operation-item:hover {
  color: #527ECC;
  background: rgba(34, 155, 255, 0.2);
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-operation .operation-item:last-child {
  border-right: none;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-operation .operation-item-disabled {
  color: rgba(38, 45, 51, 0.6) !important;
  cursor: not-allowed;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-list {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: calc(100vh - 240px);
  margin-top: 8px;
  margin-right: 3px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-list .rule-item {
  line-height: 34px;
  height: 34px;
  padding: 0 15px 0 30px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-list .rule-item:hover,
.ue-modal-frame .ant-modal.modal-set-cluster .rule-list .rule-item-selected {
  background: rgba(34, 155, 255, 0.2);
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content-edit .ant-form-item {
  margin-left: -20px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content {
  flex: 1;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: calc(100vh - 255px);
  padding: 20px 25px;
  margin-right: 3px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content .ant-radio-group .tooltip {
  font-size: 15px;
  vertical-align: -2px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content .tooltip {
  position: unset;
  z-index: unset;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper {
  font-size: 13px;
  color: #262D33;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-item {
  display: flex;
  align-items: center;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 6px 0 6px 14px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-conjunction {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 30px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .field-name {
  width: 175px;
  margin-right: 15px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .field-code {
  width: 150px;
  margin-right: 15px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .goods-anyone .field-name,
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .goods-anyone .field-code {
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-num {
  display: flex;
  width: 210px;
  align-items: center;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-num .des {
  width: 40px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-num .operation {
  width: 65px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-num .qty {
  width: 75px;
  margin-left: 10px;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-operation {
  width: 50px;
  text-align: center;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-operation .icon-ic_delete {
  font-size: 16px;
  color: #527ECC;
  cursor: pointer;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-operation .icon-ic_delete:hover {
  color: #FF4D77;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-footer {
  padding: 19px 25px;
  border-bottom-right-radius: 6px;
  background: #F2F6FA;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-footer .condition-type {
  line-height: 34px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .ant-modal.modal-set-cluster .ant-form .ant-form-item-label label {
  color: rgba(0, 0, 0, 0.8);
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content-view .rule-basic {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content-view .text-gray td.field-code,
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content-view .text-gray td.field-name {
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content-view .field-name-wrap {
  display: flex;
  align-items: center;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content-view .field-name-wrap > div {
  flex: 1;
}
.ue-modal-frame .ant-modal.modal-set-cluster .rule-content-view .field-name-wrap .config-conjunction {
  width: 40px;
  color: rgba(0, 0, 0, 0.4);
}
.ue-modal-frame body .ant-modal.modal-select-cluster .ant-modal-title {
  font-size: 16px;
  height: 55px;
  line-height: 55px;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .ant-modal-body {
  padding: 0;
  font-size: 14px;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .empty-rule {
  padding: 60px 30px;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-alert {
  display: flex;
  padding: 10px 30px;
  background: #E6F7FF;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-alert .alert-icon {
  width: 24px;
  font-size: 15px;
  color: #527ECC;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-alert .alert-content {
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: calc(100vh - 240px);
  margin-right: 3px;
  padding: 20px 10px 20px 24px;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .ant-radio-group {
  width: 100%;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .ant-radio-wrapper {
  display: flex;
  align-items: center;
  padding-left: 6px;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .ant-radio-wrapper:hover .move-icon .anticon {
  display: block;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .ant-radio-wrapper:hover {
  background: #E6F7FF;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .ant-radio-inner,
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .ant-radio-inner:after {
  transition: all 0s;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .ant-radio + span {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .rule-name {
  width: 310px;
  height: 40px;
  line-height: 40px;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .move-icon {
  width: 30px;
  margin-left: 10px;
  color: #527ECC;
  font-size: 18px;
  cursor: move;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .move-icon .anticon {
  display: none;
}
.ue-modal-frame body .ant-modal.modal-select-cluster .rule-list .rule-soh-count {
  flex: 1;
  margin-left: 10px;
  text-align: right;
}
.ue-modal-frame .ue-modal-intro {
  font-size: 14px;
}
.ue-modal-frame .ue-modal-intro .ant-modal-body {
  padding: 0 !important;
  padding-bottom: 20px !important;
  max-height: calc(100vh - 90px) !important;
}
.ue-modal-frame .ue-modal-intro .intro-banner-wrap {
  width: 640px;
  overflow: hidden;
}
.ue-modal-frame .ue-modal-intro .intro-banner-inner {
  display: flex;
  width: 640px;
  height: 527px;
  transition: all 0.3s;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item {
  display: flex;
  flex-direction: column;
  width: 640px;
  height: 527px;
  padding: 0 30px;
  color: #666;
  font-size: 14px;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item .item-title {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item .item-content {
  flex: 1;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item .item-content .intro-image {
  text-align: center;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item .item-content .intro-video {
  margin-top: 20px;
  overflow: hidden;
  background: #000;
  padding: 4px;
  width: 100%;
  height: 331px;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item .item-content .intro-video video {
  width: 100%;
  height: 323px;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item .item-content .intro-video video:focus {
  border: none;
  outline: none;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item .intro-footer {
  height: 34px;
  margin-top: 40px;
  text-align: center;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item .intro-footer .ue-button {
  width: 160px;
  margin: 0 6px;
}
.ue-modal-frame .ue-modal-intro .intro-banner-item .intro-footer-tips {
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}
.ue-modal-frame .picking-detail-modal.detail-modal .basic-mes h5 {
  width: 90px;
}
.ue-modal-frame .picking-detail-modal .piced-goods {
  padding: 5px 0;
}
.ue-modal-frame .picking-detail-modal .piced-goods .des {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  color: rgba(50, 50, 51, 0.7);
  width: 210px;
  margin-left: 10px;
}
.ue-modal-frame .picking-detail-modal .piced-goods .des .skuname {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .wh-address-modal.ant-modal .ant-modal-body {
  padding-top: 0;
}
.ue-modal-frame .wh-address-modal.ant-modal .ant-modal-body .sub-title {
  margin-bottom: 10px;
}
.ue-modal-frame .wh-address-modal .jit-warehouse-table .ue-table-small .ue-table-row > td {
  vertical-align: top;
}
.ue-modal-frame .wh-address-modal .jit-no-hide-scrollbar-table .ue-table-hide-scrollbar {
  margin-bottom: 0 !important;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small {
  border: 1px solid #e8e8e8;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr th {
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:first-child th:nth-child(1),
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:first-child th:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  padding: 10px 0;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:first-child th:nth-child(1) {
  color: #FF4D77;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:first-child th:nth-child(2) {
  color: #1876F0;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:first-child > th:nth-child(1),
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:last-child > th:nth-child(1),
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:last-child > th:nth-child(2) {
  background-color: rgba(255, 101, 101, 0.08);
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:first-child > th:nth-child(2),
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:last-child > th:nth-child(3),
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:last-child > th:nth-child(4) {
  background-color: rgba(35, 154, 255, 0.1);
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:first-child > th:nth-child(1),
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:first-child > th:nth-child(2),
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:last-child > th:nth-child(2),
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-thead tr:last-child > th:nth-child(4) {
  border-right: 1px solid #e8e8e8;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-tbody > tr > td {
  text-align: center;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-tbody > tr > td:nth-child(2),
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-tbody > tr > td:nth-child(4) {
  border-right: 1px solid #e8e8e8;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.ue-modal-frame .wh-address-modal .jitx-warehouse-table .ue-table-small .ue-table-placeholder {
  border-bottom: 0;
}
.ue-modal-frame .wh-address-modal .jitx-no-hide-scrollbar-table .ue-table-hide-scrollbar {
  margin-bottom: 0 !important;
}
.ue-modal-frame .vip-jit-management .get-failed {
  display: inline;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: rgba(255, 77, 119, 0.15);
  color: #FF4D77;
  cursor: pointer;
}
.ue-modal-frame .pick-detail-popover .ant-popover-inner-content ul {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: 60vh;
  padding-right: 10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.ue-modal-frame .pick-detail-popover .ant-popover-inner-content ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .pick-detail-popover .ant-popover-inner-content ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .pick-detail-popover .ant-popover-inner-content ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .pick-detail-popover .ant-popover-inner-content ul li:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .jitx-warehouse-popover {
  width: 260px;
}
.ue-modal-frame .jitx-warehouse-popover > h3 {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.ue-modal-frame .jitx-warehouse-popover .content {
  max-height: 50vh;
  margin-bottom: 10px;
  overflow-x: hidden;
}
.ue-modal-frame .jitx-warehouse-popover .content .ant-radio-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 0;
  padding: 0 10px;
}
.ue-modal-frame .jitx-warehouse-popover .content .ant-radio-wrapper:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .jitx-warehouse-popover .content .ant-radio-wrapper .name {
  width: 120px;
  display: inline-block;
  margin-right: 8px;
}
.ue-modal-frame .jitx-warehouse-popover .content .ant-radio-wrapper .name span {
  display: inherit;
}
.ue-modal-frame .jitx-warehouse-popover .content .ant-radio-wrapper .code {
  width: 90px;
  display: inline-block;
}
.ue-modal-frame .jitx-warehouse-popover .content .ant-radio-wrapper .code span {
  display: inherit;
}
.ue-modal-frame .express-track .status-tip {
  color: #fff;
  border-radius: 2px;
  padding: 1px 3px;
  margin-bottom: 0;
}
.ue-modal-frame .express-track .status-tip.bg-color-danger {
  background-color: #FF547D;
}
.ue-modal-frame .express-track .status-tip.bg-color-warning {
  background-color: #FFB64B;
}
.ue-modal-frame .express-track .track-log-font {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ue-modal-frame .express-track .track-log-font .value {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
}
.ue-modal-frame .track-log-popover {
  width: 300px;
}
.ue-modal-frame .track-log-popover .log-detail {
  max-height: 50vh;
  margin-right: -10px;
  padding-right: 5px;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ue-modal-frame .track-log-popover .log-detail::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #474d59;
}
.ue-modal-frame .track-log-popover .log-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #474d59;
}
.ue-modal-frame .track-log-popover .log-detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(206, 212, 217, 0.2);
  background-color: rgba(216, 216, 216, 0.5);
}
.ue-modal-frame .track-log-popover .log-detail .item {
  margin-bottom: 15px;
}
.ue-modal-frame .track-log-popover .log-detail .item:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .weigh-package .content {
  padding: 30px 0;
  min-height: 600px;
  display: flex;
}
.ue-modal-frame .weigh-package .content .left-content {
  border-right: 1px solid #CFCECE;
  flex: 1;
  padding-right: 32px;
}
.ue-modal-frame .weigh-package .content .right-content {
  width: 425px;
  padding-left: 32px;
}
.ue-modal-frame .weigh-package .danger-color {
  color: #FF4040 !important;
}
.ue-modal-frame .weigh-package .not-connected .left-content .title {
  font-size: 20px;
  font-weight: bold;
  color: #1876F0;
  text-align: center;
  margin-bottom: 32px;
}
.ue-modal-frame .weigh-package .not-connected .left-content .title > i {
  margin-right: 8px;
}
.ue-modal-frame .weigh-package .not-connected .left-content .step-panel > h4 {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.ue-modal-frame .weigh-package .not-connected .left-content .step-panel .special-list li {
  width: 50%;
  display: flex;
  float: left;
  align-items: center;
  margin-bottom: 40px;
  font-size: 14px;
}
.ue-modal-frame .weigh-package .not-connected .left-content .step-panel .special-list li > i {
  font-size: 36px;
  color: #1876F0;
  margin-right: 12px;
}
.ue-modal-frame .weigh-package .not-connected .left-content .step-panel .step-list {
  position: relative;
  height: 100%;
}
.ue-modal-frame .weigh-package .not-connected .left-content .step-panel .step-list:after {
  position: absolute;
  top: 0;
  left: 10.5px;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #1876F0;
}
.ue-modal-frame .weigh-package .not-connected .left-content .step-panel .step-list li {
  margin-bottom: 40px;
  font-size: 14px;
}
.ue-modal-frame .weigh-package .not-connected .left-content .step-panel .step-list li:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .weigh-package .not-connected .left-content .step-panel .step-list li .circle {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background-color: #1876F0;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  position: absolute;
  z-index: 10;
  font-style: normal;
}
.ue-modal-frame .weigh-package .not-connected .left-content .step-panel .step-list li > span {
  padding-left: 30px;
}
.ue-modal-frame .weigh-package .not-connected .left-content .tip {
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .weigh-package .not-connected .electronic-scale-tool {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ue-modal-frame .weigh-package .not-connected .electronic-scale-tool .icon-electronic_scale {
  font-size: 140px;
}
.ue-modal-frame .weigh-package .not-connected .electronic-scale-tool .font {
  font-weight: bold;
  color: #1A1A1A;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.ue-modal-frame .weigh-package .not-connected .electronic-scale-tool .tip {
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .weigh-package .top-tip {
  background-color: #E6F7FF;
  border: 1px solid #91D5FF;
  border-radius: 2px;
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.ue-modal-frame .weigh-package .top-tip > span {
  flex: 1;
  display: inline-block;
}
.ue-modal-frame .weigh-package .weigh-container.invisible {
  height: 0;
}
.ue-modal-frame .weigh-package .weigh-content .box-inner .ant-input {
  width: 100%;
  height: 72px;
  font-size: 20px;
  padding: 0 16px;
}
.ue-modal-frame .weigh-package .weigh-content h4 {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 24px;
  margin-bottom: 12px;
}
.ue-modal-frame .weigh-package .weigh-content .weight-box {
  background: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  position: relative;
}
.ue-modal-frame .weigh-package .weigh-content .weight-box.check-right {
  border-color: #52C41A;
}
.ue-modal-frame .weigh-package .weigh-content .weight-box.check-right .check-status {
  color: #52C41A;
}
.ue-modal-frame .weigh-package .weigh-content .weight-box.check-wrong {
  border-color: #FF4D4F;
}
.ue-modal-frame .weigh-package .weigh-content .weight-box.check-wrong .check-status {
  color: #FF4D4F;
}
.ue-modal-frame .weigh-package .weigh-content .weight-box .font {
  font-size: 72px;
  font-weight: bold;
}
.ue-modal-frame .weigh-package .weigh-content .weight-box .placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
}
.ue-modal-frame .weigh-package .weigh-content .weight-box .theory-weight {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  position: absolute;
  right: 16px;
  bottom: 0;
  line-height: 50px;
}
.ue-modal-frame .weigh-package .weigh-content .weight-box .check-status {
  position: absolute;
  font-size: 48px;
  top: 16px;
  right: 16px;
}
.ue-modal-frame .weigh-package .weigh-content .electronic-scale-tool .connect-status {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.ue-modal-frame .weigh-package .weigh-content .electronic-scale-tool .connect-status .icon-right {
  color: #52C41A;
  display: inline-block;
  font-size: 26px;
  margin-right: 6px;
}
.ue-modal-frame .weigh-package .weigh-content .electronic-scale-tool .connect-status > h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.ue-modal-frame .weigh-package .weigh-content .electronic-scale-tool .auto-panel {
  margin-top: 24px;
}
.ue-modal-frame .weigh-package .weigh-content .electronic-scale-tool .auto-panel .auto-switch {
  display: flex;
}
.ue-modal-frame .weigh-package .weigh-content .electronic-scale-tool .auto-panel .auto-switch label {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
}
.ue-modal-frame .weigh-package .weigh-content .electronic-scale-tool .auto-panel .tip {
  color: rgba(0, 0, 0, 0.45);
  margin-top: 5px;
  line-height: 20px;
}
.ue-modal-frame .weigh-package .weigh-content .electronic-scale-tool .check-config {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 12px;
  padding: 10px 0;
}
.ue-modal-frame .weigh-package .weigh-content .electronic-scale-tool .check-config .ant-form-item {
  margin-bottom: 5px;
}
.ue-modal-frame .live-broadcast-management {
  height: 100%;
}
.ue-modal-frame .live-broadcast-management-content {
  padding-top: 110px;
}
.ue-modal-frame .live-broadcast-management-content .top {
  margin-bottom: 10px;
}
.ue-modal-frame .live-broadcast-management-table .live-status-tag {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11px;
  border-radius: 4px;
  margin-left: 5px;
}
.ue-modal-frame .live-broadcast-management-table .NOTSTART {
  color: #40a9ff;
  background: #e2f3ff;
}
.ue-modal-frame .live-broadcast-management-table .INPROGRESS {
  color: #14b968;
  background: #defbf0;
}
.ue-modal-frame .live-broadcast-management-table .DISABLED {
  color: #f5222d;
  background: #fbe8e8;
}
.ue-modal-frame .live-broadcast-management-table .END {
  color: #fa8c16;
  background: #fff7e6;
}
.ue-modal-frame .live-broadcast-management-table .ant-tag {
  background-color: rgba(35, 154, 255, 0.2);
  color: #188df2;
  border: none;
  margin-left: 5px;
  font-weight: bold;
  padding: 0 4px;
}
.ue-modal-frame .live-activity-modal-content .ant-form-item {
  display: flex;
}
.ue-modal-frame .live-activity-modal-content .ant-form-item .ant-form-item-label {
  flex-basis: 110px;
  flex-shrink: 0;
}
.ue-modal-frame .live-activity-modal-content .ant-form-item .ant-form-item-control-wrapper {
  flex-grow: 1;
}
.ue-modal-frame .live-activity-modal-content .activity-time .ant-form-item-children .ant-form-item {
  display: inline-block;
}
.ue-modal-frame .live-operation-confirm .ant-modal-content .ant-modal-body {
  padding: 32px 32px 24px;
}
.ue-modal-frame .mixed-print-order .ant-alert-message {
  font-size: 16px !important;
}
.ue-modal-frame .mixed-print-order-printer-description {
  font-size: 13px;
  margin-bottom: 3px;
  color: gray;
}
.ue-modal-frame .default-faceSheetType-setting .anticon-exclamation-circle {
  display: none;
}
.ue-modal-frame .default-faceSheetType-setting .ant-popover-message-title {
  padding-left: 0;
}
.ue-modal-frame .default-faceSheetType-setting .ant-popover-buttons {
  text-align: center;
}
.ue-modal-frame .dash-line {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0;
  margin-top: 15px;
}
.ue-modal-frame .wave-strategy-distribution .operation-wrap .operation-btn {
  position: relative;
  margin-right: 12px;
}
.ue-modal-frame .wave-strategy-distribution .operation-wrap .operation-btn:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  background: #EBEEF5;
  top: 3px;
  right: -6px;
}
.ue-modal-frame .picking-print-modal .ant-modal-footer,
.ue-modal-frame .receive-wave-strategy-modal .ant-modal-footer {
  padding: 10px !important;
}
.ue-modal-frame .picking-print-modal .ant-modal-footer button,
.ue-modal-frame .receive-wave-strategy-modal .ant-modal-footer button {
  cursor: pointer;
}
.ue-modal-frame .wave-strategy-detail .info-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #323233;
  padding: 10px 0 20px;
}
.ue-modal-frame .wave-strategy-detail .basic-info .ant-col {
  margin-bottom: 15px;
}
.ue-modal-frame .wave-strategy-detail .order-info .ant-form-item-control-wrapper {
  width: 100%;
}
.ue-modal-frame .return-address-manage {
  top: 150px;
}
.ue-modal-frame .return-address-manage-container {
  margin-top: 12px;
}
.ue-modal-frame .return-address-manage-container-left {
  max-height: calc(100vh - 255px);
  overflow-y: auto;
}
.ue-modal-frame .return-address-manage-container-left .item-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  align-items: center;
  padding: 8px 16px 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  cursor: pointer;
}
.ue-modal-frame .return-address-manage-container-left .item-detail.checked {
  border-color: #239aff;
}
.ue-modal-frame .return-address-manage-container-left .item-detail .right {
  flex: 1;
  margin-left: 12px;
  word-break: break-all;
}
.ue-modal-frame .return-address-manage-container-left .item-detail .right .person-line span,
.ue-modal-frame .return-address-manage-container-left .item-detail .right .person-line-fake span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  display: inline-block;
}
.ue-modal-frame .return-address-manage-container-left .item-detail .right .person-line span:nth-of-type(1),
.ue-modal-frame .return-address-manage-container-left .item-detail .right .person-line-fake span:nth-of-type(1) {
  color: #262d33;
  font-size: 14px;
}
.ue-modal-frame .return-address-manage-container-left .item-detail .right .person-line span:nth-of-type(2),
.ue-modal-frame .return-address-manage-container-left .item-detail .right .person-line-fake span:nth-of-type(2) {
  margin: 0 8px;
}
.ue-modal-frame .return-address-manage-container-left .item-detail .right .person-line-fake span,
.ue-modal-frame .return-address-manage-container-left .item-detail .right .person-line-fake-fake span {
  width: 70px;
  height: 21px;
  background-color: #efefef;
  border-radius: 4px;
}
.ue-modal-frame .return-address-manage-container-left .item-detail .right .adress-line {
  margin-top: 13px !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .return-address-manage-container-left .item-detail .right .adress-line-fake {
  width: 100%;
  height: 21px;
  background-color: #efefef;
  border-radius: 4px;
}
.ue-modal-frame .return-address-manage-container-left > div:first-child .item-detail {
  margin-top: 4px;
}
.ue-modal-frame .edit-addr-content .addr-btn {
  display: flex;
}
.ue-modal-frame .edit-addr-content .addr-btn .addr-btn-reset {
  margin-left: 15px;
}
.ue-modal-frame .edit-addr-content .addr-btn-justify-between {
  justify-content: space-between;
}
.ue-modal-frame .edit-addr-content .addr-btn-justify-right {
  justify-content: right;
}
.ue-modal-frame .edit-addr-content .col-sm-4 {
  padding: 0;
}
.ue-modal-frame .edit-addr-content .col-sm-4:nth-child(2) {
  padding: 0 5px;
}
.ue-modal-frame .edit-addr-content input[type='text'] {
  color: #323233;
}
.ue-modal-frame .sel-defination-search {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #CED4D9;
}
.ue-modal-frame .batch-operate {
  height: 62px;
  padding: 14px 15px;
  background-color: #E9EFF5;
}
.ue-modal-frame .modify-address-icon {
  color: #9FB0BF;
  font-size: 16px;
  cursor: pointer;
}
.ue-modal-frame .order-container .header-btn {
  height: 116px;
  line-height: 0;
}
.ue-modal-frame .order-container .header-btn .header-btn-content {
  padding-top: 20px;
}
.ue-modal-frame .order-container .ant-tabs.tabs-container {
  margin-top: 57px;
}
.ue-modal-frame .advanced-search {
  line-height: 34px;
}
.ue-modal-frame .advanced-search .ue-button-group .ue-button {
  padding: 0 9px;
  color: #323233;
}
.ue-modal-frame .advanced-search .ue-button-group .ue-button .icon-ic_flat {
  position: relative;
  top: 2px;
}
.ue-modal-frame .advanced-search .ue-button-group .ue-button:hover,
.ue-modal-frame .advanced-search .ue-button-group .ue-button:active,
.ue-modal-frame .advanced-search .ue-button-group .ue-button.ue-button-selected {
  border-color: #1876F0;
  color: #1876F0;
}
.ue-modal-frame .handle-order,
.ue-modal-frame .order-audit,
.ue-modal-frame .all-order,
.ue-modal-frame .already-shipped {
  padding-bottom: 60px;
}
.ue-modal-frame .order-list .ue-table-middle .ue-table-cell {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 83px;
  position: relative;
}
.ue-modal-frame .order-list .goods-detail .ue-table-middle .ue-table-cell {
  height: 60px;
}
.ue-modal-frame .order-list .order-focus .custom-tag {
  font-size: 15px;
  vertical-align: -1px;
}
.ue-modal-frame .bottom-setting li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  color: #323233;
}
.ue-modal-frame .bottom-setting li:hover {
  color: #527ECC;
}
.ue-modal-frame .bottom-setting li:active {
  color: #527ECC;
}
.ue-modal-frame .bottom-setting li:hover,
.ue-modal-frame .bottom-setting li:active {
  text-decoration: none;
}
.ue-modal-frame .bottom-setting li .sp:hover {
  color: #1876F0;
}
.ue-modal-frame .store-name-logo img {
  border-radius: 2px;
  margin-right: 3px;
  vertical-align: middle;
}
.ue-modal-frame body .ant-modal-wrap.notMergeGoodsModal {
  z-index: 1050;
}
.ue-modal-frame .cancel-electronic-table .ant-table-tbody > tr.ant-table-row-selected td,
.ue-modal-frame .recreate-table .ant-table-tbody > tr.ant-table-row-selected td {
  background-color: #fff;
}
.ue-modal-frame .view-phone-modal .ant-modal-content .ant-modal-title,
.ue-modal-frame .view-phone-modal .ant-modal-content .ant-modal-footer {
  font-size: 14px;
}
.ue-modal-frame .view-phone-modal .ant-modal-content .ant-modal-body,
.ue-modal-frame .view-phone-modal .ant-modal-content .ant-radio-wrapper,
.ue-modal-frame .view-phone-modal .ant-modal-content .ant-alert {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .view-phone-modal .ant-modal-content .use-panel .tip {
  font-size: 12px;
  background: #F7F8FA;
  border-radius: 2px;
  padding: 12px;
  margin-top: 16px;
  line-height: 22px;
}
.ue-modal-frame .stocks-checked .ant-table-thead > tr > th {
  background-color: #fff;
}
.ue-modal-frame .stocksRecords .ant-table-thead > tr > th {
  background-color: #fff;
}
.ue-modal-frame .stocksSync .ant-table-thead > tr > th {
  background-color: #fff;
}
.ue-modal-frame .StocksList .ant-table-thead > tr > th {
  background-color: #fff;
}
.ue-modal-frame .stocks .module-create-operates {
  margin-top: 20px;
}
.ue-modal-frame .stocks .header-btn {
  height: 116px !important;
  line-height: 0!important;
}
.ue-modal-frame .stocks .ant-tabs.tabs-container {
  margin-top: 57px;
}
.ue-modal-frame .stocks .ant-tabs.tabs-container .ant-tabs-nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.ue-modal-frame .stocks .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .stocks .ant-tabs.tabs-container .ant-tabs-tab-active {
  color: #fff;
}
.ue-modal-frame .stocks .ant-tabs.tabs-container .ant-tabs-bar {
  border-bottom: none;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container {
  margin-top: 41px;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-tab-active {
  color: #fff;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-bar,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-bar,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-bar,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-bar,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-bar {
  border-bottom: none;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container {
  margin-top: 41px;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab {
  position: relative;
  z-index: 10;
  padding: 9px 10px 15px;
  box-sizing: content-box;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active {
  color: #fff;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active {
  color: #fff;
  font-weight: bold;
}
.ue-modal-frame .stocksCheck .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .stocksSync .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-tab-active {
  color: #fff;
  font-weight: bold;
}
.ue-modal-frame .stocksCheck .ant-tabs-content,
.ue-modal-frame .stocksSync .ant-tabs-content,
.ue-modal-frame .create-stocks-in .ant-tabs-content,
.ue-modal-frame .create-stocks-out .ant-tabs-content,
.ue-modal-frame .stocksTransfer .ant-tabs-content {
  transition: none !important;
}
.ue-modal-frame .stocksCheck .no-flex.ant-tabs-top .ant-tabs-content,
.ue-modal-frame .stocksSync .no-flex.ant-tabs-top .ant-tabs-content,
.ue-modal-frame .create-stocks-in .no-flex.ant-tabs-top .ant-tabs-content,
.ue-modal-frame .create-stocks-out .no-flex.ant-tabs-top .ant-tabs-content,
.ue-modal-frame .stocksTransfer .no-flex.ant-tabs-top .ant-tabs-content {
  margin-left: 0!important;
}
.ue-modal-frame .stocksCheck .no-flex.ant-tabs-left .ant-tabs-content,
.ue-modal-frame .stocksSync .no-flex.ant-tabs-left .ant-tabs-content,
.ue-modal-frame .create-stocks-in .no-flex.ant-tabs-left .ant-tabs-content,
.ue-modal-frame .create-stocks-out .no-flex.ant-tabs-left .ant-tabs-content,
.ue-modal-frame .stocksTransfer .no-flex.ant-tabs-left .ant-tabs-content {
  margin-top: 0!important;
}
.ue-modal-frame .stocksCheck .no-flex.ant-tabs-top .ant-tabs-tab,
.ue-modal-frame .stocksSync .no-flex.ant-tabs-top .ant-tabs-tab,
.ue-modal-frame .create-stocks-in .no-flex.ant-tabs-top .ant-tabs-tab,
.ue-modal-frame .create-stocks-out .no-flex.ant-tabs-top .ant-tabs-tab,
.ue-modal-frame .stocksTransfer .no-flex.ant-tabs-top .ant-tabs-tab {
  float: left;
}
.ue-modal-frame .batch-create .upload-notify {
  margin-top: 15px;
}
.ue-modal-frame .batch-create .upload-file-tips {
  padding: 2px 0 5px;
  color: #999;
}
.ue-modal-frame .stocksStatus-container {
  margin-left: 175px;
}
.ue-modal-frame .stocksStatus .StocksList {
  padding-bottom: 48px;
}
.ue-modal-frame .stocksStatus .StocksList .ant-table {
  clear: none;
}
.ue-modal-frame .stocksStatus .StocksList .ue-table-middle .ue-table-header-cell {
  height: 32px;
}
.ue-modal-frame .stocksStatus .StocksList .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  height: 32px;
}
.ue-modal-frame .stocksStatus .StocksList .ant-table-tbody > tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td {
  padding: 0;
  border-bottom: none;
}
.ue-modal-frame .stocksStatus .StocksList .hide-expand-icon .ant-table-row-expand-icon {
  display: none;
}
.ue-modal-frame .stocksStatus .pagination {
  position: fixed;
  bottom: 0;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #CED4D9;
  background: #fff;
  z-index: 999;
  width: calc(100% - 190px);
  padding: 0 15px;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .stocksStatus .pagination {
    width: 1395px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .ue-modal-frame .stocksStatus .pagination {
    width: 1075px;
  }
}
.ue-modal-frame .stocksStatus .pagination ul {
  line-height: 50px;
  margin: 0;
  text-align: right;
}
.ue-modal-frame .stocksLog .ant-table-small,
.ue-modal-frame .occupancy .ant-table-small,
.ue-modal-frame .warehouse .ant-table-small,
.ue-modal-frame .stocksRecords .ant-table-small {
  border: none;
}
.ue-modal-frame .stocksLog .ant-table-small .ant-table-content .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .occupancy .ant-table-small .ant-table-content .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .warehouse .ant-table-small .ant-table-content .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .stocksRecords .ant-table-small .ant-table-content .ant-table-body > table > .ant-table-thead > tr > th {
  background-color: #E9EFF5 !important;
}
.ue-modal-frame .stocksLog .ant-table-footer,
.ue-modal-frame .occupancy .ant-table-footer,
.ue-modal-frame .warehouse .ant-table-footer,
.ue-modal-frame .stocksRecords .ant-table-footer {
  padding: 0;
}
.ue-modal-frame .stocksIn {
  padding-bottom: 60px;
}
.ue-modal-frame .search-for {
  margin-left: -20px;
}
.ue-modal-frame .search-for .tit {
  color: rgba(38, 45, 51, 0.8);
  display: inline-block;
  padding-right: 10px;
  padding-left: 20px;
}
.ue-modal-frame .search-for .sp {
  padding: 0 8px;
}
.ue-modal-frame .search-for .ant-calendar-picker {
  width: 160px;
}
.ue-modal-frame .stocks-in-content thead > tr > th span,
.ue-modal-frame .stocks-out-content thead > tr > th span {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
}
.ue-modal-frame .stocks-in-edit-batch {
  font-size: 15px;
  color: #9FB0BF;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.ue-modal-frame .stocksIn-container .search-for {
  margin-left: 0;
}
.ue-modal-frame .supplier-search-select {
  position: relative;
}
.ue-modal-frame .supplier-search-select .ant-select-dropdown-menu {
  margin-bottom: 48px;
}
.ue-modal-frame .supplier-search-select .ant-select-dropdown-menu .add-supplier-option {
  z-index: 99;
  position: absolute;
  height: 48px;
  line-height: 38px;
  width: 100%;
  bottom: 0;
  background-color: #F2F6FA;
  border-radius: 0 0 2px 2px;
  cursor: pointer;
}
.ue-modal-frame .supplier-search-select .ant-select-dropdown-menu .add-supplier-option > div,
.ue-modal-frame .supplier-search-select .ant-select-dropdown-menu .add-supplier-option > div.add-supplier-btn {
  width: 100%;
}
.ue-modal-frame .supplier-search-select .ant-select-dropdown-menu .add-supplier-option i {
  color: #9EAFBE;
}
.ue-modal-frame .supplier-search-select .ant-select-dropdown-menu .add-supplier-option a {
  font-weight: normal;
}
.ue-modal-frame .supplier-search-select.no-custom-dropdown .ant-select-dropdown-menu {
  margin-bottom: 0;
}
.ue-modal-frame .stocksSync {
  padding-bottom: 60px;
}
.ue-modal-frame .stocksSync .stocksSyncList .ant-table-tbody > tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td {
  padding: 0;
}
.ue-modal-frame .stocksSync .expandedTable.combination-hide-checkbox .ue-table-tbody .ue-table-selection-column > span {
  visibility: hidden;
}
.ue-modal-frame .stocksSync .notSku .ue-table-row-expand-icon {
  display: none;
}
.ue-modal-frame .store-configuration.ue-modal-alert .ant-modal-body .modal-content {
  font-size: 12px;
}
.ue-modal-frame .store-configuration .goods-header {
  text-align: left;
  margin-top: -8px;
}
.ue-modal-frame .store-configuration .goods-header .form-group-item-heading {
  width: 70px;
}
.ue-modal-frame .store-configuration .rule-column .ant-input-group,
.ue-modal-frame .store-configuration .rule-column .ant-input-group-wrapper {
  width: auto;
}
.ue-modal-frame .store-configuration .rule-column .ant-input-group input,
.ue-modal-frame .store-configuration .rule-column .ant-input-group-wrapper input {
  border-right: none;
}
.ue-modal-frame .store-configuration .rule-column .ant-input-group input:focus,
.ue-modal-frame .store-configuration .rule-column .ant-input-group-wrapper input:focus {
  box-shadow: none;
}
.ue-modal-frame .store-configuration .rule-column .ant-input-group input:focus + span,
.ue-modal-frame .store-configuration .rule-column .ant-input-group-wrapper input:focus + span {
  border-color: #4DB2FF;
}
.ue-modal-frame .store-configuration .rule-column .ant-input-group input:hover + span,
.ue-modal-frame .store-configuration .rule-column .ant-input-group-wrapper input:hover + span {
  border-color: #4DB2FF;
}
.ue-modal-frame .store-configuration .rule-column .ant-input-wrapper > input,
.ue-modal-frame .store-configuration .rule-column ant-input-group > input {
  padding-right: 4px;
}
.ue-modal-frame .store-configuration .rule-column .ant-input-group-addon {
  width: 16px;
  line-height: 32px;
  padding: 0;
  background-color: #fff;
}
.ue-modal-frame .store-configuration-table-vendor td {
  vertical-align: 0;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ue-modal-frame .stocksOut,
.ue-modal-frame .stocksIn {
  padding-bottom: 60px;
}
.ue-modal-frame .stocksOut .search-for,
.ue-modal-frame .stocksIn .search-for {
  margin-left: 0;
}
.ue-modal-frame .stocksOut .search-for .input-group .ant-select + .ant-input,
.ue-modal-frame .stocksIn .search-for .input-group .ant-select + .ant-input {
  margin-left: -1px;
}
.ue-modal-frame .stocksOut .search-for .input-group .ant-input,
.ue-modal-frame .stocksIn .search-for .input-group .ant-input {
  width: 210px;
}
.ue-modal-frame .stocksOut .ue-table-middle .ue-table-cell {
  height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ue-modal-frame .modify-modal h4 {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
}
.ue-modal-frame .modify-modal .ant-table-thead > tr > th {
  background: #E9EFF5;
}
.ue-modal-frame .modify-modal .log-mes .ant-select-selection--multiple {
  min-height: 100px;
}
.ue-modal-frame .modify-modal .basic-mes {
  padding-bottom: 6px;
}
.ue-modal-frame .modify-modal .basic-mes .bottom-mes,
.ue-modal-frame .modify-modal .goods-mes .bottom-mes {
  margin-top: 14px;
}
.ue-modal-frame .modify-modal .basic-mes .bottom-mes .bottom-right-mes,
.ue-modal-frame .modify-modal .goods-mes .bottom-mes .bottom-right-mes {
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .modify-modal .basic-mes .bottom-mes .bottom-right-mes span,
.ue-modal-frame .modify-modal .goods-mes .bottom-mes .bottom-right-mes span {
  font-size: 12px;
  color: #1876F0;
  font-weight: bold;
  margin-left: 5px;
}
.ue-modal-frame .modify-modal .basic-mes .bottom-mes .bottom-right-mes span + span,
.ue-modal-frame .modify-modal .goods-mes .bottom-mes .bottom-right-mes span + span {
  margin-left: 0;
}
.ue-modal-frame .modify-modal .basic-mes .ant-input-number,
.ue-modal-frame .modify-modal .goods-mes .ant-input-number {
  width: 82px;
}
.ue-modal-frame .modify-modal .basic-mes tr > th,
.ue-modal-frame .modify-modal .goods-mes tr > th {
  font-weight: bold;
  color: rgba(57, 68, 77, 0.8);
}
.ue-modal-frame .modify-modal .basic-mes h4,
.ue-modal-frame .modify-modal .goods-mes h4 {
  margin-bottom: 20px;
}
.ue-modal-frame .modify-modal .basic-mes h5,
.ue-modal-frame .modify-modal .goods-mes h5 {
  color: rgba(50, 50, 51, 0.8);
  display: inline-block;
  margin-left: 10px;
  margin-right: 15px;
}
.ue-modal-frame .modify-modal .basic-mes .ant-form-item-label,
.ue-modal-frame .modify-modal .goods-mes .ant-form-item-label {
  color: rgba(50, 50, 51, 0.8);
  font-size: 12px;
}
.ue-modal-frame .modify-modal .purchase-info-form .ant-select {
  width: 100%;
}
.ue-modal-frame .modify-modal .delivery-mes .ant-row .ant-col-8:nth-child(3n+4) {
  clear: both;
}
.ue-modal-frame .detail-modal .ant-table-thead > tr > th {
  background: #E9EFF5;
}
.ue-modal-frame .detail-modal h4 {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
}
.ue-modal-frame .detail-modal .ant-modal-title {
  color: rgba(50, 50, 51, 0.8);
  font-size: 14px;
  font-weight: bold;
}
.ue-modal-frame .detail-modal .border-bottom {
  padding-bottom: 21px !important;
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 30px;
}
.ue-modal-frame .detail-modal .detail-block:last-child {
  padding-bottom: 30px;
}
.ue-modal-frame .detail-modal .basic-mes,
.ue-modal-frame .detail-modal .log-mes,
.ue-modal-frame .detail-modal .vip-mes {
  padding-bottom: 21px;
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 30px;
}
.ue-modal-frame .detail-modal .basic-mes h4,
.ue-modal-frame .detail-modal .log-mes h4,
.ue-modal-frame .detail-modal .vip-mes h4,
.ue-modal-frame .detail-modal .detail-block h4 {
  margin-bottom: 15px;
}
.ue-modal-frame .detail-modal .basic-mes h5,
.ue-modal-frame .detail-modal .log-mes h5,
.ue-modal-frame .detail-modal .vip-mes h5,
.ue-modal-frame .detail-modal .detail-block h5 {
  display: inline-block;
  color: rgba(50, 50, 51, 0.8);
  margin-right: 15px;
  margin-bottom: 10px;
  min-width: 52px;
  text-align: right;
  font-size: 12px;
}
.ue-modal-frame .detail-modal .basic-mes p,
.ue-modal-frame .detail-modal .log-mes p,
.ue-modal-frame .detail-modal .vip-mes p,
.ue-modal-frame .detail-modal .detail-block p {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.ue-modal-frame .detail-modal .detail-block .fs-middle p {
  font-size: 14px;
}
.ue-modal-frame .detail-modal .detail-block .fs-large p {
  position: relative;
  top: -3px;
  font-size: 16px;
}
.ue-modal-frame .detail-modal .vip-mes h5 {
  width: 75px;
}
.ue-modal-frame .detail-modal .goods-mes {
  padding-bottom: 60px;
}
.ue-modal-frame .detail-modal .goods-mes .tab-head-mes {
  margin-bottom: 21px;
}
.ue-modal-frame .detail-modal .goods-mes h4 {
  display: inline-block;
}
.ue-modal-frame .detail-modal .goods-mes .bottom-mes {
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .detail-modal .goods-mes .bottom-mes span {
  font-size: 12px;
  color: #1876F0;
  font-weight: bold;
  margin-left: 5px;
}
.ue-modal-frame .detail-modal .goods-mes .bottom-mes span + span {
  margin-left: 0;
}
.ue-modal-frame .detail-modal .goods-mes tr > th {
  font-weight: bold;
  color: rgba(57, 68, 77, 0.8);
}
.ue-modal-frame .ant-modal-title {
  color: #262D33;
}
.ue-modal-frame .type-list-modal .goods-mes {
  border-bottom: 1px solid rgba(38, 45, 51, 0.15);
  padding-bottom: 40px;
}
.ue-modal-frame .stocksCheck {
  padding-bottom: 60px;
}
.ue-modal-frame .print-accounts .header-btn {
  height: 70px;
  line-height: 80px;
}
.ue-modal-frame .print-accounts .account-container {
  margin: 0 auto;
  width: 1200px;
  border: 1px solid #CED4D9 !important;
  margin-top: 10px;
  padding: 25px 100px 30px 100px;
}
.ue-modal-frame .electronic-accounts .header-btn {
  height: 70px;
}
.ue-modal-frame .electronic-accounts .tabs-container {
  margin-top: 11px !important;
}
.ue-modal-frame .create-share-account-modal .account-info {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.ue-modal-frame .create-share-account-modal .tips {
  color: #777;
}
.ue-modal-frame .modify-electronic-account .form-group {
  line-height: 24px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .modify-electronic-account .form-group .label {
  height: 34px;
  text-align: right;
  padding-right: 10px;
}
.ue-modal-frame .modify-electronic-account .form-group .value {
  min-height: 34px;
}
.ue-modal-frame .configuration .header-btn {
  height: 70px;
  line-height: 80px;
}
.ue-modal-frame .configuration .configuration-container {
  margin: 0 auto;
  width: 1200px;
  border: 1px solid #CED4D9 !important;
  margin-top: 80px;
  padding: 25px 100px 30px 100px;
}
.ue-modal-frame .configuration-pop-content .anticon-exclamation-circle {
  display: none;
}
.ue-modal-frame .configuration-pop-content .ant-popover-buttons {
  text-align: center;
}
.ue-modal-frame .print-templates .header-btn {
  height: 98px;
  line-height: 68px;
}
.ue-modal-frame .print-templates .ant-tabs.tabs-container {
  margin-top: 39px;
}
.ue-modal-frame .print-templates .batch-operation-container {
  margin-top: 0 !important;
}
.ue-modal-frame .product-setting-modal .print-config-desc {
  text-align: center;
  color: grey;
  font-size: 14px;
  margin-top: -10px;
}
.ue-modal-frame .product-setting-modal .option-area {
  margin-top: 15px;
}
.ue-modal-frame .product-setting-modal .option-area .config-row {
  margin-bottom: 10px;
}
.ue-modal-frame .product-setting-modal .option-area .config-row .label-item {
  padding-right: 20px;
  text-align: right;
}
.ue-modal-frame .product-setting-modal .option-area .config-area {
  margin: 10px 40px;
}
.ue-modal-frame .product-setting-modal .option-area .config-area .config-title {
  background-color: #f5f5f5;
  font-size: 16px;
  height: 30px;
  padding-top: 5px;
  padding-left: 5px;
  border-radius: 5px;
}
.ue-modal-frame .product-setting-modal .ant-checkbox-wrapper,
.ue-modal-frame .product-setting-modal .ant-radio-wrapper {
  width: 120px;
}
.ue-modal-frame .product-setting-modal .narrow .ant-radio-wrapper {
  width: 80px;
}
.ue-modal-frame .product-setting-modal .ant-modal-body {
  max-height: 620px !important;
}
.ue-modal-frame .new-template-modal .template-pic-area {
  margin-top: 10px;
  height: 300px;
  overflow: auto;
}
.ue-modal-frame .new-template-modal .new-label {
  font-size: 14px !important;
}
.ue-modal-frame .new-template-modal .companyGroup {
  display: block;
}
.ue-modal-frame .new-template-modal .companyGroup label {
  font-size: 14px;
}
.ue-modal-frame .new-template-modal .companyGroup .ant-radio-wrapper {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 100%;
  box-sizing: border-box;
  padding-right: 5px;
}
.ue-modal-frame .new-template-modal .ant-form-item-required {
  float: left;
  font-size: 14px;
  color: #262D33 !important;
}
.ue-modal-frame .edit-template-modal .ant-modal-body {
  padding: 5px 30px 10px !important;
}
.ue-modal-frame .edit-template-modal .name-label {
  font-size: 14px;
  padding-left: 33px;
  box-sizing: border-box;
}
.ue-modal-frame .edit-template-modal .remote-print-span {
  color: red;
}
.ue-modal-frame .edit-template-modal .input {
  width: 150px;
}
.ue-modal-frame .edit-template-modal .svg-designer {
  max-height: 500px;
}
.ue-modal-frame .edit-template-modal .ant-form-item-required {
  float: left;
  font-size: 14px;
  color: #262D33 !important;
}
.ue-modal-frame .edit-template-modal .print-select {
  width: 280px !important;
  margin-left: 10px;
}
.ue-modal-frame .store-management .stop-ant-tag,
.ue-modal-frame .log-rules .stop-ant-tag {
  width: 45px;
  float: right;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .store-management .ting,
.ue-modal-frame .log-rules .ting {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .store-management .header-btn-content,
.ue-modal-frame .log-rules .header-btn-content {
  font-weight: bold;
}
.ue-modal-frame .store-management .header-btn-content h3,
.ue-modal-frame .log-rules .header-btn-content h3 {
  position: absolute;
  top: -50px;
  left: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.ue-modal-frame .log-rules .already {
  position: absolute;
  top: 70px;
  left: 145px;
  line-height: 1.5;
  border: 1px dashed #ccc;
  padding: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.ue-modal-frame .log-rules .already li {
  float: left;
  margin-right: 5px;
}
.ue-modal-frame .modify-online-store .tmcs-form-item .ant-form-item-children {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.ue-modal-frame .create-online-store img {
  width: 16px;
}
.ue-modal-frame .create-online-store .create-online-store-content {
  border: 1px solid #CED4D9;
  width: 1200px;
  margin: 0 auto;
  margin-top: 102px;
  margin-bottom: 90px;
  padding: 27px 102px 10px 51px;
}
.ue-modal-frame .create-online-store .create-online-store-content h3 {
  color: #262D33;
  font-weight: bold;
  margin-bottom: 30px;
}
.ue-modal-frame .create-online-store .create-online-store-content h3 .title-icon {
  background-color: #29D68E;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}
.ue-modal-frame .create-online-store .create-online-store-content .select-plat .select-plat-content {
  margin-bottom: 32px;
  margin-left: 32px;
  border-bottom: 1px dashed #CED4D9;
  padding-bottom: 15px;
}
.ue-modal-frame .create-online-store .create-online-store-content .select-plat .select-plat-content li {
  float: left;
}
.ue-modal-frame .create-online-store .create-online-store-content .select-plat .select-plat-content .item {
  width: 157px;
  height: 46px;
  line-height: 14px;
  padding: 15px 21px;
}
.ue-modal-frame .create-online-store .create-online-store-content .select-plat .select-plat-content .item .icon {
  width: 15px;
  height: 15px;
  vertical-align: top;
}
.ue-modal-frame .create-online-store .create-online-store-content .select-plat .select-plat-content .item img {
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.ue-modal-frame .create-online-store .create-online-store-content .authorization {
  padding-bottom: 40px;
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 26px;
}
.ue-modal-frame .create-online-store .create-online-store-content .authorization .authorization-content .tiao {
  text-decoration: underline!important;
}
.ue-modal-frame .create-online-store .create-online-store-content .authorization .authorization-content .colored-button {
  background-color: #1876F0;
  color: #fff;
}
.ue-modal-frame .create-online-store .create-online-store-content .authorization-content.content-info p:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .create-offline-batch .create-offline-batch-content {
  border: 1px solid #CED4D9;
  width: 1200px;
  margin: 0 auto;
  margin-top: 102px;
  margin-bottom: 90px;
  padding: 29px 99px 10px 99px;
}
.ue-modal-frame .create-offline-batch .create-offline-batch-content h4 {
  font-size: 14px;
  font-weight: bold;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .create-offline-batch .create-offline-batch-content .basic-mes {
  border-bottom: 1px dashed #CED4D9;
}
.ue-modal-frame .create-offline-batch .function,
.ue-modal-frame .create-online-store .function {
  background-color: white;
  height: 73px;
  width: 100%;
  border-top: 1px solid #CED4D9;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  text-align: center;
}
.ue-modal-frame .create-offline-batch .function .wrapper,
.ue-modal-frame .create-online-store .function .wrapper {
  width: 1200px;
  display: inline-block;
  padding: 0 60px;
  height: 73px;
}
.ue-modal-frame .store-mes h5,
.ue-modal-frame .sender-mes h5 {
  font-size: 12px;
  color: rgba(38, 45, 51, 0.5);
  margin-right: 5px;
  margin-bottom: 10px;
}
.ue-modal-frame .relation-code-form .ant-form-item {
  margin-bottom: 15px;
}
.ue-modal-frame .relation-code-form .ant-form-item textarea.ant-input {
  height: 73px;
  resize: none;
}
.ue-modal-frame .relation-code-form .ant-form-item .ant-form-explain {
  margin-top: 0;
}
.ue-modal-frame .store-detail .platform-name {
  display: flex;
  align-items: center;
}
.ue-modal-frame .store-detail .platform-name .ue-button {
  flex: 1;
  text-align: left;
}
.ue-modal-frame .store-detail .platform-name .stop-ant-tag {
  width: 50px;
  margin-left: 10px;
  text-align: center;
}
.ue-modal-frame .store-expire-tip {
  background-color: #E6F7FF;
  border: 1px solid #91D5FF;
  border-radius: 2px;
  padding: 16px 25px;
  display: flex;
  margin-bottom: 10px;
}
.ue-modal-frame .store-expire-tip .font {
  flex: 1;
  margin-left: 16px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .store-expire-tip .font h3 {
  font-size: 16px;
  font-weight: bold;
  color: #323233;
}
.ue-modal-frame .store-expire-tip .font .tips {
  line-height: 20px;
}
.ue-modal-frame .supplier-management .code-item {
  display: flex;
  align-items: center;
}
.ue-modal-frame .supplier-management .code-item > div:first-child {
  flex: 1;
}
.ue-modal-frame .supplier-management .code-item .stop-ant-tag {
  width: 45px;
  float: right;
  color: rgba(50, 50, 51, 0.6);
  margin-left: 5px;
  margin-right: 0;
}
.ue-modal-frame .supplier-management .ting {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .supplier-management .header-btn-content {
  font-weight: bold;
}
.ue-modal-frame .supplier-management .header-btn-content h3 {
  position: absolute;
  top: -50px;
  left: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.ue-modal-frame .supplier-search-condition .ant-form-item {
  display: flex;
  padding-right: 20px;
  margin-bottom: 0;
}
.ue-modal-frame .supplier-search-condition .ant-form-item .ant-form-item-label label:after {
  content: '';
}
.ue-modal-frame .supplier-search-condition .ant-form-item .ant-form-item-control-wrapper input {
  width: 180px;
}
.ue-modal-frame .supplier-modal.ant-modal .ant-modal-content .ant-modal-body {
  padding-right: 10px;
}
.ue-modal-frame .supplier-modal.ant-modal .ant-modal-content .ant-modal-body .ant-tabs-tabpane {
  max-height: calc(100vh - 278px);
  padding-right: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ue-modal-frame .supplier-modal.ant-modal .ant-modal-content .ant-modal-body .ant-form-item {
  margin-bottom: 0;
}
.ue-modal-frame .supplier-detail-modal-panel {
  border: none;
}
.ue-modal-frame .supplier-detail-modal-panel .panel-heading {
  padding: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.ue-modal-frame .supplier-detail-modal-panel .panel-body {
  padding: 0 0 30px;
}
.ue-modal-frame .supplier-detail-modal-panel .panel-body .form-group.form-group-horizontal {
  min-height: 30px;
  height: auto;
  line-height: 24px;
  margin-bottom: 5px;
}
.ue-modal-frame .supplier-detail-modal-panel .panel-body .form-group.form-group-horizontal .form-value {
  white-space: inherit;
  overflow: auto;
}
.ue-modal-frame .supplier-detail-modal-panel .panel-body .form-group.form-group-horizontal label {
  color: rgba(50, 50, 51, 0.6);
  min-width: 70px;
  position: relative;
}
.ue-modal-frame .supplier-detail-modal-panel .panel-body .form-group.form-group-horizontal label span {
  color: #FF4D77;
  position: absolute;
  right: -8px;
}
.ue-modal-frame .warehouse-details-warehouse .status-wrap {
  height: 82px;
  padding: 15px 0 0;
  margin-bottom: 15px;
  background-color: #F7FAFC;
}
.ue-modal-frame .warehouse-details-warehouse .status-wrap:nth-child(3n) .status-item,
.ue-modal-frame .warehouse-details-warehouse .status-wrap:last-child .status-item {
  border-right: none;
}
.ue-modal-frame .warehouse-details-warehouse .status-wrap .status-item {
  padding-left: 30px;
  border-right: 1px solid #CED4D9;
}
.ue-modal-frame .warehouse-details-warehouse .status-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF4D77;
  margin-right: 8px;
}
.ue-modal-frame .warehouse-details-warehouse .status-icon-success {
  background-color: #29D68E;
}
.ue-modal-frame .warehouse-details-warehouse .warehouse-details-warehouse-msg h3 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 14px;
  color: #323233;
  letter-spacing: 0;
  text-align: left;
  line-height: 18px;
}
.ue-modal-frame .warehouse-details-warehouse .footer-card {
  height: 270px;
  padding: 10px 10px 0 20px;
  border-right: 1px solid #CED4D9;
  overflow-y: auto;
}
.ue-modal-frame .warehouse-details-warehouse .footer-card:nth-last-child {
  border-right: none;
}
.ue-modal-frame .warehouse-details-location {
  padding-bottom: 60px;
}
.ue-modal-frame .warehouse-details-location .pagination {
  position: fixed;
  bottom: 0;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ccc;
  background: #fff;
  z-index: 999;
  width: calc(100% - 415px);
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .warehouse-details-location .pagination {
    width: 1170px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .ue-modal-frame .warehouse-details-location .pagination {
    width: 850px;
  }
}
.ue-modal-frame .warehouse-details-location .pagination ul.ant-pagination {
  line-height: 50px;
  margin: 0;
  width: 100%;
  text-align: right;
}
.ue-modal-frame .warehouse-details-left {
  float: left;
  width: 370px;
  min-height: 100%;
  margin-bottom: 15px;
  background-color: #F7FAFC;
}
.ue-modal-frame .warehouse-details-left .spTag,
.ue-modal-frame .warehouse-details-left .wmsTag,
.ue-modal-frame .warehouse-details-left .qimenTag {
  color: #fff;
  padding: 0 4px;
  border-radius: 2px;
}
.ue-modal-frame .warehouse-details-left .spTag {
  background-color: #29D68E;
}
.ue-modal-frame .warehouse-details-left .wmsTag {
  background-color: #FFAC31;
}
.ue-modal-frame .warehouse-details-left .qimenTag {
  background-color: #527ECC;
}
.ue-modal-frame .warehouse-details-left .search-wrap {
  padding: 10px;
}
.ue-modal-frame .warehouse-details-left .ue-button-group button {
  width: 44px;
  padding: 0;
}
.ue-modal-frame .warehouse-details-left .input-search {
  width: 205px;
  margin-left: 15px;
}
.ue-modal-frame .warehouse-details .warehouse-list {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  overflow-y: scroll;
}
.ue-modal-frame .warehouse-details .warehouse-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .warehouse-details .warehouse-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .warehouse-details .warehouse-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .warehouse-details .warehouse-item {
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #E7EAED;
  position: relative;
  cursor: pointer;
  background-color: #F7FAFC;
}
.ue-modal-frame .warehouse-details .warehouse-item:last-of-type {
  border-bottom: 1px solid #E7EAED;
}
.ue-modal-frame .warehouse-details .warehouse-item-selected,
.ue-modal-frame .warehouse-details .warehouse-item:hover {
  background-color: rgba(82, 126, 204, 0.2);
}
.ue-modal-frame .warehouse-details .warehouse-item-disabled {
  color: #9FB0BF;
}
.ue-modal-frame .warehouse-details .warehouse-item-selected-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 60px;
  background-color: #527ECC;
}
.ue-modal-frame .warehouse-details-right {
  margin-left: 400px;
}
.ue-modal-frame .warehouse-tag {
  padding: 0 5px;
  color: #527ECC;
  border-radius: 2px;
  border: 1px solid #527ECC;
  margin-left: 5px;
}
.ue-modal-frame .warehouse-tag-disabled {
  color: #9FB0BF;
  border-color: #9FB0BF;
}
.ue-modal-frame .details-tabs .ant-tabs-nav .ant-tabs-tab-active {
  font-weight: 700;
}
.ue-modal-frame .details-tabs .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
  padding: 12px 10px;
  margin-right: 15px;
}
.ue-modal-frame .details-tabs .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .details-tabs .ant-tabs-nav-container {
  margin-bottom: -4px;
}
.ue-modal-frame .details-tabs .ant-tabs-bar {
  border-bottom: 4px solid #E7F1F9;
}
.ue-modal-frame .create-warehouse {
  padding-bottom: 83px;
}
.ue-modal-frame .create-warehouse-tabs.ant-tabs {
  margin-top: 31px;
}
.ue-modal-frame .create-warehouse .ant-tabs-nav .ant-tabs-tab-active {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.ue-modal-frame .create-warehouse-body {
  margin: 0 auto;
  width: 1200px;
  padding: 42px 0 0 96px  ;
  border: 1px solid #CED4D9;
}
.ue-modal-frame .create-warehouse-body .config-detail {
  padding-bottom: 25px;
}
.ue-modal-frame .create-warehouse-body .config-detail h3 {
  font-weight: bold;
  font-size: 16px;
  margin-left: -40px;
}
.ue-modal-frame .create-warehouse-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  border-top: 1px solid #CED4D9;
  background-color: #fff;
}
.ue-modal-frame .create-warehouse-footer .body {
  width: 1200px;
  margin: 0 auto;
}
.ue-modal-frame .create-warehouse-footer-btn {
  margin-left: 100px;
  margin-top: 20px;
}
.ue-modal-frame .warehouse-management .header-btn-content {
  font-weight: bold;
}
.ue-modal-frame .warehouse-management .header-btn-content h3 {
  position: absolute;
  top: -50px;
  left: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.ue-modal-frame .warehouse-management .header-btn-content .refresh {
  color: #fff;
}
.ue-modal-frame .warehouse-management .header-btn-content .refresh:hover {
  color: #1876F0;
}
.ue-modal-frame .function-wrap .ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.7);
}
.ue-modal-frame .ue-checkbox.ant-checkbox-wrapper,
.ue-modal-frame .ue-radio.ant-radio-wrapper {
  position: relative;
  width: 100%;
  height: 30px;
  padding-left: 16px;
}
.ue-modal-frame .ue-checkbox-line2.ant-checkbox-wrapper,
.ue-modal-frame .ue-radio-line2.ant-radio-wrapper {
  height: 43px;
}
.ue-modal-frame .ue-radio-line2.ant-radio-wrapper {
  display: block;
  white-space: normal;
}
.ue-modal-frame .ue-checkbox .ant-checkbox,
.ue-modal-frame .ue-radio .ant-radio {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
}
.ue-modal-frame .ue-checkbox.ant-checkbox-wrapper > span:last-child,
.ue-modal-frame .ue-radio.ant-radio-wrapper > span:last-child {
  display: block;
  width: 100%;
}
.ue-modal-frame .sub-account-add .role-list,
.ue-modal-frame .sub-account-modify .role-list {
  padding-right: 50px;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}
.ue-modal-frame .sub-account-add .role-list .ant-radio-group,
.ue-modal-frame .sub-account-modify .role-list .ant-radio-group {
  flex: 1;
  margin-left: -8px;
}
.ue-modal-frame .sub-account-add .role-list .ant-radio-group .ant-radio-wrapper:first-child,
.ue-modal-frame .sub-account-modify .role-list .ant-radio-group .ant-radio-wrapper:first-child {
  margin-left: 8px;
}
.ue-modal-frame .sub-account-add .role-list .edit-btn,
.ue-modal-frame .sub-account-modify .role-list .edit-btn {
  width: 50px;
  position: relative;
  top: -12px;
}
.ue-modal-frame .sub-account-add .ant-radio-inner,
.ue-modal-frame .sub-account-modify .ant-radio-inner,
.ue-modal-frame .sub-account-add .ant-radio-inner:after,
.ue-modal-frame .sub-account-modify .ant-radio-inner:after {
  transition: all 0s;
}
.ue-modal-frame .sub-account-add .create-role-btn,
.ue-modal-frame .sub-account-modify .create-role-btn {
  vertical-align: top;
}
.ue-modal-frame .ue-tree > li > .ant-tree-node-content-wrapper {
  font-weight: 700;
  font-size: 14px;
}
.ue-modal-frame .ue-tree .all-leaf .ant-tree-child-tree:after {
  display: block;
  content: ' ';
  clear: both;
}
.ue-modal-frame .ue-tree .all-leaf .ant-tree-child-tree ul {
  width: 100%;
}
.ue-modal-frame .ue-tree .all-leaf .ant-tree-child-tree li {
  float: left;
}
.ue-modal-frame .ue-tree .all-leaf .ant-tree-child-tree li:before {
  border-left-width: 0 !important;
}
.ue-modal-frame .ue-tree .all-leaf .ant-tree-child-tree li .ant-tree-switcher-noop {
  opacity: 0;
}
.ue-modal-frame .ue-tree .all-leaf .ant-tree-child-tree li .ant-tree-node-content-wrapper {
  min-width: 100px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ue-modal-frame .ue-tree .ant-tree-node-selected,
.ue-modal-frame .ue-tree .ant-tree-node-content-wrapper {
  background: transparent !important;
  cursor: auto !important;
}
.ue-modal-frame .ue-tree .ant-tree-treenode-switcher-open.has-sub-menu {
  position: relative;
}
.ue-modal-frame .ue-tree .ant-tree-treenode-switcher-open.has-sub-menu:before {
  position: absolute;
  content: '';
  left: 10px !important;
  top: 25px !important;
  width: 1px !important;
  height: calc(100% - 44px);
  background: #d9d9d9;
}
.ue-modal-frame .ue-tree .ant-tree-treenode-switcher-open.has-sub-menu:not(.all-leaf) > ul > li,
.ue-modal-frame .ue-tree .ant-tree-treenode-switcher-open.has-sub-menu.all-leaf > ul > li:nth-child(6n+1) {
  position: relative;
}
.ue-modal-frame .ue-tree .ant-tree-treenode-switcher-open.has-sub-menu:not(.all-leaf) > ul > li:after,
.ue-modal-frame .ue-tree .ant-tree-treenode-switcher-open.has-sub-menu.all-leaf > ul > li:nth-child(6n+1):after {
  position: absolute;
  left: -7px;
  top: 16px;
  content: '';
  width: 10px;
  height: 1px;
  background: #d9d9d9;
}
.ue-modal-frame .ue-tree .ant-tree-treenode-switcher-open.has-sub-menu.all-leaf > ul > li:nth-child(6n+7) {
  clear: both;
}
.ue-modal-frame .ue-tree > li:before {
  height: calc(100% - 47px) !important;
}
.ue-modal-frame .ue-tree li.has-sub-menu:last-child > ul {
  position: relative;
}
.ue-modal-frame .ue-tree li.has-sub-menu:last-child > ul:before {
  position: absolute;
  left: -8px;
  top: -11px;
  content: '';
  width: 1px !important;
  height: calc(100%) !important;
  background: #fff;
}
.ue-modal-frame .ue-tree.not-show-switcher .ant-tree-switcher {
  display: none;
}
.ue-modal-frame .ue-tree li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.8);
}
.ue-modal-frame .ue-tree .tooltip {
  position: relative;
  top: -1px;
  color: #9FB0BF !important;
}
.ue-modal-frame .account-menu-tree.ue-tree .all-leaf .ant-tree-child-tree li .ant-tree-node-content-wrapper {
  width: 220px;
}
.ue-modal-frame .account-menu-tree.ue-tree .ant-tree-treenode-switcher-open.all-leaf > ul > li:nth-child(6n+1):after {
  content: '';
  background: transparent;
}
.ue-modal-frame .account-menu-tree.ue-tree .ant-tree-treenode-switcher-open.all-leaf > ul > li:nth-child(6n+7) {
  clear: inherit;
}
.ue-modal-frame .account-menu-tree.ue-tree .ant-tree-treenode-switcher-open.all-leaf > ul > li:nth-child(4n+1) {
  position: relative;
}
.ue-modal-frame .account-menu-tree.ue-tree .ant-tree-treenode-switcher-open.all-leaf > ul > li:nth-child(4n+1):after {
  position: absolute;
  left: -7px;
  top: 16px;
  content: '';
  width: 10px;
  height: 1px;
  background: #d9d9d9;
}
.ue-modal-frame .account-menu-tree.ue-tree .ant-tree-treenode-switcher-open.all-leaf > ul > li:nth-child(4n+5) {
  clear: both;
}
.ue-modal-frame .account-menu-tree.ue-tree .ant-tree-treenode-switcher-open .account-name {
  padding-right: 20px;
}
.ue-modal-frame .account-menu-tree.ue-tree .ant-tree-treenode-switcher-open .account-name .font {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ue-modal-frame .account-menu-tree.ue-tree .ant-tree-treenode-switcher-open .account-name > span {
  margin-left: 5px;
  position: relative;
  top: -4px;
}
.ue-modal-frame .field-permission .ant-alert,
.ue-modal-frame .field-permission .ant-checkbox-wrapper {
  font-size: 14px;
}
.ue-modal-frame .express-reconciliation .header-btn {
  height: 70px !important;
}
.ue-modal-frame .express-reconciliation .tabs-container {
  margin-top: 11px !important;
}
.ue-modal-frame .freight-template {
  padding: 10px;
}
.ue-modal-frame .freight-template .freight-template-item {
  padding-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.ue-modal-frame .freight-template .freight-template-item:last-child {
  border-bottom: none;
}
.ue-modal-frame .freight-template .freight-template-item .template-title-wrap {
  margin-bottom: 8px;
  height: 31px;
}
.ue-modal-frame .freight-template .freight-template-item .template-title-wrap .tempalte-title {
  display: inline-block;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
}
.ue-modal-frame .freight-template .freight-template-item .template-title-wrap .template-operate {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
}
.ue-modal-frame .freight-template .freight-template-item .template-title-wrap .oper-group-btns .oper-btn:before {
  left: -3px;
  top: 10px;
  background: #527ECC;
}
.ue-modal-frame .freight-template .freight-template-item .template-basic {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .freight-template .freight-template-item .template-basic .basci-item {
  display: flex;
  margin-bottom: 8px;
  align-content: flex-start;
}
.ue-modal-frame .freight-template .freight-template-item .template-basic .item-title {
  width: 95px;
  color: rgba(0, 0, 0, 0.7);
}
.ue-modal-frame .freight-template .freight-template-item .template-basic .item-content {
  flex: 1;
}
.ue-modal-frame .freight-template .freight-template-item .template-basic .item-content-usable {
  display: flex;
  align-items: center;
}
.ue-modal-frame .freight-template .freight-template-item .template-rules {
  margin-top: 10px;
}
.ue-modal-frame .freight-template .freight-template-item .template-rules td {
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .freight-template .freight-template-item .address-detail {
  line-height: 22px;
}
.ue-modal-frame .freight-express-reconciliation .reconciliation-container {
  margin: 0 auto;
  width: 1200px;
  border: 1px solid #CED4D9 !important;
  margin-bottom: 30px;
  padding: 25px 100px 30px 100px;
  color: #323233;
}
.ue-modal-frame .freight-express-reconciliation .reconciliation-container .step {
  padding-bottom: 30px;
}
.ue-modal-frame .freight-express-reconciliation .reconciliation-container .step h3 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 30px;
  color: #323233;
}
.ue-modal-frame .freight-express-reconciliation .reconciliation-container .step h3 span {
  color: rgba(50, 50, 51, 0.5);
}
.ue-modal-frame .freight-express-reconciliation .reconciliation-container .step .upload-btn .upload-file-tips {
  padding: 2px 0 5px;
  color: #999;
}
.ue-modal-frame .freight-express-reconciliation .reconciliation-container .reconciliation-type {
  padding-left: 42px;
}
.ue-modal-frame .freight-express-reconciliation .reconciliation-container .reconciliation-type .reconciliation-type-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ue-modal-frame .create-freight-template {
  padding-bottom: 90px !important;
}
.ue-modal-frame .create-freight-template .area-weight-item,
.ue-modal-frame .modify-freight-template-modal .area-weight-item {
  margin-bottom: 35px;
}
.ue-modal-frame .create-freight-template .area-weight-item .title-wrap,
.ue-modal-frame .modify-freight-template-modal .area-weight-item .title-wrap {
  font-size: 14px;
  margin-bottom: 15px;
}
.ue-modal-frame .create-freight-template .address-rule-detail,
.ue-modal-frame .modify-freight-template-modal .address-rule-detail {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .create-freight-template .table-bordered .ant-table-tbody > tr > td,
.ue-modal-frame .modify-freight-template-modal .table-bordered .ant-table-tbody > tr > td {
  padding: 5px 16px;
  vertical-align: top;
}
.ue-modal-frame .create-freight-template .table-bordered .ant-table-tbody > tr > td .operation,
.ue-modal-frame .modify-freight-template-modal .table-bordered .ant-table-tbody > tr > td .operation {
  margin-top: 9px;
}
.ue-modal-frame .create-freight-template .basic-mes-usable,
.ue-modal-frame .modify-freight-template-modal .basic-mes-usable {
  display: flex;
  align-items: center;
}
.ue-modal-frame .create-freight-template .basic-mes-usable .basic-mes-usable-tip,
.ue-modal-frame .modify-freight-template-modal .basic-mes-usable .basic-mes-usable-tip {
  line-height: 1;
}
.ue-modal-frame .weight-section .section-from,
.ue-modal-frame .weight-section .section-to {
  float: left;
  width: 120px;
  margin-bottom: 0;
}
.ue-modal-frame .weight-section .section-icon {
  float: left;
  margin: 0 10px;
  line-height: 34px;
}
.ue-modal-frame .select-area-modal {
  user-select: none;
}
.ue-modal-frame .select-area-modal .title-tips {
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
}
.ue-modal-frame .select-area-modal .area-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.ue-modal-frame .select-area-modal .area-classify {
  width: 90px;
}
.ue-modal-frame .select-area-modal .area-province {
  flex: 1;
}
.ue-modal-frame .select-area-modal .province-item {
  margin-bottom: 12px;
}
.ue-modal-frame .select-area-modal .checked-number-wrap {
  position: relative;
  left: -6px;
  padding: 0;
  color: #29D68E;
}
.ue-modal-frame .select-area-modal .checked-number-wrap span {
  padding: 0;
}
.ue-modal-frame .select-area-modal .checked-number-wrap .checked-number {
  min-width: 12px;
  display: inline-block;
  text-align: center;
}
.ue-modal-frame .select-area-modal .province-item.show-city {
  position: relative;
  z-index: 99;
}
.ue-modal-frame .select-area-modal .province-item.show-city .province-info {
  position: relative;
  z-index: 99;
  font-weight: 700;
}
.ue-modal-frame .select-area-modal .province-item.show-city .cities {
  position: absolute;
  top: -10px;
  left: -11px;
  width: 270px;
  padding: 45px 10px 0px 10px;
  background: #FFFFFF;
  border: 1px solid #D3D8DE;
  border-radius: 4px;
  box-shadow: 0 1px 30px 0 rgba(38, 45, 51, 0.08);
}
.ue-modal-frame .select-area-modal .province-item.show-city .cities .city-item {
  margin-bottom: 8px;
}
.ue-modal-frame .select-area-modal .province-item.show-city .cities .ant-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}
.ue-modal-frame .select-area-modal .province-item.show-city .cities .ant-checkbox-wrapper .ant-checkbox + span {
  position: relative;
  top: -2px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.ue-modal-frame .select-area-modal .province-item.show-city.placement-left .cities {
  left: -130px;
  padding-right: 20px;
}
.ue-modal-frame .select-area-modal .ant-checkbox-wrapper {
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .select-area-modal .expanded-icon {
  position: relative;
  top: 2px;
  text-align: left;
  font-size: 13px;
  text-align: center;
}
.ue-modal-frame .select-area-modal .expanded-icon.icon-open_table {
  top: 1px;
}
.ue-modal-frame .select-area-modal .expanded-icon:hover {
  color: #527ECC;
}
.ue-modal-frame .mt-110 {
  margin-top: 110px;
}
.ue-modal-frame .wh-express-management .header-btn-content h3 {
  position: absolute;
  top: -50px;
  left: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.ue-modal-frame .wh-express-management .header-btn-content .help {
  line-height: 16px;
}
.ue-modal-frame .header-msg-content .ant-popover-inner-content {
  padding: 0;
}
.ue-modal-frame .header-msg-content.empty-msg {
  width: 100px;
  text-align: center;
  padding: 12px 0 0 0;
  line-height: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ue-modal-frame .header-msg-list {
  max-height: 550px;
  overflow-y: auto;
  margin-bottom: 0;
}
.ue-modal-frame .header-msg-list .header-msg-item {
  width: 340px;
  padding: 15px 20px;
  cursor: pointer;
  border-top: 1px solid #E8E8E8;
  display: flex;
}
.ue-modal-frame .header-msg-list .header-msg-item:first-child {
  border-top: 0;
  border-radius: 4px 4px 0 0;
}
.ue-modal-frame .header-msg-list .header-msg-item:hover {
  background-color: #F2F6FA;
}
.ue-modal-frame .header-msg-list .header-msg-item .item-font {
  flex: 1;
  margin-left: 15px;
}
.ue-modal-frame .header-msg-list .header-msg-item .item-font .item-title {
  font-weight: bold;
  font-size: 14px;
}
.ue-modal-frame .header-msg-list .header-msg-item .item-font .item-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 7px;
}
.ue-modal-frame .header-msg-list .header-msg-item .item-font .item-detail p {
  margin-bottom: 0;
}
.ue-modal-frame .header-msg-list .header-msg-item .item-font .time {
  color: rgba(38, 45, 51, 0.5);
}
.ue-modal-frame .header-msg-list .header-msg-item .msg-status {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.ue-modal-frame .header-msg-list .header-msg-item .msg-status.icon-ic_news {
  background-color: #527ECC;
}
.ue-modal-frame .header-msg-list .header-msg-item .msg-status.icon-ic_Notice {
  background-color: #FFBE31;
}
.ue-modal-frame .header-msg-list .header-msg-item .msg-status.msg-status-active:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #FF4D77;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px;
}
.ue-modal-frame .msg-modal.ant-modal .ant-modal-body {
  height: 500px;
}
.ue-modal-frame .msg-modal font {
  font-size: 14px;
}
.ue-modal-frame .msg-modal .icon-arrow {
  color: #fff;
  font-size: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.ue-modal-frame .msg-modal .icon-arrow--left {
  left: -100px;
}
.ue-modal-frame .msg-modal .icon-arrow--right {
  right: -100px;
}
.ue-modal-frame .header-msg-more {
  text-align: center;
  color: #1876F0;
  font-size: 12px;
  padding: 15px 0;
  cursor: pointer;
  border-top: 1px solid #E8E8E8;
}
.ue-modal-frame .header-msg-content > .header-msg-more {
  padding-bottom: 3px;
}
.ue-modal-frame .pending-issues-popover {
  width: 180px;
}
.ue-modal-frame .pending-issues-popover .ant-popover-inner-content {
  padding: 0 0 8px 0;
}
.ue-modal-frame .pending-issues-popover .pending-list .subTitle {
  padding-left: 15px;
  font-size: 12px;
  color: rgba(38, 45, 51, 0.5);
  height: 32px;
  line-height: 30px;
  padding-top: 4px;
}
.ue-modal-frame .pending-issues-popover .pending-list .pending {
  letter-spacing: 0;
  padding-left: 15px;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
.ue-modal-frame .pending-issues-popover .pending-list .pending .numbers {
  position: absolute;
  padding: 1px 5px;
  top: 5px;
  right: 15px;
  font-size: 12px;
  border-radius: 2px;
  letter-spacing: 0;
  line-height: 18px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .pending-issues-popover .pending-list .pending-normal:hover {
  background-color: #F2F6FA;
}
.ue-modal-frame .pending-issues-popover .pending-list .pending-normal:hover .numbers {
  color: #239AFF;
}
.ue-modal-frame .pending-issues-popover .pending-list .pending-normal span {
  color: #262D33;
}
.ue-modal-frame .pending-issues-popover .pending-list .pending-warning:hover {
  background-color: rgba(255, 77, 119, 0.05);
}
.ue-modal-frame .pending-issues-popover .pending-list .pending-warning span {
  color: #FF4D77;
}
.ue-modal-frame .pending-issues-popover .pending-list .pending-warning .numbers {
  color: #FF4D77;
}
.ue-modal-frame .pending-issues-popover .pending-list .pending.active > span {
  position: relative;
}
.ue-modal-frame .pending-issues-popover .pending-list .pending.active > span:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #FF4D77;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -8px;
  top: 0;
}
.ue-modal-frame .downloadPotrtal {
  position: fixed;
  z-index: 1030;
}
.ue-modal-frame .downloadPotrtal .downloadPotrtal-content {
  position: relative;
}
.ue-modal-frame .downloadPotrtal .downloadPotrtal-content::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  border-width: 6px 5px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
}
.ue-modal-frame .downloadPotrtal ul {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ue-modal-frame .downloadPotrtal .download-item {
  width: 230px;
  padding: 20px;
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .downloadPotrtal .download-item:last-of-type {
  padding: 10px 0;
}
.ue-modal-frame .feedback-modal .content {
  resize: none;
}
.ue-modal-frame .feedback-modal .num {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.ue-modal-frame .feedback-modal .ant-form-item-label label::after {
  content: '';
}
.ue-modal-frame .get-token {
  display: flex;
  padding: 10px 0;
}
.ue-modal-frame .get-token > span {
  flex: 1;
  margin-right: 20px;
  line-height: 20px;
  overflow-x: auto;
}
.ue-modal-frame .editor-upload img {
  max-width: 100%;
}
.ue-modal-frame .create-purchase-order h3,
.ue-modal-frame .modify-purchase-order-modal h3,
.ue-modal-frame .create-purchase-return h3,
.ue-modal-frame .modify-purchase-return-modal h3 {
  padding: 14px 0 20px 40px;
  color: #239AFF;
  font-size: 16px;
  font-weight: bold;
}
.ue-modal-frame .create-purchase-order .content,
.ue-modal-frame .modify-purchase-order-modal .content,
.ue-modal-frame .create-purchase-return .content,
.ue-modal-frame .modify-purchase-return-modal .content {
  border: 1px solid #CED4D9;
  padding: 37px 100px;
}
.ue-modal-frame .create-purchase-order h4,
.ue-modal-frame .modify-purchase-order-modal h4,
.ue-modal-frame .create-purchase-return h4,
.ue-modal-frame .modify-purchase-return-modal h4 {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.ue-modal-frame .create-purchase-order .remarks,
.ue-modal-frame .modify-purchase-order-modal .remarks,
.ue-modal-frame .create-purchase-return .remarks,
.ue-modal-frame .modify-purchase-return-modal .remarks {
  width: 303px;
  margin-top: 33px;
}
.ue-modal-frame .create-purchase-order .ant-col-5,
.ue-modal-frame .modify-purchase-order-modal .ant-col-5,
.ue-modal-frame .create-purchase-return .ant-col-5,
.ue-modal-frame .modify-purchase-return-modal .ant-col-5 {
  text-align: left;
}
.ue-modal-frame .create-purchase-order .basic-mes,
.ue-modal-frame .modify-purchase-order-modal .basic-mes,
.ue-modal-frame .create-purchase-return .basic-mes,
.ue-modal-frame .modify-purchase-return-modal .basic-mes {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.ue-modal-frame .create-purchase-order .basic-mes .ant-col-5,
.ue-modal-frame .modify-purchase-order-modal .basic-mes .ant-col-5,
.ue-modal-frame .create-purchase-return .basic-mes .ant-col-5,
.ue-modal-frame .modify-purchase-return-modal .basic-mes .ant-col-5 {
  text-align: center;
}
.ue-modal-frame .create-purchase-order .basic-mes .ant-select,
.ue-modal-frame .modify-purchase-order-modal .basic-mes .ant-select,
.ue-modal-frame .create-purchase-return .basic-mes .ant-select,
.ue-modal-frame .modify-purchase-return-modal .basic-mes .ant-select,
.ue-modal-frame .create-purchase-order .basic-mes ant-input,
.ue-modal-frame .modify-purchase-order-modal .basic-mes ant-input,
.ue-modal-frame .create-purchase-return .basic-mes ant-input,
.ue-modal-frame .modify-purchase-return-modal .basic-mes ant-input {
  width: 240px;
}
.ue-modal-frame .create-purchase-order .basic-mes .ant-radio-wrapper,
.ue-modal-frame .modify-purchase-order-modal .basic-mes .ant-radio-wrapper,
.ue-modal-frame .create-purchase-return .basic-mes .ant-radio-wrapper,
.ue-modal-frame .modify-purchase-return-modal .basic-mes .ant-radio-wrapper {
  margin-right: 0;
}
.ue-modal-frame .create-purchase-order .logistics-mes,
.ue-modal-frame .modify-purchase-order-modal .logistics-mes,
.ue-modal-frame .create-purchase-return .logistics-mes,
.ue-modal-frame .modify-purchase-return-modal .logistics-mes {
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.ue-modal-frame .create-purchase-order .logistics-mes .ant-col-5,
.ue-modal-frame .modify-purchase-order-modal .logistics-mes .ant-col-5,
.ue-modal-frame .create-purchase-return .logistics-mes .ant-col-5,
.ue-modal-frame .modify-purchase-return-modal .logistics-mes .ant-col-5 {
  text-align: center;
}
.ue-modal-frame .create-purchase-order .logistics-mes .residence .ant-form-item-control-wrapper,
.ue-modal-frame .modify-purchase-order-modal .logistics-mes .residence .ant-form-item-control-wrapper,
.ue-modal-frame .create-purchase-return .logistics-mes .residence .ant-form-item-control-wrapper,
.ue-modal-frame .modify-purchase-return-modal .logistics-mes .residence .ant-form-item-control-wrapper {
  width: 159px;
  margin-left: 8px;
}
.ue-modal-frame .create-purchase-order .logistics-mes .dresidence .ant-form-item-control-wrapper,
.ue-modal-frame .modify-purchase-order-modal .logistics-mes .dresidence .ant-form-item-control-wrapper,
.ue-modal-frame .create-purchase-return .logistics-mes .dresidence .ant-form-item-control-wrapper,
.ue-modal-frame .modify-purchase-return-modal .logistics-mes .dresidence .ant-form-item-control-wrapper {
  margin-left: 63px;
}
.ue-modal-frame .create-purchase-order .logistics-mes .ant-form-item,
.ue-modal-frame .modify-purchase-order-modal .logistics-mes .ant-form-item,
.ue-modal-frame .create-purchase-return .logistics-mes .ant-form-item,
.ue-modal-frame .modify-purchase-return-modal .logistics-mes .ant-form-item {
  margin-bottom: 15px;
}
.ue-modal-frame .create-purchase-order .goods-mes .bottom-mes,
.ue-modal-frame .modify-purchase-order-modal .goods-mes .bottom-mes,
.ue-modal-frame .create-purchase-return .goods-mes .bottom-mes,
.ue-modal-frame .modify-purchase-return-modal .goods-mes .bottom-mes {
  margin-top: 14px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .create-purchase-order .goods-mes .bottom-mes span,
.ue-modal-frame .modify-purchase-order-modal .goods-mes .bottom-mes span,
.ue-modal-frame .create-purchase-return .goods-mes .bottom-mes span,
.ue-modal-frame .modify-purchase-return-modal .goods-mes .bottom-mes span {
  font-size: 12px;
  color: #1876F0;
  font-weight: bold;
  margin-left: 5px;
}
.ue-modal-frame .create-purchase-order .goods-mes .bottom-mes span + span,
.ue-modal-frame .modify-purchase-order-modal .goods-mes .bottom-mes span + span,
.ue-modal-frame .create-purchase-return .goods-mes .bottom-mes span + span,
.ue-modal-frame .modify-purchase-return-modal .goods-mes .bottom-mes span + span {
  margin-left: 0;
}
.ue-modal-frame .create-purchase-order .goods-mes .create-stocks-table,
.ue-modal-frame .modify-purchase-order-modal .goods-mes .create-stocks-table,
.ue-modal-frame .create-purchase-return .goods-mes .create-stocks-table,
.ue-modal-frame .modify-purchase-return-modal .goods-mes .create-stocks-table {
  margin-top: 20px;
}
.ue-modal-frame .create-purchase-order .goods-mes .ant-table-thead > tr > th,
.ue-modal-frame .modify-purchase-order-modal .goods-mes .ant-table-thead > tr > th,
.ue-modal-frame .create-purchase-return .goods-mes .ant-table-thead > tr > th,
.ue-modal-frame .modify-purchase-return-modal .goods-mes .ant-table-thead > tr > th {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
}
.ue-modal-frame .create-purchase-order .content-block,
.ue-modal-frame .modify-purchase-order-modal .content-block,
.ue-modal-frame .create-purchase-return .content-block,
.ue-modal-frame .modify-purchase-return-modal .content-block {
  border-bottom: 1px dashed #CED4D9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.ue-modal-frame .create-purchase-order .content-block:last-child,
.ue-modal-frame .modify-purchase-order-modal .content-block:last-child,
.ue-modal-frame .create-purchase-return .content-block:last-child,
.ue-modal-frame .modify-purchase-return-modal .content-block:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.ue-modal-frame .create-purchase-order .page-center-content,
.ue-modal-frame .modify-purchase-order-modal .page-center-content,
.ue-modal-frame .create-purchase-return .page-center-content,
.ue-modal-frame .modify-purchase-return-modal .page-center-content {
  padding: 30px 90px !important;
}
.ue-modal-frame .create-purchase-order .basic-mes .ant-select,
.ue-modal-frame .modify-purchase-order-modal .basic-mes .ant-select,
.ue-modal-frame .create-purchase-return .basic-mes .ant-select,
.ue-modal-frame .modify-purchase-return-modal .basic-mes .ant-select {
  width: 100% !important;
}
.ue-modal-frame .create-purchase-order,
.ue-modal-frame .create-purchase-return {
  padding-bottom: 90px !important;
}
.ue-modal-frame .create-purchase-return .page-center-content {
  padding: 30px 40px !important;
}
.ue-modal-frame .create-purchase-return .page-center-bottom-content {
  padding: 20px 40px !important;
}
.ue-modal-frame .select-purchase-asn .ue-table-expanded-row th {
  background: #F7FAFC !important;
}
.ue-modal-frame .create-or-modify-style h3 {
  padding: 14px 0 20px 40px;
  color: #239AFF;
  font-size: 16px;
  font-weight: bold;
}
.ue-modal-frame .create-or-modify-style .content {
  border: 1px solid #CED4D9;
  padding: 37px 100px;
}
.ue-modal-frame .create-or-modify-style h4 {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.ue-modal-frame .create-or-modify-style .remarks {
  width: 303px;
  margin-top: 33px;
}
.ue-modal-frame .create-or-modify-style .ant-col-5 {
  text-align: left;
}
.ue-modal-frame .create-or-modify-style .basic-mes {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.ue-modal-frame .create-or-modify-style .basic-mes .ant-col-5 {
  text-align: center;
}
.ue-modal-frame .create-or-modify-style .basic-mes .ant-select,
.ue-modal-frame .create-or-modify-style .basic-mes ant-input {
  width: 240px;
}
.ue-modal-frame .create-or-modify-style .basic-mes .ant-radio-wrapper {
  margin-right: 0;
}
.ue-modal-frame .create-or-modify-style .logistics-mes {
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.ue-modal-frame .create-or-modify-style .logistics-mes .ant-col-5 {
  text-align: center;
}
.ue-modal-frame .create-or-modify-style .logistics-mes .residence .ant-form-item-control-wrapper {
  width: 159px;
  margin-left: 8px;
}
.ue-modal-frame .create-or-modify-style .logistics-mes .dresidence .ant-form-item-control-wrapper {
  margin-left: 63px;
}
.ue-modal-frame .create-or-modify-style .logistics-mes .ant-form-item {
  margin-bottom: 15px;
}
.ue-modal-frame .create-or-modify-style .goods-mes .bottom-mes {
  margin-top: 14px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .create-or-modify-style .goods-mes .bottom-mes span {
  font-size: 12px;
  color: #1876F0;
  font-weight: bold;
  margin-left: 5px;
}
.ue-modal-frame .create-or-modify-style .goods-mes .bottom-mes span + span {
  margin-left: 0;
}
.ue-modal-frame .create-or-modify-style .goods-mes .create-stocks-table {
  margin-top: 20px;
}
.ue-modal-frame .create-or-modify-style .goods-mes .ant-table-thead > tr > th {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
}
.ue-modal-frame .create-or-modify-style .content-block {
  border-bottom: 1px dashed #CED4D9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.ue-modal-frame .create-or-modify-style .content-block:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.ue-modal-frame .create-stocks-out,
.ue-modal-frame .create-stocks-in,
.ue-modal-frame .stocksTransfer {
  padding-bottom: 93px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin {
  width: 1200px;
  margin: 0 auto;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin h3,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin h3,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin h3 {
  padding: 14px 0 20px 40px;
  color: #239AFF;
  font-size: 16px;
  font-weight: bold;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .content,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .content,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .content {
  border: 1px solid #CED4D9;
  padding: 37px 100px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin h4,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin h4,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin h4 {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .remarks,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .remarks,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .remarks {
  width: 303px;
  margin-top: 33px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .ant-col-5,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .ant-col-5,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .ant-col-5 {
  text-align: left;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .basic-mes,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .basic-mes,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .basic-mes {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .basic-mes .ant-col-5,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .basic-mes .ant-col-5,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .basic-mes .ant-col-5 {
  text-align: center;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .basic-mes .ant-select,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .basic-mes .ant-select,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .basic-mes .ant-select,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .basic-mes ant-input,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .basic-mes ant-input,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .basic-mes ant-input {
  width: 240px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .basic-mes .ant-radio-wrapper,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .basic-mes .ant-radio-wrapper,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .basic-mes .ant-radio-wrapper {
  margin-right: 0;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .logistics-mes,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .logistics-mes,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .logistics-mes {
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .logistics-mes .ant-col-5,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .logistics-mes .ant-col-5,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .logistics-mes .ant-col-5 {
  text-align: center;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .logistics-mes .residence .ant-form-item-control-wrapper,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .logistics-mes .residence .ant-form-item-control-wrapper,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .logistics-mes .residence .ant-form-item-control-wrapper {
  width: 159px;
  margin-left: 8px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .logistics-mes .dresidence .ant-form-item-control-wrapper,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .logistics-mes .dresidence .ant-form-item-control-wrapper,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .logistics-mes .dresidence .ant-form-item-control-wrapper {
  margin-left: 63px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .logistics-mes .ant-form-item,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .logistics-mes .ant-form-item,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .logistics-mes .ant-form-item {
  margin-bottom: 15px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .goods-mes .bottom-mes,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .goods-mes .bottom-mes,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .goods-mes .bottom-mes {
  margin-top: 14px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .goods-mes .bottom-mes span,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .goods-mes .bottom-mes span,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .goods-mes .bottom-mes span {
  font-size: 12px;
  color: #1876F0;
  font-weight: bold;
  margin-left: 5px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .goods-mes .bottom-mes span + span,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .goods-mes .bottom-mes span + span,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .goods-mes .bottom-mes span + span {
  margin-left: 0;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .goods-mes .create-stocks-table,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .goods-mes .create-stocks-table,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .goods-mes .create-stocks-table {
  margin-top: 20px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .goods-mes .ant-table-thead > tr > th,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .goods-mes .ant-table-thead > tr > th,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .goods-mes .ant-table-thead > tr > th {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .content-block,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .content-block,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .content-block {
  border-bottom: 1px dashed #CED4D9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .onlystocksin .content-block:last-child,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .onlystocksin .content-block:last-child,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .onlystocksin .content-block:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .function,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .function,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .function {
  background-color: white;
  height: 73px;
  width: 100%;
  border-top: 1px solid rgba(38, 45, 51, 0.15);
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 101;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .function .wrapper,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .function .wrapper,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .function .wrapper {
  width: 1280px;
  padding: 0 135px;
  display: inline-block;
  height: 73px;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .function .wrapper,
  .ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .function .wrapper,
  .ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .function .wrapper {
    width: 1600px;
  }
}
@media screen and (max-width: 1280px) {
  .ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .function .wrapper,
  .ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .function .wrapper,
  .ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .function .wrapper {
    width: 100%;
  }
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container {
  margin-top: 41px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-tab-active {
  color: #fff;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-bar,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-bar,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-bar {
  border-bottom: none;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container {
  margin-top: 41px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab {
  position: relative;
  z-index: 10;
  padding: 9px 10px 15px;
  box-sizing: content-box;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active {
  color: #fff;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active {
  color: #fff;
  font-weight: bold;
}
.ue-modal-frame .create-stocks-out .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .create-stocks-in .ant-tabs.tabs-container .ant-tabs-tab-active,
.ue-modal-frame .stocksTransfer .ant-tabs.tabs-container .ant-tabs-tab-active {
  color: #fff;
  font-weight: bold;
}
.ue-modal-frame .create-stocks-out .ant-tabs-content,
.ue-modal-frame .create-stocks-in .ant-tabs-content,
.ue-modal-frame .stocksTransfer .ant-tabs-content {
  transition: none !important;
}
.ue-modal-frame .create-stocks-out .no-flex.ant-tabs-top .ant-tabs-content,
.ue-modal-frame .create-stocks-in .no-flex.ant-tabs-top .ant-tabs-content,
.ue-modal-frame .stocksTransfer .no-flex.ant-tabs-top .ant-tabs-content {
  margin-left: 0!important;
}
.ue-modal-frame .create-stocks-out .no-flex.ant-tabs-left .ant-tabs-content,
.ue-modal-frame .create-stocks-in .no-flex.ant-tabs-left .ant-tabs-content,
.ue-modal-frame .stocksTransfer .no-flex.ant-tabs-left .ant-tabs-content {
  margin-top: 0!important;
}
.ue-modal-frame .create-stocks-out .no-flex.ant-tabs-top .ant-tabs-tab,
.ue-modal-frame .create-stocks-in .no-flex.ant-tabs-top .ant-tabs-tab,
.ue-modal-frame .stocksTransfer .no-flex.ant-tabs-top .ant-tabs-tab {
  float: left;
}
.ue-modal-frame .batch-operation-container {
  height: 62px;
  background-color: #F5F9FC !important;
  padding: 15px;
  position: relative;
}
.ue-modal-frame .batch-operation-container.no-bg {
  padding: 15px 0;
  background: transparent !important;
}
.ue-modal-frame .batch-operation-container .tooltip-wrap {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  vertical-align: 1px;
}
.ue-modal-frame .log-rules {
  /* 按店铺 */
}
.ue-modal-frame .log-rules .header-btn {
  height: 80px;
  line-height: 80px;
}
.ue-modal-frame .log-rules .header-btn-content h3 {
  position: relative;
  top: 0;
  left: 0;
}
.ue-modal-frame .log-rules .refresh-order-and-help {
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 99;
}
.ue-modal-frame .log-rules .refresh-order-and-help .refresh:hover {
  color: #1876F0;
}
.ue-modal-frame .log-rules .refresh-order-and-help .use-help:hover {
  color: #1876F0;
}
.ue-modal-frame .log-rules .rule-body {
  margin-top: 90px !important;
}
.ue-modal-frame .log-rules .logistics-rule-steps .step-item {
  margin-bottom: 36px;
}
.ue-modal-frame .log-rules .logistics-rule-steps .step-item .step-title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.ue-modal-frame .log-rules .logistics-rule-steps .step-item.first-step .ant-checkbox-group-item {
  font-size: 14px;
  margin-right: 25px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .log-rules .rule-priority {
  display: flex;
  align-items: center;
}
.ue-modal-frame .log-rules .priority-item {
  margin-right: 30px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .log-rules .priority-item .ue-button {
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .log-rules .priority-item .ue-button.active {
  color: #527ECC;
  border-color: #527ECC;
}
.ue-modal-frame .log-rules .rule-container {
  position: relative;
}
.ue-modal-frame .log-rules .rule-container .rule-content {
  padding-top: 20px;
}
.ue-modal-frame .log-rules .rule-remark {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.ue-modal-frame .log-rules .rule-remark p {
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .log-rules .rule-remark p:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .log-rules .rule-weight .rule-weight-footer {
  padding: 25px;
}
.ue-modal-frame .log-rules .rule-weight .rule-weight-footer .footer-btn {
  padding: 20px 0;
}
.ue-modal-frame .log-rules .rule-weight .weight-section span {
  float: left;
}
.ue-modal-frame .log-rules .rule-weight .section-num {
  float: left;
  width: 120px;
  margin-bottom: 0;
}
.ue-modal-frame .log-rules .rule-weight .section-icon {
  margin: 0 10px;
  line-height: 30px;
}
.ue-modal-frame .log-rules .rule-weight .ant-input-suffix {
  right: 5px;
  padding: 3px;
  color: #39444D;
  background: #F2F6FA;
}
.ue-modal-frame .log-rules .rule-weight .ue-table-tbody td {
  height: 62px;
}
.ue-modal-frame .log-rules .rule-weight .ant-form-explain {
  position: absolute;
  top: 36px;
}
.ue-modal-frame .log-rules .rule-weight .ant-spin-container:before,
.ue-modal-frame .log-rules .rule-weight .ant-spin-container:after {
  display: none;
}
.ue-modal-frame .log-rules .rule-store .store-name.store-disabled {
  position: relative;
  padding-right: 50px;
}
.ue-modal-frame .log-rules .rule-store .warehouse-tag {
  position: absolute;
  top: 0;
  right: 10px;
}
.ue-modal-frame .log-rules .custom-cover-address {
  line-height: 24px;
}
.ue-modal-frame .log-rules .custom-cover-address .all-province {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
.ue-modal-frame .log-rules .custom-cover-address .other-province {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}
.ue-modal-frame .log-rules .custom-cover-address .other-province .province {
  width: 100px;
}
.ue-modal-frame .log-rules .custom-cover-address .other-province .city {
  flex: 1;
}
.ue-modal-frame .log-rules .cover-store .item {
  line-height: 18px;
  height: 43px;
  position: relative;
  padding-right: 45px;
}
.ue-modal-frame .log-rules .cover-store .warehouse-tag {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: 16px;
}
.ue-modal-frame .log-rules .ant-tag {
  background-color: #1876F0;
  color: white;
  padding: 2px;
  height: 20px;
  border: 0;
  cursor: default;
}
.ue-modal-frame .log-rules .ant-tag i {
  color: white;
}
.ue-modal-frame .log-rules .ant-alert-info {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .log-rules .ant-alert-info .ant-alert-icon {
  top: 12px;
}
.ue-modal-frame .log-rules .ue-table .ant-form-item {
  margin-bottom: 0;
}
.ue-modal-frame .express-set-priority .ant-modal-content {
  padding-top: 1px;
}
.ue-modal-frame .express-set-priority .ant-modal-close {
  right: 14px;
  top: 10px;
}
.ue-modal-frame .express-set-priority .ant-modal-title {
  margin-top: 10px;
  color: #262D33;
  font-size: 15px;
  border-bottom: 1px solid #CED4D9 !important;
}
.ue-modal-frame .express-set-priority .ant-modal-body {
  margin-top: 20px;
}
.ue-modal-frame .express-set-priority .ue-table-thead > tr > th {
  height: 30px;
  border-bottom: none;
  color: rgba(38, 45, 51, 0.8);
  background-color: #F2F6FA;
}
.ue-modal-frame .express-set-priority td {
  color: #262D33;
}
.ue-modal-frame .express-set-priority td .icon-wrap {
  display: inline-block;
  width: 62px;
}
.ue-modal-frame .express-set-priority td .anticon {
  margin-right: 15px;
  font-size: 16px;
  color: #9FB0BF;
  cursor: pointer;
}
.ue-modal-frame .express-set-priority td .anticon:hover {
  color: #1876F0;
}
.ue-modal-frame .express-set-priority td .anticon.anticon-arrow-down {
  float: right;
}
.ue-modal-frame .stocks-log,
.ue-modal-frame .config-log,
.ue-modal-frame .inventory-syncLog,
.ue-modal-frame .print-log,
.ue-modal-frame .bill-log,
.ue-modal-frame .order-sync-log {
  padding-bottom: 60px;
}
.ue-modal-frame .stocks-log .search-form .form-item,
.ue-modal-frame .config-log .search-form .form-item,
.ue-modal-frame .inventory-syncLog .search-form .form-item,
.ue-modal-frame .print-log .search-form .form-item,
.ue-modal-frame .bill-log .search-form .form-item,
.ue-modal-frame .order-sync-log .search-form .form-item {
  position: relative;
}
.ue-modal-frame .stocks-log .search-form .form-item .error-info,
.ue-modal-frame .config-log .search-form .form-item .error-info,
.ue-modal-frame .inventory-syncLog .search-form .form-item .error-info,
.ue-modal-frame .print-log .search-form .form-item .error-info,
.ue-modal-frame .bill-log .search-form .form-item .error-info,
.ue-modal-frame .order-sync-log .search-form .form-item .error-info {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #FF4D77;
}
.ue-modal-frame .order-sync-log .search-form .form-item .error-info {
  left: 60px;
}
.ue-modal-frame .help-ant-tree {
  float: left;
  position: relative;
  width: 300px !important;
  max-width: 300px;
  overflow: auto;
  padding-left: 30px;
  padding-right: 15px;
  border-left: 1px solid #CED4D9;
}
.ue-modal-frame .help-ant-tree .ink-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 20px;
  background-color: #527ECC;
}
.ue-modal-frame .help-ant-tree .tree-node-page .ant-tree-switcher {
  position: relative;
}
.ue-modal-frame .help-ant-tree .tree-node-page .ant-tree-switcher::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "·";
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: right;
  font-size: 38px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .help-ant-tree .classfiy-btn-actions {
  position: absolute;
  bottom: 0;
  background-color: inherit;
  text-align: center;
  padding: 15px 0;
  width: 100%;
}
.ue-modal-frame .help-ant-tree .classfiy-btn-actions > div {
  float: left;
}
.ue-modal-frame .help-ant-tree .classfiy-btn-actions .classfiy-btn-item {
  cursor: pointer;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  /* background: #29D68E; */
  display: inline-block;
  border-radius: 2px;
}
.ue-modal-frame .help-ant-tree .classfiy-btn-actions .classfiy-btn-item:before {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .help-ant-tree .classfiy-btn-actions .classfiy-btn-item:hover {
  background-color: rgba(41, 214, 142, 0.8);
}
.ue-modal-frame .help-ant-tree .classfiy-btn-actions .classfiy-btn-item:hover:before {
  color: #fff;
}
.ue-modal-frame .help-ant-tree .classfiy-btn-actions .classfiy-btn-item:active {
  background-color: #19B076;
}
.ue-modal-frame .help-ant-tree .classfiy-btn-actions .classfiy-btn-item:active:before {
  color: #fff;
}
.ue-modal-frame .help-ant-tree .classfiy-btn-actions .add-classfiy-btn {
  background: #29D68E;
}
.ue-modal-frame .help-ant-tree .tree-title {
  color: #527ECC;
  font-weight: bold;
}
.ue-modal-frame .help-ant-tree .ant-tree {
  min-height: 100%;
}
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-switcher,
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-iconEle {
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-switcher svg,
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-iconEle svg {
  display: none;
}
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close::after,
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-iconEle.ant-tree-switcher_close::after,
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open::after,
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-iconEle.ant-tree-switcher_open::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close::after,
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-iconEle.ant-tree-switcher_close::after {
  display: inline-block;
  font-size: 14px;
  color: rgba(50, 50, 51, 0.8);
  transform: rotate3d(0, 0, 1, -90deg);
}
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open::after,
.ue-modal-frame .help-ant-tree .ant-tree li span.ant-tree-iconEle.ant-tree-switcher_open::after {
  display: inline-block;
  font-size: 14px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .help-ant-tree .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected,
.ue-modal-frame .help-ant-tree .ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #fff;
  color: #527ECC;
}
.ue-modal-frame .help-ant-tree .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #527ECC;
  font-weight: bold;
}
.ue-modal-frame .operation-manual .ue-modal-frame .operation-manual-content {
  margin-left: 310px;
}
.ue-modal-frame .operation-manual .ue-modal-frame .operation-manual-content .title {
  font-size: 18px;
  color: #323233;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 20px;
}
.ue-modal-frame .operation-manual .ue-modal-frame .operation-manual-content .content-view {
  display: inline-block;
  width: 100%;
  padding: 30px;
  min-height: 300px;
  border: 1px solid #CED4D9;
}
.ue-modal-frame .operation-manual .ue-modal-frame .operation-manual-content .content-view img {
  max-width: 100%;
}
.ue-modal-frame .common-problem .ue-modal-frame .common-problem-content {
  margin-left: 313px;
}
.ue-modal-frame .common-problem .ant-collapse-header {
  background-color: #fff;
}
.ue-modal-frame .common-problem .ant-collapse-content,
.ue-modal-frame .common-problem .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: #F7F9FA;
  border-top: 1px solid #CED4D9;
}
.ue-modal-frame .common-problem .ant-collapse > .ant-collapse-item:last-child {
  box-shadow: none!important;
}
.ue-modal-frame .common-problem .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow svg {
  display: none;
}
.ue-modal-frame .common-problem .ant-collapse > .ant-collapse-item > .ant-collapse-header[aria-expanded="true"] .arrow {
  transform: translateY(-50%) rotate(-180deg);
  top: 50%;
}
.ue-modal-frame .common-problem .ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  font-size: 16px;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .common-problem .ant-collapse-content > .ant-collapse-content-box {
  padding-left: 40px;
}
.ue-modal-frame .common-problem .question,
.ue-modal-frame .common-problem .answer {
  position: relative;
  padding-left: 20px;
}
.ue-modal-frame .common-problem .question img,
.ue-modal-frame .common-problem .answer img {
  max-width: 100%;
}
.ue-modal-frame .common-problem .question::before,
.ue-modal-frame .common-problem .answer::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  transform: translateY(-50%);
}
.ue-modal-frame .common-problem .question::before {
  content: "Q";
  background-color: #527ECC;
}
.ue-modal-frame .common-problem .answer::before {
  content: "A";
  top: 8px;
  background-color: #29D68E;
}
.ue-modal-frame .common-problem .w-e-text,
.ue-modal-frame .operation-manual .w-e-text {
  overflow: auto;
}
.ue-modal-frame .common-problem ul,
.ue-modal-frame .operation-manual ul {
  list-style: disc;
}
.ue-modal-frame .common-problem ol,
.ue-modal-frame .operation-manual ol {
  list-style: decimal;
}
.ue-modal-frame .problem-overlay {
  padding: 5px 0;
  font-weight: normal;
  background: #fff;
  box-shadow: 0 1px 6px 1px rgba(50, 62, 73, 0.09);
  line-height: 18px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #CED4D9;
}
.ue-modal-frame .problem-overlay li {
  padding: 4px 15px;
  width: 200px;
}
.ue-modal-frame .problem-overlay li:hover {
  background-color: #F7FAFC;
}
.ue-modal-frame .problem-overlay li a {
  color: #323233;
}
.ue-modal-frame .custom-scroll {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ue-modal-frame .custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .ue-scroll {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ue-modal-frame .ue-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .ue-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .ue-scroll-dark {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ue-modal-frame .ue-scroll-dark::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #474d59;
}
.ue-modal-frame .ue-scroll-dark::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #474d59;
}
.ue-modal-frame .ue-scroll-dark::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(206, 212, 217, 0.2);
  background-color: rgba(216, 216, 216, 0.5);
}
.ue-modal-frame .help-center .left-tree,
.ue-modal-frame .help-center .help-ant-tree {
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ue-modal-frame .help-center .left-tree::-webkit-scrollbar,
.ue-modal-frame .help-center .help-ant-tree::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .help-center .left-tree::-webkit-scrollbar-track,
.ue-modal-frame .help-center .help-ant-tree::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .help-center .left-tree::-webkit-scrollbar-thumb,
.ue-modal-frame .help-center .help-ant-tree::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .help-center .help-center-header {
  height: 55px;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 2px 4px 0 #e8e8e8;
}
.ue-modal-frame .help-center .help-center-header .icon-logo {
  display: inline-block;
}
.ue-modal-frame .help-center .help-center-header .help-menu-item {
  margin-left: 70px;
  font-size: 14px;
  color: rgba(50, 50, 51, 0.8);
  vertical-align: 4px;
}
.ue-modal-frame .help-center .help-center-header .help-menu-item.active {
  color: #527ECC;
  font-weight: bold;
}
.ue-modal-frame .help-center .help-center-header-body {
  margin: 0 auto;
  width: 1280px;
  padding: 0 15px;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .help-center .help-center-header-body {
    width: 1600px;
  }
}
.ue-modal-frame .help-center .help-center-header-content {
  margin: 30px auto 0;
  padding: 0 15px 15px;
  position: relative;
  width: 1280px;
}
.ue-modal-frame .help-center .help-center-header-content p {
  margin-top: 0;
  margin-bottom: 1em;
}
.ue-modal-frame .help-center .help-center-header-content .video-tutorial .video-primary-category {
  position: relative;
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .help-center .help-center-header-content .video-tutorial .video-primary-category .ver-line {
  width: 4px;
  height: 20px;
  background-color: #527ECC;
  position: absolute;
}
.ue-modal-frame .help-center .help-center-header-content .video-tutorial .video-primary-category > h2 {
  font-weight: bold;
  color: rgba(50, 50, 51, 0.8);
  font-size: 14px;
}
.ue-modal-frame .help-center .help-center-header-content .search {
  position: absolute;
  top: 0;
  right: 0;
}
.ue-modal-frame .help-center .help-center-header-content .ant-tabs-bar {
  margin: 0 0 22px 0;
}
.ue-modal-frame .help-center .help-center-header-content .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
}
.ue-modal-frame .help-center .help-center-header-content .ant-tabs-extra-content {
  position: relative;
  float: left !important;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start {
  position: relative;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .left-tree {
  width: 300px!important;
  padding-left: 35px;
  padding-right: 15px;
  border-left: 1px solid #CED4D9;
  position: absolute;
  overflow: auto;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .left-tree .how-to-start h2 {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .left-tree .how-to-start .nav-name {
  color: #323233;
  position: relative;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .left-tree .how-to-start .nav-name h3 {
  color: rgba(50, 50, 51, 0.6);
  margin-left: 8px;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .left-tree .how-to-start .nav-name .slide-ver {
  position: absolute;
  height: 20px;
  width: 4px;
  background-color: #527ECC;
  top: 5px;
  left: -35px;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .left-tree .how-to-start .nav-name .active {
  color: #1876F0;
  font-weight: bold;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .left-tree .how-to-start .nav-name .item-name-father {
  margin-left: 65px;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part {
  position: relative;
  margin-left: 310px;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .correspond-page {
  position: absolute;
  top: 30px;
  right: 0;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .correspond-page span {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .ant-tabs-content .pic-and-letter {
  padding: 50px 110px 20px;
  border: 1px solid rgba(38, 45, 51, 0.15);
  border-radius: 8px;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .ant-tabs-content .pic-and-letter > ul {
  margin-bottom: 0;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .ant-tabs-content .pic-and-letter > ul > li {
  margin-bottom: 50px;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .ant-tabs-content .pic-and-letter h3 {
  color: #1876F0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .ant-tabs-content .pic-and-letter .pic-and-letter-text {
  font-size: 16px;
  color: #9fb0bf;
  margin-bottom: 12px;
  line-height: 25px;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .ant-tabs-content .pic-and-letter .pic-and-letter-text p {
  margin-bottom: 0.5em;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .ant-tabs-content .pic-and-letter img {
  max-width: 100%;
  margin-top: 15px;
}
.ue-modal-frame .help-center .help-center-header-content .getting-start .right-part .ant-tabs-bar {
  border-bottom: 0 none;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .help-center .help-center-header-content {
    width: 1600px;
  }
}
.ue-modal-frame .search-result-panel .title {
  font-size: 18px;
  color: #262D33;
  padding: 20px 0;
}
.ue-modal-frame .search-result-panel .content {
  border: 1px solid #DFE0E1;
  padding: 30px 15px 15px 30px;
  margin-bottom: 30px;
}
.ue-modal-frame .search-result-panel .content .block {
  margin-bottom: 35px;
}
.ue-modal-frame .search-result-panel .content .block > h4 {
  font-size: 14px;
  color: rgba(38, 45, 51, 0.8);
  position: relative;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.ue-modal-frame .search-result-panel .content .block > h4:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 4px;
  height: 20px;
  background-color: #1876F0;
}
.ue-modal-frame .search-result-panel .content .block ul {
  margin-bottom: 0;
}
.ue-modal-frame .search-result-panel .content .block .list-inner li {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 12px;
  color: #262D33;
  opacity: 0.8;
  background: #F2F6FA;
  border-radius: 2px;
  display: inline-block;
  margin: 0 15px 15px 0;
  cursor: pointer;
}
.ue-modal-frame .search-result-panel .content .block .list-inner li:hover {
  background: #1876F0;
  color: #fff;
  opacity: 1;
}
.ue-modal-frame .video-inner li {
  border-radius: 4px;
  width: 240px;
  height: 140px;
  display: inline-block;
  margin: 0 15px 15px 0;
  text-align: center;
  padding: 40px 0;
  cursor: pointer;
  position: relative;
}
.ue-modal-frame .video-inner li > i:not(.icon-play) {
  font-size: 32px;
}
.ue-modal-frame .video-inner li i.icon-play {
  position: absolute;
  color: #fff;
  font-size: 16px;
  left: 20px;
  bottom: 17px;
}
.ue-modal-frame .video-inner li > h3 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  color: inherit;
}
.ue-modal-frame .video-inner li.color-a {
  background: #F8EFD8;
  color: #E1BB61;
}
.ue-modal-frame .video-inner li.color-b {
  background: #DDF3DF;
  color: #85C88B;
}
.ue-modal-frame .video-inner li.color-c {
  background: #E0EFFA;
  color: #6AB4EB;
}
.ue-modal-frame .video-inner li.color-d {
  background: #E9E2F7;
  color: #978AD9;
}
.ue-modal-frame .video-inner li.color-e {
  background: #FBE1E0;
  color: #EE9595;
}
.ue-modal-frame .video-inner li.color-distributor {
  background: #F8EFD8;
  color: #E1BB61;
}
.ue-modal-frame .video-and-pic.tab-none .ant-tabs-bar {
  display: none;
}
.ue-modal-frame .video-and-pic.tab-none .ant-tabs-content {
  padding-top: 65px;
}
.ue-modal-frame .video-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.ue-modal-frame .video-panel .cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
}
.ue-modal-frame .video-panel .content {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ue-modal-frame .video-panel .content video {
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ue-modal-frame .video-panel .content .icon-close {
  position: absolute;
  color: #fff;
  top: 20px;
  right: 30px;
  font-size: 28px;
  cursor: pointer;
  z-index: 101;
}
.ue-modal-frame .add-shop-page {
  background-color: #F7FAFC;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.ue-modal-frame .add-shop-page .container {
  border: 1px solid #CED4D9;
  border-radius: 2px;
  background-color: #fff;
  margin: 30px 0;
  padding: 40px 0 100px 0;
  text-align: center;
}
.ue-modal-frame .add-shop-page .container .inner {
  min-width: 350px;
  max-width: 800px;
  text-align: left;
  display: inline-block;
  margin-left: -20px;
  padding-bottom: 0;
}
.ue-modal-frame .add-shop-page .container .inner .title-text {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .add-shop-page .container .inner .title-text.success-tip {
  color: #29D68E;
}
.ue-modal-frame .add-shop-page .container .inner .shop-info {
  font-size: 16px;
  color: rgba(50, 50, 51, 0.6);
  margin-bottom: 66px;
}
.ue-modal-frame .add-shop-page .container .inner .shop-info span {
  display: inline-block;
  word-break: break-all;
}
.ue-modal-frame .add-shop-page .container .inner .shop-info span:first-child {
  margin-right: 50px;
}
.ue-modal-frame .add-shop-page .container .inner .binding {
  margin-bottom: 0;
}
.ue-modal-frame .add-shop-page .container .inner .binding li {
  margin-bottom: 30px;
}
.ue-modal-frame .add-shop-page .container .inner .binding li:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .add-shop-page .container .inner .binding li h5 {
  opacity: 0.8;
  font-size: 14px;
  color: #323233;
}
.ue-modal-frame .add-shop-page .container .inner .binding li p {
  color: rgba(50, 50, 51, 0.4);
  font-size: 14px;
  margin-bottom: 15px;
}
.ue-modal-frame .add-shop-page .container .inner .binding li .relation-code {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  min-height: 32px;
  margin-top: -7px;
}
.ue-modal-frame .add-shop-page .container .inner .binding li .relation-code .ue-button {
  text-decoration: underline;
}
.ue-modal-frame .add-shop-page .container .inner .binding li .relation-code .ue-button.forbidden {
  color: rgba(50, 50, 51, 0.25);
  cursor: not-allowed;
}
.ue-modal-frame .add-shop-page .container .inner .binding li .relation-code .code-box {
  display: inline-block;
  background-color: #F7F8F8;
  border-radius: 2px;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  font-size: 14px;
}
.ue-modal-frame .add-shop-page .container .inner .binding li .relation-code .code-box .danger {
  color: #EC3D64;
  font-size: 12px;
}
.ue-modal-frame .add-shop-page .container .inner .binding li .relation-code .icon-ic_copy {
  color: #1876F0;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
}
.ue-modal-frame .add-shop-page .container .inner .register-form .protocol-item {
  margin-top: -10px;
  margin-bottom: 50px;
}
.ue-modal-frame .add-shop-page .container .inner .register-form .protocol-item .ant-form-item-label {
  display: none;
}
.ue-modal-frame .history-message > h3 {
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 600;
}
.ue-modal-frame .history-message .message-list {
  margin-left: -15px;
  margin-right: -15px;
}
.ue-modal-frame .history-message .message-list .item {
  width: 25%;
  padding: 15px;
  display: inline-block;
}
.ue-modal-frame .history-message .message-list .item:hover {
  transition: all 0.3s;
  transform: scale(1.08);
  transform-origin: center center;
}
.ue-modal-frame .history-message .message-list .item:hover .container {
  border-color: #1876F0;
}
.ue-modal-frame .history-message .message-list .item .container {
  background-color: #fff;
  padding: 25px 30px;
  cursor: pointer;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 2px;
}
.ue-modal-frame .history-message .message-list .item .container h3 {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ue-modal-frame .history-message .message-list .item .container > div {
  font-size: 12px;
  line-height: 18px;
}
.ue-modal-frame .history-message .message-list .item .container .detail {
  height: 90px;
  overflow: hidden;
}
.ue-modal-frame .history-message .message-list .item .container .date {
  margin-top: 15px;
}
.ue-modal-frame .ue-data-progress-info {
  margin-top: 10px;
}
.ue-modal-frame .ue-data-progress-info span {
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px;
}
.ue-modal-frame .ue-data-progress-info .total-count {
  color: #1476D9;
}
.ue-modal-frame .ue-data-progress-info .completed-count {
  color: #19B076;
}
.ue-modal-frame .ue-ellipsis-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ue-modal-frame .ue-ellipsis-wrap .ue-ellipsis-value {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ue-modal-frame .ue-ellipsis-wrap .ue-ellipsis {
  position: absolute;
  right: 0;
  width: 20px;
  background: #fff;
}
.ue-modal-frame .ue-ellipsis.ellipsis-single {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ue-modal-frame .authorization-page {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.ue-modal-frame .authorization-page .container {
  border: 1px solid #CED4D9;
  border-radius: 2px;
  background-color: #fff;
  margin: 10vh 0;
  padding: 50px 100px;
  text-align: center;
  height: 80vh;
  position: relative;
}
.ue-modal-frame .authorization-page .container .detail {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ue-modal-frame .authorization-page .container .detail > h3 {
  font-size: 24px;
  color: #29D68E;
  text-align: center;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.ue-modal-frame .authorization-page .container .detail > h3.error {
  color: #EC3D64;
}
.ue-modal-frame .authorization-page .container .detail .font {
  color: rgba(50, 50, 51, 0.5);
  font-size: 16px;
}
.ue-modal-frame .authorization-page .container .detail .font.success-msg > span {
  color: #EC3D64;
  font-weight: bold;
}
.ue-modal-frame .account-center {
  padding-top: 55px;
  min-height: calc(100vh - 55px);
}
.ue-modal-frame .account-center .header-btn {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.ue-modal-frame .account-center .tab-content {
  margin-left: 150px;
  position: relative;
}
.ue-modal-frame .account-center .tab-content .account-inner {
  margin: 0 auto;
  padding: 25px 100px 30px 100px;
}
.ue-modal-frame .account-center .tab-content .account-inner .block-info {
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 40px;
}
.ue-modal-frame .account-center .tab-content .account-inner .block-info h3 {
  font-size: 16px;
}
.ue-modal-frame .account-center .tab-content .account-inner .block-info .content {
  padding: 10px 80px;
}
.ue-modal-frame .account-center .tab-content .account-inner .block-info .content .form-item {
  margin-bottom: 10px;
}
.ue-modal-frame .account-center .tab-content .account-inner .block-info .content .form-item label,
.ue-modal-frame .account-center .tab-content .account-inner .block-info .content .form-item .form-label {
  font-size: 14px;
  color: rgba(50, 50, 51, 0.8);
  text-align: right;
}
.ue-modal-frame .account-center .tab-content .account-inner .block-info .content .form-item label:after,
.ue-modal-frame .account-center .tab-content .account-inner .block-info .content .form-item .form-label:after {
  content: '';
  margin: 0;
}
.ue-modal-frame .account-center .tab-content .records-inner {
  padding: 20px 0 0 20px;
  position: relative;
  width: 100%;
}
.ue-modal-frame .account-center .tab-content .records-inner .pagination {
  position: fixed;
  bottom: 0;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #CED4D9;
  background: #fff;
  z-index: 999;
  width: calc(100% - 170px);
  padding: 0 15px;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .account-center .tab-content .records-inner .pagination {
    width: 1383px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .ue-modal-frame .account-center .tab-content .records-inner .pagination {
    width: 1080px;
  }
}
.ue-modal-frame .account-center .account-menu {
  width: 150px !important;
  background: #F2F6FA;
  border-right: 1px solid #D7DBDE;
  position: absolute;
}
.ue-modal-frame .account-center .account-menu .menu-item {
  line-height: 36px;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: rgba(50, 50, 51, 0.8);
  cursor: pointer;
}
.ue-modal-frame .account-center .account-menu .menu-item.active {
  position: relative;
  width: 151px;
  border-right: 1px solid #fff;
  border-top: 1px solid #CED4D9;
  border-bottom: 1px solid #CED4D9;
  font-weight: bold;
  background: #fff;
}
.ue-modal-frame .ue-result {
  margin-top: 50px;
  text-align: center;
}
.ue-modal-frame .ue-result .result-icon {
  margin-bottom: 24px;
}
.ue-modal-frame .ue-result .result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
}
.ue-modal-frame .ue-result .result-subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.6;
}
.ue-modal-frame .ue-result .result-extra {
  margin-top: 32px;
}
.ue-modal-frame .voucher-wrap .upload-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #eee;
  font-size: 15px;
  color: #000;
  width: 180px;
  height: 280px;
}
.ue-modal-frame .voucher-wrap .upload-btn .icon-ic_add_btn {
  font-size: 19px;
  margin-bottom: 20px;
}
.ue-modal-frame .voucher-wrap .img-item {
  position: relative;
  width: 180px;
  height: 280px;
  text-align: center;
}
.ue-modal-frame .voucher-wrap .img-item .icon-ic_close {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.ue-modal-frame .voucher-wrap .img-item .icon-ic_close:hover {
  background: #000000;
}
.ue-modal-frame .voucher-wrap .img-item .img-wrap {
  height: 100%;
  width: 100%;
  background: #fff;
  background-size: cover;
  background-position: 50%;
  cursor: pointer;
}
.ue-modal-frame .voucher-wrap .img-item img {
  max-height: 100%;
  max-width: 100%;
}
.ue-modal-frame .voucher-wrap .upload-item {
  float: left;
  margin: 10px 28px 10px 0;
  width: 180px;
  height: 280px;
}
.ue-modal-frame .voucher-wrap .upload-item:nth-child(5n) {
  margin-right: 0;
}
.ue-modal-frame .manual-correction-modal .manual-correction-content .manual-correction-item {
  color: #606266;
  font-size: 13px;
  margin-top: 10px;
}
.ue-modal-frame .manual-correction-modal .manual-correction-content .manual-correction-tips {
  color: #8F9297;
  padding: 10px;
  border-radius: 3px;
  background-color: #F7F8FA;
  line-height: 22px;
}
.ue-modal-frame .platform-bill-alipay-container .parsing-result {
  position: relative;
  padding-left: 20px;
}
.ue-modal-frame .platform-bill-alipay-container .parsing-result::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  top: 1px;
}
.ue-modal-frame .platform-bill-alipay-container .NO_PARSING {
  color: #FFBF00;
}
.ue-modal-frame .platform-bill-alipay-container .NO_PARSING::before {
  background-color: #FFBF00;
}
.ue-modal-frame .platform-bill-alipay-container .PARSING_SUCCESS {
  color: #598FF5;
}
.ue-modal-frame .platform-bill-alipay-container .PARSING_SUCCESS::before {
  background-color: #598FF5;
}
.ue-modal-frame .platform-bill-alipay-container .PARSING_FAILURE {
  color: #39B57B;
}
.ue-modal-frame .platform-bill-alipay-container .PARSING_FAILURE::before {
  background-color: #39B57B;
}
.ue-modal-frame .ue-carousel {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.ue-modal-frame .ue-carousel .carousel-close {
  z-index: 102;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  color: #ccc;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}
.ue-modal-frame .ue-carousel .carousel-arrow {
  z-index: 101;
  position: absolute;
  width: 80px;
  color: #ccc;
  font-size: 30px;
  cursor: pointer;
}
.ue-modal-frame .ue-carousel .carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.ue-modal-frame .ue-carousel .carousel-arrow:after {
  position: absolute;
  height: 30px;
  margin-top: -30px;
  top: 50%;
  left: 35px;
}
.ue-modal-frame .ue-carousel .carousel-arrow.carousel-arrow-disabled {
  cursor: not-allowed;
}
.ue-modal-frame .ue-carousel .carousel-arrow-prev {
  left: 0;
  top: 0;
  bottom: 0;
}
.ue-modal-frame .ue-carousel .carousel-arrow-prev:after {
  content: '‹';
}
.ue-modal-frame .ue-carousel .carousel-arrow-next {
  right: 0;
  top: 0;
  bottom: 0;
}
.ue-modal-frame .ue-carousel .carousel-arrow-next:after {
  content: '›';
}
.ue-modal-frame .ue-carousel .carousel-content {
  position: relative;
  height: 100vh;
  transition: left 0.5s;
}
.ue-modal-frame .ue-carousel .carousel-item {
  float: left;
  position: relative;
  width: 100vw;
  height: 100vh;
}
.ue-modal-frame .ue-carousel .item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 80vh;
  margin-left: 10vw;
  margin-top: 10vh;
}
.ue-modal-frame .ue-carousel .item-wrap img {
  max-width: 100%;
  max-height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.9);
}
.ue-modal-frame .store-order {
  padding-bottom: 20px;
}
.ue-modal-frame .store-order .container .content {
  border: 1px solid #CED4D9;
  padding: 40px 90px;
}
.ue-modal-frame .store-order .container .content .tip {
  font-size: 16px;
  margin-bottom: 40px;
}
.ue-modal-frame .store-order .container .content .tip .success {
  color: #29D68E;
  font-weight: bold;
}
.ue-modal-frame .store-order .container .content .step {
  height: 38px;
  line-height: 38px;
  background-color: #F2F6FA;
  display: flex;
  text-align: center;
  margin-bottom: 50px;
}
.ue-modal-frame .store-order .container .content .step li {
  flex: 1;
  position: relative;
  color: rgba(50, 50, 51, 0.5);
}
.ue-modal-frame .store-order .container .content .step li.active {
  color: #323233;
  font-weight: bold;
}
.ue-modal-frame .store-order .container .content .step li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border-width: 19px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.ue-modal-frame .store-order .container .content .step li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -23px;
  width: 0;
  height: 0;
  border-width: 19px;
  border-style: solid;
  border-color: transparent transparent transparent #F2F6FA;
}
.ue-modal-frame .store-order .container .content .step li:last-child:before {
  display: none;
}
.ue-modal-frame .store-order .container .content .step li:last-child:after {
  display: none;
}
.ue-modal-frame .store-order .container .content .tab-content .store-name {
  margin-bottom: 25px;
}
.ue-modal-frame .store-order .container .content .tab-content .money-list {
  margin-left: -11px;
}
.ue-modal-frame .store-order .container .content .tab-content .money-list li.choose-tag {
  width: 320px;
  height: 160px;
  margin-right: 11px;
  margin-left: 11px;
  margin-bottom: 20px;
  position: relative;
}
.ue-modal-frame .store-order .container .content .tab-content .money-list li.choose-tag .main-font {
  font-size: 18px;
  color: rgba(71, 71, 71, 0.8);
  border-bottom: 1px solid rgba(50, 50, 51, 0.15);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.ue-modal-frame .store-order .container .content .tab-content .money-list li.choose-tag .main-font .price {
  color: #FF4A00;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  top: 10px;
  margin-right: 5px;
}
.ue-modal-frame .store-order .container .content .tab-content .money-list li.choose-tag .sub-font {
  color: rgba(50, 50, 51, 0.5);
}
.ue-modal-frame .store-order .container .content .tab-content .money-list li.choose-tag:hover {
  background-color: #FFF9E3;
  border-color: #FF6445;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
}
.ue-modal-frame .store-order .container .content .tab-content .money-list li.choose-tag.active {
  background-color: #FFF9E3;
  border-color: #FF6445;
}
.ue-modal-frame .store-order .container .content .tab-content .money-list li.choose-tag.active:after {
  border-color: transparent #FF6445 #FF6445 transparent;
}
.ue-modal-frame .store-order .container .content .tab-content .money-list li.choose-tag .recommend-tag {
  position: absolute;
  background-color: #FF7052;
  border-radius: 0 100px 100px 0;
  color: #fff;
  top: -7px;
  left: -7px;
  z-index: 101;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
}
.ue-modal-frame .store-order .container .content .tab-content .money-list li.choose-tag .recommend-tag:before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  display: block;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #D14326 #D14326 transparent transparent;
}
.ue-modal-frame .store-order .container .content .tab-content .total-panel {
  margin-top: 120px;
}
.ue-modal-frame .store-order .container .content .tab-content .total-panel h3 {
  font-weight: bold;
  color: rgba(50, 50, 51, 0.8);
  margin-bottom: 3px;
  font-size: 16px;
}
.ue-modal-frame .store-order .container .content .tab-content .total-panel h3 > span {
  font-size: 28px;
  color: #F1591B;
}
.ue-modal-frame .store-order .container .content .tab-content .sub-title {
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(50, 50, 51, 0.2);
  margin-bottom: 15px;
}
.ue-modal-frame .store-order .container .content .tab-content .pay-list {
  margin-left: -8px;
}
.ue-modal-frame .store-order .container .content .tab-content .pay-list li.choose-tag {
  width: 224px;
  height: 90px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 16px;
  position: relative;
  float: left;
}
.ue-modal-frame .store-order .container .content .tab-content .pay-list li.choose-tag > img {
  width: 100%;
}
.ue-modal-frame .store-order .container .failure-content {
  text-align: center;
  min-height: 85vh;
  padding-top: 90px;
}
.ue-modal-frame .store-order .container .failure-content .status-img {
  width: 110px;
}
.ue-modal-frame .store-order .container .failure-content .error {
  color: #EC3D64;
  font-size: 24px;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ue-modal-frame .store-order .container .failure-content .tip {
  background-color: #F2F6FA;
  padding: 20px 150px;
  color: rgba(50, 50, 51, 0.5);
  margin-top: 80px;
}
.ue-modal-frame .store-order .container .agreement-content {
  padding: 70px;
  font-size: 14px;
}
.ue-modal-frame .store-order .container .agreement-content > h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: rgba(50, 50, 51, 0.8);
  margin-bottom: 45px;
}
.ue-modal-frame .store-order .container .agreement-content .date-tip {
  text-align: center;
  margin-bottom: 15px;
}
.ue-modal-frame .store-order .container .agreement-content ul li {
  margin-bottom: 25px;
}
.ue-modal-frame .store-order .container .agreement-content ul li > h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.ue-modal-frame .store-order .container .agreement-content ul li p {
  text-indent: 25px;
  line-height: 26px;
  margin-bottom: 0;
}
.ue-modal-frame .store-order .container .agreement-content ul li > p {
  margin-bottom: 6px;
}
.ue-modal-frame .store-order .container .agreement-content ul li .indent-50 {
  text-indent: 50px;
}
.ue-modal-frame .edition-purchase {
  padding-bottom: 80px;
}
.ue-modal-frame .edition-purchase .container .title {
  text-align: center;
  font-size: 28px;
}
.ue-modal-frame .edition-purchase .container .title h3 {
  padding: 0 30px;
  font-weight: bold;
  display: inline-block;
}
.ue-modal-frame .edition-purchase .container .title .line {
  display: inline-block;
  color: rgba(38, 45, 51, 0.15);
  font-size: 20px;
  text-align: left;
  position: relative;
}
.ue-modal-frame .edition-purchase .container .title .line::before {
  content: '';
  width: 110px;
  height: 3px;
  display: block;
  transform: scaleX(-1);
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.15) 2%, rgba(38, 45, 51, 0.15) 90%);
  position: absolute;
  top: 12px;
  right: 18px;
}
.ue-modal-frame .edition-purchase .container .title .line.right::before {
  left: 18px;
  right: inherit;
  transform: scaleX(1);
}
.ue-modal-frame .edition-purchase .container .tip {
  font-size: 16px;
  color: rgba(50, 50, 51, 0.8);
  text-align: center;
  margin-bottom: 75px;
}
.ue-modal-frame .edition-purchase .container .edition-panel {
  padding: 40px 0;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list {
  text-align: center;
  zoom: 1;
  margin-bottom: 0;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list:after {
  content: "";
  display: table;
  clear: both;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 15px 0 rgba(208, 208, 208, 0.5);
  border-radius: 4px;
  text-align: center;
  width: 340px;
  height: 390px;
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
  cursor: pointer;
  transition: transform 0.5s;
  float: left;
  margin-bottom: 40px;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item:hover {
  transform: scale(1.15);
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .name {
  font-size: 26px;
  color: #747E86;
  line-height: 36px;
  padding: 16px 0;
  background-image: linear-gradient(134deg, #E7EDF0 0%, #CBD2D8 100%);
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item.item2 .name {
  background-image: linear-gradient(135deg, #F6E9D5 0%, #DBC6A6 100%);
  color: #9B7846;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item.item0 .name {
  background-image: linear-gradient(135deg, #443822 0%, #2C2004 100%);
  color: #FFDDAA;
  position: relative;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item.item0 .name:before {
  content: '';
  height: 200px;
  width: 100px;
  position: absolute;
  opacity: 0.21;
  transform: rotate(60deg);
  background-image: linear-gradient(148deg, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 84%);
  left: 0;
  top: -120px;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item.item0 .name:after {
  content: '';
  height: 200px;
  width: 100px;
  position: absolute;
  opacity: 0.46;
  transform: rotate(60deg);
  background-image: linear-gradient(-70deg, #FFFFFF 39%, rgba(255, 255, 255, 0) 86%);
  top: -10px;
  right: 0;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item.current {
  position: relative;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item.current .icon-current_edition {
  font-size: 58px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro {
  padding: 20px;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .desc {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-indent: 25px;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  word-break: break-all;
  height: 72px;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .price {
  position: relative;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .price .main-font .num {
  font-size: 40px;
  color: #FF4A00;
  font-weight: bold;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .price .main-font .unit {
  font-size: 18px;
  color: rgba(71, 71, 71, 0.8);
  margin-left: 5px;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .price .cost-price {
  font-size: 18px;
  color: rgba(71, 71, 71, 0.8);
  position: absolute;
  text-decoration: line-through;
  right: 30px;
  top: -3px;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .btn-group {
  margin-top: 50px;
  display: flex;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .btn-group > a {
  flex: 1;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .btn-group > .btns {
  display: flex;
  flex: 1;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .btn-group button {
  height: 44px;
  line-height: 42px;
  font-size: 16px;
  flex: 1;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .btn-group button[type='success'] {
  font-weight: bold;
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .btn-group button:disabled {
  background: #F2F6FA;
  border: 1px solid #CAD3DC;
  color: rgba(50, 50, 51, 0.4);
}
.ue-modal-frame .edition-purchase .container .edition-panel .edition-list .item .intro .btn-group button + button {
  margin-left: 15px;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .tip {
  margin-bottom: 40px;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table {
  border: 1px solid #CED4D9;
  border-radius: 2px;
  display: flex;
  font-size: 14px;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .columns-title {
  border-right: 1px solid #CED4D9;
  margin-bottom: 0;
  width: 344px;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .columns-title li {
  min-height: 48px;
  border-bottom: 1px solid #CED4D9;
  display: flex;
  align-items: center;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .columns-title li:first-child {
  line-height: 47px;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .columns-title li:last-child {
  border-bottom: 0;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .columns-title li .name {
  width: 120px;
  text-align: center;
  font-weight: bold;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .columns-title li .detail-list {
  border-left: 1px solid #CED4D9;
  flex: 1;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .columns-title li .detail-list .item {
  text-align: center;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .columns-title li .detail-list .item:last-child {
  border-bottom: 0;
  height: 47px;
  line-height: 47px;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item {
  flex: 1;
  border-right: 1px solid #CED4D9;
  text-align: center;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item:last-child {
  border-right: 0;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item h3 {
  height: 48px;
  line-height: 48px;
  margin-bottom: 0;
  border-bottom: 1px solid #CED4D9;
  font-weight: bold;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item h3.basic {
  background-image: linear-gradient(134deg, #E7EDF0 0%, #CBD2D8 100%);
  color: #747E86;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item h3.standard {
  background-image: linear-gradient(135deg, #F6E9D5 0%, #DBC6A6 100%);
  color: #9B7846;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item h3.major {
  background-image: linear-gradient(135deg, #443822 0%, #2C2004 100%);
  color: #FFDDAA;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item ul {
  margin-bottom: 0;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item ul li {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item ul li:last-child {
  border-bottom: 0;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item ul li .icon-check {
  color: #29D690;
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.ue-modal-frame .edition-purchase .container .contrast-panel .edition-info-table .edition-item ul li .icon-ic_close {
  color: #9FB0BF;
  font-size: 17px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.ue-modal-frame .edition-try-panel {
  font-size: 12px;
}
.ue-modal-frame .edition-try-panel .item {
  display: flex;
  margin-bottom: 5px;
}
.ue-modal-frame .edition-try-panel .item label {
  color: rgba(57, 68, 77, 0.8);
  margin-right: 10px;
  width: 60px;
}
.ue-modal-frame .edition-try-panel .item .value {
  flex: 1;
}
.ue-modal-frame .edition-purchase-pay {
  padding-bottom: 20px;
}
.ue-modal-frame .edition-purchase-pay .content {
  border: 1px solid #CED4D9;
  padding: 40px 90px;
}
.ue-modal-frame .edition-purchase-pay .store-name {
  margin-bottom: 25px;
}
.ue-modal-frame .edition-purchase-pay .total-panel {
  margin-top: 120px;
}
.ue-modal-frame .edition-purchase-pay .total-panel h3 {
  font-weight: bold;
  color: rgba(50, 50, 51, 0.8);
  margin-bottom: 3px;
  font-size: 16px;
}
.ue-modal-frame .edition-purchase-pay .total-panel h3 > span {
  font-size: 28px;
  color: #F1591B;
}
.ue-modal-frame .edition-purchase-pay .sub-title {
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(50, 50, 51, 0.2);
  margin-bottom: 15px;
}
.ue-modal-frame .edition-purchase-pay .pay-list {
  margin-left: -8px;
}
.ue-modal-frame .edition-purchase-pay .pay-list li.choose-tag {
  width: 224px;
  height: 90px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 16px;
  position: relative;
  float: left;
}
.ue-modal-frame .edition-purchase-pay .pay-list li.choose-tag > img {
  width: 100%;
}
.ue-modal-frame .failure-content {
  text-align: center;
  min-height: 85vh;
  padding-top: 90px;
}
.ue-modal-frame .failure-content .status-img {
  width: 110px;
}
.ue-modal-frame .failure-content .error {
  color: #EC3D64;
  font-size: 24px;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ue-modal-frame .failure-content .tip {
  background-color: #F2F6FA;
  padding: 20px 150px;
  color: rgba(50, 50, 51, 0.5);
  margin-top: 80px;
}
.ue-modal-frame .distribution-invite-code {
  color: #262D33;
}
.ue-modal-frame .distribution-invite-code .invite-code {
  margin: 20px 0 30px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  text-align: center;
  opacity: 0.8;
}
.ue-modal-frame .distribution-invite-code .instructions {
  opacity: 0.8;
  font-size: 14px;
  line-height: 22px;
}
.ue-modal-frame .apply-cooperation .module-title {
  margin-bottom: 8px;
  color: rgba(57, 68, 77, 0.5);
  line-height: 18px;
}
.ue-modal-frame .apply-cooperation .supplier-name {
  line-height: 12px;
}
.ue-modal-frame .set-distribution-goods .empty-content,
.ue-modal-frame .set-supply-goods .empty-content {
  display: flex;
  flex-direction: column;
  height: 340px;
  justify-content: center;
  text-align: center;
}
.ue-modal-frame .set-distribution-goods .empty-content .empty-tips,
.ue-modal-frame .set-supply-goods .empty-content .empty-tips {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 18px;
}
.ue-modal-frame .distribution-bill.ue-module .header-btn-content > div {
  height: 36px;
  line-height: 36px;
}
.ue-modal-frame .distribution-bill.ue-module .header-btn-content .header-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.ue-modal-frame .set-interval-bill .time-desc {
  position: relative;
  top: -5px;
  margin-left: 57px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 20px;
}
.ue-modal-frame .set-interval-bill .time-desc.timer-every-day {
  top: -15px;
}
.ue-modal-frame .distribution-rule-balance-warning-modal {
  color: rgba(0, 0, 0, 0.65) !important;
}
.ue-modal-frame .distribution-rule-balance-warning-modal .balance-warning {
  display: inline-block;
  margin: 0 12px;
}
.ue-modal-frame .distribution-rule-balance-warning-modal .balance-warning .ant-form-explain {
  position: absolute;
}
.ue-modal-frame .distribution-settle-rule-modal .ant-modal-title {
  font-size: 16px;
}
.ue-modal-frame .distribution-settle-rule-modal .ant-modal-body {
  margin-top: 5px;
}
.ue-modal-frame .distribution-settle-rule-modal .rule-title .ant-radio-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(41, 19, 19, 0.8);
}
.ue-modal-frame .distribution-settle-rule-modal .rule-content-wrap {
  padding: 10px 0 25px 20px;
}
.ue-modal-frame .distribution-settle-rule-modal .rule-tips {
  color: rgba(0, 0, 0, 0.5);
}
.ue-modal-frame .distribution-settle-rule-modal .rule-content {
  margin-top: 15px;
  padding: 15px;
  background: #F7F8FA;
}
.ue-modal-frame .distribution-settle-rule-modal .rule-content-item {
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.5);
}
.ue-modal-frame .distribution-settle-rule-modal .rule-content-item:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .distribution-settle-rule-modal .rule-content-item .item-title {
  color: rgba(0, 0, 0, 0.7);
}
.ue-modal-frame .distribution-settle-rule-modal .rule-content-item .item-content {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #EDEDF0;
}
.ue-modal-frame .distribution-settle-rule-modal .rule-content-item .span-number {
  color: rgba(0, 0, 0, 0.85);
}
.ue-modal-frame .distribution-rule-card {
  height: 78px;
  padding: 16px 0;
  display: flex;
  justify-content: space-around;
  background: #F7F8FA;
}
.ue-modal-frame .distribution-rule-card div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ue-modal-frame .distribution-rule-card div span {
  text-align: center;
}
.ue-modal-frame .distribution-rule-card div span:first-child {
  font-size: 16px;
}
.ue-modal-frame .distribution-rule-card div span:last-child {
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .distribution-rule-detail-modal .distribution-rule-detail-date {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ue-modal-frame .lh-48 {
  line-height: 48px!important;
}
.ue-modal-frame .lh-64 {
  line-height: 64px!important;
}
.ue-modal-frame .lh-112 {
  line-height: 112px!important;
}
.ue-modal-frame .distribution-mapping {
  height: 100%;
  padding-bottom: 60px;
}
.ue-modal-frame .distribution-mapping .mapping {
  padding-top: 85px;
}
.ue-modal-frame .distribution-mapping .mapping .condition-form {
  background-color: #fff;
  padding-top: 16px;
}
.ue-modal-frame .distribution-mapping .mapping .mapping-content .mapping-header {
  padding-top: 16px;
}
.ue-modal-frame .distribution-mapping .mapping .mapping-content .mapping-header .content-center-left,
.ue-modal-frame .distribution-mapping .mapping .mapping-content .mapping-header .content-center-right {
  display: block;
  width: 50%;
  text-align: center;
  height: 100%;
}
.ue-modal-frame .distribution-mapping .mapping .mapping-content .mapping-body .mapping-item {
  border-bottom: 1px solid #D9D9D9;
}
.ue-modal-frame .distribution-mapping .mapping .mapping-content .mapping-body .vendor-name {
  padding: 9px 12px;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.ue-modal-frame .distribution-mapping .mapping .mapping-content .mapping-body .operation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ue-modal-frame .distribution-mapping .mapping .mapping-content .mapping-body .confirm-btn-inner {
  position: relative;
  display: inline-block;
}
.ue-modal-frame .distribution-mapping .mapping-spu.combination-children:last-child .content-left {
  top: 0;
}
.ue-modal-frame .distribution-mapping .mapping-spu.combination-children .content-left {
  position: relative;
  background: #fff;
  top: 1px;
  line-height: 50px;
  height: 50px;
}
.ue-modal-frame .distribution-mapping .mapping-spu.combination-children .item-content {
  border-color: #e7dede;
}
.ue-modal-frame .distribution-mapping .mapping-spu.combination-children .content-center {
  min-height: 50px;
}
.ue-modal-frame .distribution-mapping .mapping-spu.combination-children .content-center-left {
  background: #fef3f3;
}
.ue-modal-frame .distribution-mapping .mapping-spu.combination-children .content-center-right {
  background: #eaf5ff;
}
.ue-modal-frame .distribution-mapping .mapping-spu.combination-children .content-right {
  line-height: 50px;
}
.ue-modal-frame .distribution-mapping .item-content {
  display: flex;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  width: 100%;
}
.ue-modal-frame .distribution-mapping .item-content .content-left,
.ue-modal-frame .distribution-mapping .item-content .content-right {
  line-height: 64px;
}
.ue-modal-frame .distribution-mapping .item-content .content-left .left-handle,
.ue-modal-frame .distribution-mapping .item-content .content-right .left-handle {
  line-height: 64px;
  text-align: center;
}
.ue-modal-frame .distribution-mapping .item-content .content-left .select-all,
.ue-modal-frame .distribution-mapping .item-content .content-right .select-all {
  line-height: 0;
  position: relative;
  bottom: -65px;
}
.ue-modal-frame .distribution-mapping .item-content .content-left .select-all .ant-checkbox:after,
.ue-modal-frame .distribution-mapping .item-content .content-right .select-all .ant-checkbox:after {
  width: 0;
  height: 0;
}
.ue-modal-frame .distribution-mapping .item-content .content-left .select-all .ant-checkbox:before,
.ue-modal-frame .distribution-mapping .item-content .content-right .select-all .ant-checkbox:before {
  content: '全选';
  position: relative;
  left: -30px;
  top: 14px;
}
.ue-modal-frame .distribution-mapping .item-content .content-left {
  width: 87px;
  border-right: 1px solid #D9D9D9;
}
.ue-modal-frame .distribution-mapping .item-content .content-right {
  width: 136px;
}
.ue-modal-frame .distribution-mapping .item-content .content-center {
  display: flex;
  min-height: 64px;
  flex: 1;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .sub-title {
  display: flex;
  color: rgba(50, 50, 51, 0.8);
  font-weight: bold;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .sub-title > span {
  line-height: 64px;
  flex: 1;
  text-align: left;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .sub-title .goods-code {
  padding-left: 90px;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .content-center-left,
.ue-modal-frame .distribution-mapping .item-content .content-center .content-center-right {
  display: flex;
  flex: 1;
  align-items: center;
  border-right: 1px solid #D9D9D9;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .goods-item {
  flex: 1;
  display: flex;
  height: 100%;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .goods-cell {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .tag {
  width: 90px;
  padding-left: 12px;
  flex-shrink: 0;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .tag .sku-tag {
  background-color: #fff;
  padding: 1px 2px;
  color: rgba(50, 50, 51, 0.8);
  border: 1px solid #CED4D9;
  border-radius: 2px;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .tag .sku-tag-disabled {
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .distribution-mapping .item-content .content-center .code {
  flex: 1;
  word-break: break-all;
  min-width: 155px;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .img {
  padding: 0 12px;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .img > div {
  border: 1px solid #e4e1e1;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .oper-btn {
  flex-shrink: 0;
  width: 45px;
  padding: 0 10px 0 15px;
  cursor: pointer;
}
.ue-modal-frame .distribution-mapping .item-content .content-center .name {
  flex: 1;
}
.ue-modal-frame .distribution-attract,
.ue-modal-frame .distribution-intro {
  color: red;
}
.ue-modal-frame .distribution-attract .attract-first-step,
.ue-modal-frame .distribution-intro .attract-first-step,
.ue-modal-frame .distribution-attract .distribution-content,
.ue-modal-frame .distribution-intro .distribution-content {
  padding-bottom: 95px;
}
.ue-modal-frame .distribution-attract .attract-first-step .distribution-process,
.ue-modal-frame .distribution-intro .attract-first-step .distribution-process,
.ue-modal-frame .distribution-attract .distribution-content .distribution-process,
.ue-modal-frame .distribution-intro .distribution-content .distribution-process {
  margin-top: 20px;
  text-align: center;
}
.ue-modal-frame .distribution-attract .attract-first-step .distribution-process .title,
.ue-modal-frame .distribution-intro .attract-first-step .distribution-process .title,
.ue-modal-frame .distribution-attract .distribution-content .distribution-process .title,
.ue-modal-frame .distribution-intro .distribution-content .distribution-process .title {
  display: inline-block;
  font-size: 34px;
  color: rgba(0, 0, 0, 0.8);
}
.ue-modal-frame .distribution-attract .attract-first-step .distribution-process .tag-new,
.ue-modal-frame .distribution-intro .attract-first-step .distribution-process .tag-new,
.ue-modal-frame .distribution-attract .distribution-content .distribution-process .tag-new,
.ue-modal-frame .distribution-intro .distribution-content .distribution-process .tag-new {
  top: 6px;
  right: -40px;
}
.ue-modal-frame .distribution-attract .attract-first-step .distribution-process .sub-title,
.ue-modal-frame .distribution-intro .attract-first-step .distribution-process .sub-title,
.ue-modal-frame .distribution-attract .distribution-content .distribution-process .sub-title,
.ue-modal-frame .distribution-intro .distribution-content .distribution-process .sub-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 24px;
}
.ue-modal-frame .distribution-attract .attract-first-step .distribution-process img,
.ue-modal-frame .distribution-intro .attract-first-step .distribution-process img,
.ue-modal-frame .distribution-attract .distribution-content .distribution-process img,
.ue-modal-frame .distribution-intro .distribution-content .distribution-process img {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.ue-modal-frame .distribution-attract .attract-first-step .business-interests,
.ue-modal-frame .distribution-intro .attract-first-step .business-interests,
.ue-modal-frame .distribution-attract .distribution-content .business-interests,
.ue-modal-frame .distribution-intro .distribution-content .business-interests {
  padding: 40px 0;
  margin-bottom: 20px;
  background: #F8F9FB;
}
.ue-modal-frame .distribution-attract .attract-first-step .business-interests .title,
.ue-modal-frame .distribution-intro .attract-first-step .business-interests .title,
.ue-modal-frame .distribution-attract .distribution-content .business-interests .title,
.ue-modal-frame .distribution-intro .distribution-content .business-interests .title {
  margin-bottom: 40px;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.ue-modal-frame .distribution-attract .attract-first-step .interests-content,
.ue-modal-frame .distribution-intro .attract-first-step .interests-content,
.ue-modal-frame .distribution-attract .distribution-content .interests-content,
.ue-modal-frame .distribution-intro .distribution-content .interests-content {
  display: flex;
  justify-content: center;
}
.ue-modal-frame .distribution-attract .attract-first-step .interests-content .business-item,
.ue-modal-frame .distribution-intro .attract-first-step .interests-content .business-item,
.ue-modal-frame .distribution-attract .distribution-content .interests-content .business-item,
.ue-modal-frame .distribution-intro .distribution-content .interests-content .business-item {
  width: 540px;
  padding: 30px;
  margin-right: 90px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 15px #c2bfbf;
}
.ue-modal-frame .distribution-attract .attract-first-step .interests-content .business-item:last-child,
.ue-modal-frame .distribution-intro .attract-first-step .interests-content .business-item:last-child,
.ue-modal-frame .distribution-attract .distribution-content .interests-content .business-item:last-child,
.ue-modal-frame .distribution-intro .distribution-content .interests-content .business-item:last-child {
  margin-right: 0;
}
.ue-modal-frame .distribution-attract .attract-first-step .interests-content .business-item .interests-image,
.ue-modal-frame .distribution-intro .attract-first-step .interests-content .business-item .interests-image,
.ue-modal-frame .distribution-attract .distribution-content .interests-content .business-item .interests-image,
.ue-modal-frame .distribution-intro .distribution-content .interests-content .business-item .interests-image {
  text-align: center;
}
.ue-modal-frame .distribution-attract .attract-first-step .interests-content .business-item .interests-image img,
.ue-modal-frame .distribution-intro .attract-first-step .interests-content .business-item .interests-image img,
.ue-modal-frame .distribution-attract .distribution-content .interests-content .business-item .interests-image img,
.ue-modal-frame .distribution-intro .distribution-content .interests-content .business-item .interests-image img {
  width: 100%;
  margin-bottom: 30px;
}
.ue-modal-frame .distribution-attract .attract-first-step .interests-content .business-item .interests-image h4,
.ue-modal-frame .distribution-intro .attract-first-step .interests-content .business-item .interests-image h4,
.ue-modal-frame .distribution-attract .distribution-content .interests-content .business-item .interests-image h4,
.ue-modal-frame .distribution-intro .distribution-content .interests-content .business-item .interests-image h4 {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
}
.ue-modal-frame .distribution-attract .attract-first-step .interests-content .business-item .interests-image h5,
.ue-modal-frame .distribution-intro .attract-first-step .interests-content .business-item .interests-image h5,
.ue-modal-frame .distribution-attract .distribution-content .interests-content .business-item .interests-image h5,
.ue-modal-frame .distribution-intro .distribution-content .interests-content .business-item .interests-image h5 {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.55);
}
.ue-modal-frame .distribution-attract .attract-first-step .interests-content .business-item .interests-intro,
.ue-modal-frame .distribution-intro .attract-first-step .interests-content .business-item .interests-intro,
.ue-modal-frame .distribution-attract .distribution-content .interests-content .business-item .interests-intro,
.ue-modal-frame .distribution-intro .distribution-content .interests-content .business-item .interests-intro {
  margin-top: 30px;
}
.ue-modal-frame .distribution-attract .attract-first-step .interests-content .business-item .interests-intro p,
.ue-modal-frame .distribution-intro .attract-first-step .interests-content .business-item .interests-intro p,
.ue-modal-frame .distribution-attract .distribution-content .interests-content .business-item .interests-intro p,
.ue-modal-frame .distribution-intro .distribution-content .interests-content .business-item .interests-intro p {
  color: rgba(0, 0, 0, 0.8);
}
.ue-modal-frame .distribution-attract .attract-first-step .distributor-interests .interests-key,
.ue-modal-frame .distribution-intro .attract-first-step .distributor-interests .interests-key,
.ue-modal-frame .distribution-attract .distribution-content .distributor-interests .interests-key,
.ue-modal-frame .distribution-intro .distribution-content .distributor-interests .interests-key {
  display: inline-block;
  min-width: 90px;
}
.ue-modal-frame .distribution-attract .attract-first-step .attract-footer,
.ue-modal-frame .distribution-intro .attract-first-step .attract-footer,
.ue-modal-frame .distribution-attract .distribution-content .attract-footer,
.ue-modal-frame .distribution-intro .distribution-content .attract-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 30px 0;
  text-align: center;
  background: #fff;
}
.ue-modal-frame .distribution-attract .concat-us .fixed-content,
.ue-modal-frame .distribution-intro .concat-us .fixed-content {
  color: #527ECC;
}
.ue-modal-frame .distribution-attract .attract-second-step .page-content,
.ue-modal-frame .distribution-intro .attract-second-step .page-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ue-modal-frame .distribution-attract .attract-second-step h2,
.ue-modal-frame .distribution-intro .attract-second-step h2 {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
}
.ue-modal-frame .distribution-attract .attract-second-step .roles,
.ue-modal-frame .distribution-intro .attract-second-step .roles {
  display: flex;
  margin: 50px 0 65px 0;
}
.ue-modal-frame .distribution-attract .attract-second-step .role-item,
.ue-modal-frame .distribution-intro .attract-second-step .role-item {
  position: relative;
  width: 240px;
  margin-right: 110px;
  padding: 70px 20px 30px;
  border: 2px solid #fff;
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  cursor: pointer;
  transition: border 0.4s;
}
.ue-modal-frame .distribution-attract .attract-second-step .role-item:last-child,
.ue-modal-frame .distribution-intro .attract-second-step .role-item:last-child {
  margin-right: 0;
}
.ue-modal-frame .distribution-attract .attract-second-step .role-item:hover,
.ue-modal-frame .distribution-intro .attract-second-step .role-item:hover,
.ue-modal-frame .distribution-attract .attract-second-step .role-item.selected,
.ue-modal-frame .distribution-intro .attract-second-step .role-item.selected {
  border-color: #527ECC;
}
.ue-modal-frame .distribution-attract .attract-second-step .role-item .checked-icon,
.ue-modal-frame .distribution-intro .attract-second-step .role-item .checked-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #527ECC;
  opacity: 0;
  transition: opacity 0.3s;
}
.ue-modal-frame .distribution-attract .attract-second-step .role-item .checked-icon .icon,
.ue-modal-frame .distribution-intro .attract-second-step .role-item .checked-icon .icon {
  font-size: 24px;
}
.ue-modal-frame .distribution-attract .attract-second-step .role-item.selected .checked-icon,
.ue-modal-frame .distribution-intro .attract-second-step .role-item.selected .checked-icon {
  opacity: 1;
}
.ue-modal-frame .distribution-attract .attract-second-step .role-item .role-icon .icon,
.ue-modal-frame .distribution-intro .attract-second-step .role-item .role-icon .icon {
  font-size: 105px;
  color: #527ECC;
}
.ue-modal-frame .distribution-attract .attract-second-step .role-item .role-title,
.ue-modal-frame .distribution-intro .attract-second-step .role-item .role-title {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .distribution-attract .attract-second-step .role-item .role-desc,
.ue-modal-frame .distribution-intro .attract-second-step .role-item .role-desc {
  line-height: 22px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
}
.ue-modal-frame body .introjs-helperLayer {
  background-color: rgba(255, 255, 255, 0.8);
}
.ue-modal-frame body .introjs-tooltiptext {
  letter-spacing: 0;
}
.ue-modal-frame body .introjs-tooltipbuttons .introjs-disabled {
  display: none;
}
.ue-modal-frame body .introjs-tooltipbuttons .introjs-button {
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 2px;
}
.ue-modal-frame body .introjs-tooltipbuttons .introjs-button:last-child {
  margin-right: 0;
}
.ue-modal-frame body .introjs-tooltipbuttons .introjs-skipbutton,
.ue-modal-frame body .introjs-tooltipbuttons .introjs-prevbutton {
  border: 1px solid #CED4D9;
  background-color: #fff;
  color: #323233;
}
.ue-modal-frame body .introjs-tooltipbuttons .introjs-skipbutton:hover,
.ue-modal-frame body .introjs-tooltipbuttons .introjs-prevbutton:hover {
  background-color: #fff;
  border: 1px solid #CED4D9;
}
.ue-modal-frame body .introjs-tooltipbuttons .introjs-nextbutton,
.ue-modal-frame body .introjs-tooltipbuttons .introjs-donebutton {
  background-color: #29D68E;
  color: #fff;
  border: 1px solid #29D68E;
}
.ue-modal-frame body .introjs-tooltipbuttons .introjs-nextbutton:hover,
.ue-modal-frame body .introjs-tooltipbuttons .introjs-donebutton:hover {
  background-color: #4FE3A1;
  border: 1px solid #4FE3A1;
}
.ue-modal-frame .with-popover-wrap .ant-popover-title {
  padding-top: 10px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: none;
}
.ue-modal-frame .with-popover-wrap .ant-popover-inner-content {
  padding-top: 0;
}
.ue-modal-frame .with-popover-wrap .tooltip-content {
  color: rgba(0, 0, 0, 0.65);
  font-size: 13px;
}
.ue-modal-frame .with-popover-wrap .tooltip-footer {
  margin-top: 10px;
}
.ue-modal-frame .with-popover-wrap .tooltip-footer .ue-button {
  min-width: auto;
  padding: 2px 10px;
}
.ue-modal-frame .hot-empty-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 200px);
  text-align: center;
}
.ue-modal-frame .hot-empty-page.modal {
  height: 380px;
  min-height: 380px;
}
.ue-modal-frame .hot-empty-page .hot-empty-page-icon .icon-no_data {
  font-size: 132px;
}
.ue-modal-frame .hot-empty-page.modal .hot-empty-page-icon .icon-no_data {
  font-size: 100px;
}
.ue-modal-frame .hot-empty-page .hot-empty-page-title {
  margin-top: 18px;
  font-size: 20px;
  color: #1A1A1A;
  font-weight: 700;
}
.ue-modal-frame .hot-empty-page .hot-empty-page-tips {
  margin-top: 18px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .hot-empty-page .hot-empty-page-button {
  margin-top: 18px;
  font-size: 14px;
}
.ue-modal-frame .activities .container {
  margin: 0 auto;
  width: 1200px;
}
.ue-modal-frame .upgrade-activity .container h3 {
  font-size: 26px;
  color: rgba(50, 50, 51, 0.8);
  position: relative;
  text-align: center;
}
.ue-modal-frame .upgrade-activity .container h3 span {
  font-weight: bold;
}
.ue-modal-frame .upgrade-activity .container h3 .tip {
  font-size: 22px;
  color: #666666;
  margin-top: 20px;
}
.ue-modal-frame .upgrade-activity .header-panel {
  height: 600px;
  background-image: url(/src/images/components/activities/upgrade/header-bg.png);
  background-size: cover;
  background-position: 50% 50%;
}
.ue-modal-frame .upgrade-activity .header-panel .container {
  padding-top: 40px;
  padding-bottom: 66px;
}
.ue-modal-frame .upgrade-activity .header-panel .form-panel form {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 30px 0 30px;
  margin-top: 62px;
}
.ue-modal-frame .upgrade-activity .header-panel .form-panel form .ant-form-item {
  margin-bottom: 20px;
}
.ue-modal-frame .upgrade-activity .header-panel .form-panel form .submit-btn {
  background: #29D68E;
  border-radius: 2px;
  height: 50px;
  width: 180px;
  margin-left: 50px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: -4px;
}
.ue-modal-frame .upgrade-activity .header-panel .form-panel form .has-error .ant-form-explain {
  font-size: 12px;
  position: absolute;
}
.ue-modal-frame .upgrade-activity .header-panel.fixed .form-panel {
  position: fixed;
  height: 118px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #26036D;
  background-image: url(/src/images/components/activities/upgrade/header-bg.png);
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 15px;
  z-index: 101;
}
.ue-modal-frame .upgrade-activity .header-panel.fixed .form-panel form {
  width: 1200px;
  margin: 0 auto;
}
.ue-modal-frame .upgrade-activity .header-panel.fixed .form-panel form.bounce {
  -webkit-animation: panel-bounce 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2;
  animation: panel-bounce 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2;
}
.ue-modal-frame .upgrade-activity .edition-panel .container {
  padding: 100px 0 60px 0;
}
.ue-modal-frame .upgrade-activity .edition-panel .container h3 i {
  position: absolute;
  color: #29D68E;
  font-size: 45px;
  left: 30px;
  top: -45px;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list {
  margin-top: 70px;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 20px 0 rgba(208, 208, 208, 0.6);
  border-radius: 6px;
  vertical-align: top;
  padding: 30px;
  width: 340px;
  margin: 0 30px;
  height: 410px;
  cursor: pointer;
  transition: transform 0.5s;
  position: relative;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item:hover {
  transform: scale(1.15);
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item h4 {
  font-size: 26px;
  color: #239AFF;
  font-weight: bold;
  text-align: center;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item h4 .badge {
  position: relative;
  top: -15px;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item .desc {
  color: rgba(50, 50, 51, 0.8);
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 64px;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item .price {
  text-align: center;
  font-size: 32px;
  color: #FF7052;
  margin-bottom: 20px;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item .price.store {
  color: rgba(50, 50, 51, 0.8);
  font-size: 24px;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item .price .unit {
  font-size: 18px;
  margin-left: 4px;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item .tips p {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item .tips p::before {
  position: absolute;
  font-family: 'icomoon' !important;
  font-size: 16px;
  left: 0;
  top: -3px;
  color: #29D690;
}
.ue-modal-frame .upgrade-activity .edition-panel .container .edition-list .item .icon-recommend_edition {
  position: absolute;
  font-size: 58px;
  top: 0;
  left: 0;
}
.ue-modal-frame .upgrade-activity .intro-panel {
  background-color: #F8F9FB;
}
.ue-modal-frame .upgrade-activity .intro-panel .container {
  position: relative;
  padding: 80px 0 120px 0;
}
.ue-modal-frame .upgrade-activity .intro-panel .container .intro-bg1 {
  position: absolute;
  top: 0;
  left: 52px;
}
.ue-modal-frame .upgrade-activity .intro-panel .container .intro-bg2 {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.ue-modal-frame .upgrade-activity .intro-panel .container .intro-list {
  margin-top: 80px;
}
.ue-modal-frame .upgrade-activity .intro-panel .container .intro-list .item {
  margin-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ue-modal-frame .upgrade-activity .intro-panel .container .intro-list .item:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .upgrade-activity .intro-panel .container .intro-list .item.left .font {
  margin-left: 80px;
}
.ue-modal-frame .upgrade-activity .intro-panel .container .intro-list .item.right .font {
  margin-right: 80px;
}
.ue-modal-frame .upgrade-activity .intro-panel .container .intro-list .item .font h4 {
  font-size: 24px;
  color: #0097FF;
  font-weight: bold;
  margin-bottom: 15px;
}
.ue-modal-frame .upgrade-activity .intro-panel .container .intro-list .item .font ul li {
  font-size: 16px;
  margin-bottom: 8px;
}
.ue-modal-frame .upgrade-activity .sale-panel {
  padding: 100px 0 80px 0;
}
.ue-modal-frame .upgrade-activity .sale-panel .container {
  border: 2px solid rgba(38, 45, 51, 0.06);
  padding: 70px 30px 60px 30px;
}
.ue-modal-frame .upgrade-activity .sale-panel .container h3 i {
  position: absolute;
  color: #29D68E;
  font-size: 45px;
  right: 260px;
  top: -25px;
}
.ue-modal-frame .upgrade-activity .sale-panel .container ul li {
  display: inline-block;
  padding-left: 45px;
  margin-top: 60px;
  position: relative;
}
.ue-modal-frame .upgrade-activity .sale-panel .container ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #EBEBEB;
  transform: rotate(25deg);
  left: 24px;
  top: 8px;
}
.ue-modal-frame .upgrade-activity .sale-panel .container ul li:first-child {
  padding-left: 0;
}
.ue-modal-frame .upgrade-activity .sale-panel .container ul li:first-child:before {
  display: none;
}
.ue-modal-frame .upgrade-activity .sale-panel .container ul li h4 {
  font-size: 24px;
  color: #0097FF;
  font-weight: bold;
  margin-bottom: 10px;
}
.ue-modal-frame .upgrade-activity .sale-panel .container ul li p {
  font-size: 15px;
}
.ue-modal-frame .upgrade-activity .discount-panel {
  background-image: linear-gradient(90deg, #0A003B 0%, #29008F 100%);
  color: #fff;
}
.ue-modal-frame .upgrade-activity .discount-panel .container {
  display: flex;
  align-items: center;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .font {
  flex: 1;
  padding: 100px 0 90px 0;
  margin-left: -160px;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .font h3 {
  text-align: left;
  font-size: 36px;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .font h3 .title {
  color: #FFAC48;
  background-image: -ms-linear-gradient(left, #FFAC48, #FF5A70);
  background-image: -moz-linear-gradient(left, #FFAC48, #FF5A70);
  background-image: -webkit-linear-gradient(left, #FFAC48, #FF5A70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .font h3 .time {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -7px;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .font ul li {
  margin-top: 55px;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .font ul li h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .font ul li p {
  font-size: 20px;
  margin-bottom: 6px;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .font ul li p .price {
  color: #FDD181;
  background-image: -ms-linear-gradient(left, #FDD181, #FEED8F);
  background-image: -moz-linear-gradient(left, #FDD181, #FEED8F);
  background-image: -webkit-linear-gradient(left, #FDD181, #FEED8F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 22px;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .font ul li p .old-price {
  margin-left: 240px;
  text-decoration: line-through;
  font-size: 16px;
}
.ue-modal-frame .upgrade-activity .discount-panel .container .small-submit-btn {
  height: 50px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 30px;
}
.ue-modal-frame .upgrade-activity .rules-panel {
  background-image: url(/src/images/components/activities/upgrade/rules-bg.png);
  background-size: cover;
  background-position: 50% 50%;
  padding: 68px 0;
  color: #fff;
}
.ue-modal-frame .upgrade-activity .rules-panel .container {
  padding: 40px 40px 60px 40px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.ue-modal-frame .upgrade-activity .rules-panel .container h3,
.ue-modal-frame .upgrade-activity .rules-panel .container .tip {
  color: #fff;
}
.ue-modal-frame .upgrade-activity .rules-panel .container ul {
  margin-top: 30px;
}
.ue-modal-frame .upgrade-activity .rules-panel .container ul li {
  font-size: 18px;
  margin-bottom: 30px;
}
.ue-modal-frame .submit-upgrade-modal .detail {
  text-align: center;
  padding-top: 70px;
}
.ue-modal-frame .submit-upgrade-modal .detail .icon-paper {
  font-size: 58px;
}
.ue-modal-frame .submit-upgrade-modal .detail h3 {
  font-size: 24px;
  color: #52575C;
  margin-top: 20px;
  margin-bottom: 5px;
}
.ue-modal-frame .submit-upgrade-modal .detail p {
  font-size: 16px;
  color: rgba(50, 50, 51, 0.5);
}
@keyframes panel-bounce {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
  85% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
  }
}
@-webkit-keyframes panel-bounce {
  0%,
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
  85% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
  }
}
.ue-modal-frame .range-picker-end {
  display: flex;
  align-items: center;
  height: 36px;
  line-height: 34px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.ue-modal-frame .range-picker-end:hover {
  border-color: #527ECC;
}
.ue-modal-frame .range-picker-end .range-picker-separator {
  min-width: 10px;
  text-align: center;
}
.ue-modal-frame .range-picker-end .start-time,
.ue-modal-frame .range-picker-end .end-time {
  flex: 1;
  text-align: center;
  max-width: 150px;
}
.ue-modal-frame .range-picker-end .end-time,
.ue-modal-frame .range-picker-end .ant-calendar-picker {
  max-width: 160px;
}
.ue-modal-frame .range-picker-end .ant-calendar-picker-input {
  border: none;
}
.ue-modal-frame .range-picker-end-wrap .ant-form-item-control.has-error .range-picker-end {
  border-color: #FF4D77;
}
.ue-modal-frame .range-picker-end-wrap .ant-form-item-control.has-error .ant-form-explain,
.ue-modal-frame .range-picker-end-wrap .ant-form-item-control.has-error .ant-form-extra {
  margin-top: 0;
}
.ue-modal-frame .after-sale-details {
  background-color: #fff;
}
.ue-modal-frame .after-sale-details h4 {
  margin-bottom: 15px;
  font-weight: bold;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .after-sale-details.ant-tabs {
  margin-left: -43px;
  position: relative;
  height: 100%;
}
.ue-modal-frame .after-sale-details.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 0;
}
.ue-modal-frame .after-sale-details.ant-tabs.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  margin: 0 1px 0 0;
  padding: 0 24px;
  height: 50px;
  line-height: 50px;
  color: rgba(50, 50, 51, 0.8);
  font-size: 12px;
  background-color: #fff;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .after-sale-details.ant-tabs.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  border-bottom: none;
}
.ue-modal-frame .after-sale-details.ant-tabs.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:hover {
  color: rgba(50, 50, 51, 0.8);
  background-color: #F7FAFC;
}
.ue-modal-frame .after-sale-details.ant-tabs.ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active {
  background-color: #F7FAFC;
  border-right: 1px solid #F7FAFC;
}
.ue-modal-frame .after-sale-details.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  background-color: transparent;
  width: 1px;
}
.ue-modal-frame .after-sale-details.ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar:hover {
  background-color: #F7FAFC;
}
.ue-modal-frame .after-sale-details.ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  box-sizing: border-box;
  min-height: 202px;
  padding-left: 36px;
  background-color: #F7FAFC;
  height: 100%;
}
.ue-modal-frame .after-sale-details .origial-order-mes {
  padding: 0 30px;
  border-left: 1px solid #CED4D9;
}
.ue-modal-frame .after-sale-details .goods-detail > .ue-table-wrapper {
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .after-sale-details .goods-detail .piced-goods .des {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  color: rgba(50, 50, 51, 0.7);
  width: 210px;
  margin-left: 10px;
}
.ue-modal-frame .after-sale-details .goods-detail .piced-goods .des .skuname {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .after-sale-details .table-footer {
  height: 48px;
  line-height: 48px;
}
.ue-modal-frame .after-sale-details .ue-table-middle .ue-table-thead > tr > th {
  background-color: #F7FAFC;
  border-bottom: 1px solid #e8e8e8;
}
.ue-modal-frame .after-sale-details .ue-table-middle .ue-table-thead > tr > th span {
  font-weight: normal;
  color: #323233;
}
.ue-modal-frame .after-sale-details .ue-table-middle .ue-table-thead > tr > th span .tr_icon {
  color: #989a9c;
  font-size: 14px;
}
.ue-modal-frame .after-sale-details .more-detail {
  padding: 15px;
  padding-left: 0;
}
.ue-modal-frame .after-sale-details .more-detail .invoice-mes {
  padding-left: 20px;
}
.ue-modal-frame .after-sale-details .more-detail .origial-order-mes .more-detail-body li button {
  width: 230px;
}
.ue-modal-frame .after-sale-details .more-detail .more-order-status {
  font-size: 14px;
  font-weight: bold;
  color: #1876F0;
}
.ue-modal-frame .after-sale-details .more-detail-header li {
  width: 25%;
}
.ue-modal-frame .after-sale-details .more-detail-header:nth-of-type(1) {
  margin-bottom: 4px;
}
.ue-modal-frame .after-sale-details .more-detail-body li {
  border-top: 1px solid #CED4D9;
}
.ue-modal-frame .after-sale-details .more-detail-body li:last-child {
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .after-sale-details .more-detail-footer {
  line-height: 18px;
  padding-top: 5px;
}
.ue-modal-frame .after-sale-details .operate-record {
  padding-bottom: 50px;
}
.ue-modal-frame .after-sale-details .operate-record .ue-pagination {
  position: absolute;
  bottom: 5px;
  right: 20px;
  z-index: 98 !important;
}
.ue-modal-frame .after-sale-details .operate-record .time,
.ue-modal-frame .after-sale-details .operate-record .text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ue-modal-frame .after-sale-details .basic-mes li,
.ue-modal-frame .after-sale-details .invoice-mes li {
  line-height: 18px;
  margin-bottom: 10px;
}
.ue-modal-frame .after-sale-details .basic-mes .msg-item-label {
  width: 50px;
}
.ue-modal-frame .after-sale-details .invoice-mes .msg-item-label {
  width: 30px;
}
.ue-modal-frame .after-sale-details .msg-item-label {
  float: left;
  letter-spacing: 0;
  color: rgba(50, 50, 51, 0.6);
}
.ue-modal-frame .after-sale-details .msg-item-value {
  display: block;
  letter-spacing: 0;
  padding-left: 56px;
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: 60vh;
  padding-right: 10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content ul li:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content .list {
  margin-bottom: 15px;
}
.ue-modal-frame .goods-details-popover .ant-popover-inner-content .list .des {
  width: 174px;
  margin-left: 15px;
  word-break: break-all;
}
.ue-modal-frame .certificate-wrap .title {
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .certificate-wrap .upload-certificate-wrap {
  display: flex;
  align-items: flex-end;
}
.ue-modal-frame .certificate-wrap .upload-certificate-wrap .text-tip {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .upload-certificate .uploaded-sec {
  position: relative;
  width: 166px;
}
.ue-modal-frame .upload-certificate .uploaded-sec .mask {
  position: absolute;
  height: 52px;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  background-color: rgba(26, 26, 26, 0.8);
}
.ue-modal-frame .upload-certificate .uploaded-sec .mask .item,
.ue-modal-frame .upload-certificate .uploaded-sec .mask .inner-item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 52px;
}
.ue-modal-frame .upload-certificate .uploaded-sec .mask .item .tip-icon,
.ue-modal-frame .upload-certificate .uploaded-sec .mask .inner-item .tip-icon {
  font-size: 16px;
  margin-bottom: 4px;
}
.ue-modal-frame .upload-certificate .uploaded-sec .mask .item,
.ue-modal-frame .upload-certificate .uploaded-sec .mask .inner-item-wrap {
  width: 33%;
}
.ue-modal-frame .upload-certificate .upload-empty {
  height: 126px;
  width: 166px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ue-modal-frame .upload-certificate .upload-empty .center-sec {
  width: 56px;
  height: 54px;
  color: rgba(0, 0, 0, 0.25);
}
.ue-modal-frame .upload-certificate .upload-empty .center-sec span {
  text-align: center;
}
.ue-modal-frame .upload-certificate .upload-empty .center-sec span:nth-child(1) {
  height: 24px;
  width: 24px;
  display: block;
  margin-bottom: 8px;
}
.ue-modal-frame .upload-certificate .upload-empty .center-sec span:last-child {
  font-size: 14px;
}
.ue-modal-frame .upload-certificate .ant-form-item-control {
  line-height: 1;
}
.ue-modal-frame .ant-form-item-control .upload-certificate .re-upload-wrap {
  margin-top: -2px;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-body .ue-table-expanded-row > td:first-of-type {
  background-color: #fff;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table colgroup col {
  min-width: 60px !important;
}
.ue-modal-frame .after-sale-table .ue-table-middle .after-sale-remark {
  position: relative;
  min-height: 30px;
}
.ue-modal-frame .after-sale-table .ue-table-middle .after-sale-remark .edit-inner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ue-modal-frame .after-sale-table .ue-table-middle .after-sale-remark .edit-inner .icon-ic_edit {
  visibility: hidden;
}
.ue-modal-frame .after-sale-table .ue-table-middle .buyer-info,
.ue-modal-frame .after-sale-table .ue-table-middle .express {
  position: relative;
  min-height: 30px;
}
.ue-modal-frame .after-sale-table .ue-table-middle .buyer-info .edit-inner,
.ue-modal-frame .after-sale-table .ue-table-middle .express .edit-inner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ue-modal-frame .after-sale-table .ue-table-middle .buyer-info .edit-inner .icon-ic_edit,
.ue-modal-frame .after-sale-table .ue-table-middle .express .edit-inner .icon-ic_edit {
  visibility: hidden;
}
.ue-modal-frame .after-sale-table .ue-table-middle .modify-icon,
.ue-modal-frame .after-sale-table .ue-table-middle .modify-address-icon {
  color: #9fb0bf;
  font-size: 16px;
  cursor: pointer;
}
.ue-modal-frame .after-sale-table .ue-table-middle .after-info {
  padding: 10px 0;
}
.ue-modal-frame .after-sale-table .ue-table-middle .icon-ic_edit:hover {
  color: #1876F0;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell .pop-select-selection {
  border-color: transparent;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell .pop-select-selection .pop-select-selection-arrow {
  display: none;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell .pop-select-selection .selected-value {
  overflow: inherit;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell .pop-select-selection.has-border {
  border-color: #ced4d9;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell .pop-select-selection.has-border .pop-select-selection-arrow {
  display: block;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell .ant-select-selection {
  border-color: transparent;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell .ant-select-selection .ant-select-arrow {
  display: none;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell .ant-select-open .ant-select-selection {
  border-color: #1876F0;
  box-shadow: inherit;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .after-sale-remark .icon-ic_edit,
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .buyer-info .icon-ic_edit,
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .express .icon-ic_edit {
  visibility: visible;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .pop-select-selection {
  border-color: #ced4d9;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .pop-select-selection .pop-select-selection-arrow {
  display: block;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .pop-select-selection.pop-select-selection-focus {
  border-color: #1876F0;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .pop-select-selection.pop-select-selection-focus .pop-select-selection-arrow {
  color: #1876F0;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .ant-select-selection {
  border-color: #d9d9d9;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .ant-select-selection .ant-select-arrow {
  display: none;
}
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .ant-select-selection:focus,
.ue-modal-frame .after-sale-table .ue-table-middle .ue-table-row .ue-table-cell:hover .ant-select-selection:active {
  box-shadow: inherit;
}
.ue-modal-frame .after-list .store-expire-tip-conent .ant-alert-icon {
  font-size: 18px;
}
.ue-modal-frame .refund-operate .upload-certificate-wrap,
.ue-modal-frame .return-operate .upload-certificate-wrap {
  display: flex;
  align-items: flex-end;
}
.ue-modal-frame .refund-operate .upload-certificate-wrap .text-tip,
.ue-modal-frame .return-operate .upload-certificate-wrap .text-tip {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .refund-operate .item-required,
.ue-modal-frame .return-operate .item-required {
  display: inline-block;
  margin-right: 4px;
  font-family: SimSun;
  line-height: 1;
  font-size: 12px;
  color: #f5222d;
}
.ue-modal-frame .return-operate {
  color: #323233;
  padding: 0 24px;
}
.ue-modal-frame .return-operate .adress-list .title-line {
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ue-modal-frame .return-operate .adress-list .title-line .tip-icon {
  color: #239aff;
  font-size: 16px;
  margin-left: 8px;
}
.ue-modal-frame .return-operate .adress-list .tip-icon {
  color: rgba(0, 0, 0, 0.45);
}
.ue-modal-frame .return-operate .adress-list .item-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  align-items: center;
  padding: 8px 16px 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.ue-modal-frame .return-operate .adress-list .item-detail.checked {
  border-color: #239aff;
}
.ue-modal-frame .return-operate .adress-list .item-detail .right {
  flex: 1;
  margin-left: 12px;
}
.ue-modal-frame .return-operate .adress-list .item-detail .right .person-line span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  display: inline-block;
}
.ue-modal-frame .return-operate .adress-list .item-detail .right .person-line span:nth-of-type(1) {
  color: #262d33;
  font-size: 14px;
  margin-right: 8px;
}
.ue-modal-frame .return-operate .adress-list .item-detail .right .adress-line {
  margin-top: 3px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .return-operate .adress-list .empty {
  margin-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  height: 30px;
  line-height: 30px;
}
.ue-modal-frame .return-address-management-container {
  margin-top: 12px;
}
.ue-modal-frame .return-address-management-container-left {
  max-height: calc(100vh - 255px);
  overflow-y: auto;
}
.ue-modal-frame .return-address-management-container-left .item-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  align-items: center;
  padding: 8px 16px 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  cursor: pointer;
}
.ue-modal-frame .return-address-management-container-left .item-detail.checked {
  border-color: #239aff;
}
.ue-modal-frame .return-address-management-container-left .item-detail .right {
  flex: 1;
  margin-left: 12px;
  word-break: break-all;
}
.ue-modal-frame .return-address-management-container-left .item-detail .right .person-line span,
.ue-modal-frame .return-address-management-container-left .item-detail .right .person-line-fake span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  display: inline-block;
}
.ue-modal-frame .return-address-management-container-left .item-detail .right .person-line span:nth-of-type(1),
.ue-modal-frame .return-address-management-container-left .item-detail .right .person-line-fake span:nth-of-type(1) {
  color: #262d33;
  font-size: 14px;
}
.ue-modal-frame .return-address-management-container-left .item-detail .right .person-line span:nth-of-type(2),
.ue-modal-frame .return-address-management-container-left .item-detail .right .person-line-fake span:nth-of-type(2) {
  margin: 0 8px;
}
.ue-modal-frame .return-address-management-container-left .item-detail .right .person-line-fake span,
.ue-modal-frame .return-address-management-container-left .item-detail .right .person-line-fake-fake span {
  width: 70px;
  height: 21px;
  background-color: #efefef;
  border-radius: 4px;
}
.ue-modal-frame .return-address-management-container-left .item-detail .right .adress-line {
  margin-top: 3px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .return-address-management-container-left .item-detail .right .adress-line-fake {
  width: 100%;
  height: 21px;
  background-color: #efefef;
  border-radius: 4px;
}
.ue-modal-frame .return-address-management-container-left > div:first-child .item-detail {
  margin-top: 4px;
}
.ue-modal-frame .await-seller-handle .condition-form {
  line-height: 34px;
}
.ue-modal-frame .await-seller-handle .condition-form .label {
  color: #333333;
}
.ue-modal-frame .await-seller-handle .condition-form .search-btn {
  vertical-align: -1px;
}
.ue-modal-frame .await-seller-handle .condition-form .search-btn:hover {
  border-color: #239aff;
}
.ue-modal-frame .await-seller-handle .spec-row {
  display: flex;
  font-size: 12px;
  color: #333333;
  justify-content: space-between;
}
.ue-modal-frame .await-seller-handle .spec-row .spec-item {
  flex: 1;
  display: flex;
  min-width: 268px;
}
.ue-modal-frame .await-seller-handle .spec-row .spec-item .spec-label {
  min-width: 68px;
}
.ue-modal-frame .await-seller-handle .spec-row .spec-item .align-right {
  padding-right: 20px;
  text-align: right;
}
.ue-modal-frame .await-seller-handle .last-row .order-source {
  width: 100%;
}
.ue-modal-frame .await-seller-handle .last-row .order-source .order-source-select {
  width: 200px;
}
.ue-modal-frame .await-seller-handle .labelAlignLeft .ant-form-item-label {
  text-align: left;
}
.ue-modal-frame .await-seller-handle .labelAlignRight .ant-form-item-label {
  text-align: right;
}
.ue-modal-frame .await-seller-handle .dash-line {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.ue-modal-frame .create-after-sale-order .ant-tabs.tabs-container {
  margin-top: 41px;
}
.ue-modal-frame .create-after-sale-order .ant-tabs.tabs-container .single-order {
  margin-bottom: 90px;
  border: 1px solid #CED4D9;
  padding: 40px 125px;
}
.ue-modal-frame .create-after-sale-order .ant-tabs.tabs-container .single-order h4 {
  height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: rgba(57, 68, 77, 0.8);
  margin-bottom: 20px;
}
.ue-modal-frame .create-after-sale-order .ant-tabs.tabs-container .single-order .function {
  background-color: white;
  height: 73px;
  width: 100%;
  border-top: 1px solid rgba(38, 45, 51, 0.15);
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
}
.ue-modal-frame .create-after-sale-order .ant-tabs.tabs-container .single-order .function .wrapper {
  width: 1280px;
  padding: 0 135px;
  display: inline-block;
  height: 73px;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .create-after-sale-order .ant-tabs.tabs-container .single-order .function .wrapper {
    width: 1600px;
  }
}
@media screen and (max-width: 1280px) {
  .ue-modal-frame .create-after-sale-order .ant-tabs.tabs-container .single-order .function .wrapper {
    width: 100%;
  }
}
.ue-modal-frame .create-template .ue-table .required {
  color: #f83941;
}
.ue-modal-frame .create-template .ue-table .required .telOrPhone {
  position: absolute;
}
.ue-modal-frame .create-after-sale-order-base-form .icon-ic_copy {
  color: #527ECC;
  margin-left: -30px;
}
.ue-modal-frame .create-after-sale-order-base-form h4 {
  height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: rgba(57, 68, 77, 0.8);
  margin-bottom: 20px;
}
.ue-modal-frame .create-after-sale-order-base-form .basic-mes {
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.ue-modal-frame .create-after-sale-order-base-form .basic-mes .copy-has-order-mes {
  position: absolute;
  right: -38px;
  font-size: 16px;
  z-index: 99;
}
.ue-modal-frame .create-after-sale-order-base-form .receiver-sec {
  border-bottom: 1px dashed #CED4D9;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.ue-modal-frame .create-after-sale-order-base-form .receiver-sec .country {
  margin-right: 10px;
}
.ue-modal-frame .create-after-sale-order-base-form .goods-mes .table-bottom-mes .bottom-right-mes {
  display: flex;
  align-items: center;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .create-after-sale-order-base-form .goods-mes .table-bottom-mes .bottom-mes-item span.num {
  color: #1876F0;
  font-weight: bold;
  margin-left: 5px;
  font-size: 12px;
}
.ue-modal-frame .create-after-sale-order-base-form .goods-mes .table-bottom-mes .bottom-mes-item .ant-divider {
  margin: 0 16px;
  height: 1.2em;
  background: rgba(38, 45, 51, 0.3);
}
.ue-modal-frame .create-after-sale-order-base-form .goods-mes .table-bottom-mes .bottom-mes-item .ant-form-item {
  margin-bottom: 0;
}
.ue-modal-frame .after-sale-container .ant-tabs.tabs-container {
  margin-top: 46px;
}
.ue-modal-frame .after-sale-container .header-btn {
  height: 106px;
}
.ue-modal-frame .after-sale-container .header-btn .header-btn-content {
  font-weight: bold;
}
.ue-modal-frame .after-sale-container .header-btn .header-btn-content .sub-title {
  position: absolute;
  top: 23px;
  left: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.ue-modal-frame .after-sale-container .header-btn .header-btn-content .help {
  color: #fff;
  position: absolute;
  z-index: 999;
  bottom: -24px;
  right: 15px;
}
.ue-modal-frame .after-sale-container .header-btn .header-btn-content .help .help-hover:hover {
  color: #1876F0;
}
.ue-modal-frame .after-sale-container .header-btn .create-btn {
  z-index: 1000;
  position: relative;
}
.ue-modal-frame .after-sale-container .search-form .ant-form-item-label label {
  color: #333;
  font-size: 12px;
}
.ue-modal-frame .after-sale-container .search-form .ant-select-selection__placeholder {
  color: #bfbfbf;
}
.ue-modal-frame .after-sale-container .search-form .ant-input::placeholder {
  color: #bfbfbf !important;
}
.ue-modal-frame .after-sale-bottom-setting li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  color: #323233;
}
.ue-modal-frame .after-sale-bottom-setting li:hover {
  color: #527ECC;
}
.ue-modal-frame .after-sale-bottom-setting li:active {
  color: #527ECC;
}
.ue-modal-frame .after-sale-bottom-setting li:hover,
.ue-modal-frame .after-sale-bottom-setting li:active {
  text-decoration: none;
}
.ue-modal-frame .after-sale-bottom-setting li .sp:hover {
  color: #1876F0;
}
.ue-modal-frame .after-sales-auto-setting-select .ant-select-selection--multiple .ant-select-selection__choice__remove {
  top: 5px;
}
.ue-modal-frame .after-sale-modal-line {
  font-size: 14px;
  line-height: 22px;
  color: #262d33;
}
.ue-modal-frame .op-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
}
.ue-modal-frame .op-box .op-left-box {
  margin-bottom: -12px;
}
.ue-modal-frame .op-box .op-left-box > * {
  margin-right: 12px;
  margin-bottom: 12px;
}
.ue-modal-frame .op-box .op-left-box > *:last-child {
  margin-right: 0;
}
.ue-modal-frame .op-box .op-right-box {
  display: flex;
}
.ue-modal-frame .op-box .op-right-box .op-export-box .ant-btn,
.ue-modal-frame .op-box .op-right-box .op-import-box .ant-btn {
  padding: 0 12px;
}
.ue-modal-frame .op-box .op-right-box .op-export-box .ant-btn:hover,
.ue-modal-frame .op-box .op-right-box .op-import-box .ant-btn:hover {
  color: #3663b2;
}
.ue-modal-frame .op-box .op-right-box > * {
  margin-right: 12px;
}
.ue-modal-frame .op-box .op-right-box > *:last-child {
  margin-right: 0;
}
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box {
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(200, 201, 204, 0.5);
}
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .ant-btn,
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .ue-button {
  cursor: pointer;
  display: block;
  padding: 0 16px;
  height: 34px;
  width: 100%;
  border: none;
  box-shadow: none;
  text-decoration: none;
}
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .ant-btn:hover,
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .ue-button:hover {
  background-color: rgba(35, 154, 255, 0.2);
}
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .ant-btn[ant-click-animating-without-extra-node='true']::after,
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .ue-button[ant-click-animating-without-extra-node='true']::after {
  animation: none;
}
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .el-btn {
  display: block;
  padding: 0 16px;
  height: 32px;
  border: none;
  color: #606266;
  background-color: #fff;
  box-shadow: none;
}
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .el-btn:hover,
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .el-btn:focus,
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .el-btn:active,
.ue-modal-frame .ant-dropdown.more-btn-dropdown-box .more-btn-dropdown-btns-box .el-btn.active {
  border: none;
  color: #3663B2;
}
.ue-modal-frame .op-table-box .ant-btn,
.ue-modal-frame .op-table-box .ue-button {
  padding: 0;
  height: auto;
  border: none;
  text-decoration: none;
}
.ue-modal-frame .op-table-box .more-btn-box {
  width: 16px;
  height: 18px;
  background: url('/assets/pic/more-btn-icon.png') no-repeat center center;
}
.ue-modal-frame .op-table-box .more-btn-box:hover,
.ue-modal-frame .op-table-box .more-btn-box:active,
.ue-modal-frame .op-table-box .more-btn-box:focus {
  background: url('/assets/pic/more-btn-icon.png') no-repeat center center;
}
.ue-modal-frame .text-1 {
  color: #323233;
  font-size: 18px;
  font-weight: 500;
}
.ue-modal-frame .text-2 {
  color: #323233;
  font-size: 13px;
}
.ue-modal-frame .f-bold {
  font-weight: bold;
}
.ue-modal-frame input.ant-input {
  padding: 4px 6px;
}
.ue-modal-frame input.ant-input.ant-input-disabled {
  cursor: inherit;
}
.ue-modal-frame input.ant-input:focus {
  box-shadow: none;
}
.ue-modal-frame .ant-tabs .ant-tabs-nav-container .ant-tabs-tab {
  padding: 18px 16px;
  box-sizing: content-box;
}
.ue-modal-frame .ant-tabs .ant-tabs-nav-container .ant-tabs-tab-active {
  font-weight: bold;
}
.ue-modal-frame .ant-tabs .ant-tabs-nav-container .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame .ant-tabs .ant-tabs-content h3 {
  color: rgba(38, 45, 51, 0.8);
  font-size: 12px;
}
.ue-modal-frame .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive div,
.ue-modal-frame .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive span,
.ue-modal-frame .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive p {
  opacity: 0;
}
.ue-modal-frame .ant-tabs.tabs-container-modal .ant-tabs-nav .ant-tabs-tab-active,
.ue-modal-frame .ant-tabs.tabs-container-modal .ant-tabs-nav .ant-tabs-tab:hover {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.ue-modal-frame .ant-tabs.tabs-container-modal .ant-tabs-tab {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.ue-modal-frame .form-group-item {
  padding: 0 5px;
  text-align: right;
}
.ue-modal-frame .form-group-item:before,
.ue-modal-frame .form-group-item:after {
  content: " ";
  display: table;
}
.ue-modal-frame .form-group-item .form-group-item-heading {
  float: left;
  width: 80px;
  padding-right: 10px;
  line-height: 31px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .form-group-item .form-group-item-body {
  margin-left: 80px;
}
.ue-modal-frame .form-group-item .form-group-item-body input,
.ue-modal-frame .form-group-item .form-group-item-body select {
  border-radius: 2px!important;
}
.ue-modal-frame .form-group-item .form-group-item-body .input-addon-box .ant-input-number {
  border-radius: 0 2px 2px 0;
}
.ue-modal-frame .form-group-item .form-group-item-heading.required:before {
  right: 2px!important;
}
.ue-modal-frame .ant-input-group-addon {
  padding: 0 7px !important;
}
.ue-modal-frame .ant-dropdown {
  font-size: 14px;
}
.ue-modal-frame .ant-dropdown .ant-dropdown-menu-item {
  font-size: 14px;
  padding: 5px 15px;
  text-align: left;
}
.ue-modal-frame .ant-dropdown .ant-dropdown-menu-item .menu-item-block,
.ue-modal-frame .ant-dropdown .ant-dropdown-menu-item a {
  color: rgba(0, 0, 0, 0.65);
}
.ue-modal-frame .ant-dropdown .ant-dropdown-menu-item .menu-item-block:hover,
.ue-modal-frame .ant-dropdown .ant-dropdown-menu-item a:hover {
  color: #527ECC;
}
.ue-modal-frame .ant-dropdown .ant-dropdown-menu-item:hover,
.ue-modal-frame .ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-active {
  background-color: transparent;
}
.ue-modal-frame .ant-form .ant-form-item-label label {
  color: rgba(50, 50, 51, 0.8);
  font-size: 13px;
}
.ue-modal-frame .ant-form .ant-form-item-required:before {
  display: none;
}
.ue-modal-frame .ant-form .ant-form-item-required:after {
  display: inline-block;
  margin-right: 4px;
  content: "*" !important;
  font-family: SimSun;
  line-height: 1;
  font-size: 12px;
  color: #FF4D77;
  margin-left: 4px;
}
.ue-modal-frame .ant-form .ant-form-item.hidden-explain .ant-form-explain {
  display: none;
}
.ue-modal-frame body .ant-tag {
  height: 16px;
  line-height: 14px;
  padding: 0 2px;
  background: #FFFFFF;
  border: 1px solid #CED4D9;
}
.ue-modal-frame body .ant-tag.ant-tag-has-color {
  border-color: transparent;
}
.ue-modal-frame body .b-line:hover {
  border-bottom: 1px solid #1876F0;
}
.ue-modal-frame body .ant-divider,
.ue-modal-frame body .ant-divider-vertical {
  margin: 0 5px;
}
.ue-modal-frame body .bottom-mes .ant-divider-vertical {
  margin: 0 15px;
}
.ue-modal-frame body .tags {
  max-height: 100px;
  overflow-y: auto;
}
.ue-modal-frame body .tags .ant-tag {
  height: 26px;
  line-height: 24px;
  background-color: #1876F0;
  color: #fff;
  margin-bottom: 10px;
}
.ue-modal-frame body .tags .ant-tag .anticon-cross,
.ue-modal-frame body .tags .ant-tag .anticon-close {
  color: #fff;
}
.ue-modal-frame body .tags.tags-radius .ant-tag {
  border-radius: 100px;
  padding: 0 10px;
  border-color: #1876F0;
}
.ue-modal-frame body .ant-tabs.tabs-container {
  margin-top: 41px;
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-tab-active {
  color: #fff;
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-bar {
  border-bottom: none;
}
.ue-modal-frame body .ant-tabs.tabs-container {
  margin-top: 41px;
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab {
  position: relative;
  z-index: 10;
  padding: 9px 10px 15px;
  box-sizing: content-box;
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active {
  color: #fff;
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active {
  color: #fff;
  font-weight: bold;
}
.ue-modal-frame body .ant-tabs.tabs-container .ant-tabs-tab-active {
  color: #fff;
  font-weight: bold;
}
.ue-modal-frame body .ant-tabs-content {
  transition: none !important;
}
.ue-modal-frame body .no-flex.ant-tabs-top .ant-tabs-content {
  margin-left: 0!important;
}
.ue-modal-frame body .no-flex.ant-tabs-left .ant-tabs-content {
  margin-top: 0!important;
}
.ue-modal-frame body .no-flex.ant-tabs-top .ant-tabs-tab {
  float: left;
}
.ue-modal-frame .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame body .ant-input {
  border-color: #CED4D9;
}
.ue-modal-frame body .ant-input:hover,
.ue-modal-frame body .ant-input:active {
  border-color: #239AFF;
}
.ue-modal-frame .ant-tooltip {
  max-width: 500px!important;
}
.ue-modal-frame .ant-tooltip .ant-tooltip-content .ant-tooltip-inner {
  padding: 10px 15px;
  font-weight: normal;
  background: #193f80;
  line-height: 18px;
}
.ue-modal-frame .ant-tooltip .ant-tooltip-content .ant-tooltip-inner p {
  margin-bottom: 0;
}
.ue-modal-frame .ant-tooltip .ant-tooltip-content .ant-tooltip-inner > div p {
  margin-bottom: 5px;
}
.ue-modal-frame .ant-tooltip .ant-tooltip-content .ant-tooltip-inner > div p:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow,
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  border-top-color: #474d59;
}
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-right .ant-tooltip-arrow,
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  border-right-color: #474d59;
}
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-left .ant-tooltip-arrow,
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  border-left-color: #474d59;
}
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ue-modal-frame .ant-tooltip.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  border-bottom-color: #474d59;
}
.ue-modal-frame .ant-popover .ant-popover-inner {
  border-radius: 4px;
}
.ue-modal-frame .ant-popover.no-arrow-popover {
  padding-top: 0;
}
.ue-modal-frame .ant-popover.no-arrow-popover .ant-popover-arrow {
  display: none;
}
.ue-modal-frame .v-align-middle {
  vertical-align: middle;
}
.ue-modal-frame .tip-info.icon-ic_info {
  font-size: 16px;
  cursor: pointer;
  color: #9FB0BF;
  font-weight: normal;
}
.ue-modal-frame .tip-info.icon-ic_info:hover {
  color: #239AFF;
}
.ue-modal-frame .ant-calendar-picker,
.ue-modal-frame .ant-divider-vertical {
  display: inline-block;
}
.ue-modal-frame .notification-alarm {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 10px;
}
.ue-modal-frame .notification-alarm .wave {
  position: absolute;
  z-index: 10;
  top: -19px;
  right: -3px;
  width: 24px;
  height: 24px;
  animation: wave 1s ease-out;
  animation-iteration-count: infinite;
  border: 3px solid #949494;
  border-radius: 70px;
}
.ue-modal-frame .notification-alarm .wave.wave-danger {
  border: 3px solid #fe413b;
}
.ue-modal-frame .notification-alarm .dot {
  position: absolute;
  top: -10px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #fe413b;
}
@keyframes wave {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.ue-modal-frame .ant-input-search:not(.ant-input-search-small).ant-input-affix-wrapper > .ant-input-suffix {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  right: 6px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.ue-modal-frame .ant-input-search:not(.ant-input-search-small).ant-input-affix-wrapper > .ant-input-suffix:hover {
  background: rgba(35, 154, 255, 0.1);
}
.ue-modal-frame .ant-input-search:not(.ant-input-search-small).ant-input-search-enter-button > .ant-input-suffix {
  height: inherit;
  line-height: inherit;
  width: auto;
  right: 0;
}
.ue-modal-frame .ant-input-search .ant-input-suffix > i.ant-input-search-icon {
  font-size: 16px;
  color: #9FB0BF;
}
.ue-modal-frame .ant-input-search.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #239AFF;
}
.ue-modal-frame .ant-input-search.ant-input-affix-wrapper:hover .ant-input-suffix > i.ant-input-search-icon {
  color: #239AFF;
}
.ue-modal-frame .ant-radio-checked .ant-radio-inner {
  border-width: 2px;
}
.ue-modal-frame .ant-radio-checked .ant-radio-inner:after {
  left: 2px;
  top: 2px;
}
.ue-modal-frame .icon-ic_change + .sort-select-item {
  display: inline-block;
}
.ue-modal-frame .ant-input-number.no-number-handler .ant-input-number-handler-wrap {
  display: none;
}
.ue-modal-frame .ant-input-number .ant-input-number-handler-up-disabled,
.ue-modal-frame .ant-input-number .ant-input-number-handler-down-disabled {
  cursor: pointer;
}
.ue-modal-frame .oper-group-btns .oper-btn {
  padding: 5px;
  position: relative;
}
.ue-modal-frame .oper-group-btns .oper-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
  background-color: rgba(38, 45, 51, 0.2);
  line-height: 1.5;
}
.ue-modal-frame .oper-group-btns .oper-btn:first-child {
  padding-left: 0;
}
.ue-modal-frame .oper-group-btns .oper-btn:first-child:before {
  width: 0;
}
.ue-modal-frame .oper-group-btns.no-divider .oper-btn:before {
  width: 0;
}
.ue-modal-frame .confirm-modal--warning .ant-modal-title {
  color: #FF4D77;
  font-weight: 600;
  opacity: 1;
}
.ue-modal-frame .confirm-modal--warning .ant-modal-body {
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .confirm-modal--warning .ant-modal-footer .ue-button-success {
  background: #FF4D77;
  border-color: #FF4D77;
}
.ue-modal-frame .to-top-btn {
  font-size: 40px;
  opacity: 0;
  color: #474D59;
  position: fixed;
  bottom: 60px;
  right: 50px;
  transition: all 0.5s;
  z-index: 1001;
}
.ue-modal-frame .to-top-btn.show {
  opacity: 0.6;
  cursor: pointer;
}
.ue-modal-frame .to-top-btn.show:hover {
  opacity: 0.8;
}
.ue-modal-frame .price-symbol {
  position: relative;
}
.ue-modal-frame .price-symbol input {
  padding-left: 16px;
}
.ue-modal-frame .price-symbol:before {
  content: '¥';
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 8px;
  z-index: 1;
}
.ue-modal-frame .ant-table-fixed-header .ant-table-body {
  overflow-x: auto !important;
}
.ue-modal-frame body .ant-tag.combination,
.ue-modal-frame body .ant-tag.sub-item {
  width: 30px !important;
  height: 16px !important;
  line-height: 14px !important;
  text-align: center;
}
.ue-modal-frame .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ue-modal-frame .ue-message-component {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 13px;
  background: #ffe67e;
  border-radius: 2px;
}
.ue-modal-frame .ue-message-component .ue-message-component-inner {
  display: flex;
  align-items: center;
}
.ue-modal-frame .ue-message-component .ue-message-component-icon {
  margin-right: 8px;
  color: #9e7217;
  margin-top: 2px;
}
.ue-modal-frame .ue-message-component .ue-message-component-content {
  font-family: "Microsoft YaHei";
  color: #9e7217;
}
.ue-modal-frame .ue-pagination-fixed {
  position: absolute;
  right: 0;
}
.ue-modal-frame .ue-range-picker-container .ant-calendar-range .ant-calendar-input,
.ue-modal-frame .ue-range-picker-container .ant-calendar-range .ant-calendar-time-picker-input {
  height: 24px;
}
.ue-modal-frame p {
  margin-top: 0;
  margin-bottom: 1em;
}
.ue-modal-frame body .icon-dot {
  width: 5px;
  height: 5px;
  margin-right: 4px;
  border: none;
  border-radius: 50%;
}
.ue-modal-frame .table-pagination {
  padding-bottom: 60px;
}
.ue-modal-frame .table-hidden-input .ue-table-row > td .ant-input {
  border: 1px solid transparent;
}
.ue-modal-frame .table-hidden-input .ue-table-row > td .ant-input:focus {
  border-color: #527ECC !important;
  text-align: left;
}
.ue-modal-frame .pop-select-option-element .pop-select-item {
  padding: 0;
}
.ue-modal-frame .pop-select-option-element .option-element-item {
  padding: 5px 12px;
}
.ue-modal-frame .deliver-status .send-status {
  padding: 3px 5px;
  border-radius: 2px;
}
.ue-modal-frame .deliver-status .sended {
  background-color: #E9EFF5;
  color: rgba(38, 45, 51, 0.5);
}
.ue-modal-frame .deliver-status .sending {
  background-color: rgba(35, 154, 255, 0.2);
  color: #188DF2;
}
.ue-modal-frame .deliver-status .send-failed {
  background-color: rgba(255, 77, 119, 0.15);
  color: #FF4D77;
  cursor: pointer;
}
.ue-modal-frame .distribute-fail {
  width: 500px;
}
.ue-modal-frame .distribute-fail .ant-popover-arrow {
  color: #fff;
  border-color: #fff;
}
.ue-modal-frame .distribute-fail .ant-popover-inner {
  padding: 15px 0;
}
.ue-modal-frame .distribute-fail .ant-popover-inner-content {
  overflow-y: auto;
  max-height: 300px;
  padding: 6px 25px;
}
.ue-modal-frame .distribute-fail .result-item {
  margin-bottom: 20px;
}
.ue-modal-frame .distribute-fail .result-item:last-child {
  margin-bottom: 0;
}
.ue-modal-frame .distribute-fail .result-item .item-title {
  font-size: 14px;
  font-weight: 700;
}
.ue-modal-frame .distribute-fail .result-item .item-content {
  padding-top: 10px;
}
.ue-modal-frame .distribute-fail .result-item .item-content .wh-name {
  color: rgba(38, 45, 51, 0.8);
  margin-bottom: 5px;
  margin-right: 5px;
}
.ue-modal-frame .distribute-fail .result-item .fail-content-item {
  margin-bottom: 10px;
}
.ue-modal-frame .distribute-fail .result-item .fail-content-item .sku-item {
  padding: 2px 10px;
  margin-bottom: 10px;
  background: #f2f6fa;
  color: rgba(38, 45, 51, 0.5);
  line-height: 18px;
  border-radius: 2px;
  word-break: break-all;
}
.ue-modal-frame .distribute-fail .result-item .fail-content-item .sku-item span {
  font-weight: 700;
  margin-right: 10px;
}
.ue-modal-frame .ue-module.has-sub-module .header-btn {
  height: 116px;
  line-height: 0;
}
.ue-modal-frame .ue-module.has-sub-module .header-btn .header-btn-content {
  padding-top: 20px;
}
.ue-modal-frame .ue-module.has-sub-module .ant-tabs.tabs-container {
  margin-top: 57px;
}
.ue-modal-frame .ue-module.only-tabs .header-btn {
  height: 70px;
}
.ue-modal-frame .ue-module.only-tabs .ant-tabs.tabs-container {
  margin-top: 11px;
}
.ue-modal-frame .ue-module.sub-module-breadcrumb .header-btn {
  height: 100px;
}
.ue-modal-frame .ue-module.sub-module-breadcrumb .header-btn .header-btn-content {
  padding-top: 0;
}
.ue-modal-frame .ue-module.sub-module-breadcrumb .ant-tabs.tabs-container {
  margin-top: 41px;
}
.ue-modal-frame .ue-module .module-create-operates {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #1876F0;
  color: #fff;
  font-size: 12px;
  padding: 0 15px;
  border-radius: 2px;
}
.ue-modal-frame .ue-module .module-create-operates .ue-button {
  border-radius: 0;
}
.ue-modal-frame .ue-module.only-title .header-btn {
  line-height: 0 !important;
}
.ue-modal-frame .ue-module.only-title .header-btn .header-btn-content {
  margin-top: 20px;
}
.ue-modal-frame .ue-module.only-title .header-btn .module-title {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.ue-modal-frame .ue-module.only-title .module-body {
  margin-top: 100px;
}
.ue-modal-frame .ue-tag {
  height: 20px !important;
  padding: 3px 5px !important;
  border: none !important;
}
.ue-modal-frame .ue-tag.ue-tag-primary {
  color: #fff !important;
  background: #527ECC !important;
}
.ue-modal-frame .ue-tag.ue-tag-primary .anticon-close {
  color: #fff !important;
}
.ue-modal-frame .import-goods-detail {
  width: 700px !important;
}
.ue-modal-frame .condition-form .condition-form-row .form-item {
  margin-left: 20px;
}
.ue-modal-frame .condition-form .condition-form-row .form-item:first-child {
  margin-left: 0;
}
.ue-modal-frame .condition-form .condition-form-row .form-item-input-group {
  display: flex;
}
.ue-modal-frame .condition-form .condition-form-row .form-item-input-group .ant-form-item:last-child {
  margin-left: -1px;
}
.ue-modal-frame .condition-form .condition-form-row .ue-input-field {
  line-height: 1.5;
  margin-top: -5px;
}
.ue-modal-frame .condition-form .condition-form-row .ant-form-item {
  margin-bottom: 10px;
}
.ue-modal-frame .condition-form .condition-form-row:last-child .ant-form-item {
  margin-bottom: 0;
}
.ue-modal-frame .condition-form .form-item,
.ue-modal-frame .condition-form .ant-form-item-label,
.ue-modal-frame .condition-form .ant-form-item-control-wrapper {
  display: inline-block;
}
.ue-modal-frame .condition-form.label-float .form-item,
.ue-modal-frame .condition-form.label-float .ant-form-item-label,
.ue-modal-frame .condition-form.label-float .ant-form-item-control-wrapper {
  position: relative;
  float: left;
}
.ue-modal-frame .condition-form .ant-form-item-label label {
  color: rgba(38, 45, 51, 0.8);
  margin-right: 10px;
}
.ue-modal-frame .condition-form .ant-form-item-label label:after {
  content: '';
  margin: 0;
}
.ue-modal-frame .condition-form .ant-form-item-control.has-error {
  margin-bottom: 10px;
}
.ue-modal-frame .condition-form .ant-form-item-control.has-error .ant-form-explain {
  position: absolute;
  bottom: -15px;
}
.ue-modal-frame .condition-form .input-group .ant-select + .ant-input {
  margin-left: -1px;
}
.ue-modal-frame .condition-form .input-group .ant-input {
  width: 210px;
}
.ue-modal-frame .select-group {
  display: inline-block;
}
.ue-modal-frame .select-group > .ant-select:last-child {
  margin-left: -1px;
}
.ue-modal-frame .create-or-modify h3 {
  padding: 14px 0 20px 40px;
  color: #239AFF;
  font-size: 16px;
  font-weight: bold;
}
.ue-modal-frame .create-or-modify .content {
  border: 1px solid #CED4D9;
  padding: 37px 100px;
}
.ue-modal-frame .create-or-modify h4 {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.ue-modal-frame .create-or-modify .remarks {
  width: 303px;
  margin-top: 33px;
}
.ue-modal-frame .create-or-modify .ant-col-5 {
  text-align: left;
}
.ue-modal-frame .create-or-modify .basic-mes {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.ue-modal-frame .create-or-modify .basic-mes .ant-col-5 {
  text-align: center;
}
.ue-modal-frame .create-or-modify .basic-mes .ant-select,
.ue-modal-frame .create-or-modify .basic-mes ant-input {
  width: 240px;
}
.ue-modal-frame .create-or-modify .basic-mes .ant-radio-wrapper {
  margin-right: 0;
}
.ue-modal-frame .create-or-modify .logistics-mes {
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.ue-modal-frame .create-or-modify .logistics-mes .ant-col-5 {
  text-align: center;
}
.ue-modal-frame .create-or-modify .logistics-mes .residence .ant-form-item-control-wrapper {
  width: 159px;
  margin-left: 8px;
}
.ue-modal-frame .create-or-modify .logistics-mes .dresidence .ant-form-item-control-wrapper {
  margin-left: 63px;
}
.ue-modal-frame .create-or-modify .logistics-mes .ant-form-item {
  margin-bottom: 15px;
}
.ue-modal-frame .create-or-modify .goods-mes .bottom-mes {
  margin-top: 14px;
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .create-or-modify .goods-mes .bottom-mes span {
  font-size: 12px;
  color: #1876F0;
  font-weight: bold;
  margin-left: 5px;
}
.ue-modal-frame .create-or-modify .goods-mes .bottom-mes span + span {
  margin-left: 0;
}
.ue-modal-frame .create-or-modify .goods-mes .create-stocks-table {
  margin-top: 20px;
}
.ue-modal-frame .create-or-modify .goods-mes .ant-table-thead > tr > th {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
}
.ue-modal-frame .create-or-modify .content-block {
  border-bottom: 1px dashed #CED4D9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.ue-modal-frame .create-or-modify .content-block:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.ue-modal-frame .create-or-modify .table-vertical-top .ue-table td {
  vertical-align: top;
}
.ue-modal-frame .create-or-modify .ue-table .ant-form-item {
  margin-bottom: 0 !important;
}
.ue-modal-frame .create-or-modify .ant-select {
  width: 100% !important;
}
.ue-modal-frame .icon-ic_share {
  color: #FFBE31;
  font-size: 16px;
}
.ue-modal-frame .choose-tag {
  border: 1px solid #CED4D9;
  border-radius: 4px;
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  line-height: inherit;
}
.ue-modal-frame .choose-tag:not(.disabled-tag):hover {
  background-color: #F8FAFE;
  border: 2px solid #25ABEE;
}
.ue-modal-frame .choose-tag.disabled-tag {
  background-color: #f8f8f8;
}
.ue-modal-frame .choose-tag.active {
  background-color: #F8FAFE;
  border: 2px solid #25ABEE;
  position: relative;
}
.ue-modal-frame .choose-tag.active:before {
  color: #fff;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -1px;
  font-size: 22px;
  z-index: 101;
}
.ue-modal-frame .choose-tag.active:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-width: 21px;
  border-style: solid;
  border-color: transparent #25ABEE #25ABEE transparent;
}
.ue-modal-frame .border-error {
  border: 1px solid #FF4D77 !important;
}
.ue-modal-frame .tag-wrapper {
  position: relative;
}
.ue-modal-frame .tag-new {
  position: absolute;
  top: 2px;
  right: -30px;
  padding: 0 5px;
  font-size: 12px;
  color: #FFFFFF;
  background: #FF4949;
  border-radius: 9px;
}
.ue-modal-frame .text-tag {
  display: flex;
}
.ue-modal-frame .text-tag .text-wrap {
  flex: 1;
}
.ue-modal-frame .text-tag .tip {
  width: 48px;
  height: 20px;
  padding: 0 5px;
  color: #527ECC;
  border-radius: 2px;
  border: 1px solid #527ECC;
  margin-left: 5px;
}
.ue-modal-frame .text-tag .tip-disabled {
  color: #9FB0BF;
  border-color: #9FB0BF;
}
.ue-modal-frame .btn-add-dashed {
  display: block;
  width: 100%;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s;
}
.ue-modal-frame .btn-add-dashed:hover {
  color: #527ECC;
  border-color: #527ECC;
}
.ue-modal-frame .ue-loading .loading-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.ue-modal-frame .ue-loading .loading-mask + .ant-spin .ant-spin-dot i {
  background-color: #fff;
}
.ue-modal-frame .ue-loading .ant-spin .ant-spin-text {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}
.ue-modal-frame .draggable-container {
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
  user-select: auto;
}
.ue-modal-frame .draggable-container.dragging {
  opacity: 0.5;
}
.ue-modal-frame .draggable-container.drop-over-downward {
  border-bottom-color: #527ECC !important;
}
.ue-modal-frame .draggable-container.drop-over-upward {
  border-top-color: #527ECC !important;
}
.ue-modal-frame table .draggable-container td {
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
}
.ue-modal-frame table .draggable-container.drop-over-downward td {
  border-bottom: 1px dashed #527ECC !important;
}
.ue-modal-frame table .draggable-container.drop-over-upward td {
  border-top: 1px dashed #527ECC !important;
}
.ue-modal-frame .right-fixed {
  position: fixed;
  right: 16px;
  cursor: pointer;
  z-index: 101;
}
.ue-modal-frame .right-fixed.fixed-center {
  top: 50%;
  transform: translateY(-50%);
}
.ue-modal-frame .right-fixed .fixed-content {
  width: 44px;
  padding: 12px 0;
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #29D690;
  text-align: center;
}
.ue-modal-frame .right-fixed .fixed-content .icon {
  font-size: 18px;
}
.ue-modal-frame .right-fixed .fixed-content .text {
  font-size: 14px;
  width: 12px;
  word-break: break-all;
  word-wrap: break-word;
  display: block;
  margin: 0 auto;
  line-height: 20px;
  margin-top: 3px;
}
@media screen and (min-width: 1600px) {
  .ue-modal-frame .right-fixed {
    right: calc((100vw - 1570px)/2 - 80px);
  }
}
@media screen and (max-width: 1600px) and (min-width: 1280px) {
  .ue-modal-frame .right-fixed {
    right: 16px;
  }
}
.ue-modal-frame .ue-modal.return-operate .ant-form-item .ant-form-item-label label {
  font-size: 13px;
}
.ue-modal-frame .ue-modal .tooltip {
  position: static;
}
.ue-modal-frame .ant-table-middle {
  /* 鼠标经过展开/收起按钮更改样式 */
  /* 鼠标经过展开/收起按钮更改样式 */
  /* td|th 内容自动换行 */
}
.ue-modal-frame .ant-table-middle > .ant-table-title,
.ue-modal-frame .ant-table-middle > .ant-table-footer {
  padding: 0;
}
.ue-modal-frame .ant-table-middle .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-middle .ant-table-tbody > tr > td {
  padding: 0 5px;
}
.ue-modal-frame .ant-table-middle .ant-table-expand-icon-th,
.ue-modal-frame .ant-table-middle .ant-table-row-expand-icon-cell {
  padding: 0!important;
  min-width: 30px;
  width: 30px;
}
.ue-modal-frame .ant-table-middle .ant-table-expand-icon-th .ant-table-row-expand-icon,
.ue-modal-frame .ant-table-middle .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  color: rgba(50, 50, 51, 0.6);
  background: transparent;
}
.ue-modal-frame .ant-table-middle .ant-table-expand-icon-th .ant-table-row-expanded:after,
.ue-modal-frame .ant-table-middle .ant-table-row-expand-icon-cell .ant-table-row-expanded:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame .ant-table-middle .ant-table-expand-icon-th .ant-table-row-collapsed:after,
.ue-modal-frame .ant-table-middle .ant-table-row-expand-icon-cell .ant-table-row-collapsed:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame .ant-table-middle .ant-table-row:hover .ant-table-row-expand-icon {
  position: relative;
}
.ue-modal-frame .ant-table-middle .ant-table-row:hover .ant-table-row-expanded:before,
.ue-modal-frame .ant-table-middle .ant-table-row:hover .ant-table-row-collapsed:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1876F0;
  box-shadow: 0px 1px 0px 0px rgba(38, 45, 51, 0.15);
  content: ' ';
}
.ue-modal-frame .ant-table-middle .ant-table-row:hover .ant-table-row-expanded:before {
  margin-top: -8px;
}
.ue-modal-frame .ant-table-middle .ant-table-row:hover .ant-table-row-expanded:after {
  color: #1876F0;
}
.ue-modal-frame .ant-table-middle .ant-table-row:hover .ant-table-row-collapsed:after {
  color: #1876F0;
}
.ue-modal-frame .ant-table-middle .hide-expand-icon .ant-table-row-expand-icon {
  display: none;
}
.ue-modal-frame .ant-table-middle .hide-selection .ant-table-selection-column {
  visibility: hidden;
}
.ue-modal-frame .ant-table-middle .ant-table-thead > tr > th.ant-table-selection-column,
.ue-modal-frame .ant-table-middle .ant-table-tbody > tr > td.ant-table-selection-column {
  padding: 0 20px 0 15px;
  min-width: 16px;
  width: 16px;
}
.ue-modal-frame .ant-table-middle .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-middle .ant-table-thead > tr > th {
  word-break: break-all;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  font-weight: bold;
  color: rgba(57, 68, 77, 0.8);
  height: 50px;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row {
  background: #F7FAFC;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover {
  background: #F7FAFC;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td {
  background: #F7FAFC;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  height: 58px;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td {
  background: rgba(24, 118, 240, 0.1);
}
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame .ant-table-large {
  /* 鼠标经过展开/收起按钮更改样式 */
  /* 鼠标经过展开/收起按钮更改样式 */
  /* td|th 内容自动换行 */
}
.ue-modal-frame .ant-table-large > .ant-table-title,
.ue-modal-frame .ant-table-large > .ant-table-footer {
  padding: 0;
}
.ue-modal-frame .ant-table-large .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-large .ant-table-tbody > tr > td {
  padding: 0 5px;
}
.ue-modal-frame .ant-table-large .ant-table-expand-icon-th,
.ue-modal-frame .ant-table-large .ant-table-row-expand-icon-cell {
  padding: 0!important;
  min-width: 30px;
  width: 30px;
}
.ue-modal-frame .ant-table-large .ant-table-expand-icon-th .ant-table-row-expand-icon,
.ue-modal-frame .ant-table-large .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  color: rgba(50, 50, 51, 0.6);
  background: transparent;
}
.ue-modal-frame .ant-table-large .ant-table-expand-icon-th .ant-table-row-expanded:after,
.ue-modal-frame .ant-table-large .ant-table-row-expand-icon-cell .ant-table-row-expanded:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame .ant-table-large .ant-table-expand-icon-th .ant-table-row-collapsed:after,
.ue-modal-frame .ant-table-large .ant-table-row-expand-icon-cell .ant-table-row-collapsed:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame .ant-table-large .ant-table-row:hover .ant-table-row-expand-icon {
  position: relative;
}
.ue-modal-frame .ant-table-large .ant-table-row:hover .ant-table-row-expanded:before,
.ue-modal-frame .ant-table-large .ant-table-row:hover .ant-table-row-collapsed:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1876F0;
  box-shadow: 0px 1px 0px 0px rgba(38, 45, 51, 0.15);
  content: ' ';
}
.ue-modal-frame .ant-table-large .ant-table-row:hover .ant-table-row-expanded:before {
  margin-top: -8px;
}
.ue-modal-frame .ant-table-large .ant-table-row:hover .ant-table-row-expanded:after {
  color: #1876F0;
}
.ue-modal-frame .ant-table-large .ant-table-row:hover .ant-table-row-collapsed:after {
  color: #1876F0;
}
.ue-modal-frame .ant-table-large .hide-expand-icon .ant-table-row-expand-icon {
  display: none;
}
.ue-modal-frame .ant-table-large .hide-selection .ant-table-selection-column {
  visibility: hidden;
}
.ue-modal-frame .ant-table-large .ant-table-thead > tr > th.ant-table-selection-column,
.ue-modal-frame .ant-table-large .ant-table-tbody > tr > td.ant-table-selection-column {
  padding: 0 20px 0 15px;
  min-width: 16px;
  width: 16px;
}
.ue-modal-frame .ant-table-large .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-large .ant-table-thead > tr > th {
  word-break: break-all;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  font-weight: bold;
  color: rgba(57, 68, 77, 0.8);
  height: 62px;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row {
  background: #F7FAFC;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover {
  background: #F7FAFC;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td {
  background: #F7FAFC;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  height: 58px;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td {
  background: rgba(24, 118, 240, 0.1);
}
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame .ant-table-large > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame .ant-table-small {
  border: none;
  border-bottom: 1px solid #CED4D9;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ue-modal-frame .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: #E9EFF5;
  border-color: #fff;
}
.ue-modal-frame .ant-table-small {
  /* 鼠标经过展开/收起按钮更改样式 */
  /* 鼠标经过展开/收起按钮更改样式 */
  /* td|th 内容自动换行 */
}
.ue-modal-frame .ant-table-small > .ant-table-title,
.ue-modal-frame .ant-table-small > .ant-table-footer {
  padding: 0;
}
.ue-modal-frame .ant-table-small .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small .ant-table-tbody > tr > td {
  padding: 0 5px;
}
.ue-modal-frame .ant-table-small .ant-table-expand-icon-th,
.ue-modal-frame .ant-table-small .ant-table-row-expand-icon-cell {
  padding: 0!important;
  min-width: 30px;
  width: 30px;
}
.ue-modal-frame .ant-table-small .ant-table-expand-icon-th .ant-table-row-expand-icon,
.ue-modal-frame .ant-table-small .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  color: rgba(50, 50, 51, 0.6);
  background: transparent;
}
.ue-modal-frame .ant-table-small .ant-table-expand-icon-th .ant-table-row-expanded:after,
.ue-modal-frame .ant-table-small .ant-table-row-expand-icon-cell .ant-table-row-expanded:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame .ant-table-small .ant-table-expand-icon-th .ant-table-row-collapsed:after,
.ue-modal-frame .ant-table-small .ant-table-row-expand-icon-cell .ant-table-row-collapsed:after {
  width: 100%;
  height: 100%;
  display: block;
}
.ue-modal-frame .ant-table-small .ant-table-row:hover .ant-table-row-expand-icon {
  position: relative;
}
.ue-modal-frame .ant-table-small .ant-table-row:hover .ant-table-row-expanded:before,
.ue-modal-frame .ant-table-small .ant-table-row:hover .ant-table-row-collapsed:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1876F0;
  box-shadow: 0px 1px 0px 0px rgba(38, 45, 51, 0.15);
  content: ' ';
}
.ue-modal-frame .ant-table-small .ant-table-row:hover .ant-table-row-expanded:before {
  margin-top: -8px;
}
.ue-modal-frame .ant-table-small .ant-table-row:hover .ant-table-row-expanded:after {
  color: #1876F0;
}
.ue-modal-frame .ant-table-small .ant-table-row:hover .ant-table-row-collapsed:after {
  color: #1876F0;
}
.ue-modal-frame .ant-table-small .hide-expand-icon .ant-table-row-expand-icon {
  display: none;
}
.ue-modal-frame .ant-table-small .hide-selection .ant-table-selection-column {
  visibility: hidden;
}
.ue-modal-frame .ant-table-small .ant-table-thead > tr > th.ant-table-selection-column,
.ue-modal-frame .ant-table-small .ant-table-tbody > tr > td.ant-table-selection-column {
  padding: 0 20px 0 15px;
  min-width: 16px;
  width: 16px;
}
.ue-modal-frame .ant-table-small .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-small .ant-table-thead > tr > th {
  word-break: break-all;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  font-weight: bold;
  color: rgba(57, 68, 77, 0.8);
  height: 30px;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row {
  background: #F7FAFC;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row > td {
  padding: 0;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover {
  background: #F7FAFC;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row:hover > td {
  background: #F7FAFC;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr.ant-table-expanded-row .ant-table {
  color: rgba(50, 50, 51, 0.8);
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  height: 50px;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .row-limit-line::after {
  content: "...";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 4px 2px 40px;
  background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr:hover > td {
  background: rgba(24, 118, 240, 0.1);
}
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ue-modal-frame .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.order-quick-search {
  margin-top: 15px;
  border-top: 1px dashed #CED4D9;
}
.order-quick-search .ue-button-group .ue-button {
  padding: 0 9px;
  color: #323233;
}
.order-quick-search .ue-button-group .ue-button:hover,
.order-quick-search .ue-button-group .ue-button:active,
.order-quick-search .ue-button-group .ue-button.ue-button-selected {
  border-color: #1876F0;
  color: #1876F0;
}
.order-quick-search .notification-alarm {
  position: relative;
  display: inline;
}
.order-quick-search .notification-alarm .dot {
  right: -6px;
}
.quick-search-setting .classify-item .label {
  float: left;
  width: 80px;
}
.quick-search-setting .classify-item .checkbox-group {
  display: block;
  width: 100%;
  padding-left: 80px;
}
.quick-search-setting .classify-item .ant-checkbox-group-item {
  width: 160px;
  margin-bottom: 20px;
}
.quick-search-setting .custom-label {
  background-color: #F2F6FA;
  padding: 5px;
  border-radius: 2px;
}
.quick-search-setting .custom-label:hover .icon-ic_close {
  color: rgba(50, 50, 51, 0.8);
}
.quick-search-setting .custom-label .icon-ic_close {
  color: rgba(50, 50, 51, 0.6);
  margin-left: 9px;
}
.create-order .ant-tabs.tabs-container {
  margin-top: 41px;
}
.create-order .ant-tabs.tabs-container .single-order {
  margin-bottom: 90px;
  border: 1px solid #CED4D9;
  padding: 40px 125px;
}
.create-order .ant-tabs.tabs-container .single-order h4 {
  height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: rgba(57, 68, 77, 0.8);
  margin-bottom: 20px;
}
.create-order .ant-tabs.tabs-container .single-order .basic-mes {
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.create-order .ant-tabs.tabs-container .single-order .basic-mes .copy-has-order-mes {
  position: absolute;
  right: -38px;
  font-size: 16px;
  z-index: 99;
}
.create-order .ant-tabs.tabs-container .single-order .both-side-mes {
  border-bottom: 1px dashed #CED4D9;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.create-order .ant-tabs.tabs-container .single-order .both-side-mes .country {
  margin-right: 10px;
}
.create-order .ant-tabs.tabs-container .single-order .both-side-mes .receiver-mes {
  position: relative;
}
.create-order .ant-tabs.tabs-container .single-order .both-side-mes .receiver-mes .receiver-right-line {
  position: absolute;
  top: 45px;
  right: 0px;
  width: 1px;
  height: calc(100% - 60px);
  border-left: 1px dashed #CED4D9;
}
.create-order .ant-tabs.tabs-container .single-order .both-side-mes .receiver-mes .ant-form-item {
  margin-bottom: 15px;
}
.create-order .ant-tabs.tabs-container .single-order .both-side-mes .all-residence .ant-form-item-label > label {
  color: white;
}
.create-order .ant-tabs.tabs-container .single-order .both-side-mes .sender-mes {
  display: flex;
  margin-top: 10px;
  line-height: 40px;
}
.create-order .ant-tabs.tabs-container .single-order .both-side-mes .sender-mes .tips {
  color: rgba(38, 45, 51, 0.8);
  margin-left: 20px;
}
.create-order .ant-tabs.tabs-container .single-order .goods-mes .table-bottom-mes .bottom-right-mes {
  display: flex;
  align-items: center;
  color: rgba(38, 45, 51, 0.8);
}
.create-order .ant-tabs.tabs-container .single-order .goods-mes .table-bottom-mes .bottom-mes-item span.num {
  color: #1876F0;
  font-weight: bold;
  margin-left: 5px;
  font-size: 12px;
}
.create-order .ant-tabs.tabs-container .single-order .goods-mes .table-bottom-mes .bottom-mes-item .ant-divider {
  margin: 0 16px;
  height: 1.2em;
  background: rgba(38, 45, 51, 0.3);
}
.create-order .ant-tabs.tabs-container .single-order .goods-mes .table-bottom-mes .bottom-mes-item .ant-form-item {
  margin-bottom: 0;
}
.create-order .ant-tabs.tabs-container .single-order .function {
  background-color: white;
  height: 73px;
  width: 100%;
  border-top: 1px solid rgba(38, 45, 51, 0.15);
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
}
.create-order .ant-tabs.tabs-container .single-order .function .wrapper {
  width: 1280px;
  padding: 0 135px;
  display: inline-block;
  height: 73px;
}
@media screen and (min-width: 1600px) {
  .create-order .ant-tabs.tabs-container .single-order .function .wrapper {
    width: 1600px;
  }
}
@media screen and (max-width: 1280px) {
  .create-order .ant-tabs.tabs-container .single-order .function .wrapper {
    width: 100%;
  }
}
.create-order .icon-ic_copy {
  color: #527ECC;
}
.create-template .ue-table .required {
  color: #f83941;
}
.create-template .ue-table .required .telOrPhone {
  position: absolute;
}
.after-sales-management .return-goods {
  padding-bottom: 60px;
}
.after-sales-management .return-goods .search-for {
  margin-left: 0;
}
.after-sales-management .return-goods .action {
  margin-top: 15px;
  height: 62px;
  background-color: #F5F9FC;
  padding: 15px;
  margin-bottom: 15px;
}
.detail-modal h4,
.detail-modal p {
  display: inline-block;
}
.rmaSearchOrder thead th .ant-checkbox-wrapper {
  visibility: hidden;
}
.ant-select-dropdown div {
  transform: inherit !important;
}
.name .has-error .ant-input:not([disabled]):hover {
  border-color: #d9d9d9;
}
.name .has-error .ant-input,
.name .has-error .ant-input:hover {
  border-color: #d9d9d9;
}
.name .has-error .ant-input:focus {
  border-color: #d9d9d9;
  box-shadow: 0 0 0 0px #d9d9d9;
}
.name .ant-form-explain {
  display: none;
}
.rma-search-order .search-condition {
  margin-bottom: 20px;
}
.rma-search-order .search-condition .input-group {
  margin-right: 20px;
}
.rma-search-order .search-condition .input-group .ant-select + .ant-input {
  margin-left: -1px;
}
.rma-search-order .search-condition .input-group .ant-input {
  width: 200px;
}
body .ue-modal-frame {
  /* 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 */
}
body .ue-modal-frame .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: 40px;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin: 0;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background: #fafafa;
  margin-right: 2px;
  padding: 0 16px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 38px;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background: #fff;
  border-color: #e8e8e8;
  color: #239AFF;
  padding-bottom: 1px;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-inactive {
  padding: 0;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .ant-tabs-close-x {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
  font-size: 12px;
  margin-left: 3px;
  margin-right: -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  height: 12px;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: rgba(0, 0, 0, 0.85);
}
body .ue-modal-frame .ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane,
body .ue-modal-frame .ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane {
  transition: none !important;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane-inactive,
body .ue-modal-frame .ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
body .ue-modal-frame .ant-tabs-extra-content {
  line-height: 40px;
}
body .ue-modal-frame .ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  color: #262D33;
  transition: all 0.3s;
}
body .ue-modal-frame .ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #239AFF;
  border-color: #239AFF;
}
body .ue-modal-frame .ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: auto;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 8px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-new-tab {
  width: 90%;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  border-right: 0;
  border-radius: 2px 0 0 2px;
  margin-right: 1px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab {
  border-left: 0;
  border-radius: 0 2px 2px 0;
  margin-left: 1px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #e8e8e8;
  border-top: 0;
  border-radius: 0 0 2px 2px;
}
body .ue-modal-frame .ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab-active {
  color: #239AFF;
  padding-bottom: 0;
  padding-top: 1px;
}
body .ue-modal-frame .ant-tabs {
  font-family: "Microsoft YaHei", "PingFang SC", "Arial", "sans-serif", "Roboto-Regular", "Helvetica Neue", Helvetica;
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: #262D33;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
body .ue-modal-frame .ant-tabs:before,
body .ue-modal-frame .ant-tabs:after {
  content: "";
  display: table;
}
body .ue-modal-frame .ant-tabs:after {
  clear: both;
}
body .ue-modal-frame .ant-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  box-sizing: border-box;
  height: 2px;
  background-color: #239AFF;
  transform-origin: 0 0;
}
body .ue-modal-frame .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 16px 0;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ue-modal-frame .ant-tabs-nav-container {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
body .ue-modal-frame .ant-tabs-nav-container:before,
body .ue-modal-frame .ant-tabs-nav-container:after {
  content: "";
  display: table;
}
body .ue-modal-frame .ant-tabs-nav-container:after {
  clear: both;
}
body .ue-modal-frame .ant-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
body .ue-modal-frame .ant-tabs-bottom .ant-tabs-bar {
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
body .ue-modal-frame .ant-tabs-bottom .ant-tabs-ink-bar {
  bottom: auto;
  top: 1px;
}
body .ue-modal-frame .ant-tabs-bottom .ant-tabs-nav-container {
  margin-bottom: 0;
  margin-top: -1px;
}
body .ue-modal-frame .ant-tabs-tab-prev,
body .ue-modal-frame .ant-tabs-tab-next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  width: 0;
  height: 100%;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  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);
  opacity: 0;
  pointer-events: none;
}
body .ue-modal-frame .ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
body .ue-modal-frame .ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  opacity: 1;
  width: 32px;
  height: 100%;
  pointer-events: auto;
}
body .ue-modal-frame .ant-tabs-tab-prev:hover,
body .ue-modal-frame .ant-tabs-tab-next:hover {
  color: #262D33;
}
body .ue-modal-frame .ant-tabs-tab-prev-icon,
body .ue-modal-frame .ant-tabs-tab-next-icon {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: none;
}
body .ue-modal-frame .ant-tabs-tab-prev-icon-target,
body .ue-modal-frame .ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
body .ue-modal-frame :root .ant-tabs-tab-prev-icon-target,
body .ue-modal-frame :root .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}
body .ue-modal-frame .ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
body .ue-modal-frame .ant-tabs-tab-btn-disabled,
body .ue-modal-frame .ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.4);
}
body .ue-modal-frame .ant-tabs-tab-next {
  right: 2px;
}
body .ue-modal-frame .ant-tabs-tab-prev {
  left: 0;
}
body .ue-modal-frame :root .ant-tabs-tab-prev {
  filter: none;
}
body .ue-modal-frame .ant-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
body .ue-modal-frame .ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
body .ue-modal-frame .ant-tabs-nav {
  box-sizing: border-box;
  padding-left: 0;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
}
body .ue-modal-frame .ant-tabs-nav:before,
body .ue-modal-frame .ant-tabs-nav:after {
  display: table;
  content: " ";
}
body .ue-modal-frame .ant-tabs-nav:after {
  clear: both;
}
body .ue-modal-frame .ant-tabs-nav .ant-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.4);
}
body .ue-modal-frame .ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  box-sizing: border-box;
  position: relative;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
body .ue-modal-frame .ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
body .ue-modal-frame .ant-tabs-nav .ant-tabs-tab:hover {
  color: #4db2ff;
}
body .ue-modal-frame .ant-tabs-nav .ant-tabs-tab:active {
  color: #1476d9;
}
body .ue-modal-frame .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
body .ue-modal-frame .ant-tabs-nav .ant-tabs-tab-active {
  color: #239AFF;
  font-weight: 500;
}
body .ue-modal-frame .ant-tabs-large > .ant-tabs-bar .ant-tabs-nav-container {
  font-size: 14px;
}
body .ue-modal-frame .ant-tabs-large > .ant-tabs-bar .ant-tabs-tab {
  padding: 16px;
}
body .ue-modal-frame .ant-tabs-small > .ant-tabs-bar .ant-tabs-nav-container {
  font-size: 12px;
}
body .ue-modal-frame .ant-tabs-small > .ant-tabs-bar .ant-tabs-tab {
  padding: 8px 16px;
}
body .ue-modal-frame .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
  width: 100%;
}
body .ue-modal-frame .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  transition: opacity 0.45s;
  opacity: 1;
}
body .ue-modal-frame .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  pointer-events: none;
}
body .ue-modal-frame .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
body .ue-modal-frame .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  will-change: margin-left;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar {
  border-bottom: 0;
  height: 100%;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar-tab-prev,
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar-tab-next {
  width: 32px;
  height: 0;
  transition: height 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);
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show,
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
  display: block;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-extra-content {
  text-align: center;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-scroll {
  width: auto;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container,
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  height: 100%;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav {
  width: 100%;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-ink-bar {
  width: 2px;
  left: auto;
  height: auto;
  bottom: auto;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next {
  width: 100%;
  bottom: 0;
  height: 32px;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-content {
  overflow: hidden;
  width: auto;
  margin-top: 0 !important;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar {
  float: left;
  border-right: 1px solid #e8e8e8;
  margin-right: -1px;
  margin-bottom: 0;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  text-align: right;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  right: 1px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar {
  float: right;
  border-left: 1px solid #e8e8e8;
  margin-left: -1px;
  margin-bottom: 0;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-ink-bar {
  left: 1px;
}
body .ue-modal-frame .ant-tabs-vertical.ant-tabs-right > .ant-tabs-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
body .ue-modal-frame .ant-tabs-bottom > .ant-tabs-bar {
  margin-bottom: 0;
  margin-top: 16px;
}
body .ue-modal-frame .ant-tabs-top .ant-tabs-ink-bar-animated,
body .ue-modal-frame .ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ue-modal-frame .ant-tabs-left .ant-tabs-ink-bar-animated,
body .ue-modal-frame .ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ue-modal-frame .no-flex > .ant-tabs-content-animated,
body .ue-modal-frame .ant-tabs-no-animation > .ant-tabs-content-animated,
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-content-animated {
  transform: none !important;
  margin-left: 0 !important;
}
body .ue-modal-frame .no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
body .ue-modal-frame .ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive,
body .ue-modal-frame .ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  display: none;
}
body .ue-modal-frame .send-template-panel {
  width: 100%;
  display: flex;
  flex-direction: row;
}
body .ue-modal-frame .send-config-panel {
  height: 35px;
  padding-left: 8px;
  font-size: 15px;
}
body .ue-modal-frame .send-config-panel input {
  width: 60px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
body .ue-modal-frame .send-config-panel .first-text {
  margin-right: 10px;
}
body .ue-modal-frame .send-config-panel .last-text {
  margin-left: 10px;
  margin-right: 10px;
}
body .ue-modal-frame .send-editor-panel {
  height: 440px;
  flex: 3;
  overflow-x: auto;
  margin-right: 10px;
  margin-left: 5px;
}
body .ue-modal-frame .resize-div {
  height: 20px;
  cursor: n-resize;
}
body .ue-modal-frame .resize-div .resize-btn {
  height: 100%;
  cursor: n-resize;
}
body .ue-modal-frame .send-menu-panel {
  flex: 1;
}
body .ue-modal-frame .send-menu-panel .ant-tabs-bar {
  margin-bottom: 0;
}
body .ue-modal-frame .send-menu-panel .menu-container {
  height: 400px;
  overflow-y: auto;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
body .ue-modal-frame .print-item-panel .drag-desc {
  box-sizing: border-box;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: red;
}
body .ue-modal-frame .print-item-panel .print-item-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  body .ue-modal-frame .print-item-panel .print-item-container.stocks-print-item-container {
    min-height: 100px;
    height: auto;
  }
}
@media only screen and (min-width: 1441px) {
  body .ue-modal-frame .print-item-panel .print-item-container.stocks-print-item-container {
    min-height: 100px;
    height: auto;
  }
}
body .ue-modal-frame .print-item-panel .print-item-container .print-item {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  min-width: 100px;
  margin-bottom: 8px;
  padding-left: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  body .ue-modal-frame .print-item-panel .print-item-container .left {
    width: 130px;
  }
}
@media only screen and (min-width: 1601px) {
  body .ue-modal-frame .print-item-panel .print-item-container .left {
    width: 160px;
  }
}
body .ue-modal-frame .print-item-panel .print-item-container .highlight {
  color: blue;
}
body .ue-modal-frame .handler {
  position: absolute;
  border: 2px solid forestgreen;
  z-index: 999;
}
body .ue-modal-frame .custom-input-modal {
  width: 500px !important;
  margin-top: 200px;
}
body .ue-modal-frame .custom-input-modal .custom-input-body {
  margin: 0 auto;
  width: 90%;
}
body .ue-modal-frame .custom-input-modal .custom-input-body .custom-input {
  width: 100%;
  height: 80px;
}
body .ue-modal-frame .rt-resizable-header-content {
  text-align: center;
}
body .ue-modal-frame .rt-resizable-header-content .draggable-header {
  display: inline-block;
  width: 100%;
}
body .ue-modal-frame .text-style-div {
  margin-top: 0;
  height: 27px;
}
body .ue-modal-frame .text-align-div {
  margin-top: 0;
  height: 27px;
}
body .ue-modal-frame .text-attribute {
  background-image: url(/assets/pic/text-attribute.png);
  background-repeat: no-repeat;
  display: inline-block;
}
body .ue-modal-frame .format-bold {
  width: 15px;
  height: 15px;
  background-position: -52px -5px;
}
body .ue-modal-frame .format-bold-selected {
  width: 15px;
  height: 15px;
  background-position: -28px -55px;
}
body .ue-modal-frame .format-italic {
  width: 15px;
  height: 15px;
  background-position: -29px -5px;
}
body .ue-modal-frame .format-italic-selected {
  width: 15px;
  height: 15px;
  background-position: -50px -55px;
}
body .ue-modal-frame .format-underline {
  width: 15px;
  height: 15px;
  background-position: -29px -30px;
}
body .ue-modal-frame .format-underline-selected {
  width: 15px;
  height: 15px;
  background-position: -76px -5px;
}
body .ue-modal-frame .align-left {
  width: 15px;
  height: 15px;
  background-position: -71px -57px;
  margin-right: 5px;
}
body .ue-modal-frame .align-left-selected {
  width: 15px;
  height: 15px;
  background-position: -52px -30px;
  margin-right: 5px;
}
body .ue-modal-frame .align-center {
  width: 15px;
  height: 15px;
  background-position: -5px -5px;
  margin-right: 5px;
}
body .ue-modal-frame .align-center-selected {
  width: 15px;
  height: 15px;
  background-position: -76px -31px;
  margin-right: 5px;
}
body .ue-modal-frame .align-right {
  width: 15px;
  height: 15px;
  background-position: -5px -55px;
}
body .ue-modal-frame .align-right-selected {
  width: 15px;
  height: 15px;
  background-position: -5px -85px;
}
body .ue-modal-frame .check-list-panel .check-text {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
body .ue-modal-frame .check-list-panel .drag-desc {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  color: red;
}
body .ue-modal-frame .check-list-panel .ant-checkbox-group {
  padding: 0 0 0 20px;
}
body .ue-modal-frame .check-list-panel .ant-checkbox-group .ant-checkbox-group-item {
  padding-bottom: 10px;
}
body .ue-modal-frame .check-list-panel .sum-checkbox {
  margin-left: 20px;
}
body .ue-modal-frame .check-list-panel .sum-checkbox .ant-checkbox-wrapper {
  width: 100px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1600px) {
  body .ue-modal-frame .send-list-panel .ant-checkbox-group-item {
    width: 118px;
  }
}
@media only screen and (min-width: 1601px) {
  body .ue-modal-frame .send-list-panel .ant-checkbox-group-item {
    width: 118px;
  }
}
body .ue-modal-frame .send-list-panel .setting-wrapper {
  margin-top: 10px;
}
body .ue-modal-frame .send-list-panel .setting-text {
  margin: 20px 0 10px 0;
  text-align: center;
  clear: both;
}
body .ue-modal-frame .send-list-panel .Select-select {
  text-align: center;
  margin-bottom: 20px;
}
body .ue-modal-frame .send-list-panel .Select-select .ant-select {
  width: 120px;
}
body .ue-modal-frame .height-config {
  margin-top: 10px;
}
body .ue-modal-frame .height-config .config-item .config-label {
  line-height: 30px;
}
body .ue-modal-frame .height-config .config-item .config-input input {
  line-height: 28px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
body .ue-modal-frame .format-config-panel .text {
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
}
body .ue-modal-frame .format-config-panel .format-config-row {
  margin-left: 5px;
}
body .ue-modal-frame .format-config-panel .format-config-row .input-col {
  padding-right: 5px;
  box-sizing: border-box;
}
body .ue-modal-frame .format-config-panel .format-config-row .input-col input {
  line-height: 28px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
@media only screen and (max-width: 1440px) {
  body .ue-modal-frame .format-config-panel .format-config-row .input-col input {
    width: 45px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body .ue-modal-frame .format-config-panel .format-config-row .input-col input {
    width: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  body .ue-modal-frame .format-config-panel .format-config-row .input-col input {
    width: 80px;
  }
}
body .ue-modal-frame .format-config-panel .format-config-row .ant-select {
  width: 95px;
}
body .ue-modal-frame .format-config-panel .apply-btn {
  border-radius: 0 !important;
}
body .ue-modal-frame .format-config-panel .click-desc {
  text-align: center;
  color: red;
  margin: 10px 0;
}
body .ue-modal-frame .format-config-panel .config-item {
  display: flex;
  margin-bottom: 10px;
}
body .ue-modal-frame .format-config-panel .config-item .config-label {
  flex: 2;
  text-align: right;
}
body .ue-modal-frame .format-config-panel .config-item .config-input {
  flex: 1;
  padding-right: 5px;
  box-sizing: border-box;
}
body .ue-modal-frame .format-config-panel .config-item .config-input input {
  width: 75px;
}
body .ue-modal-frame .format-config-panel .apply-setting-btn {
  text-align: center;
  margin: 5px 0 10px 0;
}
body .ue-modal-frame .disabled-format-panel {
  opacity: 0.5;
}
body .ue-modal-frame .header-panel {
  position: relative;
  height: 100%;
  border: 1px solid #d9d9d9;
}
body .ue-modal-frame .send-header-panel {
  position: relative;
  height: 200px;
  margin-right: 10px;
  overflow: hidden;
  border-right: 1px solid #d9d9d9;
}
body .ue-modal-frame .send-body-panel {
  border: 1px solid #d9d9d9;
}
body .ue-modal-frame .send-body-panel .send-table .draggable-header {
  cursor: pointer;
}
body .ue-modal-frame .send-footer-panel {
  position: relative;
  border-right: 1px solid #d9d9d9;
  overflow: hidden;
}
body .ue-modal-frame .footer-panel {
  position: relative;
  height: 100%;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
body .ue-modal-frame .change-header-container {
  width: 100%;
  height: auto;
  padding-left: 20px;
  text-align: center;
}
body .ue-modal-frame .change-header-container .change-text {
  margin: 5px 60px 5px 0;
  color: red;
}
body .ue-modal-frame .change-header-card {
  border: 1px solid gray;
  padding: 0;
  margin-bottom: 5px;
  background-color: white;
  cursor: move;
  display: inline-block;
  float: left;
  width: 80%;
  height: 25px;
  margin-right: 5px;
  text-align: center;
}
body .ue-modal-frame .ReactTable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-oarient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .ue-modal-frame .ReactTable * {
  box-sizing: border-box;
}
body .ue-modal-frame .ReactTable .rt-table {
  -webkit-box-flex: 1;
  -ms-flex: auto 1;
  flex: auto 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
}
body .ue-modal-frame .ReactTable .rt-thead {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .ue-modal-frame .ReactTable .rt-thead.-headerGroups {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body .ue-modal-frame .ReactTable .rt-thead.-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body .ue-modal-frame .ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}
body .ue-modal-frame .ReactTable .rt-thead.-header {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}
body .ue-modal-frame .ReactTable .rt-thead .rt-tr {
  text-align: center;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-resizable-header {
  overflow: visible;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-resizable-header-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-header-pivot {
  border-right-color: #f7f7f7;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-header-pivot:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-header-pivot:before {
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #f7f7f7;
  border-width: 10px;
  margin-top: -10px;
}
body .ue-modal-frame .ReactTable .rt-tbody {
  -webkit-box-flex: 99999;
  -ms-flex: 99999 1 auto;
  flex: 99999 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}
body .ue-modal-frame .ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
body .ue-modal-frame .ReactTable .rt-tbody .rt-tr-group:last-child {
  border-bottom: 0;
}
body .ue-modal-frame .ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}
body .ue-modal-frame .ReactTable .rt-tbody .rt-td:last-child {
  border-right: 0;
}
body .ue-modal-frame .ReactTable .rt-tbody .rt-expandable {
  cursor: pointer;
  text-overflow: clip;
}
body .ue-modal-frame .ReactTable .rt-tr-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body .ue-modal-frame .ReactTable .rt-tr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body .ue-modal-frame .ReactTable .rt-expander {
  display: inline-block;
  position: relative;
  margin: 0;
  color: transparent;
  margin: 0 10px;
}
body .ue-modal-frame .ReactTable .rt-expander:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
body .ue-modal-frame .ReactTable .rt-expander.-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
body .ue-modal-frame .ReactTable .rt-resizer {
  display: inline-block;
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  right: -18px;
  cursor: col-resize;
  z-index: 10;
}
body .ue-modal-frame .ReactTable .rt-tfoot {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
body .ue-modal-frame .ReactTable .rt-tfoot .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
body .ue-modal-frame .ReactTable .rt-tfoot .rt-td:last-child {
  border-right: 0;
}
body .ue-modal-frame .ReactTable.-striped .rt-tr.-odd {
  background: rgba(0, 0, 0, 0.03);
}
body .ue-modal-frame .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background: rgba(0, 0, 0, 0.05);
}
body .ue-modal-frame .ReactTable .-pagination {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
body .ue-modal-frame .ReactTable .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
  cursor: pointer;
  outline: none;
}
body .ue-modal-frame .ReactTable .-pagination .-btn:not([disabled]):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
body .ue-modal-frame .ReactTable .-pagination .-btn[disabled] {
  opacity: 0.5;
  cursor: default;
}
body .ue-modal-frame .ReactTable .-pagination .-center {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
body .ue-modal-frame .ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap;
}
body .ue-modal-frame .ReactTable .-pagination .-pageJump {
  display: inline-block;
}
body .ue-modal-frame .ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center;
}
body .ue-modal-frame .ReactTable .-pagination .-pageSizeOptions {
  margin: 3px 10px;
}
body .ue-modal-frame .ReactTable .rt-noData {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5);
}
body .ue-modal-frame .ReactTable .-loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
body .ue-modal-frame .ReactTable .-loading > div {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body .ue-modal-frame .ReactTable .-loading.-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
body .ue-modal-frame .ReactTable .-loading.-active > div {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
body .ue-modal-frame .ReactTable .rt-thead.-filters input,
body .ue-modal-frame .ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline: none;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-th,
body .ue-modal-frame .ReactTable .rt-thead .rt-td {
  padding: 5px 5px;
  line-height: normal;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: inset 0 0 0 0 transparent;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-th.-sort-asc,
body .ue-modal-frame .ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6);
}
body .ue-modal-frame .ReactTable .rt-thead .rt-th.-sort-desc,
body .ue-modal-frame .ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6);
}
body .ue-modal-frame .ReactTable .rt-thead .rt-th.-cursor-pointer,
body .ue-modal-frame .ReactTable .rt-thead .rt-td.-cursor-pointer {
  cursor: pointer;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-th:last-child,
body .ue-modal-frame .ReactTable .rt-thead .rt-td:last-child {
  border-right: 0;
}
body .ue-modal-frame .ReactTable .rt-thead .rt-header-pivot:after,
body .ue-modal-frame .ReactTable .rt-thead .rt-header-pivot:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body .ue-modal-frame .ReactTable .rt-th,
body .ue-modal-frame .ReactTable .rt-td {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 5px;
  overflow: hidden;
  transition: 0.3s ease;
  transition-property: width, min-width, padding, opacity;
}
body .ue-modal-frame .ReactTable .rt-th.-hidden,
body .ue-modal-frame .ReactTable .rt-td.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
}
body .ue-modal-frame .ReactTable .-pagination input,
body .ue-modal-frame .ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline: none;
}
body .ue-modal-frame .ReactTable .-pagination .-previous,
body .ue-modal-frame .ReactTable .-pagination .-next {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
body .ue-modal-frame .ReactTable .rt-resizing .rt-th,
body .ue-modal-frame .ReactTable .rt-resizing .rt-td {
  transition: none !important;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .ue-modal-frame .designer-container {
  position: relative;
  margin-top: 66px;
  margin-left: 130px;
}
body .ue-modal-frame .keyboard-manager {
  outline: none;
}
body .ue-modal-frame .template-panel {
  margin-top: 30px;
  flex: 5;
}
body .ue-modal-frame .template-panel .cainiao-area {
  border: 1px solid #000000;
  box-sizing: content-box;
  text-align: center;
  background-position: top center;
  background-size: cover;
}
body .ue-modal-frame .template-panel .cainiao-area .cainiao-text {
  font-size: 30px;
  font-weight: bold;
  color: red;
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.3);
  height: 304px;
  width: 100%;
}
body .ue-modal-frame .svg-panel {
  height: 360px;
  overflow: auto;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  body .ue-modal-frame .svg-panel {
    width: 900px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body .ue-modal-frame .svg-panel {
    width: 900px;
  }
}
@media only screen and (min-width: 1601px) {
  body .ue-modal-frame .svg-panel {
    width: 1000px;
  }
}
body .ue-modal-frame .svg-panel .triplicate-area {
  border: 1px solid #000000;
  text-align: center;
}
body .ue-modal-frame .svg-panel .triplicate-area .triplicate-text {
  font-size: 30px;
  font-weight: bold;
  color: red;
  padding-top: 200px;
  background: rgba(0, 0, 0, 0.3);
}
body .ue-modal-frame .svg-cainiao {
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  border: 1px solid #000;
  box-sizing: content-box;
  margin-top: -1px;
}
body .ue-modal-frame .svg-cainiao .part-svg {
  background-color: #ffffcd;
  border-right: 1px solid #000;
}
body .ue-modal-frame .designer-panel {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  top: 10px;
}
body .ue-modal-frame .menu-area {
  flex: 1;
  margin-top: -10px;
  margin-left: -122px;
  margin-right: 5px;
}
body .ue-modal-frame .menu-area .ant-tabs-bar {
  margin-bottom: 0;
}
body .ue-modal-frame .menu-area .menu-container {
  height: 400px;
  overflow-y: auto;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
body .ue-modal-frame .handler {
  position: absolute;
  border: 2px solid forestgreen;
  z-index: 999999;
}
body .ue-modal-frame .handler .anchor {
  width: 10px;
  height: 10px;
}
body .ue-modal-frame .handler .anchor :hover {
  border-color: forestgreen;
}
body .ue-modal-frame .handler .resize-anchor {
  cursor: se-resize;
  margin-top: -3px;
  border-right: 2px solid blue;
  border-bottom: 2px solid blue;
  position: absolute;
  z-index: -1;
}
body .ue-modal-frame .handler .rotate-anchor {
  margin-top: -8px;
  border-right: 2px solid #dedede;
  border-top: 2px solid #dedede;
  position: absolute;
  border-top-right-radius: 3px;
  z-index: -1;
}
body .ue-modal-frame .handler .close-anchor {
  margin-top: -8px;
  position: absolute;
  border-top-right-radius: 3px;
  z-index: -1;
}
body .ue-modal-frame .handler .close-anchor .close-icon {
  cursor: pointer;
}
body .ue-modal-frame .handler .close-anchor .close-icon i {
  font-size: 14px;
  font-weight: bold;
  color: red;
}
body .ue-modal-frame .preview-container {
  position: relative;
}
body .ue-modal-frame .canvas {
  position: absolute;
}
body .ue-modal-frame .canvas .edge {
  stroke: #b9b9b9;
}
body .ue-modal-frame .canvas .vertex {
  fill: #3381ff;
  stroke-width: 0;
}
body .ue-modal-frame .canvas .initialVertex {
  fill: #ffd760;
}
body .ue-modal-frame .custom-input-modal {
  width: 500px !important;
  margin-top: 200px;
}
body .ue-modal-frame .custom-input-modal .custom-input-body {
  margin: 0 auto;
  width: 90%;
}
body .ue-modal-frame .custom-input-modal .custom-input-body .custom-input {
  width: 100%;
  height: 80px;
}
body .ue-modal-frame .text-panel-div {
  position: absolute;
  top: -40px;
  left: -64px;
  padding: 0 5px 6px 5px;
  font-size: 11px;
  z-index: 10000;
  width: 900px;
}
body .ue-modal-frame .print-config-panel {
  position: absolute;
  top: -68px;
  left: -124px;
  padding: 0 5px 6px 5px;
  font-size: 15px;
  z-index: 10000;
  width: 100%;
}
body .ue-modal-frame .print-config-panel input {
  width: 50px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
body .ue-modal-frame .print-config-panel .first-text {
  margin-right: 10px;
  margin-left: 20px;
}
body .ue-modal-frame .print-config-panel .last-text {
  margin-left: 10px;
  margin-right: 10px;
}
body .ue-modal-frame .propertyGroup {
  overflow: hidden;
  padding-left: 0;
  border: 0px solid #d3d3d3;
  margin-bottom: 5px;
}
body .ue-modal-frame .non-object-selected {
  opacity: 0.5;
}
body .ue-modal-frame .inputHelper {
  font-size: 9px;
  color: #d2d2d2;
  padding-top: 2px;
  padding-left: 5px;
}
body .ue-modal-frame .inlineInputHelper {
  font-size: 9px;
  display: inline-block;
  margin-left: 10px;
}
body .ue-modal-frame .panelTitle {
  float: left;
  width: 60px;
  padding: 3px;
  margin-top: 2px;
}
body .ue-modal-frame .font-label {
  padding-left: 1px;
}
body .ue-modal-frame .text-panel {
  overflow: hidden;
  margin-top: 0;
  display: inline-block;
  height: 30px;
}
body .ue-modal-frame .text-panel select {
  width: 150px;
}
body .ue-modal-frame .text-panel .display-prop {
  display: inline-block;
  font-size: 15px;
}
body .ue-modal-frame .text-panel .text-input {
  padding-top: 0;
  float: right;
}
body .ue-modal-frame .text-panel .text-style-div {
  margin-top: 0;
  display: inline-block;
  height: 27px;
}
body .ue-modal-frame .text-panel .text-align-div {
  margin-top: 0;
  display: inline-block;
  height: 27px;
}
body .ue-modal-frame .column {
  float: right;
  margin: 5px 30px 0 6px;
}
@media only screen and (max-width: 1600px) {
  body .ue-modal-frame .style-column {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  body .ue-modal-frame .style-column {
    margin-right: 70px;
  }
}
body .ue-modal-frame .integerInput {
  width: 50px;
  outline: none;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
body .ue-modal-frame .textInput {
  margin-top: 2px;
  outline: none;
  width: 100%;
}
body .ue-modal-frame .colorInput {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background: white;
  margin-right: 3px;
}
body .ue-modal-frame .color {
  margin-left: 2px;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
}
body .ue-modal-frame .empty {
  display: none;
}
body .ue-modal-frame .button {
  color: #515151;
  text-decoration: none;
  display: block;
  padding: 2px 0;
}
body .ue-modal-frame .insertMenu {
  background: #fff;
  padding-top: 10px;
}
body .ue-modal-frame .insertMenu .menu-info {
  color: red;
  padding: 0 5px;
}
body .ue-modal-frame .insertMenu .mainIcon {
  padding: 10px 5px;
  border-bottom: 1px solid #e0e0e0;
}
body .ue-modal-frame .insertMenu .toolBox {
  margin: 0;
  padding: 0;
}
body .ue-modal-frame .insertMenu .toolBoxItem {
  list-style: none;
  padding: 5px 5px;
  cursor: pointer;
}
body .ue-modal-frame .insertMenu .toolBoxItem :hover {
  background: #ebebeb;
}
body .ue-modal-frame .insertMenu .highlight {
  color: blue;
}
body .ue-modal-frame .insertMenu .currentToolboxItem {
  background: #ebebeb;
}
body .ue-modal-frame .text-attribute {
  background-image: url(/assets/pic/text-attribute.png);
  background-repeat: no-repeat;
  display: inline-block;
}
body .ue-modal-frame .format-bold {
  width: 15px;
  height: 15px;
  background-position: -52px -5px;
}
body .ue-modal-frame .format-bold-selected {
  width: 15px;
  height: 15px;
  background-position: -28px -55px;
}
body .ue-modal-frame .format-italic {
  width: 15px;
  height: 15px;
  background-position: -29px -5px;
}
body .ue-modal-frame .format-italic-selected {
  width: 15px;
  height: 15px;
  background-position: -50px -55px;
}
body .ue-modal-frame .format-underline {
  width: 15px;
  height: 15px;
  background-position: -29px -30px;
}
body .ue-modal-frame .format-underline-selected {
  width: 15px;
  height: 15px;
  background-position: -76px -5px;
}
body .ue-modal-frame .align-left {
  width: 15px;
  height: 15px;
  background-position: -71px -57px;
  margin-right: 5px;
}
body .ue-modal-frame .align-left-selected {
  width: 15px;
  height: 15px;
  background-position: -52px -30px;
  margin-right: 5px;
}
body .ue-modal-frame .align-center {
  width: 15px;
  height: 15px;
  background-position: -5px -5px;
}
body .ue-modal-frame .align-center-selected {
  width: 15px;
  height: 15px;
  background-position: -76px -31px;
}
body .ue-modal-frame .align-right {
  width: 15px;
  height: 15px;
  background-position: -71px -57px;
}
body .ue-modal-frame .align-right-selected {
  width: 15px;
  height: 15px;
  background-position: -5px -85px;
}
body .ue-modal-frame .input-width-300 {
  width: 300px;
}
body .ue-modal-frame .sub-account-setting {
  border: 1px solid #DCDFE6;
  margin: 10px 5px;
}
body .ue-modal-frame .sub-account-setting .sub-account-line {
  margin: 15px 14px;
}
body .ue-modal-frame .sub-account-setting .sub-account-line .ant-tree li {
  padding: 10px 0px !important;
}
body .ue-modal-frame .sub-account-setting .sub-account-line .tree-title-margin {
  margin-top: -4px;
}
body .ue-modal-frame .sub-account-setting .sub-account-line .tree-title {
  display: flex;
  align-items: center;
  font-size: 14px;
}
body .ue-modal-frame .sub-account-setting .sub-account-line .tree-title .input-content {
  width: 225px;
}
body .ue-modal-frame .sub-account-setting .sub-account-line .tree-title .tree-title-descr {
  width: 200px;
}
body .ue-modal-frame .sub-account-setting .sub-account-line .tree-title .tree-title-descr .descr-font {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .ue-modal-frame .ant-spin-lg .ant-spin-dot i {
  border-radius: 100%;
  background-color: #239AFF;
  transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
  transform-origin: 50% 50%;
}
body .ue-modal-frame .ant-spin-lg .ant-spin-dot i:nth-child(1) {
  left: 0;
  top: 0;
}
body .ue-modal-frame .ant-spin-lg .ant-spin-dot i:nth-child(2) {
  right: 0;
  top: 0;
  animation-delay: 0.4s;
}
body .ue-modal-frame .ant-spin-lg .ant-spin-dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
body .ue-modal-frame .ant-spin-lg .ant-spin-dot i:nth-child(4) {
  left: 0;
  bottom: 0;
  animation-delay: 1.2s;
}
body .ue-modal-frame .pop_relative {
  position: relative;
  width: 130px;
}
body .ue-modal-frame .pop_relative .pop_absolute {
  position: absolute;
  top: 0;
  left: 115px;
}
body .ue-modal-frame .ue-table-row-expanded:after {
  content: "\E93F";
}
body .ue-modal-frame .ue-table-row-collapsed:after {
  content: "\E904";
}
body .ue-modal-frame li[class*="item-"] {
  border: 0px solid #DDD;
  border-left-width: 0px;
}
body .ue-modal-frame .ant-modal-footer {
  /* border-top: 1px solid #e8e8e8; */
  padding: 10px 16px;
  text-align: left;
  border-radius: 0 0 2px 2px;
}
body .ue-modal-frame .ant-select-selection-selected-value .bbb {
  display: none;
}
body .ue-modal-frame .ant-form {
  font-family: "Microsoft YaHei", "PingFang SC", "Arial", "sans-serif", "Roboto-Regular", "Helvetica Neue", Helvetica;
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: #262D33;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
body .ue-modal-frame .ant-modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1001;
}
body .ue-modal-frame .ant-modal-mask {
  z-index: 1001;
}
body .ue-modal-frame .ant-modal {
  top: 0;
  left: 0;
  margin: inherit;
  animation-duration: 0ms !important;
  padding-bottom: 0;
}
body .ue-modal-frame .ant-modal .ant-modal-body {
  font-size: 12px;
  max-height: calc(100vh - 178px);
  overflow-y: auto;
  padding: 10px 30px 20px 30px;
}
body .ue-modal-frame .ant-modal .ant-modal-content {
  transition: none;
  border-radius: 6px;
  box-shadow: 0 1px 50px 0 rgba(38, 45, 51, 0.1);
}
body .ue-modal-frame .ant-modal .ant-modal-content .ant-modal-close-x {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
body .ue-modal-frame .ant-modal .ant-modal-content .ant-modal-body .sub-title {
  color: rgba(38, 45, 51, 0.8);
  font-size: 12px;
  font-weight: 600;
}
body .ue-modal-frame .ant-modal .ant-modal-content .ant-modal-body .ant-form-item {
  margin-bottom: 10px;
}
body .ue-modal-frame .ant-modal .ant-modal-header {
  border-bottom: none;
  padding: 0 30px;
  border-radius: 6px 6px 0 0;
}
body .ue-modal-frame .ant-modal .ant-modal-header .ant-modal-title {
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  border-bottom: 1px solid #CED4D9;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .ue-modal-frame .ant-modal .ant-modal-footer {
  text-align: left;
  padding: 10px 30px;
  background: #F5F9FC;
  border-radius: 0 0 6px 6px;
  border-top: none;
}
body .ue-modal-frame .ant-modal.header-not-line .ant-modal-header .ant-modal-title {
  border-bottom: none;
}
body .ue-modal-frame .ant-modal.header-not-line .ant-modal-body {
  padding-top: 0;
}
body .ue-modal-frame .ant-checkbox-wrapper {
  font-size: 12px;
}
body .ue-modal-frame .ant-form-item-no-colon .ant-form-item-label label:after {
  content: " ";
}
body .ue-modal-frame h3 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
body .ue-modal-frame h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
body .ue-modal-frame .label {
  line-height: unset !important;
  background-color: #fff !important;
  color: #262D33 !important;
}
body .ue-modal-frame .ant-form label {
  font-size: 12px !important;
}
body .ue-modal-frame .ant-input-group,
body .ue-modal-frame .ant-input-group-wrapper {
  width: auto;
}
body .ue-modal-frame .u3_input_width {
  width: 70px !important;
}
body .ue-modal-frame .tooltip {
  opacity: 1;
  margin-top: 3px;
}
body .ue-modal-frame .ReactTable {
  display: block;
}
body .ue-modal-frame form {
  /*      .ant-select-sm {
        width: 300px;
      }*/
  /*      .ant-form-item-control-wrapper{
        margin-top: 4px;
        width: 200px;
      }*/
}
body .ue-modal-frame form .ant-col-sm-16 {
  width: 66.6%;
}
body .ue-modal-frame .pop-w-full {
  width: 200px !important;
  margin-top: 5px;
}
body .ue-modal-frame .pop-print-select {
  width: 250px;
}
body .ue-modal-frame .print-order .edit-inner {
  position: absolute;
  right: 10px;
}
body .ue-modal-frame .print-order .recovery-waybill-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
body .ue-modal-frame .print-order .recovery-waybill-no {
  width: 200px;
  margin-top: 10px;
}
body .ue-modal-frame .ant-modal {
  width: 400px;
  transform-origin: 642.5px 92px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  margin: 0 auto;
  /*    top: 100px;*/
  /*    margin:inherit;*/
  animation-duration: 0ms !important;
  padding-bottom: 0;
}
body .ue-modal-frame .ant-modal .ant-modal-body {
  font-size: 12px;
  max-height: calc(100vh - 178px);
  overflow-y: auto;
  padding: 10px 30px 20px 30px;
}
body .ue-modal-frame .ant-modal .ant-modal-content {
  transition: none;
  border-radius: 6px;
  box-shadow: 0 1px 50px 0 rgba(38, 45, 51, 0.1);
}
body .ue-modal-frame .ant-modal .ant-modal-content .ant-modal-close-x {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
body .ue-modal-frame .ant-modal .ant-modal-content .ant-modal-body .sub-title {
  color: rgba(38, 45, 51, 0.8);
  font-size: 12px;
  font-weight: 600;
}
body .ue-modal-frame .ant-modal .ant-modal-content .ant-modal-body .ant-form-item {
  margin-bottom: 10px;
}
body .ue-modal-frame .ant-modal .ant-modal-header {
  border-bottom: none;
  padding: 0 30px;
  border-radius: 6px 6px 0 0;
}
body .ue-modal-frame .ant-modal .ant-modal-header .ant-modal-title {
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  border-bottom: 1px solid #CED4D9;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .ue-modal-frame .ant-modal .ant-modal-footer {
  text-align: left;
  padding: 10px 30px;
  background: #F5F9FC;
  border-radius: 0 0 6px 6px;
  border-top: none;
}
body .ue-modal-frame .ant-modal.header-not-line .ant-modal-header .ant-modal-title {
  border-bottom: none;
}
body .ue-modal-frame .ant-modal.header-not-line .ant-modal-body {
  padding-top: 0;
}
body .ue-modal-frame .modify-modal .basic-mes h4 {
  margin-bottom: 20px;
}
body .ue-modal-frame .modify-modal h4 {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
}
body .ue-modal-frame .create-sales-promotion-modal .store-tag {
  padding: 5px 3px 5px 5px;
  height: 30px;
  margin: 0 0 5px 5px;
}
body .ue-modal-frame .modal-content {
  border: 0;
}
body .ue-modal-frame .modal-footer {
  background-color: unset;
  padding: 0;
  border: 0;
  text-align: left;
}
body .ue-modal-frame div.btn {
  display: block;
  background-color: unset !important;
  border-color: unset;
  text-align: unset;
}
body .ue-modal-frame .tags {
  padding: 0;
}
body .ue-modal-frame .pagination {
  display: block;
}
body .ue-modal-frame .ant-table-wrapper.table-bordered {
  border: 0;
}
body .ue-modal-frame .ue-editable-select > input {
  top: 1px;
}
body .ue-modal-frame .ant-table .ant-table-scroll > .ant-table-header {
  margin-bottom: -6px !important;
}
body .quick-search-setting .classify-item .label {
  line-height: unset !important;
  background-color: #fff !important;
  color: #262D33 !important;
}
body .ue-modal-frame.area-select {
  display: inline-block;
  position: relative;
}
body .ue-modal-frame.area-select.ant-popover-hidden {
  display: none;
}
body .ue-modal-frame.area-select .ant-popover-content {
  margin-top: -9px;
}
body .ue-modal-frame.area-select .icon-down {
  display: inline-block;
  transition: transform 0.3s;
  transform: rotate3d(0, 0, 1, 0deg);
}
body .ue-modal-frame.area-select.ant-popover-open .icon-down {
  transform: rotate3d(0, 0, 1, 180deg);
}
body .ue-modal-frame.area-select .ant-popover-arrow {
  display: none;
}
body .ue-modal-frame.area-select .ant-popover-inner-content {
  padding: 0;
}
body .ue-modal-frame.area-select .input-readOnly input {
  color: #323233;
}
body .ue-modal-frame.area-select .input-readOnly input:focus,
body .ue-modal-frame.area-select .input-readOnly input:active {
  border-color: #1876F0 !important;
}
body .ue-modal-frame.area-select .input-readOnly input:hover {
  border-color: #4DB2FF;
}
body .ue-modal-frame.area-select .ant-tabs-nav .ant-tabs-ink-bar {
  height: 0 !important;
}
body .ue-modal-frame.area-select .ant-tabs-tab-active {
  color: #527ECC !important;
  border-bottom: none;
}
body .ue-modal-frame.area-select .ant-tabs-bar {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none;
}
body .ue-modal-frame.area-select .ant-tabs-nav {
  padding-bottom: 1px;
  width: 100%;
}
body .ue-modal-frame.area-select .ant-tabs-nav > div {
  display: flex;
}
body .ue-modal-frame.area-select .ant-tabs-nav .ant-tabs-tab {
  color: #323233 !important;
  border: 1px solid #CED4D9;
  border-left: none;
  border-top: none;
  background-color: #f0f2f5;
  margin: 0;
  flex: 1;
  text-align: center;
}
body .ue-modal-frame.area-select .ant-tabs-nav .ant-tabs-tab:last-of-type {
  border-right: none;
}
body .ue-modal-frame.area-select .ant-tabs-nav .ant-tabs-tab:hover {
  background-color: #fff;
  color: #4DB2FF !important;
}
body .ue-modal-frame.area-select .ant-tabs-nav .ant-tabs-tab-active {
  background-color: #fff;
  color: #527ECC !important;
  border-bottom: none;
}
body .ue-modal-frame.area-select .ant-tabs-tabpane {
  padding: 10px 0 10px 10px;
  text-align: center;
}
body .ue-modal-frame.area-select .ant-tabs-tabpane .tabpane-content {
  display: inline-block;
  width: 100%;
}
body .ue-modal-frame.area-select-trangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  display: block;
  border-top-color: black;
  border-width: 5px 3px;
  margin-top: 17px;
  margin-left: 17px;
}
body .ue-modal-frame.area-select-container {
  box-sizing: border-box;
  width: 350px;
  min-width: 275px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #CED4D9;
}
body .ue-modal-frame.area-select-provinces {
  padding-left: 50px;
  position: relative;
  margin-top: 12px;
}
body .ue-modal-frame.area-select-provinces:before,
body .ue-modal-frame.area-select-provinces:after {
  content: " ";
  display: table;
}
body .ue-modal-frame.area-select-provinces:after {
  clear: both;
}
body .ue-modal-frame.area-select-provinces b {
  position: absolute;
  left: 0;
  top: 3px;
  color: #323233;
}
body .ue-modal-frame.area-select-provinces:first-child {
  margin-top: 0;
}
body .ue-modal-frame.area-select-item {
  float: left;
  cursor: pointer;
  color: #323233;
  padding: 0 5px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  margin: 2px;
  border-radius: 2px;
  min-width: 60px;
}
body .ue-modal-frame.area-select-item.active,
body .ue-modal-frame.area-select-item.active:hover {
  background-color: #1876F0;
  color: white;
}
body .ue-modal-frame.area-select-item:hover {
  color: #4DB2FF;
  background-color: rgba(24, 118, 240, 0.2);
}
body .ue-modal-frame.express-select {
  display: inline-block;
  position: relative;
}
body .ue-modal-frame.express-select.ant-popover-hidden {
  display: none;
}
body .ue-modal-frame.express-select .ant-popover-content {
  margin-top: -9px;
}
body .ue-modal-frame.express-select .icon-down {
  display: inline-block;
  transition: transform 0.3s;
  transform: rotate3d(0, 0, 1, 0deg);
}
body .ue-modal-frame.express-select.ant-popover-open .icon-down {
  transform: rotate3d(0, 0, 1, 180deg);
}
body .ue-modal-frame.express-select .ant-popover-arrow {
  display: none;
}
body .ue-modal-frame.express-select .ant-popover-inner-content {
  padding: 0;
}
body .ue-modal-frame.express-select .input-readOnly input {
  color: #323233;
}
body .ue-modal-frame.express-select .input-readOnly input:focus,
body .ue-modal-frame.express-select .input-readOnly input:active {
  border-color: #1876F0 !important;
}
body .ue-modal-frame.express-select .input-readOnly input:hover {
  border-color: #4DB2FF;
}
body .ue-modal-frame.express-select.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 4px;
}
body .ue-modal-frame.express-select.ant-input-affix-wrapper .ant-input-suffix {
  right: 4px;
}
body .ue-modal-frame.express-select-container-wrap {
  border: 1px solid #CED4D9;
  border-radius: 4px;
  box-shadow: 0 1px 30px 0 rgba(38, 45, 51, 0.08);
}
body .ue-modal-frame.express-select-container {
  width: 400px;
  min-width: 275px;
  background-color: white;
  border-radius: 4px;
  padding: 20px 15px 10px 15px;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: 400px;
  margin: 5px 5px 5px 0;
}
body .ue-modal-frame.express-select-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
body .ue-modal-frame.express-select-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
body .ue-modal-frame.express-select-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
body .ue-modal-frame.express-select-footer {
  width: 100%;
  height: 48px;
  background-color: #F2F6FA;
  padding: 8px 14px 0 14px;
  border-radius: 0 0 4px 4px;
}
body .ue-modal-frame.express-select-footer .expand-btn {
  color: #1876F0;
  margin-top: 7px;
  cursor: pointer;
  margin-left: 8px;
}
body .ue-modal-frame.express-select-item {
  display: inline-block;
  padding: 4px 9px;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 4px 5px 0;
  min-width: 68px;
  text-align: center;
}
body .ue-modal-frame.express-select-item:hover {
  background-color: rgba(24, 118, 240, 0.2);
  color: #4DB2FF;
}
body .ue-modal-frame.express-select-item:active,
body .ue-modal-frame.express-select-item-selected {
  background-color: #1876F0;
  color: #fff;
}
body .ue-modal-frame.express-select-item:active:hover,
body .ue-modal-frame.express-select-item-selected:hover {
  background-color: #1876F0;
  color: #fff;
}
body .ue-modal-frame.pop-select {
  display: inline-block;
  position: relative;
  text-align: left;
}
body .ue-modal-frame.pop-select.ant-popover-hidden {
  display: none;
}
body .ue-modal-frame.pop-select .ant-popover-content {
  margin-top: -9px;
}
body .ue-modal-frame.pop-select .icon-down {
  display: inline-block;
  transition: transform 0.3s;
  transform: rotate3d(0, 0, 1, 0deg);
}
body .ue-modal-frame.pop-select.ant-popover-open .icon-down {
  transform: rotate3d(0, 0, 1, 180deg);
}
body .ue-modal-frame.pop-select .ant-popover-arrow {
  display: none;
}
body .ue-modal-frame.pop-select .ant-popover-inner-content {
  padding: 0;
}
body .ue-modal-frame.pop-select .input-readOnly input {
  color: #323233;
}
body .ue-modal-frame.pop-select .input-readOnly input:focus,
body .ue-modal-frame.pop-select .input-readOnly input:active {
  border-color: #1876F0 !important;
}
body .ue-modal-frame.pop-select .input-readOnly input:hover {
  border-color: #4DB2FF;
}
body .ue-modal-frame.pop-select input.ant-input {
  padding-right: 20px !important;
}
body .ue-modal-frame.pop-select.ant-input-affix-wrapper .ant-input-suffix {
  right: 6px!important;
  margin-top: 2px!important;
  pointer-events: none;
}
body .ue-modal-frame.pop-select .pop-select-container {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-sizing: border-box;
}
body .ue-modal-frame.pop-select-item {
  display: block;
  padding: 5px 12px;
  line-height: 22px;
  font-weight: normal;
  color: #262D33;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
  user-select: none;
}
body .ue-modal-frame.pop-select-item:hover {
  background-color: rgba(24, 118, 240, 0.2);
  color: #1876F0;
}
body .ue-modal-frame.pop-select-item:active {
  background-color: #1876F0;
  color: #fff;
}
body .ue-modal-frame.pop-select-item-selected,
body .ue-modal-frame.pop-select-item-selected:hover {
  background-color: #1876F0;
  color: #fff;
}
body .ue-modal-frame.pop-select-item-selected .tooltip,
body .ue-modal-frame.pop-select-item-selected:hover .tooltip {
  color: #fff !important;
}
body .ue-modal-frame.pop-select-item-active {
  background-color: #1876F0;
  color: #fff;
}
body .ue-modal-frame.pop-select-item .tooltip {
  vertical-align: -3px;
}
body .ue-modal-frame.ant-form-item-control.has-error .pop-select-selection {
  border-color: #FF4D77;
}
body .ue-modal-frame.pop-select-selection {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #CED4D9;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 2px;
}
body .ue-modal-frame.pop-select-selection-multiple {
  padding-bottom: 3px;
}
body .ue-modal-frame.pop-select-selection.ant-popover-open .icon-down {
  transform: rotate3d(0, 0, 1, 180deg);
}
body .ue-modal-frame.pop-select-selection-focus {
  border-color: #527ECC;
}
body .ue-modal-frame.pop-select-selection-placeholder {
  opacity: 0.4;
  position: absolute;
}
body .ue-modal-frame.pop-select-selection-arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  color: #9fb0bf;
}
body .ue-modal-frame.pop-select-selection .selection-render {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  height: 32px;
  line-height: 32px;
}
body .ue-modal-frame.pop-select-selection .selected-value {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  padding-right: 20px;
}
body .ue-modal-frame.pop-select-selection .selected-value-multiple {
  padding-right: 0;
  margin-top: 3px;
}
body .ue-modal-frame.pop-select-selection .selected-value-item {
  margin-bottom: 3px;
  height: 26px;
  line-height: 24px;
  float: left;
  color: #262D33;
  background-color: #F2F6FA;
  border-radius: 2px;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 6px 0 10px;
}
body .ue-modal-frame.pop-select-selection .selected-value-item:hover {
  background-color: #527ECC;
  color: #fff;
}
body .ue-modal-frame.pop-select-selection .selected-value-item:hover .selected-value-item-remove {
  color: #fff;
}
body .ue-modal-frame.pop-select-selection .selected-value-item-content {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ue-modal-frame.pop-select-selection .selected-value-item-remove {
  display: inline-block;
  cursor: pointer;
  vertical-align: text-bottom;
  font-size: 12px;
  transform: scale(0.75);
  margin-left: 5px;
  top: -1px;
  position: relative;
  color: #9FB0BF;
}
body .ue-modal-frame.pop-select-selection .selected-value .multiple-search {
  height: 26px;
  line-height: 24px;
  float: left;
  border-radius: 2px;
  cursor: default;
  margin-right: 4px;
  max-width: 99%;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ue-modal-frame.pop-select-selection .selected-value-multiple-pos {
  position: absolute;
  top: 0;
  height: 100%;
}
body .ue-modal-frame.pop-select-selection .search-inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .ue-modal-frame.pop-select-selection .search_field {
  border-width: 0;
  font-size: 100%;
  height: 100%;
  max-width: 100%;
  width: auto;
  background: transparent;
  outline: 0;
  border-radius: 2px;
  line-height: 1;
}
.ue-modal-frame .detail-modal .ant-table-thead > tr > th {
  background: #E9EFF5;
}
.ue-modal-frame .detail-modal h4 {
  color: rgba(57, 68, 77, 0.8);
  font-weight: bold;
  font-size: 12px;
}
.ue-modal-frame .detail-modal .ant-modal-title {
  color: rgba(50, 50, 51, 0.8);
  font-size: 14px;
  font-weight: bold;
}
.ue-modal-frame .detail-modal .border-bottom {
  padding-bottom: 21px !important;
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 30px;
}
.ue-modal-frame .detail-modal .detail-block:last-child {
  padding-bottom: 30px;
}
.ue-modal-frame .detail-modal .basic-mes,
.ue-modal-frame .detail-modal .log-mes,
.ue-modal-frame .detail-modal .vip-mes {
  padding-bottom: 21px;
  border-bottom: 1px dashed #CED4D9;
  margin-bottom: 30px;
}
.ue-modal-frame .detail-modal .basic-mes h4,
.ue-modal-frame .detail-modal .log-mes h4,
.ue-modal-frame .detail-modal .vip-mes h4,
.ue-modal-frame .detail-modal .detail-block h4 {
  margin-bottom: 15px;
}
.ue-modal-frame .detail-modal .basic-mes h5,
.ue-modal-frame .detail-modal .log-mes h5,
.ue-modal-frame .detail-modal .vip-mes h5,
.ue-modal-frame .detail-modal .detail-block h5 {
  display: inline-block;
  color: rgba(50, 50, 51, 0.8);
  margin-right: 15px;
  margin-bottom: 10px;
  min-width: 52px;
  text-align: right;
  font-size: 12px;
}
.ue-modal-frame .detail-modal .basic-mes p,
.ue-modal-frame .detail-modal .log-mes p,
.ue-modal-frame .detail-modal .vip-mes p,
.ue-modal-frame .detail-modal .detail-block p {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.ue-modal-frame .detail-modal .detail-block .fs-middle p {
  font-size: 14px;
}
.ue-modal-frame .detail-modal .detail-block .fs-large p {
  position: relative;
  top: -3px;
  font-size: 16px;
}
.ue-modal-frame .detail-modal .vip-mes h5 {
  width: 75px;
}
.ue-modal-frame .detail-modal .goods-mes {
  padding-bottom: 60px;
}
.ue-modal-frame .detail-modal .goods-mes .tab-head-mes {
  margin-bottom: 21px;
}
.ue-modal-frame .detail-modal .goods-mes h4 {
  display: inline-block;
}
.ue-modal-frame .detail-modal .goods-mes .bottom-mes {
  color: rgba(38, 45, 51, 0.8);
}
.ue-modal-frame .detail-modal .goods-mes .bottom-mes span {
  font-size: 12px;
  color: #1876F0;
  font-weight: bold;
  margin-left: 5px;
}
.ue-modal-frame .detail-modal .goods-mes .bottom-mes span + span {
  margin-left: 0;
}
.ue-modal-frame .detail-modal .goods-mes tr > th {
  font-weight: bold;
  color: rgba(57, 68, 77, 0.8);
}
.clear-fix:before,
.clear-fix:after {
  content: " ";
  display: table;
}
.clear-fix:after {
  clear: both;
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.goods-details-popover .ant-popover-inner-content ul {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: 60vh;
  padding-right: 10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.goods-details-popover .ant-popover-inner-content ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.goods-details-popover .ant-popover-inner-content ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.goods-details-popover .ant-popover-inner-content ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.goods-details-popover .ant-popover-inner-content ul li:last-child {
  margin-bottom: 0;
}
.goods-details-popover .ant-popover-inner-content .list {
  margin-bottom: 15px;
}
.goods-details-popover .ant-popover-inner-content .list .des {
  width: 174px;
  margin-left: 15px;
  word-break: break-all;
}
.printOrder-popover-container .printOrder-required-item,
.express-service-template-setting-modal .printOrder-required-item {
  position: relative;
}
.printOrder-popover-container .printOrder-required-item .ant-form-item-control-wrapper::before,
.express-service-template-setting-modal .printOrder-required-item .ant-form-item-control-wrapper::before {
  position: absolute;
  left: -8px;
  top: 11px;
  content: "*";
  color: red;
  font-size: 16px;
}
.printOrder-popover-container .config-info-panel,
.express-service-template-setting-modal .config-info-panel {
  padding: 15px 24px;
  background-color: #FFF6F8;
  margin-top: 15px;
}
.printOrder-popover-container .config-info-panel .anticon-info-circle,
.express-service-template-setting-modal .config-info-panel .anticon-info-circle {
  color: #FF4D77;
  font-weight: 600;
}
.order-send-fail-modal .ant-modal-footer .jump-to-abnormal-order {
  color: #fff;
  background: #FF4D77;
  border-color: #FF4D77;
}
.search-history-container {
  display: flex;
}
.search-history-container > span {
  flex-basis: 60px;
  flex-shrink: 0;
}
.search-history-container .search-history-list {
  flex-grow: 1;
  line-height: normal;
  font-size: 12px;
}
.search-history-container .search-history-list .search-history-item {
  background-color: #efefef;
  color: #323233;
  border-radius: 6px;
  display: inline-block;
  padding: 4px 6px;
  margin: 0 5px 10px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.search-history-container .search-history-list-hidden {
  height: 37px;
  overflow: hidden;
}
.search-history-container .search-history-operation {
  flex-basis: 80px;
  flex-shrink: 0;
  text-align: right;
}
.search-history-container .search-history-operation .cursor-pointer {
  color: #494646;
  font-size: 15px;
}
body .ant-modal.modal-select-cluster .ant-modal-title {
  font-size: 16px;
  height: 55px;
  line-height: 55px;
}
body .ant-modal.modal-select-cluster .ant-modal-body {
  padding: 0;
  font-size: 14px;
}
body .ant-modal.modal-select-cluster .empty-rule {
  padding: 60px 30px;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
body .ant-modal.modal-select-cluster .rule-alert {
  display: flex;
  padding: 10px 30px;
  background: #E6F7FF;
}
body .ant-modal.modal-select-cluster .rule-alert .alert-icon {
  width: 24px;
  font-size: 15px;
  color: #527ECC;
}
body .ant-modal.modal-select-cluster .rule-alert .alert-content {
  color: rgba(0, 0, 0, 0.65);
}
body .ant-modal.modal-select-cluster .rule-list {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: calc(100vh - 240px);
  margin-right: 3px;
  padding: 20px 10px 20px 24px;
}
body .ant-modal.modal-select-cluster .rule-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
body .ant-modal.modal-select-cluster .rule-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
body .ant-modal.modal-select-cluster .rule-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
body .ant-modal.modal-select-cluster .rule-list .ant-radio-group {
  width: 100%;
}
body .ant-modal.modal-select-cluster .rule-list .ant-radio-wrapper {
  display: flex;
  align-items: center;
  padding-left: 6px;
}
body .ant-modal.modal-select-cluster .rule-list .ant-radio-wrapper:hover .move-icon .anticon {
  display: block;
}
body .ant-modal.modal-select-cluster .rule-list .ant-radio-wrapper:hover {
  background: #E6F7FF;
}
body .ant-modal.modal-select-cluster .rule-list .ant-radio-inner,
body .ant-modal.modal-select-cluster .rule-list .ant-radio-inner:after {
  transition: all 0s;
}
body .ant-modal.modal-select-cluster .rule-list .ant-radio + span {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
body .ant-modal.modal-select-cluster .rule-list .rule-name {
  width: 310px;
  height: 40px;
  line-height: 40px;
}
body .ant-modal.modal-select-cluster .rule-list .move-icon {
  width: 30px;
  margin-left: 10px;
  color: #527ECC;
  font-size: 18px;
  cursor: move;
}
body .ant-modal.modal-select-cluster .rule-list .move-icon .anticon {
  display: none;
}
body .ant-modal.modal-select-cluster .rule-list .rule-soh-count {
  flex: 1;
  margin-left: 10px;
  text-align: right;
}
body .ant-modal.modal-set-cluster .ant-modal-title {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
body .ant-modal.modal-set-cluster .ant-modal-body {
  padding: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
body .ant-modal.modal-set-cluster .rule-wrapper {
  display: flex;
  height: calc(100vh - 190px);
  border-top: 1px solid #CED4D9;
}
body .ant-modal.modal-set-cluster .rule-list-wrapper {
  width: 200px;
  min-width: 200px;
  border-right: 1px solid #F0F0F0;
}
body .ant-modal.modal-set-cluster .rule-operation {
  display: flex;
  border-bottom: 1px solid #F0F0F0;
}
body .ant-modal.modal-set-cluster .rule-operation .operation-item {
  flex: 1;
  line-height: 36px;
  height: 36px;
  border-right: 1px solid #F0F0F0;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
body .ant-modal.modal-set-cluster .rule-operation .operation-item:hover {
  color: #527ECC;
  background: rgba(34, 155, 255, 0.2);
}
body .ant-modal.modal-set-cluster .rule-operation .operation-item:last-child {
  border-right: none;
}
body .ant-modal.modal-set-cluster .rule-operation .operation-item-disabled {
  color: rgba(38, 45, 51, 0.6) !important;
  cursor: not-allowed;
}
body .ant-modal.modal-set-cluster .rule-list {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: calc(100vh - 240px);
  margin-top: 8px;
  margin-right: 3px;
}
body .ant-modal.modal-set-cluster .rule-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
body .ant-modal.modal-set-cluster .rule-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
body .ant-modal.modal-set-cluster .rule-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
body .ant-modal.modal-set-cluster .rule-list .rule-item {
  line-height: 34px;
  height: 34px;
  padding: 0 15px 0 30px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
body .ant-modal.modal-set-cluster .rule-list .rule-item:hover,
body .ant-modal.modal-set-cluster .rule-list .rule-item-selected {
  background: rgba(34, 155, 255, 0.2);
}
body .ant-modal.modal-set-cluster .rule-content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body .ant-modal.modal-set-cluster .rule-content-edit .ant-form-item {
  margin-left: -20px;
}
body .ant-modal.modal-set-cluster .rule-content {
  flex: 1;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  max-height: calc(100vh - 255px);
  padding: 20px 25px;
  margin-right: 3px;
}
body .ant-modal.modal-set-cluster .rule-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
body .ant-modal.modal-set-cluster .rule-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
body .ant-modal.modal-set-cluster .rule-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
body .ant-modal.modal-set-cluster .rule-content .ant-radio-group .tooltip {
  font-size: 15px;
  vertical-align: -2px;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper {
  font-size: 13px;
  color: #262D33;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-item {
  display: flex;
  align-items: center;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 6px 0 6px 14px;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-conjunction {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 30px;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .field-name {
  width: 175px;
  margin-right: 15px;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .field-code {
  width: 150px;
  margin-right: 15px;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .goods-anyone .field-name,
body .ant-modal.modal-set-cluster .rule-condition-wrapper .goods-anyone .field-code {
  color: rgba(0, 0, 0, 0.45);
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-num {
  display: flex;
  width: 210px;
  align-items: center;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-num .des {
  width: 40px;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-num .operation {
  width: 65px;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-num .qty {
  width: 75px;
  margin-left: 10px;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-operation {
  width: 50px;
  text-align: center;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-operation .icon-ic_delete {
  font-size: 16px;
  color: #527ECC;
  cursor: pointer;
}
body .ant-modal.modal-set-cluster .rule-condition-wrapper .condition-operation .icon-ic_delete:hover {
  color: #FF4D77;
}
body .ant-modal.modal-set-cluster .rule-footer {
  padding: 19px 25px;
  border-bottom-right-radius: 6px;
  background: #F2F6FA;
}
body .ant-modal.modal-set-cluster .rule-footer .condition-type {
  line-height: 34px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
body .ant-modal.modal-set-cluster .ant-form .ant-form-item-label label {
  color: rgba(0, 0, 0, 0.8);
}
body .ant-modal.modal-set-cluster .rule-content-view .rule-basic {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
body .ant-modal.modal-set-cluster .rule-content-view .text-gray td.field-code,
body .ant-modal.modal-set-cluster .rule-content-view .text-gray td.field-name {
  color: rgba(0, 0, 0, 0.45);
}
body .ant-modal.modal-set-cluster .rule-content-view .field-name-wrap {
  display: flex;
  align-items: center;
}
body .ant-modal.modal-set-cluster .rule-content-view .field-name-wrap > div {
  flex: 1;
}
body .ant-modal.modal-set-cluster .rule-content-view .field-name-wrap .config-conjunction {
  width: 40px;
  color: rgba(0, 0, 0, 0.4);
}
body .ant-tag.combination,
body .ant-tag.sub-item {
  width: 30px !important;
  height: 16px !important;
  line-height: 14px !important;
  text-align: center;
}
body .ue-modal-frame .ant-table-tbody > tr > td,
body .ue-modal-frame .ant-table-thead > tr > th {
  padding: 16px;
  word-break: break-word;
  -ms-word-break: break-all;
}
body .ue-modal-frame .ant-tag {
  height: 16px;
  line-height: 14px;
  padding: 0 2px;
  background: #FFFFFF;
  border: 1px solid #CED4D9;
}
body .ue-modal-frame .ant-tag.ant-tag-has-color {
  border-color: transparent;
}
body .ue-modal-frame .b-line:hover {
  border-bottom: 1px solid #1876F0;
}
body .ue-modal-frame .ant-divider,
body .ue-modal-frame .ant-divider-vertical {
  margin: 0 5px;
}
body .ue-modal-frame .bottom-mes .ant-divider-vertical {
  margin: 0 15px;
}
body .ue-modal-frame .tags {
  max-height: 100px;
  overflow-y: auto;
}
body .ue-modal-frame .tags .ant-tag {
  height: 26px;
  line-height: 24px;
  background-color: #1876F0;
  color: #fff;
  margin-bottom: 10px;
}
body .ue-modal-frame .tags .ant-tag .anticon-cross,
body .ue-modal-frame .tags .ant-tag .anticon-close {
  color: #fff;
}
body .ue-modal-frame .tags.tags-radius .ant-tag {
  border-radius: 100px;
  padding: 0 10px;
  border-color: #1876F0;
}
body .ue-modal-frame .tags.tags-radius.w-full {
  background-color: unset;
  border: 0px solid #d5d5d5;
}
body .ue-modal-frame .ant-tabs.tabs-container {
  margin-top: 41px;
}
body .ue-modal-frame .ant-tabs.tabs-container .ant-tabs-nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
body .ue-modal-frame .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}
body .ue-modal-frame .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab {
  position: relative;
  z-index: 10;
  padding: 9px 10px 15px;
  box-sizing: content-box;
}
body .ue-modal-frame .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:hover,
body .ue-modal-frame .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab:active {
  color: #fff;
}
body .ue-modal-frame .ant-tabs.tabs-container .ant-tabs-nav .ant-tabs-tab-active {
  color: #fff;
  font-weight: bold;
}
body .ue-modal-frame .ant-tabs.tabs-container .ant-tabs-tab-active {
  color: #fff;
  font-weight: bold;
}
body .ue-modal-frame .ant-tabs-content {
  transition: none !important;
}
body .ue-modal-frame .no-flex.ant-tabs-top .ant-tabs-content {
  margin-left: 0!important;
}
body .ue-modal-frame .no-flex.ant-tabs-left .ant-tabs-content {
  margin-top: 0!important;
}
body .ue-modal-frame .no-flex.ant-tabs-top .ant-tabs-tab {
  float: left;
}
body .ue-modal-frame .ant-input {
  border-color: #CED4D9;
}
body .ue-modal-frame .ant-input:hover,
body .ue-modal-frame .ant-input:active {
  border-color: #239AFF;
}
body .ue-modal-frame .hot-empty-page.modal {
  position: static;
}
body .ue-modal-frame .replace-scale-wrap,
body .modal-replace-goods .replace-scale-wrap {
  display: -ms-flexbox;
  display: flex;
}
body .ue-modal-frame .replace-scale-input,
body .modal-replace-goods .replace-scale-input {
  -ms-flex: 1;
  flex: 1;
  width: 50px;
  text-align: center;
}
body .ue-modal-frame .replace-scale-colon,
body .modal-replace-goods .replace-scale-colon {
  width: 20px;
  line-height: 32px;
  text-align: center;
}
body .ue-picker-panel .ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 8px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
body .live-board-anchor-select .live-board-select {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body .live-board-anchor-select .ant-select-dropdown-menu {
  margin-bottom: 40px;
}
body .live-board-anchor-select .ant-select-dropdown-menu-item .edit-icon {
  right: 10px;
  visibility: hidden;
}
body .live-board-anchor-select .ant-select-dropdown-menu-item:hover .edit-icon {
  visibility: visible;
}
body .live-board-anchor-select .ant-select-dropdown-menu .add-anchor-option {
  box-sizing: border-box;
  z-index: 99;
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #ebeef5;
  cursor: pointer;
  text-align: center;
}
body .live-board-anchor-select .ant-select-dropdown-menu .add-anchor-option .add-anchor-button {
  color: #239aff;
  line-height: 30px;
  font-size: 13px;
}
body .live-board-anchor-select .ant-select-dropdown-menu .add-anchor-option .add-anchor-button:hover {
  text-decoration: underline;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-scroll {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}
.ue-scroll {
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ue-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F7FAFC;
}
.ue-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  border-radius: 10px;
  background-color: #F7FAFC;
}
.ue-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(206, 212, 217, 0.2);
  background-color: #CED4D9;
}

.introjs-overlay {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-showElement {
  z-index: 9999999 !important; }

tr.introjs-showElement > td {
  z-index: 9999999 !important;
  position: relative; }

tr.introjs-showElement > th {
  z-index: 9999999 !important;
  position: relative; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition {
  position: relative; }

.introjs-helperLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .introjs-helperLayer * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .introjs-helperLayer *:before {
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .introjs-helperLayer *:after {
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }

.introjs-tooltipReferenceLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .introjs-tooltipReferenceLayer * {
    font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif; }

.introjs-helperNumberLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  color: #9e9e9e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  left: 10px;
  border-bottom-color: #ffffff; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: #ffffff; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #ffffff; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: #ffffff; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: #ffffff; }

.introjs-arrow.bottom {
  bottom: -10px;
  left: 10px;
  border-top-color: #ffffff; }

.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: #ffffff; }

.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #ffffff; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: #ffffff; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: #ffffff; }

.introjs-tooltip {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #ffffff;
  min-width: 250px;
  max-width: 300px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
          box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }

.introjs-tooltiptext {
  padding: 20px; }

.introjs-tooltip-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  float: left;
  line-height: 32px; }

.introjs-tooltip-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }
  .introjs-tooltip-header:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.introjs-tooltipbuttons {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  text-align: right;
  white-space: nowrap; }
  .introjs-tooltipbuttons:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.introjs-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #bdbdbd;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  font-size: 14px;
  color: #424242;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #f4f4f4;
  border-radius: 0.2em;
  zoom: 1;
  *display: inline; }
  .introjs-button:hover {
    outline: none;
    text-decoration: none;
    border-color: #9e9e9e;
    background-color: #e0e0e0;
    color: #212121; }
  .introjs-button:focus {
    outline: none;
    text-decoration: none;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
    border: 1px solid #616161;
    color: #212121; }
  .introjs-button:active {
    outline: none;
    text-decoration: none;
    background-color: #e0e0e0;
    border-color: #9e9e9e;
    color: #212121; }
  .introjs-button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.introjs-skipbutton {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #616161;
  float: right;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 7px 10px; }
  .introjs-skipbutton:hover, .introjs-skipbutton:focus {
    color: #212121;
    outline: none;
    text-decoration: none; }

.introjs-prevbutton {
  float: left; }

.introjs-nextbutton {
  float: right; }

.introjs-disabled {
  color: #9e9e9e;
  border-color: #bdbdbd;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }
  .introjs-disabled:hover, .introjs-disabled:focus {
    color: #9e9e9e;
    border-color: #bdbdbd;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    text-decoration: none; }

.introjs-hidden {
  display: none; }

.introjs-bullets {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }
  .introjs-bullets ul {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    clear: both;
    margin: 0 auto 0;
    padding: 0;
    display: inline-block; }
    .introjs-bullets ul li {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      list-style: none;
      float: left;
      margin: 0 2px; }
      .introjs-bullets ul li a {
        -webkit-transition: width 0.1s ease-in;
        -o-transition: width 0.1s ease-in;
        transition: width 0.1s ease-in;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        display: block;
        width: 6px;
        height: 6px;
        background: #ccc;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer; }
        .introjs-bullets ul li a:hover, .introjs-bullets ul li a:focus {
          width: 15px;
          background: #999;
          text-decoration: none;
          outline: none; }
      .introjs-bullets ul li a.active {
        width: 15px;
        background: #999; }

.introjs-progress {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px;
  border-radius: 4px;
  background-color: #e0e0e0; }

.introjs-progressbar {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer; }
  .introjs-hint:focus {
    border: 0;
    outline: 0; }
  .introjs-hint:hover > .introjs-hint-pulse {
    background-color: rgba(60, 60, 60, 0.57); }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

@keyframes introjspulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

.introjs-hint-pulse {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: introjspulse 2s infinite;
          animation: introjspulse 2s infinite; }

.introjs-hint-no-anim .introjs-hint-pulse {
  -webkit-animation: none;
          animation: none; }

.introjs-hint-dot {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 1;
  opacity: 0; }
body .introjs-helperLayer {
  background-color: transparent;
  border-radius: 4px;
}
body .account-setting-intro-step2-helperLayer,
body .account-setting-intro-step2-helperLayer + .introjs-tooltipReferenceLayer {
  top: 130px !important;
  left: 0 !important;
  z-index: 999999999 !important;
  height: 54px !important;
  width: 98px !important;
}
body .account-setting-intro-step2-helperLayer .introjs-tooltip,
body .account-setting-intro-step2-helperLayer + .introjs-tooltipReferenceLayer .introjs-tooltip {
  top: 64px !important;
  left: 0 !important;
  margin: 0 !important;
}
body .account-setting-intro-step2-helperLayer .introjs-arrow.top,
body .account-setting-intro-step2-helperLayer + .introjs-tooltipReferenceLayer .introjs-arrow.top {
  display: inherit !important;
}
body .online-goods-mapping-intro-step3-helperLayer {
  height: 49px !important;
}
body .order-deliver-intro-helperLayer-step1 {
  height: 0px !important;
}
body .order-deliver-intro-helperLayer-step1:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100vw - 164px);
  height: 300px;
  background-image: url("/assets/images/introImg/order-deliver-intro-step1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
body .order-deliver-intro-helperLayer-step1 + .introjs-tooltipReferenceLayer .introjs-tooltip {
  left: 65% !important;
}
body .order-deliver-intro-helperLayer-step2 + .introjs-tooltipReferenceLayer .introjs-tooltip {
  left: 0 !important;
}
body .order-deliver-intro-helperLayer-step2:after {
  display: block;
  content: '';
  position: absolute;
  top: 44px;
  left: 0px;
  width: calc(100vw - 164px);
  height: 300px;
  background-image: url("/assets/images/introImg/order-deliver-intro-step2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
body .order-deliver-intro-helperLayer-step3 + .introjs-tooltipReferenceLayer .introjs-tooltip {
  left: 0 !important;
}
body .order-deliver-intro-helperLayer-step3:after {
  display: block;
  content: '';
  position: absolute;
  top: 44px;
  left: 0px;
  width: calc(100vw - 164px);
  height: 300px;
  background-image: url("/assets/images/introImg/order-deliver-intro-step3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
body .order-deliver-intro-helperLayer-step4 {
  width: 1101px !important;
  height: 381px !important;
  top: calc(50vh - 105px) !important;
  left: calc(50vw - 145px) !important;
  transform: translate(-50%, -50%);
  background-image: url("/assets/images/introImg/order-deliver-intro-step4.png");
  background-size: cover;
  border-radius: 7px;
}
body .order-deliver-intro-helperLayer-step4 + .introjs-tooltipReferenceLayer {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: calc(551/1245*(100vw - 120px)) !important;
  width: auto !important;
}
body .order-deliver-intro-helperLayer-step4 + .introjs-tooltipReferenceLayer .order-deliver-intro-tooltip {
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: calc(50vh - 105px + 56px) !important;
  left: calc(50vw - 145px - 528px) !important;
  transform: translateY(-100%);
}
body .order-deliver-intro-helperLayer-step5 {
  width: 1101px !important;
  height: 381px !important;
  top: calc(50vh - 105px) !important;
  left: calc(50vw - 145px) !important;
  transform: translate(-50%, -50%);
  background-image: url("/assets/images/introImg/order-deliver-intro-step5.png");
  background-size: cover;
  border-radius: 7px;
}
body .order-deliver-intro-helperLayer-step5 + .introjs-tooltipReferenceLayer {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: calc(551/1245*(100vw - 120px)) !important;
  width: auto !important;
}
body .order-deliver-intro-helperLayer-step5 + .introjs-tooltipReferenceLayer .order-deliver-intro-tooltip {
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: calc(50vh - 105px + 60px) !important;
  left: calc(50vw - 145px + 206px) !important;
  transform: translateY(-100%);
}
body .introjs-tooltip {
  padding: 12px 16px;
  box-sizing: border-box;
  width: 264px;
  font-family: 'PingFang SC';
  letter-spacing: 0;
  border-radius: 4px;
}
body .introjs-tooltip .introjs-tooltip-header {
  padding: 0px;
}
body .introjs-tooltip .introjs-tooltip-header .introjs-tooltip-title {
  width: 100%;
  word-break: break-all;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px;
  margin-bottom: 4px;
}
body .introjs-tooltip .introjs-tooltiptext {
  font-style: normal;
  padding: 0px;
  font-size: 14px;
  line-height: 22px;
}
body .introjs-tooltip .introjs-tooltiptext p {
  margin-bottom: 0px;
}
body .introjs-tooltip .introjs-tooltipbuttons {
  border-top: none;
  padding: 12px 0px 0px 0px;
}
body .introjs-tooltip .introjs-tooltipbuttons .introjs-disabled {
  display: none;
}
body .introjs-tooltip .introjs-tooltipbuttons .introjs-button {
  padding: 3px 10px;
  margin-right: 8px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
}
body .introjs-tooltip .introjs-tooltipbuttons .introjs-button:last-child {
  margin-right: 0;
}
body .introjs-tooltip .introjs-tooltipbuttons .introjs-skipbutton {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  font-family: 'PingFang SC';
  font-weight: normal;
  float: left;
  padding-left: 0px;
}
body .introjs-tooltip .introjs-tooltipbuttons .introjs-prevbutton {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  color: #666666;
  float: none;
}
body .introjs-tooltip .introjs-tooltipbuttons .introjs-prevbutton:hover {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
body .introjs-tooltip .introjs-tooltipbuttons .introjs-nextbutton,
body .introjs-tooltip .introjs-tooltipbuttons .introjs-donebutton {
  background-color: #527ECC;
  color: #fff;
  border: 1px solid #527ECC;
}
body .introjs-tooltip .introjs-tooltipbuttons .introjs-nextbutton:hover,
body .introjs-tooltip .introjs-tooltipbuttons .introjs-donebutton:hover {
  background-color: #79a0d9;
  border: 1px solid #79a0d9;
}
body .intro-step-modal-tooltip {
  left: 50%;
  top: 50%;
  max-width: 640px;
  width: 640px;
  transform: translate(-50%, -50%);
  padding: 12px;
  margin-top: -105px !important;
  margin-left: -145px !important;
}
body .intro-step-modal-tooltip.no-margin {
  margin-top: 0px !important;
  margin-left: 0px !important;
}
body .intro-step-modal-tooltip .introjs-tooltip-header {
  text-align: center;
}
body .intro-step-modal-tooltip .introjs-tooltiptext {
  padding: 12px;
}
body .intro-step-modal-tooltip .introjs-tooltiptext img {
  width: 100%;
  border: 12px solid #E4E7ED;
  margin-top: 16px;
  margin-bottom: 43px;
}
body .intro-step-modal-tooltip .introjs-tooltiptext .intro-modal-contanier-content-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
body .intro-step-modal-tooltip .introjs-tooltipbuttons {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .intro-step-modal-tooltip .introjs-tooltipbuttons .introjs-skipbutton {
  padding-top: 7px;
  position: absolute;
  left: 24px;
}
body .intro-step-modal-tooltip .introjs-tooltipbuttons .introjs-button {
  padding: 5px 14px;
  font-size: 14px;
}

body .finish-intro-modal .ant-modal-content .ant-modal-body {
  max-height: 520px;
  padding: 24px 24px 16px;
  border-radius: 4px;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content {
  margin-left: 0;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .anticon {
  display: none;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .finish-intro-modal-contanier-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .finish-intro-modal-contanier-content {
  margin-top: 16px;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .finish-intro-modal-contanier-content-text {
  font-size: 14px;
  color: #666;
  padding-bottom: 16px;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .finish-intro-modal-contanier-img-wrap {
  text-align: center;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .finish-intro-modal-contanier-img-wrap-outer {
  width: 592px;
  height: 300px;
  background-color: #E4E7ED;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .finish-intro-modal-contanier-img-wrap-inner {
  width: 568px;
  height: 276px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .finish-intro-modal-contanier-tips {
  padding-top: 16px;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .finish-intro-modal-contanier-tips .ant-checkbox-wrapper {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns {
  text-align: center;
  float: none;
}
body .finish-intro-modal .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-btns button {
  background: #527ECC;
  border-color: #527ECC;
  padding: 0 30px;
}
body .intro-modal .ant-modal-content .ant-modal-body {
  max-height: 680px;
  padding: 24px 24px 12px;
  font-family: 'PingFang SC';
}
body .intro-modal .ant-modal-content .ant-modal-body .intro-modal-contanier-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
}
body .intro-modal .ant-modal-content .ant-modal-body .intro-modal-contanier-content {
  margin-top: 14px;
}
body .intro-modal .ant-modal-content .ant-modal-body .intro-modal-contanier-content-text {
  font-size: 14px;
  color: #666;
  padding-bottom: 16px;
}
body .intro-modal .ant-modal-content .ant-modal-body .intro-modal-contanier-img-wrap {
  text-align: center;
}
body .intro-modal .ant-modal-content .ant-modal-body .intro-modal-contanier-img-wrap-outer {
  width: 752px;
  height: 469px;
  background-color: #E4E7ED;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .intro-modal .ant-modal-content .ant-modal-body .intro-modal-contanier-img-wrap-inner {
  width: 728px;
  height: 445px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .intro-modal .ant-modal-content .ant-modal-body .intro-modal-contanier-img-wrap-inner img {
  width: 100%;
}
body .intro-modal .ant-modal-content .ant-modal-body .intro-modal-contanier-tips {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}
body .intro-modal .ant-modal-content .ant-modal-body .intro-modal-contanier-tips .ant-checkbox-wrapper {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
body .intro-modal .ant-modal-footer {
  background: #fff;
  padding: 16px 24px;
}
body .intro-modal .ant-modal-footer .intro-modal-footer {
  position: relative;
  text-align: center;
}
body .intro-modal .ant-modal-footer .intro-modal-footer .skip-btn {
  position: absolute;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 7px;
  cursor: pointer;
}
body .intro-modal .ant-modal-footer .intro-modal-footer-btns button {
  padding: 5px 16px;
}
body .intro-modal .ant-modal-footer .intro-modal-footer-btns button:last-child {
  background: #527ECC;
  border-color: #527ECC;
}

.introjs-helperNumberLayer {
  font-family: tahoma, Arial, verdana, sans-serif;
  font-size: 14px;
  text-shadow: none;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 2px solid #ecf0f1;
  border-radius: 50%;
  background: #e74c3c;
}

.introjs-helperLayer {
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border: none;
  border-radius: 2px;
}

.introjs-tooltip {
  letter-spacing: .1em;
  color: #2c3e50;
  font-family: tahoma, Arial, verdana, sans-serif;
  border-radius: 2px;
}

.introjs-button {
  padding: 0.6em 0.8em;
  text-shadow: none;
  font-weight: bold;
  color: #2c3e50;
  font-family: tahoma, Arial, verdana, sans-serif;
  background: #ecf0f1;
  background-image: none;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  -webkit-transition: background .3s, border .3s;
     -moz-transition: background .3s, border .3s;
      -ms-transition: background .3s, border .3s;
       -o-transition: background .3s, border .3s;
          transition: background .3s, border .3s;
}

.introjs-prevbutton {
  border-radius: .2em 0 0 .2em;
}

.introjs-nextbutton {
  border-radius: 0 .2em .2em 0;
}

.introjs-button:hover, .introjs-button:focus {
  background: #2c3e50;
  color: #fff;
  box-shadow: none;
  border-color: #2c3e50;
  text-decoration: 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-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: #323233;
  font-size: 13px;
  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 2px 2px 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: 2px 0 0 2px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: #323233;
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #323233;
  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 */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
  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;
}

.rc-trigger-popup {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
}
.rc-trigger-popup-hidden {
  display: none;
}
.rc-trigger-popup-zoom-enter,
.rc-trigger-popup-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-trigger-popup-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-trigger-popup-zoom-enter.rc-trigger-popup-zoom-enter-active,
.rc-trigger-popup-zoom-appear.rc-trigger-popup-zoom-appear-active {
  animation-name: rcTriggerZoomIn;
  animation-play-state: running;
}
.rc-trigger-popup-zoom-leave.rc-trigger-popup-zoom-leave-active {
  animation-name: rcTriggerZoomOut;
  animation-play-state: running;
}
@keyframes rcTriggerZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcTriggerZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-trigger-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}
.rc-trigger-popup-mask-hidden {
  display: none;
}
.rc-trigger-popup-fade-enter,
.rc-trigger-popup-fade-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-trigger-popup-fade-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-trigger-popup-fade-enter.rc-trigger-popup-fade-enter-active,
.rc-trigger-popup-fade-appear.rc-trigger-popup-fade-appear-active {
  animation-name: rcTriggerMaskFadeIn;
  animation-play-state: running;
}
.rc-trigger-popup-fade-leave.rc-trigger-popup-fade-leave-active {
  animation-name: rcDialogFadeOut;
  animation-play-state: running;
}
@keyframes rcTriggerMaskFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.app-container-left .result-content {
  padding: 8px 0 0 9px;
}
.app-container-left .result-content li {
  cursor: pointer;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-container-left .result-content li:hover {
  color: #527ECC;
}
.app-container-left .menu-search-wrap {
  position: relative;
  z-index: 1000;
  margin-top: 10px;
}
.app-container-left .menu-search-con {
  margin: 0 12px 0 22px;
  cursor: pointer;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  margin: 0 12px;
  color: #C0C5CE;
  padding-left: 7px;
}
.app-container-left .menu-search-con span {
  margin-left: 5px;
}
.app-container-left .menu-search-con img {
  vertical-align: top;
  margin-top: 7px;
}
.app-container-left .menu-search-wrap:hover .menu-search-con {
  border-radius: 6px;
  background-color: #1876F0;
  color: #fff;
}
.app-container-left .menu-search-wrap:hover img {
  content: url(/assets/images/searchIcon_hover.png);
}
.app-container-left .ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  width: 7px;
  height: 21px;
  top: 104px;
  left: 8px;
  background-image: url("/assets/images/sanjiao.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  transform: none;
}
.app-container-left .ant-popover-placement-right {
  padding-left: 8px!important;
}
.menu-new-icon {
  display: inline-block;
  color: #fff;
  background-color: #FF4D77;
  font-size: 8px;
  border-radius: 10px 10px 10px 0;
  padding: 0 5px;
  line-height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

/* 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: #323233;
  font-size: 13px;
  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: 2px;
  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: #323233;
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: #323233;
  font-size: 13px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 13px;
}
.ant-popover-message-title {
  padding-left: 21px;
}
.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;
}

/* 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: 34px;
  padding: 4px 11px;
  color: #323233;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  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: #4299fc;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #4299fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: 34px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-input-sm {
  height: 30px;
  padding: 1px 7px;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #323233;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  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: #1876F0;
}
.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: 44px;
  padding: 6px 11px;
  font-size: 15px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 30px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 44px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 30px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-bottom-right-radius: 2px;
}
.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: #323233;
  font-size: 13px;
  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: #4299fc;
  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: #323233;
  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: #606266;
  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: #606266;
}
.ant-input-clear-icon:active {
  color: #323233;
}
.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: #606266;
}
.ant-input-textarea-clear-icon:active {
  color: #323233;
}
.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}
.ant-input-search-icon {
  color: #606266;
  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-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
  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: #323233;
}
.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: #606266;
  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: #1876F0;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1876F0;
}
.ant-tag-checkable:active {
  background-color: #0a57c9;
}
.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-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 2px;
  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: #606266;
  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: #323233;
  font-weight: normal;
  font-size: 13px;
  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: #323233;
  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: #1876F0;
  background-color: #e6f5ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f5ff;
}
.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: #606266;
  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: #1876F0;
}
.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: #1876F0;
}

/* 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-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 13px;
  cursor: pointer;
}
.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 2px;
  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: 15px;
  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: 13px;
}
.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: 15px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 13px;
}
.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: #606266;
  outline: none;
}
.ant-notification-notice-close:hover {
  color: #3a3b3d;
}
.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;
  }
}

.app-container-right {
  transition: all 0.2s;
  width: 100%;
}
.app-container-right .tagsview-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 100;
}
.app-container-right .navbar-container-right {
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 48px;
  background: rgba(148, 163, 179, 0.15);
}
.app-container-right .navbar-container-right .navconr-left {
  padding-top: 12px;
  padding-left: 24px;
  flex: 1;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 48px;
  background-color: #eff1f4;
}
.app-container-right .navbar-container-right .navconr-right {
  background-color: #eff1f4;
  right: 0;
  z-index: 99;
  position: fixed;
  display: flex;
  justify-content: flex-end;
  padding-right: 19px;
}
.app-container-right .navbar-container-right .navconr-right .edit-box {
  display: flex;
  align-items: center;
  height: 48px;
}
.app-container-right .navbar-container-right .navconr-right .edit-box span {
  border-radius: 2px;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  width: 58px;
  line-height: 22px;
  cursor: pointer;
}
.app-container-right .navbar-container-right .navconr-right .navconr-item {
  margin-left: 8px;
  height: 48px;
  cursor: pointer;
}
.app-container-right .navbar-container-right .navconr-right .navconr-item:hover {
  background: #F0F2F5;
}
.app-container-right .navbar-container-right .navconr-right .navconr-item .navconr-item-icon {
  display: block;
  width: 32px;
  height: 48px;
  background: transparent no-repeat center center;
  background-size: 100%;
}
.app-container-right .navbar-container-right .navconr-right .navconr-item .navconr-item-icon.appFlow-icon {
  background-image: url(/assets/images/appFlow-icon.png);
}
.app-container-right .navbar-container-right .navconr-right .navconr-item .navconr-item-icon.help-icon {
  background-image: url(/assets/images/help-icon.png);
}
.app-container-right .navbar-container-right .navconr-right .navconr-customer-item {
  color: #F86461;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-container-right .navbar-container-right .navconr-right .navconr-customer-item .customer-service-logo {
  background: #C9CDD433;
  border-radius: 13px;
  padding: 6px 9px 6px 2px;
}
.app-container-right .navbar-container-right .navconr-right .navconr-customer-item .customer-service-logo .navconr-item-customer-icon {
  display: block;
  width: 32px;
  background: transparent no-repeat center center;
  background-size: 100%;
}
.app-container-right .navbar-container-right .navconr-right .navconr-customer-item .customer-service-logo .navconr-item-customer-icon.wc-icon-fuwuerji {
  text-align: center;
  font-size: 18px;
}
.app-container-right .navbar-container-right .navconr-right .user-info-box {
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 100%;
}
.app-container-right .navbar-container-right .navconr-right .user-info-box .user-info-name {
  margin-right: 6px;
  color: #323233;
}
.app-container-right .tabs-wrapper {
  position: static;
  margin: 0;
  border: none;
  overflow: hidden;
}
.app-container-right .tabs-wrapper > li {
  margin-right: 2px;
  position: relative;
  padding: 0 30px 0 12px;
  float: left;
  width: 130px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  background: #E5E6EB;
}
.app-container-right .tabs-wrapper > li.home {
  width: 80px;
}
.app-container-right .tabs-wrapper > li.active {
  background: #FFFFFF;
}
.app-container-right .tabs-wrapper > li.active::before,
.app-container-right .tabs-wrapper > li.active::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 4px;
  height: 4px;
  background: transparent no-repeat center center;
}
.app-container-right .tabs-wrapper > li.active::before {
  left: -4px;
  background-image: url(/assets/images/tab-active-left-icon.png);
}
.app-container-right .tabs-wrapper > li.active::after {
  right: -4px;
  background-image: url(/assets/images/tab-active-right-icon.png);
}
.app-container-right .tabs-wrapper > li.active > a {
  box-shadow: none;
  color: #323233;
  background: transparent;
}
.app-container-right .tabs-wrapper > li:hover a {
  color: #739DE5;
}
.app-container-right .tabs-wrapper > li > a {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 32px;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-container-right .tabs-wrapper > li .tabs-close-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  background: url(/assets/images/tab-del-cion.png) no-repeat center center;
  background-size: 100%;
}
.app-container-right .tabs-wrapper > li .tabs-close-icon:hover {
  background-image: url(/assets/images/tab-del-cion-hover.png);
}
.app-container-right .tabs-wrapper > li .tabs-fresh-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  background: url(/assets/images/tab-fresh.png) no-repeat center center;
  background-size: 100%;
}
.app-container-right .tabs-wrapper > li .tabs-fresh-icon:hover {
  background-image: url(/assets/images/tab_fresh_active.png);
}
.app-container-right .tabs-wrapper > li.more-tabs {
  margin-left: 1px;
  padding: 8px 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-container-right .tab-content {
  padding: 20px 24px 0;
  z-index: unset;
}
.app-container-right .tab-content > div {
  position: relative;
}
.app-container-right .tab-content .tab-pane .introjs-overlay,
.app-container-right .tab-content .tab-pane .introjs-helperLayer,
.app-container-right .tab-content .tab-pane .introjs-tooltipReferenceLayer,
.app-container-right .tab-content .tab-pane .introjs-disableInteraction {
  display: none;
}
.app-container-right .tab-content .tab-pane:not([style~="display:"]) .introjs-overlay,
.app-container-right .tab-content .tab-pane:not([style~="display:"]) .introjs-helperLayer,
.app-container-right .tab-content .tab-pane:not([style~="display:"]) .introjs-tooltipReferenceLayer,
.app-container-right .tab-content .tab-pane:not([style~="display:"]) .introjs-disableInteraction {
  display: block;
}
.app-container-right .tab-content .home-tab-pane {
  margin: -20px -24px 0;
  padding: 20px 24px 0;
  background-color: #f5f5f5;
}
.app-container-right .page-content {
  padding: 0;
}
.app-container-right .page-content > .row .form-horizontal > .form-group {
  margin-right: 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-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: 13px;
}
.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: #606266;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 13px;
}
.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: #323233;
  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-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #323233;
  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: #606266;
  font-size: 13px;
  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: #1876F0;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f5ff;
}
.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: #323233;
}
.ant-menu-item > a:hover {
  color: #1876F0;
}
.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: #323233;
}
.ant-menu-item > .ant-badge > a:hover {
  color: #1876F0;
}
.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: #1876F0;
}
.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: #1876F0;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1876F0;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f5ff;
}
.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: 13px;
  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: 2px;
}
.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: 2px;
}
.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: #323233 \9;
  background-image: linear-gradient(to right, #323233, #323233);
  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, #1876F0, #1876F0);
}
.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: #1876F0;
}
.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: #1876F0;
}
.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: #1876F0;
  border-bottom: 2px solid #1876F0;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: #323233;
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1876F0;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1876F0;
}
.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 #1876F0;
  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: 13px;
  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 32.5px !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: 15px;
  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: #1876F0;
}
.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;
}

.system-sidebar {
  z-index: 1001;
  position: fixed;
  bottom: 110px;
  right: 32px;
  width: 48px;
  height: 48px;
}
.system-sidebar-header {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  background-image: url("/assets/images/default_bulb.png");
  background-repeat: no-repeat;
  background-position: center;
}
.system-sidebar-header:hover {
  background-image: url("/assets/images/light_bulb.png");
}
.system-sidebar-content {
  width: 96px;
  height: 165px;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px rgba(200, 201, 204, 0.5);
  border-radius: 4px;
  flex-direction: column;
}
.system-sidebar-content-item {
  flex: 1;
  color: #606266;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-sidebar-content-item.ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
}
.system-sidebar-content-item.ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  display: none;
}
.system-sidebar-content-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-sidebar-content-item-title img {
  padding-right: 7px;
}
.system-sidebar-content-item:hover {
  background: #F5F7FA;
}
.system-sidebar-content-item .iconfont {
  font-size: 16px;
  padding-right: 7px;
}
.system-sidebar-content-item:first-child:hover {
  border-radius: 4px 4px 0 0;
}
.system-sidebar-content-item:last-child:hover {
  border-radius: 0 0 4px 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-switch {
  margin: 0;
  padding: 0;
  color: #323233;
  font-size: 13px;
  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: #323233;
}
.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #1876F0;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 118, 240, 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: #1876F0;
}
.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%;
  }
}

.swipper-wrapper .borderRaidus {
  border-radius: 12px;
}
.swipper-wrapper .swipper_li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.swipper-wrapper #wrapper > div {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
}
.swipper-wrapper .swipper_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.swipper-wrapper .lunbo-item {
  float: left;
}
.swipper-wrapper .leftIcon {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
  top: 50%;
  left: 10px;
  border-top: 3px solid #c1c1c3;
  border-left: 3px solid #c1c1c3;
  z-index: 999;
  text-indent: -100%;
  cursor: pointer;
}
.swipper-wrapper .rightIcon {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  border-right: 3px solid #c1c1c3;
  border-top: 3px solid #c1c1c3;
  z-index: 999;
  text-indent: -100%;
  cursor: pointer;
}
.swipper-wrapper .dots {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 8px;
  float: left;
  cursor: pointer;
}
.swipper-wrapper .dots.active {
  background: #527ECC;
}
.swipper-wrapper .dots-wrap {
  overflow: hidden;
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.quickset-and-saomang-modal {
  display: flex;
}
.quickset-and-saomang-modal-button {
  width: 100%;
  height: 40px;
  background-color: #096DD9;
  font-size: 16px;
  font-weight: 400;
}
.quickset-and-saomang-modal-footer-txt {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #909399;
}
.quickset-and-saomang-modal-footer-txt > button {
  padding: 0;
  color: #096DD9;
}
.quickset-and-saomang-modal .left-container {
  flex-basis: 640px;
}
.quickset-and-saomang-modal .right-container {
  flex: 1;
  padding: 20px;
  font-family: 'PingFang SC';
  font-style: normal;
}
.quickset-and-saomang-modal .right-container-title {
  font-size: 16px;
  color: #323233;
  font-weight: 600;
  line-height: 24px;
}
.quickset-and-saomang-modal .right-container-intro {
  font-size: 14px;
  color: #909399;
  line-height: 22px;
  margin-top: 8px;
}
.quickset-and-saomang-modal .right-container-divider {
  margin: 16px 0;
}
.quickset-and-saomang-modal .right-container-divider img {
  width: 100%;
}
.quickset-and-saomang-modal .right-container-quick-set {
  font-weight: 500;
  font-size: 14px;
}
.quickset-and-saomang-modal .right-container-quick-set .quick-set-title {
  font-weight: 600;
  color: #323233;
}
.quickset-and-saomang-modal .right-container-quick-set .quick-set-part {
  margin-top: 12px;
  color: #606266;
}
.quickset-and-saomang-modal .right-container-quick-set .quick-set-part .quick-set-item {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.quickset-and-saomang-modal .right-container-quick-set .quick-set-part .quick-set-item > span {
  padding-right: 26px;
}
.quickset-and-saomang-modal .right-container-quick-set .quick-set-notice {
  font-weight: 400;
  color: #F2994A;
  margin-top: 12px;
}
.quickset-and-saomang-modal .right-container-quick-set .quick-set-footer {
  margin-top: 16px;
}
.quickset-and-saomang-modal .right-container-turn-on-quick-set .turn-on-quick-set-result {
  text-align: center;
  padding: 26px 0;
}
.quickset-and-saomang-modal .right-container-turn-on-quick-set .turn-on-quick-set-result > div {
  color: #606266;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
.quickset-and-saomang-modal .right-container-turn-on-quick-set .turn-on-quick-set-result .anticon svg {
  width: 40px;
  height: 40px;
  color: #00DA87;
}
.quickset-and-saomang-modal .right-container-turn-on-quick-set .turn-on-quick-set-describe .turn-on-quick-set-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #909399;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
.quickset-and-saomang-modal .right-container-turn-on-quick-set .turn-on-quick-set-describe .turn-on-quick-set-item > span:first-child {
  padding-right: 26px;
  flex: 1;
}
.quickset-and-saomang-modal .right-container-turn-on-quick-set .turn-on-quick-set-describe .turn-on-quick-set-item .turn-on-quick-set-tag {
  flex-basis: 46px;
  font-size: 12px;
  padding: 1px 4px;
  border: 1px solid;
  border-radius: 2px;
}
.quickset-and-saomang-modal .right-container-turn-on-quick-set .turn-on-quick-set-describe .turn-on-quick-set-item .turn-on-quick-set-tag-on {
  color: #14B968;
  border-color: #14B968;
}
.quickset-and-saomang-modal .right-container-turn-on-quick-set .turn-on-quick-set-describe .turn-on-quick-set-item .turn-on-quick-set-tag-off {
  color: #FAAD14;
  border-color: #FAAD14;
}
.quickset-and-saomang-modal .right-container-turn-on-quick-set .turn-on-quick-set-footer {
  margin-top: 62px;
}
.quickset-and-saomang-modal .right-container-turn-off-quick-set .turn-off-quick-set-title {
  font-weight: 600;
  font-size: 14px;
  color: #323233;
}
.quickset-and-saomang-modal .right-container-turn-off-quick-set .turn-off-quick-set-content {
  margin: 16px 0;
  width: 297px;
  height: 244px;
  background: #F5F7FA;
  border-radius: 4px;
  text-align: center;
}
.quickset-and-saomang-modal .right-container-turn-off-quick-set .turn-off-quick-set-content > img {
  padding-top: 5px;
}

.home-page {
  padding-bottom: 100px;
}
.home-page .home-page-content {
  display: flex;
}
.home-page .home-page-content-left {
  width: 67%;
  padding-right: 10px;
}
.home-page .home-page-content-right {
  width: 33%;
  padding-left: 10px;
}
.home-page .home-page-content-left > div,
.home-page .home-page-content-right > div {
  margin-bottom: 20px;
}
.home-page .home-page-content-left > div:last-child,
.home-page .home-page-content-right > div:last-child {
  margin-bottom: 0;
}
.home-page .block-wrapper {
  border: 1px solid #E5E6EB;
  box-shadow: 0px 0px 30px rgba(79, 83, 90, 0.1);
  border-radius: 4px;
}
.home-page .business-overview {
  z-index: 98;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 18px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
  position: relative;
}
.home-page .business-overview-content {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
.home-page .business-overview .overview-con {
  width: 16.6%;
  text-align: center;
  padding: 15px 8px 10px 8px;
  cursor: pointer;
  border-radius: 8px;
}
.home-page .business-overview .overview-con:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.home-page .business-overview .overview-bg:hover {
  background-color: #F2F6FC !important;
}
.home-page .business-overview .overviewFiled {
  font-size: 13px;
  display: block;
  overflow: hidden;
  margin-bottom: 7px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home-page #swipper-content img {
  max-width: 100%;
}
.home-page #swipper-content-top .swiper-content,
.home-page #swipper-content-bottom .swiper-content {
  border-radius: 4px;
}
.home-page .my-service-content {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.home-page .my-service .service-con {
  padding: 12px 16px 0 16px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  width: 33.3%;
  box-sizing: border-box;
}
.home-page .my-service .service-con:hover {
  background: #F5F7FA;
}
.home-page .pannel {
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E5E6EB;
  box-shadow: 0px 0px 30px rgba(79, 83, 90, 0.1);
  border-radius: 4px;
}
.home-page .pannel .toprank {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.home-page .pannel .toprank .ant-radio-button-wrapper {
  border: none !important;
}
.home-page .pannel .toprank .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #fff !important;
}
.home-page .pannel .toprank .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: none;
  background: #fff;
  border-color: none;
  box-shadow: none;
}
.home-page .pannel .toprank .ant-radio-button-wrapper-checked:focus-within {
  outline: none;
}
.home-page .pannel .toprank .ant-radio-button-wrapper:not(:first-child)::before {
  width: 0;
}
.home-page .pannel .toprank .ant-radio-button-wrapper {
  padding: 0 10px;
}
.home-page .pannel .pannel-header {
  display: flex;
  justify-content: space-between;
}
.home-page .pannel .pannel-header-title {
  font-size: 16px;
  font-weight: 500;
  color: #242629;
}
.home-page .pannel .pannel-header-subtitle {
  margin-left: 12px;
  font-size: 12px;
  color: #838D98;
}
.home-page .pannel .salesTrend .bo-header {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: center;
}
.home-page .pannel .salesTrend .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #527ECC;
  background: #EAEFFE;
  border-color: #527ECC;
}
.home-page .pannel .ant-table-thead > tr > th {
  background: #fff;
}
.home-page .salesChart .ant-tabs-nav-container {
  width: 220px;
}
.home-page .salesChart .ant-tabs-extra-content {
  width: calc(100% - 225px);
}
.home-page .new-hand-guidance .pannel {
  padding: 16px 20px;
}
.home-page .new-hand-guidance .pannel .pannel-header-title {
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 500;
  color: #242629;
}
.home-page .new-hand-guidance .pannel .pannel-header-title a {
  vertical-align: bottom;
  margin-left: 8px;
  font-size: 12px;
  color: #C0C4CC;
}
.home-page .new-hand-guidance .pannel .pannel-header-title a:hover {
  color: #527ECC;
}
.home-page .new-hand-guidance .pannel .pannel-header-progress {
  font-size: 12px;
  color: #525A67;
  display: flex;
  alignItems: 'center';
}
.home-page .new-hand-guidance .guidance-cards {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.home-page .new-hand-guidance .guidance-cards-item {
  flex: 1;
  max-width: 300px;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px;
  background: linear-gradient(360deg, #E3EDFF -47.34%, #FFFFFF 100%);
  margin-right: 22px;
}
.home-page .new-hand-guidance .guidance-cards-item:last-child {
  margin-right: 0px;
}
.home-page .new-hand-guidance .guidance-cards-item-title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  color: #909399;
}
.home-page .new-hand-guidance .guidance-cards-item-title-status {
  line-height: 18px;
  font-size: 12px;
  padding: 0 4px;
  color: #F9B400;
  background-color: #FFF5D9;
}
.home-page .new-hand-guidance .guidance-cards-item-title-status-done {
  line-height: 18px;
  font-size: 12px;
  padding: 0 4px;
  color: #43C682;
  background-color: #EAFBF3;
}
.home-page .new-hand-guidance .guidance-cards-item-content {
  font-weight: 500;
  color: #606266;
  margin-top: 5px;
}
.home-page .new-hand-guidance .guidance-cards-item-action {
  font-weight: 400;
  color: #527ECC;
  margin-top: 18px;
  cursor: pointer;
}
.editTables table {
  border-collapse: collapse;
  border-spacing: 0;
}
.editTables td,
.editTables th {
  padding: 0;
}
.editTables table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}
.editTables table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.editTables table td,
.editTables table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}
.editTables table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.editTables table td {
  background-color: transparent;
  border-bottom: 1px solid #cbcbcb;
}
.editTables td {
  border-bottom: 1px solid #cbcbcb;
}
.editTables tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.ck-content {
  line-height: 1.5715 !important;
  font-size: 14px;
}
.ck-content .h1,
.ck-content .h2,
.ck-content .h3,
.ck-content .h4,
.ck-content .h5,
.ck-content .h6,
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5715;
  color: inherit;
  font-size: revert;
}
.ck-content blockquote {
  font-size: revert;
}
.quickSetModal .quickSetModal_ul {
  display: flex;
  justify-content: space-between;
}
.quickSetModal .quickSetModal_li {
  width: 366px;
  background: #F5F7FA;
  border-radius: 4px;
  padding: 16px 20px;
}
.quickSetModal .quickSetTitle {
  color: #323233;
}
.quickSetModal .item {
  display: flex;
  justify-content: space-between;
  color: #606266;
  margin-top: 10px;
}
.bulb-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  padding: 4px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  vertical-align: bottom;
  background-image: url("/assets/images/default_bulb.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  position: relative;
  top: 2px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: -6px;
}
.bill-sheet {
  position: relative;
  min-height: 336px;
}
.bill-sheet-content .bill-sheet-content-radiogroup .ant-radio-button-wrapper {
  width: 94px;
  text-align: center;
  margin-bottom: 12px;
  padding: 7px 12px;
  height: auto;
  line-height: 20px;
  font-size: 14px;
}
.bill-sheet-content-items {
  max-height: 264px;
  overflow-y: auto;
}
.bill-sheet-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
}
.bill-sheet-content-item:nth-child(2n+1) {
  background-color: #F2F3F5;
}
.bill-sheet-content-item-left {
  min-width: 0;
}
.bill-sheet-content-item-left > div {
  margin-top: 8px;
}
.bill-sheet-content-item-left > div:first-child {
  margin-top: 0;
}
.bill-sheet-content-item-right {
  flex: none;
  width: 60px;
  text-align: center;
}
.bill-sheet-content-item-right #num {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.bill-sheet-content-item-right #num.warning {
  color: #F9B400;
}
.bill-sheet-content-item-right #num.error {
  color: #DB5451;
}
.bill-sheet-content-item-right #num + div {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.bill-sheet .empty-content {
  text-align: center;
  height: 336px;
  padding-top: 117px;
}
.bill-sheet .empty-content-tip {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #909399;
}
.pda-download-intro .pda-download-intro-content {
  text-align: center;
  font-size: 13px;
  width: 150px;
  height: 150px;
}
.pda-download-intro .pda-download-intro-content > div {
  margin-top: 7px;
}

.u3_btn_back_index .u3_btn_back {
  z-index: 1000;
  position: fixed;
  bottom: 110px;
  right: 92px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
}
.u3_btn_back_index .u3_btn_back .icon-btn-u3-back {
  font-size: 28px;
  border-radius: 50%;
  color: #4f4f4f;
  box-shadow: 0px 0px 8px #e0e0e0;
  padding: 8px;
  background-color: #fff;
}
.u3_btn_back_index .u3_btn_back .icon-btn-u3-back:hover {
  color: #4cadff;
}

.system-update {
  box-sizing: border-box;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  background-color: #fff;
  border: 1px solid #ebeef5;
  width: 140px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0%);
  border-radius: 12px;
  animation: fadeInUp 1s ease;
  animation-iteration-count: 1;
}
.system-update img {
  margin-top: -70px;
  width: 100%;
  height: 100%;
}
.system-update .update-content {
  padding: 6px 12px 9px;
  text-align: center;
  background-color: #fff;
  font-family: inherit;
  border-radius: 12px;
}
.system-update .update-content-title {
  font-size: 13px;
  font-weight: 600;
  color: #101010;
  line-height: 13px;
}
.system-update .update-content-subtitle {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 13px;
}
.system-update .update-content .update-button {
  margin-top: 12px;
  width: 100%;
  background-color: #fd8079;
  border-color: #fd8079;
  transition: 0.2s;
  animation: refreshAnimation 2s linear infinite;
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
  border-radius: 15px;
  font-weight: 500;
  cursor: pointer;
}
@keyframes refreshAnimation {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.9);
  }
}

.ant-input input[readonly],
input[readonly].ant-input {
  color: #262d33;
  background: #fff !important;
}
.ant-calendar-picker .ant-input input[readonly],
.ant-calendar-picker input[readonly].ant-input {
  background: unset !important;
}
.page-content .ant-form-item-with-help,
.ant-form .ant-form-item-with-help {
  margin-bottom: 0;
}
.page-content .ant-form-item-label > label,
.ant-form .ant-form-item-label > label {
  display: inline-flex;
  align-items: center;
  height: 32px;
  margin-bottom: 0px;
  line-height: 1.1;
  white-space: normal;
}
.page-content .ant-form-item-control,
.ant-form .ant-form-item-control {
  flex: 1 1 0;
}
.page-content .ant-form-item-control .ant-form-text,
.ant-form .ant-form-item-control .ant-form-text {
  line-height: 32px;
}
.page-content .ant-form-item-control .ant-form-explain,
.ant-form .ant-form-item-control .ant-form-explain,
.page-content .ant-form-item-control .ant-form-extra,
.ant-form .ant-form-item-control .ant-form-extra {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}
.page-content li[class*="item-"],
.ant-form li[class*="item-"] {
  border: none;
}
.ant-select-dropdown li[class*="item-"] {
  border: none;
}
.ant-radio-wrapper .ant-radio {
  margin-bottom: 1px;
}
.ant-radio-wrapper .ant-radio input[type=radio] {
  margin: unset;
}
.configuration-pop-content .anticon-exclamation-circle {
  display: none;
}
.configuration-pop-content .ant-popover-buttons {
  text-align: center;
}
.ant-calendar-footer-btn .ant-tag-blue {
  border: none;
  background: none;
  color: #527ECC;
}
textarea:focus.ant-input,
input[type]:focus.ant-input {
  border-color: #79a0d9;
}
.ant-btn.ant-btn-success {
  color: #fff;
  background-color: #29d68e;
  border-color: #29d68e;
  text-shadow: 0 -1px 0 rgb(0 0 0%);
  box-shadow: 0 2px 0 rgb(0 0 0%);
}
.ant-btn.ant-btn-success:hover {
  background-color: #4fe3a1;
  border-color: #4fe3a1;
  color: #fff;
}
.ant-btn.ant-btn-success:active,
.ant-btn.ant-btn-success:focus {
  background-color: #19b076;
  border-color: #19b076;
  color: #fff;
}
.hideSelectDropDwon {
  display: none;
}
.ant-cascader-menu li.ant-cascader-menu-item {
  border-width: 0px;
}
.ant-modal-root .ant-modal.ant-modal-confirm .ant-modal-body {
  padding: 24px;
}
.ant-modal-root .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
  font-size: 16px;
  line-height: 24px;
}
.ant-modal-root .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}
.ant-modal-root .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-btns {
  margin-top: 16px;
}

