.content-box{
    padding: 0.533333rem;
}
.product-item-box{
    height: 5.96rem;
    display: flex;
    position: relative;
    margin-bottom: 0.8rem;
    overflow: hidden;
    transition: all 0.8s;
}
.product-img{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.product-text-box{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 0.933333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.product-item-box:hover{
    box-shadow: 0px 2px 8px 0px rgba(156, 156, 156, 0.5);
}
.product-item-box:hover .product-img{
    transform: scale(1.1);
}
/*-----产品系列详情------*/
.product-banner-bg{
    width: 100%;
    height: 6.666667rem;
}
.product-detail-title{
    font-size: 0.453333rem;
    margin: 0.266667rem 0;
    color: #A97852;
}
.product-detail-content{
    line-height: 0.48rem;
    font-size: 0.373333rem;
    color: #0C0C0B;
    margin: 0;
}
.product-detail-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0.8rem 0;
}
.product-detail-item{
    width: 2.026rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.266667rem 0.266667rem 0;
}
.product-detail-item:nth-of-type(4n){
    margin-right: 0;
}
.detail-item-img{
    width: 100%;
    height: 2.026rem;
    transition: all 0.6s;
    margin-bottom: 0.133333rem;
}
.detail-item-img:hover{
    transform: scale(1.1);
}
.detail-item-name{
    margin-top: 0.133333rem;
    font-size: 0.266667rem;
    color: #111;
    text-align: center;
}
.link-tab-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.32rem;
    padding: 0.533333rem 0;
    border-bottom: 1px solid #0C0C0B;
    margin-bottom: 0.8rem;
}
.link-item{
    color: #0C0C0B;
    cursor: pointer;
}
.link-item:hover{
    color: #0C0C0B;
}