.product-s1 {
    background-color: #f2f2f2;
    --width-half: calc(26.43vw / 2);
    /* padding-bottom: 1rem; */

}

@media screen and (max-width: 1919px) {
    .product-s1 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1599px) {
    .product-s1 {
        --width-half: calc(20vw / 2);
    }
}

@media screen and (max-width: 1439px) {
    .product-s1 {
        --width-half: calc(10vw / 2);
    }
}

.product-s1-content {
    display: flex;
    gap: 0.3rem;
    align-items: flex-start;
}

.product-s1-left {
    padding-top: max(2.1rem, 80px);
    flex: 1;
    align-self: stretch;
}

.product-s1-let-content {
    height: 100%;
}

.product-s1-content-nav {
    display: flex;
    border-radius: max(0.2rem, 20px);
    background-color: #fff;
    padding: 0.13rem 0.22rem;
    /* width: fit-content; */
    align-items: center;
    justify-content: flex-start;
    gap: 0.04rem;
    margin-bottom: 0.5rem;
}

.product-s1-content-nav-icon {
    width: max(0.15rem, 15px);
    height: max(0.14rem, 14px);
    margin-right: 0.02rem;
    transform: translateY(-0.01rem);
}

.product-s1-content-nav-link {
    color: #666;
}

.product-s1-content-nav-link:hover {
    color: #222;
}

.product-s1-content-nav-link-img {
    color: #666;
}

.product-s1-content-tag-list {
    background-color: #fff;
    border-radius: max(0.2rem, 20px);
    padding: 0.2rem 0.25rem;
    width: 100%;
}

.product-s1-content-tag-item {
    margin-bottom: 0.2rem;


}

@media (max-width: 768px) {
    .product-s1-content-tag-item {
        margin-bottom: 0.4rem;
    }
}

.product-s1-content-tag-item-title {
    font-size: var(--font-size-16);
    font-family: var(--font-medium);
    line-height: 1.15;
    color: #666;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.product-s1-content-tag-item .active {
    color: #000000;
    font-weight: bold;
}

.product-s1-content-tag-item-title::before {
    content: '';
    position: absolute;
    width: 0.05rem;
    height: 1em;
    left: -0.25rem;
    top: 0.01rem;
    background-color: #66666624;
}

.product-s1-content-tag-item-text {
    padding: 0.15rem 0 0 0;
    display: none;
}

.product-s1-content-tag-item-text .active {
    color: #000;
    font-weight: bold;
}

.product-s1-content-tag-item-text a {
    line-height: 1.5;
    color: #666;
    display: block;
    font-size: var(--font-size-16);
    font-family: var(--font-medium);
    /* font-size: max(0.14rem, 12px); */
}

.product-s1-content-tag-item-text a:hover {
    color: #000000;
}

.product-s1-content-tag-item-title:hover {
    color: var(--theme-color);
    font-weight: 900;
    color: #222;
    font-family: var(--font-fold);
}

.product-s1-content-tag-item.active .product-s1-content-tag-item-title::before {
    background-color: var(--theme-color);
}

.product-s1-content-tag-item.active .product-s1-content-tag-item-text {
    display: block;
}

.product-s1-right {
    flex: 3.5;
}

.product-s1-right-content {
    position: relative;
}

.product-s1-right-top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.product-s1-right-top-bg {
    width: calc(100% + var(--width-half));
}

.product-s1-right-top-bg img {
    min-height: 380px;
    object-fit: cover;
}

.product-s1-right-top-text {
    position: absolute;
    top: 42%;
    z-index: 1;
    left: 0.5rem;
}

.product-s1-right-top-title {
    color: var(--theme-color);
    line-height: 1;
    margin-bottom: 0.2rem;
}

.product-s1-right-top-desc {
    color: #fff;
    font-size: var(--font-size-18);
    margin-bottom: 0.36rem;
}

.product-s1-right-top-desc p {
    color: #fff;
    font-size: var(--font-size-18);
    margin-bottom: 0.36rem;
}

.product-s1-right-top-link {
    color: #222;
}

.product-s1-right-list {
    padding-top: max(7.5rem, 400px);
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: max(0.12rem, 12px);
}

.product-s1-right-bottom-item {
    position: relative;
    border-radius: max(0.1rem, 10px);
    overflow: hidden;
}

