body{
    background: #F5F5F7;
    /* padding-bottom: 0.98rem; */
}
.new_banner{
    /* height: 7.44rem; */
    /* background: url(/static/img/mobile/header/pic_banner3@2x.png); */
    /* background: rgba(255, 255, 255, 0.4); */
    backdrop-filter: blur(18px);
    background-size: contain;
}
.swiper-slide-top{
    padding: 1.44rem 0 0 0.32rem;
    text-align: left;
}
.swiper-slide-top .swiper-slide_top_words{
    font-size: 0.28rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    line-height: 0.7rem;
}
.swiper-slide-top .swiper-slide_top_words_1{
    color: #242B42;
    font-size: 0.28rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    line-height: 0.7rem;
}
.swiper-slide-top .swiper-slide_middle_line{
    width: 1.20rem;
    height: 0.02rem;
    background: #9296A2;
    margin: 0.28rem 0 0.2rem 0;
}
.swiper-slide-top .swiper-slide_bottom_words_1 h1{
    color: #242B42;
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 0.48rem;
}
.swiper-slide-top .swiper-slide_bottom_words h1{
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 0.48rem;
}
.swiper-slide .swiper-slide-text{
    text-align: center;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #242B42;
    line-height: 0.4rem;
}
.swiper-slide-visible{
    width: 1.76rem !important;
    height: 1.10rem !important;
    margin-right: 0.09rem!important;
}
.swiper-slide-visible img{
    /* opacity: 0.5; */
    width: 1.76rem;
    height: 1.10rem;
}
.swiper-slide-visible div{
    opacity: 0.7;
}
.swiper-slide-thumb-active img{
    background: #fff;
    opacity: 1;
    border-radius: 0.1rem;
    border: 1px solid #fff;
    position: relative;
    font-size: 0.24rem;
    font-family: PingFangSC-Medium, PingFang SC;
}
.swiper-slide-thumb-active div{
    opacity: 1;
    font-family: PingFangSC-Medium, PingFang SC;
}
.swiper-slide-thumb-active:before{
    content:"";
    width:0;
    height:0;
    position:absolute;
    top: -0.28rem;
    left: 50%;
    transform: translateX(-50%);
    border-bottom:solid 0.18rem #D20F0F;
    border-left:solid 0.14rem transparent;
    border-right:solid 0.14rem transparent;
}