/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-2cb6ca30] {
  background-color: #fff;
}
.page .nav[data-v-2cb6ca30] {
  width: 100%;
  height: 1.9rem;
  background-color: #dfdfe1;
}
.page .nav > li[data-v-2cb6ca30] {
  float: left;
  width: 3rem;
  height: 100%;
  line-height: 1.9rem;
  text-align: center;
  margin: 0 1.5rem;
  font-size: 0.65rem;
  color: #333;
}
.page .nav > li.active[data-v-2cb6ca30] {
  border-bottom: 0.075rem solid #333;
}
.page .content[data-v-2cb6ca30] {
  padding-left: 1rem;
}
.page .content dl[data-v-2cb6ca30] {
  position: relative;
  padding: 0.75rem 0;
}
.page .content dl[data-v-2cb6ca30]: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;
}
.page .content dl[data-v-2cb6ca30],
.page .content dl > *[data-v-2cb6ca30] {
  width: 100%;
}
.page .content dl > *[data-v-2cb6ca30] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.65rem;
}
.page .content dl > dt[data-v-2cb6ca30] {
  position: relative;
  height: 0.7rem;
  margin-bottom: 0.25rem;
  line-height: 1;
  color: #333;
}
.page .content dl > dt[data-v-2cb6ca30]:before {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 0.15rem;
  background-color: #ffd32d;
}
.page .content dl > dd[data-v-2cb6ca30] {
  line-height: 0.9rem;
  color: #666;
}