@media (min-width: 768px) {
    .product-s1-right-bottom-item::after {
        content: '';
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        transition: 0.6s;
    }

    .product-s1-right-item-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        color: #fff;
        transform: translateY(calc(100%));
        transition: 0.6s;
        padding: 0.3rem 5% 0.26rem;
        background-color: #ffdf00;
    }
}

@media (max-width: 768px) {
    .product-s1-right-item-text {
        padding: 0.3rem 5% 0.26rem;
        background-color: #ffdf00;
    }
}

/* .product-s1-right-item-text{
  padding: 0.3rem 5% 0.26rem;
  background-color: #ffdf00;
} */
.product-s1-right-item-title {
    color: inherit;
    font-size: var(--font-size-30);
    font-family: var(--font-medium);
    transition: 0.1s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.product-s1-right-item-title-top {
    padding: 0.3rem 0.5rem;
    /* font-weight: bold; */
    font-size: var(--font-size-30);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    z-index: 1;
    font-weight: 400;
}

.product-s1-right-item-desc {
    color: inherit;
    font-size: var(--font-size-18);
    margin-top: 0.2rem;
    transition: 0.1s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.product-s1-right-bottom-item.active .product-s1-right-item-text {
    color: #222;
    background-color: var(--theme-color);
    transform: translateY(0);
}

/* @media (max-width: 768px) {
  .product-s1-right-item-text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.3rem 5% 0.26rem;
    width: 100%;
    z-index: 1;
    color: #fafafa;
    transition: 0.6s;
  }
} */
.product-s1-right-bottom-item.active::after {
    opacity: 0;
}

.product-s1-page {
    margin-top: 0.6rem;
    display: flex;
    gap: max(0.1rem, 10px);
}

.product-s1-page-item {
    background-color: #fff;
    color: #222;
    border-radius: max(0.1rem, 10px);
    display: block;
    width: max(0.5rem, 30px);
    height: max(0.5rem, 30px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-s1-page-item:hover,
.product-s1-page-item.active {
    color: #222;
    background-color: var(--theme-color);
}

.product-s1-content-tag-title {
    font-size: var(--font-size-30);
    padding: 0.2rem 0.2rem;
    line-height: 1.375;
    position: relative;
}

.product-s1-content-tag-title::after {
    content: '+';
    position: absolute;
    right: 0.4rem;
    font-size: inherit;
    color: #666;
}

@media (min-width: 768px) {
    .product-s1-tag-kind {
        position: sticky;
        top: max(1.2rem, 120px);
    }
}

@media (max-width: 768px) {
    .product-s1-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .product-s1-right-top-bg {
        width: 100%;
    }

    .product-s1-content-tag-list {
        padding: 0.4rem 0.25rem;
    }

    .product-s1-content-nav {
        gap: 0.1rem;
    }

    .product-s1-right-top {
        position: relative;
    }

    .product-s1-right-list {
        padding-top: 0.6rem;
    }

    .product-s1-right-top-text {
        position: static;
        padding: 0.6rem 0.3rem;
    }

    .product-s1-right-top-bg {
        position: absolute;
        height: 100%;
        z-index: -1;
    }

    .product-s1-right-top-bg img {
        min-height: unset;
        height: 100%;
        object-fit: cover;
    }

    .product-s1-right-top-desc {
        line-height: 1.25;
    }

    .product-s1-right-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-s1-tag-kind {
        background-color: #fff;
        border-radius: 10px;
        position: relative;
    }

    .product-s1-tag-kind.active {
        border-radius: 10px 10px 0 0;
    }

    .product-s1-tag-kind.active .product-s1-content-tag-title::after {
        content: '-';
    }

    .product-s1-tag-kind.active .product-s1-content-tag-list {
        display: block;
        padding: 0 0.25rem 0.4rem;
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }

    .product-s1-content-tag-item.active .product-s1-content-tag-item-title {
        color: var(--theme-color);
    }

    .product-s1-right-list-item {
        flex-direction: column;
    }
}

/* 产品list模块 */
.product-list1-s1 {
    background-color: #f4f4f4;
    padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .product-list1-s1 {
        padding-bottom: 1.2rem;
    }
}

.product-s1-content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.67rem;
}

.product-s1-content-title-left-X {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.product-list1-s1-content {
    padding-top: 1.8rem;
}

@media screen and (max-width: 768px) {
    .product-list1-s1-content {
        padding-top: 2.2rem;
    }

    /* .product-s1-content-title-right{
      padding-bottom: 0.5rem;
    } */
}

.product-list1-s1-content .product-list-nav {
    width: fit-content;
}

.product-s1-content-title-right-three {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.product-s1-content-title-left-S {
    margin-bottom: 0.1rem;
}

.product-s1-content-title-right-one {
    font-size: var(--font-size-36);
    font-family: var(--font-bold);
    color: #222;
    padding-bottom: 0.2rem;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .product-s1-content-title-right-one {
        white-space: normal;
    }
}

.product-s1-content-title-right-two p {
    font-size: var(--font-size-18);
    font-family: var(--font-medium);
    color: #222;
}

.product-s1-content-title-right-three-btn {
    font-size: var(--font-size-18);
    font-family: var(--font-bold);
    color: #222;
    padding: 0.12rem 0.28rem;
    background-color: #ffdb00;
    border-radius: 23px;
    cursor: pointer;
}

.product-s1-content-title-right-three-btn-n {
    font-size: var(--font-size-18);
    font-family: var(--font-bold);
    color: #222;
    padding: 0.12rem 0.28rem;
    background-color: #fff;
    border-radius: 23px;
    cursor: pointer;
    margin-left: 0.25rem;

}

@media screen and (max-width: 768px) {
    .product-s1-content-title-right-three-btn-n {
        padding: 0.32rem 0.28rem;
    }
}


.product-s1-content-title-right-three-btn-n:hover {
    background-color: #ffdb00;
}

@media screen and (max-width: 768px) {
    .product-s1-content-title-right-three-btn {
        padding: 0.32rem 0.28rem;
    }
}

.product-s1-content-title-right-three-btn:nth-child(2) {
    margin-left: 0.2rem;
}

.product-list-s2-image-x {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.1rem;
}

.product-list-s2-content {
    font-size: var(--font-size-42);
    font-family: var(--font-bold);
    color: #222;
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
    .product-list-s2-content {
        padding-top: 0.5rem;
    }
}

.product-list-s2-image-s {
    margin-bottom: 0.13rem;
}

.product-list-s2-text {
    font-size: var(--font-size-14);
    font-family: var(--font-medium);
    color: #222;
    margin-top: 0.15rem;
    border-bottom: 2px solid #fff;
    white-space: nowrap;
}

.product-s2-item_thumbs:hover .product-list-s2-text {
    border-bottom: 2px solid #ffdf00;
}

@media screen and (max-width: 768px) {
    .product-list-s2-text {
        display: none;
    }
}

.product-list-s2-content {
    position: relative;
}

.product-list-s2-content::after {
    position: absolute;
    content: '';
    display: block;
    width: max(1.49rem, min(13px));
    height: max(0.19rem, min(13px));
    background-color: #ffdf00;
    bottom: 0.34rem;
    left: 6.2rem;
    z-index: -1;
}

.product-list-s2 {
    padding-bottom: 0.8rem;
}

.product-list-s3 {
    background-color: #fafafa;
    padding-bottom: 1rem;
}

.product-list-s3-title {
    font-size: var(--font-size-42);
    font-family: var(--font-bold);
    color: #222;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .product-list-s3-table table {
        border-spacing: 10px;
        border-collapse: separate;
        box-sizing: border-box;
        width: 100%;
    }

    .product-list-s3-table tbody tr td:first-child {
        padding: max(0.18rem, 10px) max(0.36rem, 20px);
        width: 28%;
        background-color: #e9e9e9;
        border-radius: 10px;
        font-family: var(--font-bold);
        font-size: var(--font-size-24);
        color: #222;
    }

    .product-list-s3-table tbody tr td:last-child {
        padding: max(0.18rem, 10px) max(0.36rem, 20px);
        width: calc(62% - 10px);
        background-color: #fff;
        border-radius: 10px;
        font-size: var(--font-size-18);
    }
}

@media screen and (max-width: 768px) {
    .product-list-s3-table {
        height: 50vh;
        overflow: auto;
    }

    .product-list-s3-table::-webkit-scrollbar {
        background-color: transparent;
        width: 0.1rem;

    }

    .product-list-s3-table::-webkit-scrollbar-thumb {
        background-color: var(--theme-color);
        border-radius: 0.1rem;
    }

    .product-list-s3-table table {
        border-collapse: collapse;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

    .product-list-s3-table table td {
        border-left: 1px solid #000000;
        border-top: 1px solid #000000;
        padding: 0.1rem 0.2rem;
    }

    .product-list-s3-title {
        padding: 0.4rem 0;
    }
}

.product-list-s3-content-left ul li {
    background-color: #e9e9e9;
    border-radius: 10px;
    padding: 0.2rem 1rem 0.2rem 0.4rem;
    margin-bottom: 0.1rem;
    white-space: nowrap;
}

.product-list-s3-content {
    display: flex;
    align-items: center;
}

.product-list-s3-content-right ul li {
    background-color: #ffffff;
    box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.06);
    border-radius: 10px;
    padding: 0.2rem 1rem 0.2rem 0.4rem;
    margin-bottom: 0.1rem;
    white-space: nowrap;
}

.product-list-s3-content-right {
    margin-left: 0.1rem;
}

.index-s6-title-imge {
    width: 51.5%;
    overflow: hidden;
}

.index-s6-swiper {
    margin-bottom: max(18px, 0.18rem);
    position: relative;
}

.product-s2-swiper {
    position: relative;
}

.product-s2-title-imge {
    width: 100%;
    overflow: hidden;
}

.product-s2-swiper .index-s6-item {
    margin-bottom: 0.2rem;

}

.index-s6-item img {
    cursor: grab;
}

.index-s6-item-thumb img {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .product-list-s3-content {
        flex-direction: column;
    }

    .product-list-s3-content {
        flex-direction: column;
        padding-bottom: 0.5rem;
    }

    .product-list-s3-content-right ul li {
        white-space: normal;
    }

    .product-s1-content-title {
        flex-direction: column;
    }

    .product-s1-content-title-left-X {
        display: grid;
    }

    .product-list-s2-content::after {
        display: none;
    }

    .product-list-s2-image-x {
        display: grid;
    }

    .index-s6-title-imge {
        min-width: 100%;
    }

    .product-list-s3-content-left {
        min-width: 97%;
        padding-bottom: 0.5rem;
    }
}

@media screen and (min-width: 768px) {
    .product-list-s3-content-right ul li {
        white-space: normal;
    }
}

.index-s6-swiper-thumbs .swiper-slide {
    border: 1px solid transparent;
}

.index-s6-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--theme-color);
}

.product-s2-swiper_thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.2rem;
}

.product-s2-item_thumbs img {
    /* width: 3.26rem; */
    height: 1.49rem;
    object-fit: cover;
}

.product-s2-swiper_thumbs .swiper-slide img {
    border: 2px solid transparent;
    border-radius: 10px;
}

/* .product-s2-item_thumbs:hover .product-list-s2-text{
  border-bottom: 2px solid var(--theme-color);
  width: fit-content;
} */
.Fully-Filling-footer-img img {
    cursor: pointer;
}


/* 2025-4-11修改 */

.product-s1-content-tag-item.active > .product-s1-content-tag-item-title {
    color: #000000;
    font-weight: 900;
}

.product-s1-right-list-item {
    border-radius: max(0.2rem, 20px);
    overflow: hidden;
}

.product-s1-content-title-right-one {
    white-space: normal;
}

@media screen and (min-width: 769px) {
    .product-s1-content-title-right {
        width: 63%;
    }
}

/* 2025-4-18 修改 */
.product-s1-content-tag-item-title::before{
	border-radius: 10px;
}
@media (min-width: 768px) {
    .product-s1-right-bottom-item::after {
        content: '';
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.091);
        transition: 0.6s;
   }
}

.nav-item{
    display: inline-block !important; 
   }


@media screen and (max-width: 1200px) {
    .product-s1-right-top-bg{
        width: 100%;
    }
    .product-s1-right{
        flex: 1;
        width: 100%;
    }
    .product-s1-right-top-text{
        right: 0.5rem;
    }
    .product-s1-right-list{
        width: 100%;
    }
}