.wrapper{
    padding-bottom: 32px;
}

/* 产品列表 */
.product-list .row {
    margin: 0 -10px;
}
.product-item {
    display: block;
    padding: 0 10px;
    margin-bottom: 15px;
}
.product-item .pic{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border: 1px solid #636363;
}
.product-item ._sy {
    position: absolute;
    top: 3%;
    left: 3%;
    width: 35%;
    z-index: 9;
}
.product-item ._img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}
.product-item ._img2{
  display: none;
}
.product-item .pic:hover ._img1{
  display: none;
}
.product-item .pic:hover ._img2{
  display: block;
}
.product-item p {
    font-size: 16px;
    color: #292A27;
    text-align: center;
    margin: 0;
    margin-top: 5px;
    height: 46px;
}
.product-item p span {
    color: #e00;
}