.container{
    background-color: #F7F7F7;
}
.product-series-title{
    text-align: center;
    color: #0C0C0B;
    font-size: 0.453333rem;
    margin: 0.266667rem 0 0.8rem;
    font-family: "SourceHanSansCN-Medium", "SourceHanSansCN";
    font-weight: 500;
}
.product-series-box{
    margin-bottom: 40px;
}
.title-box{
    display: flex;
    align-items: flex-end;
    font-size: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #0C0C0B;
    margin-bottom: 0.4rem;
    color:#0C0C0B;

}
.title-tips{
    font-size: 0.293333rem;
    line-height: 0.373333rem;
    color: #A97852;
    margin-left: 0.266667rem;
}
.series-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.series-item-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 4.266667rem;
    height: 5.28rem;
    transition: all 1s;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.4rem;
    background-color: #fff;
    color: #0C0C0B;
    cursor: pointer;
}
.item-img-box{
    width: 4.266667rem;
    height: 4.266667rem;
    overflow: hidden;
    margin-bottom: 0.32rem;
}

.product-item-img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.series-item-box:hover .product-item-img{
    transform: scale(1.1);
}
.item-name{
    font-size: 0.293333rem;
}
.product-features{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.features-item-box{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 9.066667rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 0.133333rem;
}
/* .features-item-box:hover .features-mask {
    opacity: 0.8;
}
.features-item-box:hover .features-title {
    display: block;
}
.features-item-box:hover .features-text {
    display: block;
}
.features-item-box:hover .features-txt {
    display: none;
} */

.features-item-box:nth-of-type(3n){
    margin-right: 0;
}
.features-img{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.features-mask {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #0C0C0B;
}
.features-title{
    display: none;
    z-index: 1;
    font-size: 0.453333rem;
    line-height: 0.64rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    text-align: center;
    width: 8rem;
}
.features-text{
    display: none;
    z-index: 1;
    margin-top: 0.4rem;
    width: 60%;
    text-align: center;
    line-height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
}
.features-txt {
    font-size: 0.453333rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.64rem;
    width: 8rem;
    text-align: center;
}