#__qiankun_microapp_wrapper_for_zf_promotion_web__ .document-page{height:calc(100vh - 82px);margin:16px}#app{height:100%;width:100%}.document-page{height:100%;background:#f2f4f7}.document-page .macro-table th.macro-table__cell,.document-page .macro-table__header-wrapper tr th.macro-table-fixed-column--right,.document-page .macro-table__header-wrapper tr th.macro-table-fixed-column--right{background-color:#f2f4f7;height:60px}.document-page :deep(.macro-table__cell){height:60px;overflow-y:auto;overflow-x:hidden}.document-page .macro-spin-nested-loading,.document-page .macro-spin-container{height:100%}
.microapp-wrapper[data-v-1530f042] {
  margin: 16px;
  overflow: hidden;
}
.microapp-wrapper #vue-microapp-container[data-v-1530f042],
.microapp-wrapper #promotion-microapp-container[data-v-1530f042] {
  overflow: hidden;
}

/* css reset */

* {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: Inter UI, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
form,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #666;
}

img {
  border: 0 none;
  /* vertical-align: top; */
}

/* font 字体处理 */

.font-size10 {
  font-size: 10px;
}

.font-size12 {
  font-size: 12px;
}

.font-size13 {
  font-size: 13px;
}

.font-size14 {
  font-size: 14px;
}

.font-size15 {
  font-size: 15px;
}

.font-size16 {
  font-size: 16px;
}

.font-size17 {
  font-size: 17px;
}

.font-size18 {
  font-size: 18px;
}

.font-size20 {
  font-size: 20px;
}

.font-size22 {
  font-size: 22px;
}

.font-size24 {
  font-size: 24px;
}

.font-size30 {
  font-size: 30px;
}

.font-weight400 {
  font-weight: 400;
}

.font-weight500 {
  font-weight: 500;
}

.font-weight700 {
  font-weight: 700;
}

.font-blarkcolor {
  color: rgba(0, 0, 0, 0.85);
}

.font-whitecolor {
  color: rgba(255, 255, 255, 0.85);
}

/* flex布局 */

.flex-column {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

.flex-row {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
}

.flex-verticalcenter {
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

.flex-horizontalcenter {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex1 {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.flex2 {
  flex: 2;
  -webkit-box-flex: 2;
  -ms-flex: 2;
}

.flex3 {
  flex: 3;
  -webkit-box-flex: 3;
  -ms-flex: 3;
}

/* overflow样式 */

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflowY-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
}

.overflowX-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}

.text-align-right {
  text-align: right;
}

.ant-page-header {
  padding: 0 12px 12px 12px;
}

.table-page-search-wrapper {
  margin-bottom: 24px;
}

/*浏览器滚动条样式*/

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
  background: rgb(222, 222, 223);
  border-radius: 5px;
}

.bg-white {
  background-color: white;
}

.m-12 {
  margin: 12px;
}

.m-l-8 {
  margin-left: 8px;
}

.m-b-6 {
  margin-bottom: 6px;
}

.m-b-none {
  margin-bottom: 0;
}

.p-12 {
  padding: 12px;
}

.p-r-12 {
  padding-right: 12px;
}

.p-r-none {
  padding-right: 0;
}

.p-l-none {
  padding-left: 0;
}

.p-l-12 {
  padding-left: 12px;
}

.cursor-pointer {
  cursor: pointer;
}

.macro-pagination {
  padding: 0 10px;
}

.macro-page-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
}

.macro-table-wrapper {
  padding: 0 12px 12px 12px;
  flex: 1;
  overflow: hidden;
}

