.layout[data-v-9d818a8e] {
  background-color: #f6f6f6;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.layout-header[data-v-9d818a8e] {
  height: auto;
  padding: 0;
  background-color: #f6f6f6;
  margin-bottom: 24px;
}
.layout .white-bg[data-v-9d818a8e] {
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0px 8px 20px 4px rgba(102, 102, 102, 0.06);
  background-color: #ffffff;
}
.layout .white-bg.ant-layout-header[data-v-9d818a8e] {
  line-height: 40px;
}
.layout-content[data-v-9d818a8e] {
  background: #ffffff;
  box-shadow: 0px 8px 20px 4px rgba(102, 102, 102, 0.06);
  border-radius: 8px;
  padding: 0 20px;
}
.layout-content--operation[data-v-9d818a8e] {
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.layout-footer[data-v-9d818a8e] {
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding: 24px 0 0;
  /* position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%); */
}

.grid[data-v-7003b9f2] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.grid *[data-v-7003b9f2] {
  box-sizing: border-box;
}
.grid-head[data-v-7003b9f2] {
  display: -webkit-flex;
  display: flex;
}
.grid-head .grid-col[data-v-7003b9f2] {
  font-weight: 500;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}
.grid-head .grid-col[data-v-7003b9f2]:first-child {
  border-top-left-radius: 2px;
}
.grid-head .grid-col[data-v-7003b9f2]:last-child {
  border-top-right-radius: 2px;
}
.grid-row[data-v-7003b9f2] {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: -1px;
}
.grid-row:hover .grid-col[data-v-7003b9f2] {
  background: #e6f7ff;
}
.grid-col[data-v-7003b9f2] {
  -webkit-flex: 0px 1 1;
          flex: 0px 1 1;
  padding: 16px 16px;
  overflow-wrap: break-word;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}
.ant-table-row-expand-icon[data-v-7003b9f2]::after {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.grid-col[data-v-7003b9f2]:nth-child(1) {
  -webkit-flex: 130px 1 1;
          flex: 130px 1 1;
}
.grid-col[data-v-7003b9f2]:nth-child(2) {
  -webkit-flex: 100px 1 1;
          flex: 100px 1 1;
}
.grid-col[data-v-7003b9f2]:nth-child(3) {
  -webkit-flex: 90px 1 0;
          flex: 90px 1 0;
}
.grid-col[data-v-7003b9f2]:nth-child(4) {
  -webkit-flex: 110px 1 1;
          flex: 110px 1 1;
}
.grid-col[data-v-7003b9f2]:nth-child(5) {
  -webkit-flex: 300px 1 1;
          flex: 300px 1 1;
}
.grid-col[data-v-7003b9f2]:nth-child(6) {
  -webkit-flex: 90px 0 0;
          flex: 90px 0 0;
}

.item_blue[data-v-c536637c] {
  color: #2194ff;
  margin-top: 6px;
  cursor: pointer;
}

