.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 500px;
    width: 100%;
}

.mySwiper {
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
    width: 84%;
    margin: 0 auto;
}

.mySwiper .swiper-slide {
    width: auto !important;
    height: 100%;
    opacity: 0.4;
    padding: 10px 10px;
    border: 1px solid #ccc;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: cover;
}


.product-recommend h2 {
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.product-content {
    padding: 10px;
    line-height: 23px;
    overflow:auto;
}

.productlist {
    margin-top: 10px;
}

h2.title {
    text-align: center;
    padding: 15px 0;
}

.contactimg {
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: auto;
    z-index: 111;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-radius: 80px
}

.contactimg img {
    display: block;
    height: 40px;
    margin-top: 20px;
}

@media screen and (max-width:960px) {
    .mySwiper2 {
        height: 300px;
        width: 100%;
    }
}