
.grid-content[data-v-53b12fab] {
  background: #ffffff;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
}
.col-sub[data-v-53b12fab] {
  display: inline;
  background: #f1f5ff;
  border: #DCDFE6 1px solid;
  border-radius: 4px;
  color: grey;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
}
.col-sub1[data-v-53b12fab] {
  display: inline;
  background: #f1f5ff;
  border-bottom: #DCDFE6 1px solid;
  border-top: #DCDFE6 1px solid;
  border-left: #DCDFE6 1px solid;
  order-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: grey;
  height: 42px;
  line-height: 42px;
  text-align: left;
  font-size: 14px;
  padding-left: 20px;
}
.col-sub2[data-v-53b12fab] {
  display: inline;
  background: #f1f5ff;
  border-bottom: #DCDFE6 1px solid;
  border-top: #DCDFE6 1px solid;
  border-right: #DCDFE6 1px solid;;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: grey;
  height: 42px;
  line-height: 42px;
  text-align: right;
  font-size: 14px;
  padding-right: 20px;
}
.col-sub3[data-v-53b12fab] {
  background: #f1f5ff;
  border: #DCDFE6 1px solid;
  border-radius: 4px;
  color: grey;
  text-align: right;
  font-size: 14px;
  display: flex;
  justify-content: center; /*主轴上居中*/
  align-items: center; /*侧轴上居中*/
}
.col-content[data-v-53b12fab] {
  background: #ffffff;
  border: #DCDFE6 1px solid;
  border-radius: 4px;
  color: grey;
  height: 42px;
  text-align: left;
  font-size: 14px;
  padding-left: 10px;
}
.col-content1[data-v-53b12fab] {
  display: inline;
  background: #ffffff;
  border: #DCDFE6 1px solid;
  border-radius: 4px;
  color: grey;
  height: 42px;
  text-align: left;
  font-size: 14px;
  line-height: 42px;
  padding-left: 10px;
}
.col-content2[data-v-53b12fab] {
  display: inline;
  background: #ffffff;
  border: #DCDFE6 1px solid;
  border-radius: 4px;
  color: grey;
  text-align: left;
  font-size: 14px;
  padding-left: 10px;
}
.main-content[data-v-53b12fab] {
  position: relative;
}
.main-content-bottom[data-v-53b12fab] {
  position: absolute;
  left: calc(50% - 240px);
  transform: translateX(50%);
  bottom: -10px;
  color: rgba(128, 128, 128, 0.5);
}

