.swiper {
    position: relative;
    width: 1070px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 0px 10px 0;
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}
.swiper .swiper-button {}
.swiper .swiper-wrapper {
    margin-top: 25px;
    display: flex;
    /* overflow: hidden; */
}
.swiper a {
    display: block;
}
.swiper a img {
    width: 125px;
    height: 125px;
}
.swiper a p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 5px;
}
.swiper .hide {
    opacity: 0;
}
.swiper-button-next,
.swiper-button-prev {
    transition: opacity 0.5s;
}