﻿.bannerSwiper {
    width: 100%;
    height: 360px;
    position: relative;
}

.bannerSwiper .slide-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSwiper .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSwiper .slide-text {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: white;
    z-index: 10;
    opacity: 0;
    /* 初始隐藏 */
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.bannerSwiper .slide-text .logo {
    width: 73px;
    height: 27px;
}

.bannerSwiper .slide-text h2 {
    font-size: 16px;
    font-weight: 300;   
    margin-bottom: 5px;
}

.bannerSwiper .slide-text p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}

.bannerSwiper .swiper-slide-active .slide-text {
    opacity: 1;
    transform: translateY(0);
}

.bannerSwiper .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.2);
    width: 100px !important;
    height: 4px;
    top: auto !important;
    left: 10% !important;
    bottom: 18%;
    z-index: 99;
}

.bannerSwiper .swiper-pagination-progressbar-fill {
    background: #1b7fbe !important;
}
/*品牌历程*/
.history {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 8px;
    color: rgb(89, 85, 85);
}

.history .history-sub-cn {
    font-size: 18px;
    letter-spacing: 3px;
    color: rgb(38, 121, 177);
}

.history .history-sub-en {
    font-size: 10px;
    color: rgb(185, 211, 239);
    text-align: center;
    margin: 10px 0;
}

.brand-history {
    font-size: 16px;
}

.brand-history-img {
    width: 52px;
    height: 12px;
    margin-left: 60px;
}
.history-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.history-img-box {
    width: 53px;
    height: 604px;
    position: relative;
    margin-right: 25px;
}
.history-img {
    position: relative;
    width: 53px;
    height: 604px;
}
.history-spot {
    position: absolute;
    width: 14px;
    height: 14px;
}
.history-content{
    line-height: 18px;
    margin-bottom: 25px;
}
.history-content.active {
    opacity: 1;
    transform: translateX(0) !important;
}
.history-content-year{
    font-weight: 700;
}
.history-content-year, .history-content-title {
    font-size: 14px;
    margin: 5px 0;
}
.history-content-description {
    font-size: 10px;
}
.certificate {
    padding: 26px 8px;
    font-size: 12px;
    font-weight: 400;
    color: rgb(89, 85, 85);
    text-align: center;
}
.certificate h1{
    font-size: 14px;
    font-weight: 500;
    color: rgb(89, 85, 85);
}
.certificate p{
    text-indent: 2em;
}
.certificate h1,.certificate p{
    margin-top: 36px;
}
.certificate-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*特别推荐*/
.recommend {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 8px;
    color: rgb(89, 85, 85);
}

.recommend .recommend-title {
    font-size: 16px;
}

.recommend .recommend-title-img {
    width: 84px;
    margin-left: 60px;
    object-fit:contain;
}
.recommendSwiper {
    width: 100%;
    height: 526px;
    position: relative;
    margin-top: 16px;
    user-select: none;
}
.recommendSwiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 255px;
}
.recommendSwiper .slide-image {
    display: flex;
    align-items: center;
    height: 100%;
}
.recommendSwiper .slide-image .slide-image-product{
    object-fit: contain;
}
.recommendSwiper .slide-text {
    text-align: center;
    color: rgb(89, 85, 85);
}

.recommendSwiper .slide-text h1 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
}

.recommendSwiper .slide-text h2 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.recommendSwiper .slide-text p {
    font-size: 20px;
    margin-top: 2px;
}
.recommend .swiper-pagination-progressbar {
    background: rgb(221, 233, 247);
    width: 100px;
    height: 4px;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 99;
}

.recommend .swiper-pagination-progressbar-fill {
    background: #1b7fbe !important;
}

/*畅销产品*/
.top-selling {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 43px;
    color: rgb(89, 85, 85);
}
.top-selling .top-selling-title {
    font-size: 16px;
}
.top-selling .top-selling-title-img {
    width: 75px;
    object-fit: contain;
    margin-left: 60px;
}
.topSellingSwiper {
    width: 100%;
    height: 248px;
    position: relative;
    margin-top: 20px;
    user-select: none;
}
.topSellingSwiper .slide-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.topSellingSwiper .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topSellingSwiper .slide-text {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: white;
    z-index: 3;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s ease;
}
.topSellingSwiper .slide-text .logo{
    width: 60px;
    height: 20px;
}
.topSellingSwiper .slide-text h2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: -10px;
}
.top-selling-more {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.top-selling-more img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
.top-selling-more .text{
    font-size: 12px;
    color: #fff;
}
.topSellingSwiper .swiper-slide-active .slide-text {
    opacity: 1;
    transform: translateY(0);
}
.top-selling .swiper-options {
    position: absolute;
    top: 29px;
    left: 17px;
    height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}
.top-selling .swiper-options p{
    text-align: center;
    line-height: 22px;
    width: 127px;
    height: 22px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 12px;
}
.top-selling .swiper-options .active{
    background: #2679b2;
    border-color: #2679b2;
}
