.anli_show .lt{
    width: 30%;

}
.anli_show .lt .tt{
    font-size: var(--f32);
}

.anli_show .rt{
    flex: 1;
}


.anli_swiper .swiper{
    height: 24rem;
}

.anli_swiper .swiper .swiper-slide{
    width:auto;
}
.anli_swiper .swiper img{
    height: 100%;
    width:auto ;
    border-radius:1rem ;
}
.anli_swiper .swiper-scrollbar{
    position: static;
    width: 100%;
    height: 2px;
    position: relative;
}
.anli_swiper .swiper-scrollbar-drag{
    position: absolute;
    top: -2px;
    height: 6px;
    background: var(--themeColor);
}
