/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.lineup[data-v-5f62834b] {
  background-color: #fff;
  padding-bottom: 2rem;
}
.lineup .sub-tit[data-v-5f62834b] {
  display: flex;
  align-items: center;
  height: 1.5rem;
  background: #fff;
  color: #444;
  font-size: 0.7rem;
}
.lineup .sub-tit em[data-v-5f62834b] {
  width: 0.075rem;
  height: 0.7rem;
  background: #333752;
}
.lineup .sub-tit span[data-v-5f62834b] {
  margin-left: 0.6rem;
}
.lineup .main[data-v-5f62834b] {
  margin-top: 0.5rem;
  display: flex;
  position: relative;
}
.lineup .main[data-v-5f62834b]: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 #e5e5e5;
}
.lineup .main .item[data-v-5f62834b] {
  flex: 1;
  position: relative;
}
.lineup .main .item[data-v-5f62834b]: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-right: 1PX solid #e5e5e5;
}
.lineup .main .item[data-v-5f62834b]:last-child:before {
  content: none;
}
.lineup .main .item > div[data-v-5f62834b] {
  display: flex;
  justify-content: space-between;
  height: 1.4rem;
  position: relative;
  font-size: 0.6rem;
  color: #444;
  line-height: 1.4rem;
  padding: 0 0.5rem;
}
.lineup .main .item > div[data-v-5f62834b]: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;
}
.lineup .main .item > div[data-v-5f62834b]:nth-child(2n) {
  background: #f0f0f0;
}
.lineup .main .item > div .code[data-v-5f62834b] {
  margin-right: 0.25rem;
}
.lineup .main .item > div .inf[data-v-5f62834b] {
  display: flex;
  flex: 1;
}
.lineup .main .item > div .inf .code[data-v-5f62834b] {
  width: 0.75rem;
  text-align: left;
}
.lineup .main .item > div .inf .name[data-v-5f62834b] {
  display: inline-block;
  width: 5.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lineup .main .item .tit[data-v-5f62834b] {
  font-size: 0.7rem;
  color: #444;
  font-weight: 500;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
}
.lineup .no-more[data-v-5f62834b] {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding-top: 1.5rem;
}
.lineup .no-more img[data-v-5f62834b] {
  display: block;
  width: 7.5rem;
  height: 5rem;
  margin: 0 auto 0.5rem;
}
.lineup .no-more span[data-v-5f62834b]:nth-child(2) {
  font-size: 0.85rem;
  color: #343750;
  margin-bottom: 0.25rem;
}
.lineup .no-more span[data-v-5f62834b]:nth-child(3) {
  font-size: 0.65rem;
  color: #d8a941;
}

