.banner {
    background-image: url(../images/product/banner.png);
}

.content_box{
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 1.44rem;
}

.product_profile{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.36rem;
    margin-bottom: .5rem;
}

.product_tab{
    width: 100%;
    display: flex;
    margin-bottom: .65rem;
}

.tab_item{
    flex: 1;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
    padding-bottom: .19rem;
    border-bottom: .01rem solid #CFCFCF;
    cursor: pointer;
}

.tab_item_active{
    color: #19357D!important;
    border-bottom: .02rem solid #19357D!important;
}

.product_box_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product_item{
    width: 3.59rem;
    height: 4.31rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(17,16,16,0.1);
    margin-right: .2rem;
    margin-bottom: .37rem;
}

.product_item:nth-child(4n){
    margin: 0;
}

.product_img{
    width: 100%;
    height: 3.59rem;
    overflow: hidden;
}

.product_img img{
    object-fit: contain!important;
}

.product_text{
    width: 100%;
    height: .71rem;
    padding: 0 .15rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_tit{
    width: 100%;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
}