﻿.top-selling {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    color: rgb(89, 85, 85);
}

.top-selling .top-selling-title {
    font-size: 50px;
}

.top-selling .top-selling-title-img {
    width: 245px;
    object-fit: contain;
    margin-left: 340px;
}
.product{
    display: flex;
    flex-direction: column;
}
.product .product-item{
    display: flex;
    width: 1780px;
    height: 810px;
    margin: 24px 0;
}
.product-item .product-banner {
    width: 820px;
    height: 810px;
}
.product-item .product-content{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    width:960px;
    height: 810px;
}
.product-content .product-img{
    width: 40%;
    object-fit: contain;
}
.product-content .product-cnname {
    font-size: 32px;
    color: rgb(89, 85, 85);
    margin-top:10px;
}
.product-content .product-enname {
    font-size: 16px;
    color: rgb(89, 85, 85);
    margin-bottom: 50px;
}
.product-more {
    display: flex;
    align-items: end;
    font-size: 24px;
    color: rgb(83, 163, 246);
}

.product-more img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.recommend {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 63px 178px;
    margin-bottom: 145px;
    color: rgb(89, 85, 85);
}
.recommend-more {
    align-self:end;
    display: flex;
    align-items: end;
    font-size: 24px;
    color: rgb(83, 163, 246);
}

.recommend-more img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.recommendSwiper {
    width: 100%;
    position: relative;
    margin-top: 43px;
    user-select: none;
}

.recommendSwiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 78px 0;
    flex-direction: column;
    height: 640px;
    background: rgb(243, 249, 255);
    border-radius: 20px;
}

.recommendSwiper .slide-image {

    display: flex;
    align-items: center;
    height: 100%;
}

.recommendSwiper .slide-text {
    text-align: center;
}

.recommendSwiper .slide-text h1 {
    font-weight: 500;
    font-size: 30px;
    margin-top: 76px;
}

.recommendSwiper .slide-text h2 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 22px;
}

.recommendSwiper .slide-text p {
    font-size: 34px;
    margin-top: 43px;
}

.recommendSwiper .slide-image .image-box {
    position: relative;
    transition: all 0.3s ease;
}

.recommendSwiper .slide-image img {
    width: 100%;
    height: 100%;
}

.recommendSwiper .slide-image-product {
    transition: transform 0.3s ease;
    z-index: 2;
}

.recommendSwiper .slide-image-shadow {
    position: absolute;
    left: 28px;
    top: 20px;
    transition: transform 0.3s ease;
    z-index: -1;
}

.recommendSwiper .image-box:hover .slide-image-product {
    transform: scale(1.05);
}

.recommendSwiper .image-box:hover .slide-image-shadow {
    transform: scale(0.95);
}
.recommendSwiper .swiper-button-next,.swiper-button-prev{
    color: #a6bbc6;
    padding: 0 10px;
}
.recommendSwiper .swiper-button-next::after,.swiper-button-prev::after{
    font-size: 30px;
}
.recommend .swiper-pagination-progressbar {
    background: rgb(221, 233, 247);
    width: 868px !important;
    height: 3px;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 99;
}

.recommend .swiper-pagination-progressbar-fill {
    background: #1b7fbe !important;
}