/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.tips[data-v-5defe4c7] {
  display: flex;
  width: 100%;
  height: 3rem;
  padding: 0.5rem 0.75rem;
}
.tips > img[data-v-5defe4c7] {
  width: 2rem;
  height: 2rem;
  margin-right: 0.375rem;
}
.tips .desc[data-v-5defe4c7] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 0.125rem 0;
}
.tips .desc > h3[data-v-5defe4c7] {
  width: 100%;
  font-weight: bold;
  font-size: 0.7rem;
}
.tips .desc > h3 > em[data-v-5defe4c7] {
  margin-left: 0.25rem;
  font-weight: normal;
  font-size: 0.5rem;
  color: #292f5b;
}
.tips .desc > p[data-v-5defe4c7] {
  width: 100%;
  font-size: 0.475rem;
}
.tips .desc > p > span[data-v-5defe4c7] {
  color: #f45d63;
}
.list-title[data-v-5defe4c7],
.list > li[data-v-5defe4c7] {
  display: flex;
  width: 100%;
  height: 0.85rem;
}
.list-title > p[data-v-5defe4c7],
.list > li > p[data-v-5defe4c7] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  font-size: 0.35rem;
}
.list-title > p[data-v-5defe4c7]:not(:last-child),
.list > li > p[data-v-5defe4c7]:not(:last-child) {
  border-right: 1PX solid #333;
}
.list-title > p[data-v-5defe4c7]:nth-child(1),
.list > li > p[data-v-5defe4c7]:nth-child(1) {
  width: 1.25rem;
}
.list-title > p[data-v-5defe4c7]:nth-child(2),
.list > li > p[data-v-5defe4c7]:nth-child(2),
.list-title > p[data-v-5defe4c7]:nth-child(3),
.list > li > p[data-v-5defe4c7]:nth-child(3) {
  width: 1.5rem;
}
.list-title > p[data-v-5defe4c7]:nth-child(4),
.list > li > p[data-v-5defe4c7]:nth-child(4) {
  flex: 1;
}
.list-title > p[data-v-5defe4c7]:nth-child(5),
.list > li > p[data-v-5defe4c7]:nth-child(5),
.list-title > p[data-v-5defe4c7]:nth-child(6),
.list > li > p[data-v-5defe4c7]:nth-child(6) {
  width: 2.25rem;
}
.list-title[data-v-5defe4c7] {
  background-color: #ffdf79;
  border-top: 2PX solid #333;
  border-bottom: 2PX solid #333;
}
.list[data-v-5defe4c7] {
  width: 100%;
  border-bottom: 2PX solid #333;
}
.list > li[data-v-5defe4c7] {
  background-color: #fff;
}
.list > li[data-v-5defe4c7]:not(:last-child) {
  border-bottom: 1PX solid #333;
}
.list > li.active[data-v-5defe4c7] {
  background-color: #f45d63;
  color: #fff;
}
.list > li > p[data-v-5defe4c7]:nth-child(4) {
  display: flex;
  padding: 0 0.25rem;
}
.list > li > p:nth-child(4) > span[data-v-5defe4c7] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  height: 100%;
}

