.qr-box {
  min-height: 310px;
}
.qr-box .qrcode-wrap {
  margin: 0 auto;
  width: 290px;
  text-align: center;
}
.qr-box .qrcode-wrap img {
  margin-bottom: 20px;
  cursor: pointer;
}
.qr-box .qrcode-wrap p {
  color: #969696;
  font-size: 12px;
  margin: 0;
}

.bread-crumb-content {
  margin-bottom: 12px;
}

.gray-background {
  background-color: #f3f3f3;
  padding-top: 12px;
  margin-bottom: 6px;
}

.goods-info-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.goods-info-wrap img {
  width: 100px;
}
.goods-info-wrap .right-goods-w {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  max-width: 360px;
  justify-content: space-around;
}
.goods-info-wrap .right-goods-w h3 {
  font-size: 16px;
}
.goods-info-wrap .right-goods-w div {
  display: flex;
  justify-content: space-between;
}

.flex-inline-start-space {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flex-inline-start-space p {
  width: 50%;
}
.flex-inline-start-space p .bold-instance {
  font-size: 36px;
  font-weight: bold;
}

.footer-form {
  position: fixed;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  justify-content: flex-end;
  height: 60px;
  align-items: center;
  padding-right: 60px;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px -2px 2px 0px rgba(45, 45, 45, 0.05), 0px -4px 4px 0px rgba(49, 49, 49, 0.05), 0px -8px 8px 0px rgba(42, 42, 42, 0.05);
}

.table-img {
  max-width: 50px;
  max-height: 50px;
  cursor: pointer;
  margin: 0 6px 6px 0;
}
.img-mask {
  background: #00000050 !important;
}
.table-popover-box {
  max-width: 1000px;
  word-wrap: break-word;
  word-break: normal;
}
.table-cell {
  position: relative;
}
.table-cell .setting,
.table-cell .download {
  position: absolute;
  right: 24px;
  z-index: 100;
  top: -12px;
  font-size: 16px;
}
.table-cell .download {
  right: 70px;
}
.table-cell .total {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.table-cell .total span {
  color: #2ec2a5;
}
.table-tips {
  text-align: center;
}
.has-select-box {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  line-height: 28px;
  margin-bottom: 12px;
  font-size: 12px;
  padding: 6px 15px;
}
.has-select-box .select-num {
  color: #2ec2a5;
  padding: 0 4px;
}
.has-select-box .clear-select {
  margin-left: 6px;
}
.has-select-box .select-icon {
  color: #2ec2a5;
  margin-right: 6px;
  font-size: 14px;
}

.search-form .ant-select,
.search-form .ant-cascader-picker,
.search-form .ant-picker-range,
.search-form .ant-picker,
.search-form .ant-input,
.search-form .ant-input-number {
  display: flex;
}
.search-form .search-form-btn {
  display: flex;
  flex-wrap: nowrap;
}
.search-form .ant-input-number {
  width: unset;
}
.search-form .ant-row {
  justify-content: flex-start;
}
.search-form .ant-row .ant-col-6 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 12px;
}
.search-form .ant-row .ant-col-8 {
  padding-right: 12px;
}
.search-form .ant-row .ant-col-12 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 12px;
}
.search-form .ant-form-item {
  margin-bottom: 12px;
  width: 100%;
}
.search-form .search-btn {
  margin-left: 10px;
}

.upload-clearfix {
  display: flex;
  flex-wrap: wrap;
}
.upload-clearfix .upload-btn {
  display: flex;
  float: left;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  justify-content: center;
  align-items: center;
}
.upload-clearfix .ant-upload-picture-card-wrapper {
  width: auto;
}
.upload-modal .ant-modal-footer button:first-child {
  display: none;
}

.general-form {
  display: flex;
  flex-wrap: wrap;
}
.general-form .ant-select,
.general-form .ant-cascader-picker,
.general-form .ant-input,
.general-form .ant-picker-range,
.general-form .ant-input-number,
.general-form .ant-picker {
  display: flex;
}
.general-form .ant-input-number {
  width: unset;
}
.general-form .ant-select-selector,
.general-form .ant-input-number-input-wrap {
  width: 100%;
}
.general-form .ant-form-item {
  margin-bottom: 12px;
  width: 100% !important;
}
.general-form .ant-form-item .ant-form-item-label {
  min-width: 110px;
}
.general-form .ant-row {
  flex-flow: nowrap;
}
.general-form .cell-form {
  display: flex;
}
.general-form .cell-form .children-cell {
  margin-left: 60px;
  display: flex;
}
.general-form .cell-form .children-cell .ant-form-item-label {
  text-align: left;
}
.general-form .cell-form .children-cell .ant-form-item {
  margin-right: 24px;
}
.general-form .cell-form .form-html-wrap img {
  max-width: 100%!important;
}

