/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.pageStyle[data-v-5ad48db8] {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  background-color: #F0F5F9;
  flex-direction: column;
}
.pageStyle .loaglayout[data-v-5ad48db8] {
  background-color: #F0F5F9;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: relative;
}
.pageStyle .container[data-v-5ad48db8] {
  flex-grow: 1;
  /* 中间内容占据剩余空间 */
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.pageStyle .container .box[data-v-5ad48db8] {
  width: 100%;
  height: 100%;
}
.pageStyle .container .box .item[data-v-5ad48db8] {
  width: 90vw;
  height: 126vw;
  position: relative;
}
.pageStyle .container .box .item > img[data-v-5ad48db8]:nth-of-type(1) {
  width: 100%;
  height: 100%;
}
.pageStyle .container .box .item > img[data-v-5ad48db8]:nth-of-type(2) {
  width: 21.5vw;
  height: 21.5vw;
  bottom: 6.62vw;
  right: 6.35vw;
  position: absolute;
}
.pageStyle .container .box .swiper-slide[data-v-5ad48db8] {
  width: 100%;
  text-align: center;
  font-size: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.78);
  top: 0.75rem;
}
.pageStyle .container .box .swiper-slide-prev[data-v-5ad48db8] {
  right: -8%;
}
.pageStyle .container .box .swiper-slide-next[data-v-5ad48db8] {
  left: -8%;
}
.pageStyle .container .box .swiper-slide-active[data-v-5ad48db8],
.pageStyle .container .box .swiper-slide-duplicate-active[data-v-5ad48db8] {
  transform: scale(1);
  top: 0;
}
.pageStyle .btn[data-v-5ad48db8] {
  height: 2rem;
  color: #333;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2rem;
  bottom: 0;
  width: 100%;
  text-align: center;
}

