.gallery-details-banner{
    background-color: rgb(245, 255, 249);
    padding: 80px 0 12px;
    padding-bottom: 0px;
}
.gallery-details-banner .content,
.gallery-details-desc .content
{
    max-width: 1400px;
}
.gallery-details-banner .gallery_preview_swiper {
    overflow: hidden;
    margin-top: 28px;
}
.gallery_preview_swiper li.swiper-slide{
    width: 100%;
}
.gallery-details-banner > .content > .flex{
    justify-content: space-between;
}
.gallery-details-banner .left{
    max-width: 1055px;
    max-width: 770px;
}
.gallery-details-banner .right .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* gap: 4px;   */
} 
.gallery-details-banner .left .swiper-slide {
    max-height: 600px;
}
.gallery-details-banner .left .swiper-slide img{
    /* aspect-ratio: 1052/637;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
    display: block;
} 
.gallery-details-banner .right .swiper-slide{
    width: 98px; 
    cursor: pointer;
} 
.gallery-details-banner .gallery_control_swiper  ul li.swiper-slide img{
    width: 98px;
    height: 80px; 
    display: block;
}
.gallery-details-banner .gallery_control_swiper  ul li.swiper-slide .pic{
    border: 3px solid transparent; 
    overflow: hidden;
} 
.gallery-details-banner .gallery_control_swiper  ul li.swiper-slide.active .pic{
    border: 3px solid var(--subtheme_color);
}
.gallery-details-banner .left .category{
    font-size: 24px;

}
.gallery-details-banner .left .head .flex{
    align-items: center; 
}
.gallery-details-banner .left .head .flex.between{
    width: 100%;
}
.gallery-details-banner .right{ 
    width: 310px;
    padding-top: 2px;
}
.gallery-details-banner .right .right_info strong{
    font-size: 16px;
    display: block;
    margin-top: .8rem;
}
.gallery-details-banner .right .right_info strong p{
    font-size: 18px;
}
.gallery-details-banner .right .gallery_control_list{
    margin-top: 46px;
}
.gallery-details-banner .right .gallery_control_list .gallery_control_swiper{
    max-height: 600px;
    overflow-x: auto;
} 
.gallery-details-banner .right .gallery_control_list .gallery_control_swiper::-webkit-scrollbar {
    width: 5px; 
}
.gallery-details-banner .right .gallery_control_list .gallery_control_swiper::-webkit-scrollbar-track {
  background-color: #eee;
}
.gallery-details-banner .right .gallery_control_list .gallery_control_swiper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}  
.gallery-details-banner .gallery_control_swiper ul li.swiper-slide .pic{
    aspect-ratio: 98/80;
}
.gallery-details-banner .gallery_control_swiper ul li.swiper-slide img{ 
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery-details-banner .number_list{
    font-size: 21px;
    display: block;
    min-width: 68px;
    text-align: right;
    font-weight: 700;
} 
.gallery-details-desc {
    background-color: rgb(245, 255, 249); 
}
.gallery-details-desc .content{
    padding-bottom: 50px;
    padding-top: 43px;  
    border-bottom: rgb(219, 227, 224) solid 2px;
}
.gallery-details-desc .content>  strong{
    font-size: 22px;
    display: block;
    margin-bottom: 1rem;
}
.gallery-details-desc .content>  .desc p{
    font-size: 18px;
    color: rgb(120,123,121);
}
.gallery-details-retaled{
    background-color: rgb(245, 255, 249);  
    padding-top: 1.7rem;
    padding-bottom: 3rem;
}
.gallery-details-retaled h2{
    margin-top: 0; 
    font-size: 36px; 
}
.gallery-details-retaled ul{
    display: grid;
    gap: 40px 2.80701754%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}  
.gallery-details-retaled .gallery-retaled-list{
    margin-top: 3rem;
}
.gallery-details-retaled .gallery-retaled-list ul li .image{
    overflow: hidden; 
    width: 321px;
    width: 100%;
}
.gallery-details-retaled .gallery-retaled-list ul li .image img { 
    display: block;
    width: 100%;
    height: 257px;
    height: auto;
    aspect-ratio: 321/257;
    object-fit: cover;
    transition: all .3s;
}
.gallery-details-retaled .gallery-retaled-list ul li:hover .image img{
    transform: scale(1.1);
}
.gallery-details-retaled .gallery-retaled-list ul li .title{
    font-size: 20px;
    margin-top: .8rem;
    font-weight: 500;   
    transition: all .3s;
}
.gallery-details-retaled .gallery-retaled-list ul li:hover .title{
    color: var(--subtheme_color);
}
.gallery-details-retaled .button_m{
    margin-top: 3rem;
}
.gallery_control .right_info a{
    font-weight: 700;
}