
footer {
  background-color: #eeeeee;
  color: #555;
  padding-bottom: 0.16667rem;
  padding-top: 0.16667rem;
  text-align: center;
  left: 0;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  flex-shrink: 0;
  width: 100%;
}
.fontSize {
  font-size: 100%;
}


.el-icon-back[data-v-6d2fe9be],
.el-icon-document-remove[data-v-6d2fe9be],
.el-icon-search[data-v-6d2fe9be] {
  font-size: 0.5rem;
}
.el-icon-edit[data-v-6d2fe9be],
.el-icon-delete[data-v-6d2fe9be],
.el-icon-circle-plus-outline[data-v-6d2fe9be] {
  font-size: 0.25rem;
}


































































































































































































































































































































































































































































































































/* 主体页面灰色 */
.root-container {
  background-color: #f6f6f6;
}

/* 两个主体部分边框阴影，白色背景 */
.a0501_select,
.a0501_data {
  box-shadow: 0 0.03333rem 0.06667rem rgba(0, 0, 0, 0.12), 0 0 0.1rem rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}

/* 内容body、两个主体外边距 */
.a0501_body,
.a0501_data {
  margin: 1vh, 1vh, 0, 0;
}

/* 两部分主体宽80vw，居中 */
.a0501_select,
.a0501_data {
  width: 80vw;
  margin: auto;
}

/* 灰色上边线，上内边距 */
.select_body {
  border-top: 0.03333rem solid #f6f6f6;
  padding-top: 2vh;
}

/* 检索按钮所在div内边距，底部外边距 */
.a0501_button {
  padding-top: 2vh;
  padding-bottom: 5vh;
  margin-bottom: 2vh;
  margin-left: 15vh;
}
.ad-title {
  margin-top: 1vh;
  margin-left: 2vh;
  margin-bottom: 1vh;
  background-color: #ffffff;
  color: #006699;
  font-weight: 700;
  font-size: 2em;
  width: 2rem;
}
.demo-table-expand {
  font-size: 0;
}
.demo-table-expand label {
  width: 2rem;
  color: #99a9bf;
}
.demo-table-expand .el-form-item {
  margin-left: 5%;
  margin-right: 0;
  margin-bottom: 0;
  width: 40%;
}

/* テーブル内ボタン */
::v-deep .el-table .cell .em {
  padding: 0;
}

