﻿/* 自定义样式 */
.layui-carousel img {
    width: 100%;
    height: 300px;
}
.product-item {
    float: left;
    width: 25%;
    padding: 20px;
}
.product-item img {
    width: 100%;
}
.footer {
    text-align: center;
    padding: 20px;
    background-color: #f2f2f2;
}
a{
    color: #b21f2d;
}