.flex-parent {height: 350px;}
:root{
    --swiper-navigation-size : 140px !important;
    --swiper-theme-color : #00AE68 !important;
}

.swiper-container {
    width: 100%;
}

.swiper-container.slider-thumbnail {
    height: 420px;
}

.slider-thumbnail .swiper-slide {
    align-items:center;
    display: flex;
    flex-direction: column;
    justify-content:center;
    float: left;
    width: 360px;
    height: 500px;
    opacity: 0.7;
    transition: opacity 0.5s;
}

.slider-thumbnail .swiper-slide .img_area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    width: 360px;
    min-height: 360px !important;
    max-height: 360px !important;
}

.slider-thumbnail .swiper-slide .span_area {
    display: flex;
    float: left;
    width: 360px;
    height: 110px;
    margin-top: 10px;
}

.slider-thumbnail .swiper-slide .img_area img{
    max-width: 360px; max-height: 360px;
}

.slider-thumbnail .span_area span{
    display: inline-block;
    width: 100%;
    height: 110px;
    font-size: 25px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
