/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
ul[data-v-8b19efcc] {
  width: 100%;
}
li[data-v-8b19efcc] {
  width: 100%;
  height: 4.5rem;
  margin-top: 0.3rem;
  background-color: #fff;
}
li h3[data-v-8b19efcc] {
  width: 100%;
  height: 1.5rem;
  font-size: 0.7rem;
  line-height: 1.5rem;
  padding-left: 0.8rem;
}
li > div[data-v-8b19efcc] {
  width: 100%;
  height: 3rem;
  display: flex;
  padding-right: 1.3rem;
  position: relative;
}
li > div[data-v-8b19efcc]: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-top: 1PX solid #bbbbbb;
}
li > div i[data-v-8b19efcc] {
  display: flex;
  align-items: center;
  width: 0.9rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.75rem;
  font-size: 0.6rem;
  color: #999;
  justify-content: flex-end;
}
li > div p[data-v-8b19efcc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
li > div p[data-v-8b19efcc]:nth-child(2) {
  width: 6.05rem;
}
li > div p[data-v-8b19efcc]:nth-child(2):after {
  content: '';
  position: absolute;
  width: 1PX;
  height: 1.45rem;
  background-color: #eee;
  right: 0;
}
li > div p[data-v-8b19efcc]:nth-child(2):before {
  content: '';
  position: absolute;
  width: 1PX;
  height: 1.45rem;
  background-color: #eee;
  left: 0;
}
li > div p[data-v-8b19efcc]:nth-child(1),
li > div p[data-v-8b19efcc]:nth-child(3) {
  flex: 1;
}
li > div p span[data-v-8b19efcc]:nth-child(1) {
  font-size: 0.5rem;
  color: #999;
}
li > div p span[data-v-8b19efcc]:nth-child(2) {
  font-size: 0.6rem;
  color: #333;
  margin-top: 0.1rem;
}
li > div p .state[data-v-8b19efcc] {
  color: #dc3b40 !important;
}
.nodata[data-v-8b19efcc] {
  background-position: center 90%;
}

