/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.x-scroll[data-v-3c6e727e] {
  position: relative;
  background: #fff;
}
.x-scroll[data-v-3c6e727e]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.75rem;
  background: #cdced6;
  z-index: 5;
}
.list[data-v-3c6e727e] {
  width: 100%;
  display: flex;
  font-size: 0.55rem;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.list .scroll_tip_left[data-v-3c6e727e],
.list .scroll_tip_right[data-v-3c6e727e]::after {
  content: '';
  position: absolute;
  top: 0.675rem;
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
}
.list .scroll_tip_left[data-v-3c6e727e] {
  border-right: 0.25rem solid #333752;
  right: 0.125rem;
}
.list .scroll_tip_right[data-v-3c6e727e] {
  width: 0.5rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #cdced6;
}
.list .scroll_tip_right[data-v-3c6e727e]::after {
  border-left: 0.25rem solid #333752;
  left: 0.125rem;
}
.list ul li[data-v-3c6e727e] {
  display: flex;
  height: 1.5rem;
  background: #fff;
  align-items: center;
}
.list ul li p[data-v-3c6e727e] {
  border-bottom: 1PX solid #eee;
  background: #fff;
  height: 100%;
  text-align: center;
  flex: 1 0 2.25rem;
  min-width: 2.25rem;
  line-height: 1.5rem;
}
.list .thead[data-v-3c6e727e] {
  height: 1.75rem;
  background: #cdced6;
  border-bottom: 0;
}
.list .thead > div[data-v-3c6e727e] {
  display: -webkit-box;
  height: 100%;
}
.list .thead p[data-v-3c6e727e] {
  height: 100%;
  background: #cdced6;
  line-height: normal!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0!important;
}
.list .fixed li[data-v-3c6e727e] {
  padding-left: 0.3rem;
  padding-right: 0.25rem;
  border-bottom: 1PX solid #eee;
}
.list .fixed li p[data-v-3c6e727e] {
  padding: 0 0.5rem 0 0.25rem;
  border-bottom: 0;
}
.list .fixed .thead[data-v-3c6e727e] {
  position: relative;
  border-bottom: 0;
}
.list .scroll[data-v-3c6e727e] {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}
.list .scroll > ul > li p[data-v-3c6e727e]:first-child {
  display: none;
}
.list .scroll .large_item[data-v-3c6e727e] {
  min-width: 3.75rem;
  flex: 1 0 3.75rem!important;
}
.list .scroll .goal[data-v-3c6e727e] {
  color: #0a97f0;
}
.list .scroll .red_card[data-v-3c6e727e] {
  color: #dc3b40;
}
.list .scroll .yellow_card[data-v-3c6e727e] {
  color: #fb982d;
}

