/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.header-con[data-v-430fb638] {
  width: 100%;
  padding-bottom: 1rem;
  background-color: #fbd131;
  color: #333;
}
.header-con > *[data-v-430fb638] {
  display: block;
  text-align: center;
}
.header-con p[data-v-430fb638] {
  margin-top: 1rem;
  line-height: 2.7rem;
  font-size: 1.8rem;
}
.header-con span[data-v-430fb638] {
  font-size: 0.6rem;
}
.header-con button[data-v-430fb638] {
  display: block;
  width: 5.5rem;
  height: 1.25rem;
  margin: 1rem auto 0;
  border-radius: 1.25rem;
  background-color: #e2bc2c;
  font-size: 0.6rem;
  color: #333752;
}
.title[data-v-430fb638] {
  position: relative;
  display: flex;
  width: 100%;
  height: 1.75rem;
  padding: 0 0.8rem;
  line-height: 1.75rem;
  justify-content: space-between;
  background-color: #fff;
  font-size: 0.7rem;
}
.title[data-v-430fb638]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.title[data-v-430fb638]:after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  width: 0.075rem;
  height: 0.7rem;
  background-color: #333;
}
.title h4[data-v-430fb638] {
  font-weight: normal;
}
.title p[data-v-430fb638] {
  color: #999;
}
.title p span[data-v-430fb638] {
  color: #333;
}
.title p span[data-v-430fb638]:first-child {
  margin-right: 0.45rem;
  color: #dc3b40;
}
.records-list[data-v-430fb638] {
  width: 100%;
  background-color: #fff;
}
.records-list li[data-v-430fb638] {
  position: relative;
  display: flex;
  width: 100%;
  height: 3.4rem;
  padding: 0 0.8rem;
  flex-direction: column;
  justify-content: center;
}
.records-list li[data-v-430fb638]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.records-list li p[data-v-430fb638] {
  display: flex;
  margin-bottom: 0.375rem;
  justify-content: space-between;
  font-size: 0.7rem;
}
.records-list li p span[data-v-430fb638]:last-child {
  color: #dc3b40;
  font-size: 0.75rem;
}
.records-list li > span[data-v-430fb638] {
  font-size: 0.65rem;
  color: #999;
}

