.only_lenstown{
    position:relative;
    width:100%;
    box-sizing: border-box;
    padding:0 16px;
    margin-top:60px;
}
.only_lenstown .only_title{
    font-size: 18px;
    color: #000;
    padding-bottom: 12px;
}
.only_lenstown .swiper-container{
    width: 100%;
}
.only_lenstown .swiper-pagination{
    position: absolute;
    width:100%;
    bottom:15px;
    display:flex;
    justify-content: center;
    background:none;
    padding:0;
}
.only_lenstown .swiper-pagination .swiper-pagination-bullet{
    margin:0 2px;
    background:#fff;
    opacity:0.25;
}
.only_lenstown .swiper-pagination .swiper-pagination-bullet-active{
    opacity:1;
}
.lt_review{
    width:100%;
    position:relative;
    box-sizing: border-box;
    padding:0 16px;
    margin-top:60px;
}
.lt_review .review_title{
    font-size: 18px;
    color: #000;
    padding-bottom: 12px;
}
.lt_review .review_list{
    width:100%;
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
    gap:5px;
}
.lt_review .review_list li{
    width:calc(33.3333% - 3.8px);
    height:0px;
    padding-bottom:32.58%;
    position:relative;
}
.lt_review .review_list li a{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.lt_review .review_list li img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: cover;
}