.content-contain{
    padding-top: 100px;
}
.mySwiper {
    width: 100%;
    height: 500px;
}
.mySwiper1,.mySwiper2{
    width: 100%;
    height: 340px;
    margin-bottom: 50px;
}
.swiper-button-prev ,.swiper-button-next{
    color: var(--theme-color);
}
.swiper-pagination-bullet-active{
    background-color: var(--theme-color);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;

}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.product-title{
    margin-bottom: 50px;
}
.product-title span{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid var(--theme-color);
}

.product-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-ul img{
    width: 100%;
    height: 258px;
}
.product-ul li {
    width: 30%;
    margin-bottom: 40px;
}
.product-ul h5{
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
}
.product-ul p{
    text-indent: 2em;
    line-height: 24px;
    color: var(--sub-title-color);
    font-size: 14px;
    display: -webkit-box; /* 使用弹性盒模型布局 */
    -webkit-line-clamp: 4; /*显示的行数*/
    -webkit-box-orient: vertical; /* 垂直方向排列*/
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分显示省略号*/
}

.mobile-only .swiper{
    height: 146px;
}
.mobile-only .swiper-button-next{
    visibility: hidden;
}
.mobile-only .swiper-button-prev{
    visibility: hidden;
}

.mb-home-product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mb-home-product li {
    width: 49%;
    margin-bottom: 15px;
}

.mb-home-product li a {
    display: inline-block;
    padding-top: 60%;
    width: 100%;
    position: relative;
}

.mb-home-product li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mb-home-product h6 {
    font-size: 14px;
    padding-top: 10px;
    text-align: center;

}

.mb-home-product p {
    text-align: center;
    font-size: 12px;
    color: var(--sub-title-color);
    display: -webkit-box; /* 使用弹性盒模型布局 */
    -webkit-line-clamp: 4; /*显示的行数*/
    -webkit-box-orient: vertical; /* 垂直方向排列*/
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分显示省略号*/
}




.icon-box {
    width: 50px;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: rgb(250, 234, 216);

}






