.home-title .title-en {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    color: #0066B5;
    font-size: 19px;
    letter-spacing: 1px;
}


/*home-discount*/

.home-discount {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: 100%;
    background-image: url(/assets/template/a1a09952f891589ada44363b458c52a4/img/d-bg.jpg);
}

.home-discount .header {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    flex-direction: row-reverse;
}


.home-discount .header::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #D3D3D3;
    display: block;
    z-index: 1;
}

@media (max-width: 991px) {
    .home-discount {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .home-discount .header::before {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .home-discount .header {
        margin-bottom: 0;
    }
}

.home-discount .home-title {
    background-image: url(/assets/template/a1a09952f891589ada44363b458c52a4/img/d-bg.jpg);
    z-index: 10;
}

.home-discount .home-title .title-cn span {
    font-size: 28px;
    margin: 0 20px;
    letter-spacing: 2px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .home-discount .home-title .title-cn span {
        font-size: 24px;
    }
}

.home-discount .home-title .title-en img {
    max-height: 16px;
}

.home-discount .discount-list {
    position: relative;
}

.home-discount .discount-list .item {
    position: relative;
    padding: 5px;
    margin: 5px;
    transition: 0.2s all linear;
    z-index: 1;
}

.home-discount .discount-list .item .product-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.home-discount .discount-list .item .product-img:before {
    content: "";
    display: block;
    padding-bottom: 89%;
}

.home-discount .discount-list {
    padding: 2rem 0;
}

.home-discount .discount-list .swiper-slide .img-div{
    opacity: 0.5;
    transition: transform 0.5s, opacity 0.5s;
}

.home-discount .discount-list .swiper-slide-active .img-div{
    transform: scale(1.2) !important;
    opacity: 1;
}

@media (max-width: 640px) {
    .home-discount .discount-list .swiper-slide-active .img-div{
        transform: scale(1) !important;
    }
}

.home-discount .discount-list .pro-name{
    position: relative;
    z-index: -1;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 75px;
    overflow: hidden;
    word-break: break-all;
    font-size: 18px;
    padding: 1rem;
    color: #0066B5;
    letter-spacing: 1px;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.home-discount .discount-list .swiper-slide-active .pro-name{
    top: 35px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 640px) {
    .home-discount .discount-list .swiper-slide-active .pro-name{
        top: 0;
    }
}

.home-discount .discount-list .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 0px;
    top: 40%;
    z-index: 1;
    border-radius: 50%;
}

.home-discount .discount-list .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 0px;
    top: 40%;
    z-index: 1;
    border-radius: 50%;
}

.home-discount .header .swiper-button-next,
.home-discount .header .swiper-button-prev {
    position: static;
    margin-top: 0rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
    .home-discount .header .swiper-button-next,
    .home-discount .header .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}

.home-discount .header .swiper-button-prev:after,
.home-discount .header .swiper-button-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: block;
    font-size: 16px;
    color: #0066B5;
}

.home-discount .header .swiper-button-next:after,
.home-discount .header .swiper-rtl .swiper-button-prev:after {
    content: "\f04b";
}

.home-discount .header .swiper-button-prev:after,
.home-discount .header .swiper-rtl .swiper-button-next:after {
    content: "\f04b";
    transform: scale(-1);
}

.home-discount .btn-more {
    background-color: #fff;
}

@media (max-width: 640px) {
    .home-discount .btn-more {
        margin-top: 0;
    }

}

/*home-btn-style*/

.btn-more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 2rem;
    line-height: 35px;
    border-radius: 50px;
    max-width: 150px;
    width: 100%;
    border: 1px #C8C8C8 solid;
}

.btn-more:hover {
    background-color: #0066B5;
    color: #fff;
}

.btn-more:hover i {
    color: #fff;
}

.btn-more .text {
    margin-right: 23px;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}

.btn-more i {
    color: #0066B5;
    font-size: 13px;
}
