/* 区块1 */
.products-section1-container{
    width: 100%;
    padding: 5.3125rem 0;
}
.products-section1-container-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.products-section1-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.products-section1-header-left{
    width: 40%;
}
.products-section1-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
    font-weight: 400;

}
.products-section1-header-right{
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.products-section1-sub-categories{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.products-section1-sub-category{
    margin-right: 2.5rem;
    font-size: 1.125rem;
    font-weight: 400;

    color: #101f3e;
    text-decoration: none;
    padding-bottom: 0.625rem;
    border-bottom: #ffffff solid 0.1875rem;
    cursor: pointer;
}
.products-section1-sub-category-active{
    border-bottom: #c40d23 solid 0.1875rem;
    color: #c40d23;
}
.products-section1-header-sub-title{
    text-align: right;
    font-size: 1.125rem;
    font-weight: 400;

}
.products-section1-description{
    width: 50%;
    padding-top: 4.375rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;

    color: #444444;
    line-height: 1.7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.products-section1-description-inline{
    display: block;
}
.products-section1-description-wrap{
    /*display: inline-block;*/
    /*width: calc(100% - 6.25rem);*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    width: calc(100% - 6.25rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-section1-description-wrap-open{
    width: max-content;
    display: inline;
    white-space: wrap;
}
.products-section1-description a{
    width: 6.25rem;
    color: #c42733;
}

/* 产品列表 */
.products-list-container{
    width: 100%;
    padding-bottom: 17.5rem;
    position: relative;
}
.products-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 6.25rem;
}
.products-group:last-of-type{
    margin-bottom: 0;
}
.product{
    width: calc(100% / 3 - 1.875rem);
    margin-right: 2.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}
.product-poster-swiper-wrap{
    width: 100%;
    height: 30rem;
    border-radius: 1.25rem;
    background-color: #f2f2f2;
}
.product-poster-swiper{
    height: 30rem;
}
.product-poster{
    width: 100%;
    height: 30rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-poster-img{
    width: 65%;
    height: 19.5rem;
    object-fit: contain;
}
.product-poster-swiper .swiper-button-prev{
    left: 1.75rem;
    display: none;
}
.product-poster-swiper .swiper-button-next{
    right: 1.75rem;
    display: none;
}
.product-poster-swiper:hover .swiper-button-prev{
    display: flex;
}
.product-poster-swiper:hover .swiper-button-next{
    display: flex;
}
.product-info{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
}
.product-info-left{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-title{
    width: 100%;
    text-align: left;
    font-size: 1.375rem;
    font-weight: 400;

    color: #444444;
}
.product-description{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 0.875rem;

    color: #444444;
}
.product-info-right{
    width: calc(30% - 1.875rem);
}
.product-info-model{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-info-model-dot{
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 0.1875rem;
    background-color: #c40d23;
}
.product-info-model-num{
    max-width: calc(100% - 0.375rem - 0.625rem);
    padding-left: 0.625rem;
    text-align: left;
    font-size: 1.125rem;

    color: #444444;
}

/* 筛选 */
.products-list-filter-container{
    width: 100%;
    position: absolute;
    bottom: 2.5rem;
    left: 0;
}
.products-list-filter-container-header{
    display: none;
}
.products-list-filter-container-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.products-list-filter{
    width: max-content;
    /*max-width: calc(100% / 3 - 0.375rem);*/
    margin-right: 0.5625rem;
    background-color: #444444;
    padding: 1.0625rem 1.5625rem;
    padding-bottom: 0.5625rem;
    border-radius: 1.25rem;
}
.products-list-filter:last-of-type{
    margin-right: 0;
}
.products-list-filter-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.products-list-filter-header-title{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;

    color: #ffffff;
}
.products-list-filter-options{
    padding-top: 0.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.product-list-filter-option{
    width: max-content;
    padding: 0 0.625rem;
    height: 1.875rem;
    border-radius: 0.9375rem;
    line-height: 1.875rem;
    /*background-color: #ffffff;*/
    color: #ffffff;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    font-size: 0.75rem;

}
.product-list-filter-option:last-of-type{
    margin-right: 0;
}
.product-list-filter-option-active{
    background-color: #c40d23;
    color: #ffffff;
}
.products-list-filter-container-fixed{
    position: fixed;
    z-index: 99;
}
.products-filter-toggle-btn{
    display: none;
}

/* Product filter tags overlay */
.product-filter-tags{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 0.75rem;
}
.product-filter-tags-group{
    background-color: rgba(0,0,0,0.75);
    border-radius: 0.625rem;
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-filter-tags-group-title{
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.375rem;
}
.product-filter-tags-group-tags{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.375rem;
}
.product-filter-tag{
    font-size: 0.75rem;
    font-weight: 400;
    color: #ffffff;
    background-color: rgba(255,255,255,0.2);
    border-radius: 0.3125rem;
    padding: 0.125rem 0.5rem;
}
