/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-45125f53] {
  width: 100%;
  padding-bottom: 1.15rem;
  background: linear-gradient(70deg, #fff7e3 0%, #fde2ac 100%);
}
.list[data-v-45125f53] {
  padding: 0 0.25rem;
  display: flex;
  overflow: auto;
  margin-bottom: 0.625rem;
}
.list li[data-v-45125f53] {
  width: 3.15rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  opacity: 0.6;
}
.list li img[data-v-45125f53] {
  width: 2rem;
  height: 2rem;
}
.list li span[data-v-45125f53] {
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: 0.6rem;
  color: #a84b18;
}
.list .active[data-v-45125f53] {
  opacity: 1;
}
.box[data-v-45125f53] {
  width: 100%;
  height: 27.725rem;
}
.box .item[data-v-45125f53] {
  width: 16.375rem;
  height: 100%;
}
.box .item img[data-v-45125f53] {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-slide[data-v-45125f53] {
  width: 16.375rem;
  text-align: center;
  font-size: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.78);
  top: 0.75rem;
}
.swiper-slide-prev[data-v-45125f53] {
  right: -1.575rem;
}
.swiper-slide-next[data-v-45125f53] {
  left: -1.575rem;
}
.swiper-slide-active[data-v-45125f53],
.swiper-slide-duplicate-active[data-v-45125f53] {
  transform: scale(1);
  top: 0;
}

