/* 区块1 */
.product-section1-container{
    width: 100%;
    padding-top: 12.5rem;
}
.product-section1-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-container-header-title{
    width: 50%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 400;
}
.product-section1-container-header-footer{
    width: 100%;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section1-category-list-wrap{
    flex: 1;
    padding-right: 1.875rem;
}
.product-section1-category-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-category{
    font-size: 1.375rem;
    font-weight: 400;
    color: #939393;
    text-decoration: none;
    margin-right: 2.8125rem;
    padding-bottom: 1.5625rem;
}
.product-section1-category:last-of-type{
    margin-right: 0;
}
.product-section1-category:hover, .product-section1-category-active{
    color: #000000;
}
.product-section1-search-bar-wrap{
    width: 22.25rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
/* 筛选按钮 */
.product-section1-search-bar-btn{
    margin-right: 2.5rem;
    font-size: 1rem;
    text-decoration: none;
    height: 1.875rem;
    line-height: 1.875rem;
    color: #333333;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section1-search-bar-btn-icon{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    margin-right: 0.625rem;
    filter: grayscale(100%);
}
.product-section1-search-bar-btn:hover{
    color: #3d9348;
}
.product-section1-search-bar-btn:hover .product-section1-search-bar-btn-icon{
    filter: none;
}
/* 搜索栏 */
.product-section1-search-bar{
    width: 22.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: #dbd6ce solid 0.0625rem;
}
.product-section1-search-bar-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-search-bar-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.product-section1-search-bar-input-wrap{
    flex: 1;
    padding-left: 0.625rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section1-search-bar-input{
    width: 100%;
    height: 1.125rem;
    background: none;
    border: none;
    outline: none;
    line-height: 1.125rem;
    font-size: 0.8125rem;
    color: #000000;
}
.product-section1-container-body{
    width: 100%;
    padding-top: 1.875rem;
}
.product-section1-product-list{
    width: 100%;
}
.product-section1-product-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section1-product{
    width: 50%;
    height: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
}
.product-section1-product-poster{
    width: 100%;
    height: 35rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-product-poster-img{
    width: 100%;
    height: 35rem;
    object-fit: cover;
}
.product-section1-product-info{
    width: calc(100% - 7.5rem);
    height: calc(35rem - 10rem);
    padding: 5rem 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section1-product-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-product-color-list{
    width: 100%;
    /*display: flex;*/
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.product-section1-product-color{
    width: 6.25rem;
    margin-right: 1.875rem;
    margin-bottom: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.product-section1-product-color:last-of-type{
    margin-right: 0;
}
.product-section1-product-color-poster{
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product-section1-product-color-poster-img{
    width: 6.25rem;
    height: 6.25rem;
    object-fit: cover;
}
.product-section1-product-color-title{
    width: 100%;
    padding-top: 0.625rem;
    text-align: center;
    font-size: 0.8125rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-section1-product-info-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-product-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 400;
    color: #FFFFFF;
}
.product-section1-product-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 0.8125rem;
    color: #FFFFFF;
}
.product-section1-product:hover .product-section1-product-info{
    background: rgba(0,0,0,0.8);
}
.product-section1-product:hover .product-section1-product-color-list{
    display: flex;
}