body {
    background-color: #f3f4f6;
}

.nav {
    height: 76px;
    z-index: 1;
    background-color: #191b25;
}

.nav ul {
    width: 1190px;
    height: 76px;
    margin: 0 auto;
}

.nav li {
    float: left;
    width: 134px;
    height: 76px;
}

.nav li a {
    width: 134px;
    height: 76px;
    display: block;
    text-align: center;
    line-height: 76px;
    font-size: 18px;
    color: #9f9f9f;
}

.wrapper {
    width: 1190px;
    margin: 42px auto;
    background: #fafbfc;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.product-iWrap{
    position: relative;
    border: 1px solid #eeeeee;
}

.productImg-wrap{

}

.productImg{
    display: block;

}

.productImg img{
    width: 280px;
}

.productPrice{
    display: block;
    color: red;
    font-size: 27px;
}

.productTitle{
    display: block;
    font-weight: 700;
}

.productBtn{
    text-align: right;
    height: 30px;
    display: block;
}

.productBtn a{
    display: inline-block;
    background: red;
    color: #fff;
    padding: 2px 9px;
    position: absolute;
    right: 10px;
}


.footer{
    width: 1190px;
    margin: 42px auto;
    text-align: center;
}