.container {
    width: 100%;
}

.pageOne-title {
    height: 5.86674rem;
    font-size: 1.280016rem;
    font-family: FZLTZHJW--GB1-0, FZLTZHJW--GB1;
    font-weight: normal;
    color: #000000;
    line-height: 5.86674rem;
    box-sizing: border-box;
    padding-left: 1.06668rem;
}

.pageOne-swiper {
    width: 100%;
    height: 100%;
    background-image: url('https://hsimage.fotile.com/202310201157442025642.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.pageOne-swiper img {
    width: 100%;
    height: auto;
}

.next-btn{
    position: absolute;
    top: 90% !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent; /* 去掉iOS上的点击高亮 */
  outline: none; /* 去掉默认的聚焦边框 */
  box-shadow: none !important; /* 去掉任何box-shadow效果，使用!important来覆盖Swiper的默认样式 */

}
.next-btn img{
    width: 34px;
    height: auto;
}

.prev-btn{
    position: absolute;
    top: 5% !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent; /* 去掉iOS上的点击高亮 */
  outline: none; /* 去掉默认的聚焦边框 */
  box-shadow: none !important; /* 去掉任何box-shadow效果，使用!important来覆盖Swiper的默认样式 */
}
.prev-btn img{
    width: 34px;
    height: auto;
}
.swiper-button-next::after{
    display: none;
}
.swiper-button-prev::after{
    display: none;
}
.subscribe-group.fixed{
    left: 8% !important;
}
