body,
ul,
li,
h3 {
    padding: 0;
    margin: 0;
}

.detail.wrap {
    padding-bottom: 0px;
}

.wrap {
    background: #f7f7f7;
}

.wrap .products {
    width: 1196px;
    margin: 0 auto;
}

.wrap .products:last-child {
    padding-bottom: 60px;
}

.wrap .products ul {
    position: relative;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.wrap .products ul li {
    box-sizing: border-box;
    background: #fff;
    height: 219px;
    float: left;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.wrap .products ul li .imgIcon {
    margin: 0 auto;
    margin-top: 19px;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.wrap .products ul li .imgIcon img {
    width: 100%;
}

.wrap .products ul li .title {
    text-align: center;
    padding-top: 10px;
}

.wrap .products ul li .content {
    text-align: center;
    width: 310px;
    margin: 18px auto 12px;
    font-size: 12px;
    color: #666;
    height: 38px;
    line-height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrap .products ul li .price {
    color: #e41f2b;
    font-size: 14px;
    text-align: center;
}

.wrap .products ul li .price span {
    font-size: 12px;
    color: #8d8c8c;
}

.wrap .products ul li:hover {
    cursor: pointer;
}

.wrap .products ul li:hover .title {
    color: #e41f2b;
}

.wrap .products .column3 li {
    width: 398px;
}

.column3 li {
    cursor: default !important;
    position: relative;
}

.column3 li.getHover {
    cursor: pointer;
}

.column3 li.getHover:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    z-index: 99;
}

.wrap .products .column2 li {
    width: 596px;
}

.wrap .products h3 {
    height: 108px;
    line-height: 108px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.wrap .products h3.first {
    height: 68px;
    line-height: 68px;
}

.line1 {
    -height: 219px;
}

.line2 {
    -height: 438px;
}