.product-title{
    text-align: center;
    padding: 30px 0px;
    font-size: 20px;
}
.product-list .wrap{
    flex-wrap: wrap;
    width: 100%;
}
.product-list .wrap .product-item{
    background: #fff;
    width: 49.7%;
    margin-bottom: 2px;
}
.product-list .wrap .product-item:nth-of-type(odd){
    margin-right: 2px;
}
.product-list .wrap .product-item a{
    padding: 40px 0px;
    display: block;
}

.product-list .wrap .product-item a .product-img{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.product-list .wrap .product-item a .product-img img{
    width: 110px;
    height: 140px;
}

.product-list .wrap .product-item a .title{
    font-size: 16px;
    text-align: center;
    margin: 25px 0px;
    height: 24px;
    overflow: hidden;
}
.product-list .wrap .product-item a .color-list .color-img{
    width: 17.5px;
    height: 17.5px;
    margin-right: 4px;
    margin-bottom: 5px;
}
.type{
    margin-top: 15px;
}
.type p{
    text-align: center;
    font-size: 12px;
    color: #9B9B9B;
}
.type p img{
    width: 37px;
    height: 8px;
}
.series p{
    text-align: center;
    font-size: 13px;
    color: #9B9B9B;
    margin-top: 15px;
    font-weight: bold;
}

.footer .bottom{
    padding: 80px 0px;
    text-align: center;
}

.footer .bottom .img img{
    width: 100px;
}

.footer .bottom .word{
    opacity: 0.16;
    font-size: 25px;
}