.map-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.map-area__main {
  display: flex;
  gap: 48px;
}
.map-area__title {
  display: flex;
  height: 40px;
  margin-bottom: 12px;
}
.map-area__scrollable {
  display: inline-block;
  width: auto;
  max-height: 600px;
  outline: 1px solid #f0f0f0;
  overflow: hidden auto;
}
.map-area__container {
  position: relative;
  overflow: hidden;
}
.map-area__image {
  display: block;
  user-select: none;
}
.map-area__rnd {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #2ec2a5;
  background-color: rgba(46, 194, 165, 0.5);
  font-size: 20px;
  font-weight: 700;
  color: #ecd528;
  user-select: none !important;
}
.map-area__rnd--active {
  border-color: #2e91c2;
  background-color: rgba(46, 145, 194, 0.5);
  z-index: 1000;
}
.map-area__rnd--active .map-area__handle {
  display: block;
  border-color: #2e91c2;
}
.map-area__handle {
  display: none;
  width: 6px !important;
  height: 6px !important;
  border: 1px solid #2ec2a5;
  background-color: #fff;
}
.map-area__handle--b {
  bottom: -3px !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.map-area__handle--bl {
  bottom: -3px !important;
  left: -3px !important;
}
.map-area__handle--br {
  bottom: -3px !important;
  right: -3px !important;
}
.map-area__handle--l {
  left: -3px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.map-area__handle--r {
  right: -3px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.map-area__handle--t {
  top: -3px !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.map-area__handle--tl {
  top: -3px !important;
  left: -3px !important;
}
.map-area__handle--tr {
  top: -3px !important;
  right: -3px !important;
}
.map-area__right {
  width: 400px;
}
.map-area__group {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.map-area__index {
  flex-shrink: 0;
  flex-basis: 40px;
  padding-right: 8px;
  text-align: right;
}
.map-area__index--active {
  font-weight: 700;
  color: #2ec2a5;
}
.map-area__select {
  width: 100px !important;
}
.map-area__input {
  width: calc(100% - 140px) !important;
}
.map-area__delete {
  width: 40px !important;
}
.map-area__add {
  padding-left: 40px;
}
.ant-image {
  display: block;
}
.ant-select-selector {
  min-width: 0;
}

.test {
  color: #2ec2a5;
  font-size: 12px;
}
@font-face {
  font-family: 'iconfont';
  /* project id 2005289 */
  src: url('//at.alicdn.com/t/font_2005289_s1j8dyhcrf.eot');
  src: url('//at.alicdn.com/t/font_2005289_s1j8dyhcrf.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2005289_s1j8dyhcrf.woff2') format('woff2'), url('//at.alicdn.com/t/font_2005289_s1j8dyhcrf.woff') format('woff'), url('//at.alicdn.com/t/font_2005289_s1j8dyhcrf.ttf') format('truetype'), url('//at.alicdn.com/t/font_2005289_s1j8dyhcrf.svg#iconfont') format('svg');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  margin-left: 11px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.side-menu {
  z-index: 101;
}
.side-bar-div {
  display: none;
  position: relative;
  height: 100%;
}
.side-bar-div .toggle-btn {
  position: absolute;
  right: -50px;
}
.side-bar-div .ant-layout-sider-dark.ant-layout-sider {
  height: 100%;
}

.message-gather {
  display: flex;
}
.message-gather .ant-card {
  flex: 1;
  margin-right: 12px;
}

.drawer-box {
  height: 86vh;
  overflow: auto;
}
.task-title {
  font-weight: bold;
}
.task-time {
  color: #7a7979;
  font-size: 10px;
}
.message-list .ant-tabs-content-holder {
  overflow-y: auto;
}
.total-badge {
  margin-top: -5px;
  margin-left: 5px;
}
.top-message-text {
  color: white;
}
.no-more-tip {
  text-align: center;
  padding: 10px 0;
}

.ellipsis button {
  display: none;
  margin-bottom: 6px;
}
.ellipsis .display-icon {
  width: 10px;
  height: 10px;
  font-size: 20px;
  display: none;
  cursor: pointer;
}

.line-tip-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #c09853;
}
.line-tip-box p {
  margin: 0 0 0 10px;
}
.line-tip-box .tip-icon {
  align-self: flex-start;
  margin-top: 3px;
}

.my-table {
  width: 100%;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.my-tr1-left {
  padding: 10px;
  border-bottom: 1px solid black;
}
.my-tr2 {
  border-left: 1px solid black;
}
.my-tr2-left {
  padding: 10px;
  border-bottom: 1px solid black;
}
.my-tr2-right {
  border-left: 1px solid black;
}
.my-tr3 {
  border-bottom: 1px solid black;
}
.my-tr3-left {
  padding-left: 10px;
  border-right: 1px solid black;
}
.my-tr3-right {
  padding-left: 10px;
}
.anticon-close {
  color: red;
}
.anticon-check {
  color: green;
}


/*# sourceMappingURL=commons.183188bf.chunk.css.map*/