
.highlighted[data-v-4271d258] {
  /* background-color: red; */
  color: red;
  font-weight: 700;
}
.flex-container[data-v-4271d258] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 垂直布局 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直居中 */
}
.panel[data-v-4271d258] {
  position: absolute;
  z-index: 1000;
  top: 39%;
  right: 1.5%; /* 使用百分比 */
  width: 24%; /* 使用百分比 */
  height: 25%; /* 使用百分比 */
  background: url(../img/panel0102.b8d10546.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.1875rem 0.5rem;
  color: #fff;
  overflow: hidden;
}
.panel .title[data-v-4271d258] {
  font-weight: 600;
  font-size: 0.21rem;
  margin-top: 0.08rem;
  margin-left: 0.15rem;
  letter-spacing: 1px;
}
.panel h3[data-v-4271d258] {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}
.content[data-v-4271d258] {
  width: 4.72rem;
  margin-left: 0.25rem;
  margin-top: 0.28rem;
  font-size: 0.24rem;
}
.SpacerRow[data-v-4271d258] {
  height: 5px;
  line-height: 0; /* 防止内容显示 */
  border: none; /* 防止边框显示 */
  padding: 0; /* 防止内边距显示 */
  margin-top: 10px; /* 设置间隔大小 */
}
table[data-v-4271d258],
tbody[data-v-4271d258] {
  display: block;
  height: 1.9rem;
  margin-top: 0.12em;
  border-collapse: collapse;
  cursor: default;
}
tbody[data-v-4271d258] {
  overflow-y: hidden;
}
table thead[data-v-4271d258],
tbody tr[data-v-4271d258] {
  display: table;
  width: 100%;
  table-layout: fixed;
}
table thead[data-v-4271d258] {
  position: sticky;
  width: 100%;
}
table thead th[data-v-4271d258] {
  padding: 0px;
  text-align: center;
}
table tbody td[data-v-4271d258] {
  padding: 6px;
  font-size: 0.2rem;
  text-align: center;
  border-bottom: solid #ccc 0.1px;
}

