.about-founders-factorys {
    margin-bottom: 32px;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.about-founders-category {
    margin-bottom: 32px;
}

.swiper-bottom {
    height: 116px;
    border: 1px solid #e6e3e3;
    border-top: none;
    padding: 20px;
}

.swiper-bottom-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.swiper-bottom-conent {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}


.about-founders-factorys:hover {
    color: #fff;
    background-color: #2a4026;
}

.ywk-index-product-category {
    padding: 0 76px;
}

.ywk-index-product-category-title {
    height: 100px;
    text-align: center;
    color: #000000;
    font-family: Sohne;
}

.category-swiper-bottom {
    text-align: center;
    line-height: 42px;
    color: #000000;
    font-family: Sohne;
}

.collection-tags__wrapper {
    /* padding: 46px 76px 100px; */
}

.collection-tags__wrapper-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 500px;
    background-image: url("../image//banner-bg.png");
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}

.collection-conent {
    width: 448px;
    color: #fff;
    margin-bottom: 80px;
    margin-left: 10%;
    font-size: 14px;
}

.conent-title {
    font-size: 28px;
}

.conent-tag {
    padding: 16px 0;
    margin: 32px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.content-about {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.conent-btn {
    width: 140px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 50px;
    color: #000;
}

.advertising-main {
    display: flex;
    padding: 46px 76px 100px;
}

.advertising-itemleft,
.advertising-itemright {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* height: 500px; */
}

.advertising-itemleft-conent,
.advertising-itemright-conent {
    display: flex;
    flex: 1;
    margin-bottom: 10px;
}

.advertising-conent-img,
.advertising-conent-title {
    flex: 1;
}

.advertising-conent-img {
    width: 100%;
    height: 260px;
    /*background-color: #f6f6f6f6;*/
}

.advertising-conent-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.advertising-conent-title {
    margin-left: 30px;

}


.advertising-conent-title-title {
    font-size: 24px;
    font-weight: 700;
    margin: 22px 0;
    font-family: 'Feature Deck', sans-serif;
}

.advertising-conent-title-conent {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 110px;
}

.conent-titlebottom {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 30px;
}

.titlebottom-btn {
    width: 60px;
    height: 26px;
    background-color: #020001;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    border-radius: 30px;
    color: #fff;
}

.menu__li {
    display: flex;
    align-items: center;
}

.menu__li span {
    margin-left: 3px;
}

.footer__menus {
    display: grid;
    grid-template-columns: repeat(3, minmax(min-content, 230px));
    gap: 20px;
}

.footer__logo-wrapper2 {
    display: none;
}

@media (max-width: 767.98px) {
    .footer__menus {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer__logo-wrapper {
        display: none;
    }

    .footer__logo-wrapper2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .footer-dlex2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .footer-dlex2 div {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .footer__logo-img2{
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 768px) {
    .ywk-index-product-category-title {
        height: 120px;
    }

    .ywk-index-product-category {
        padding: 0 25px;
    }

    .collection-tags__wrapper {
        /* padding: 35px 25px; */
        /* 减少内边距 */
    }

    .collection-tags__wrapper-inner {
        height: 200px;
        /* 调整高度 */
        background-size: cover;
        background-position: center;
        /* 保持图片比例并填充容器 */
    }

    .collection-conent {
        width: 160px;
        color: #fff;
        margin-bottom: 22px;
        margin-left: 7%;
        font-size: 10px;
    }

    .conent-title {
        font-size: 16px;
    }

    .conent-tag {
        padding: 3px 0;
        margin: 6px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .content-about {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
    }

    .conent-btn {
        width: 90px;
        height: 26px;
        background-color: #fff;
        text-align: center;
        line-height: 26px;
        border-radius: 26px;
        margin-top: 14px;
        color: #000;
        font-size: 9px;
    }

    .advertising-main {
        display: flex;
        padding: 25px 25px;
    }

    .advertising-itemleft,
    .advertising-itemright {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .advertising-itemleft {
        margin-right: 10px;
    }

    .advertising-itemleft-conent,
    .advertising-itemright-conent {
        display: block;
        flex: 1;
        margin-bottom: 10px;
    }

    .advertising-conent-img {
        height: 120px;
        object-fit: contain;
        object-position: center;
    }

    .advertising-conent-title {
        margin-left: 10px;
    }

    .advertising-conent-title-title {
        font-size: 16px;
        font-weight: 700;
        margin: 10px 0;
    }

    .advertising-conent-title-conent {
        font-size: 12px;
        /* height: 55px; */
    }

    .conent-titlebottom {
        padding-right: 10px;
    }
}
