.product-item{
    padding: 12px;
}
.product-item .vc_column-inner{
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    border-radius: 8px;
    padding-bottom: 7px;

}

.product-item .vc_column-inner .image_wrapper{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
}
.product-item-new .vc_column-inner .image_wrapper{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
}
.product-item-new .vc_column-inner .image_wrapper img{
    width: 50%;
    display: flex;
    align-items: center;
}
.product-item-new .vc_column-inner .image_wrapper ul{
    flex: 1;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}
.product-item .vc_column-inner h6{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}
.product-item .vc_column-inner p{
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: bold;
}
.product-item .vc_column-inner i{
    font-size: 14px;
    color: #999;
    margin: 0;
    font-weight: 400;
    font-style: normal;
}
.wechatRCcode_box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.contacts_info{
    padding-top: 40px;
}
.contacts_info p{
    margin-bottom: 20px;
}
.contacts_info h5{
    font-weight: normal;
    font-size: 24px;
    padding-top: 40px;
}
.contacts_info h6{
    font-weight: normal;
    font-size: 22px;
}