/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.follow[data-v-915e89dc] {
  flex: 1;
  overflow: auto;
}
.schedule .tit[data-v-915e89dc] {
  position: relative;
  padding: 0 0.6rem 0;
  height: 1.5rem;
  color: #666;
  font-size: 0.6rem;
  line-height: 1.5rem;
  background: #eee;
  border-bottom: 1PX solid #ddd;
}
.schedule .tit[data-v-915e89dc]:after {
  position: absolute;
  content: "\e705";
  right: 0.6rem;
  width: 0.7rem;
  height: 100%;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.6rem;
  color: #ccc;
}
.schedule .tit.open[data-v-915e89dc]:after {
  content: "\e706";
}
.schedule-focus li .con-wrap .con[data-v-915e89dc]:nth-last-of-type(1) {
  margin-bottom: 0;
}
.schedule-focus li:nth-last-of-type(1) .con[data-v-915e89dc] {
  margin-bottom: 0.225rem;
}
.type-title[data-v-915e89dc] {
  position: relative;
  width: 100%;
  height: 1.5rem;
}
.type-title[data-v-915e89dc]::after {
  content: '\e706';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.55rem;
  color: #999;
}
.type-title.open[data-v-915e89dc]:after {
  transform: rotate(180deg);
}
.type-title > i[data-v-915e89dc] {
  font-size: 0.7rem;
  color: #333;
}
.type-title > i[data-v-915e89dc]::before {
  margin-right: 0.375rem;
}

