
.typeList{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px;
    width: 860px;
}
.typeitem{
    color: #666666;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 12px;
}
.typeitem a,.typeitem a:visited{
    color: #666666;
}
.typeitem.on a{
    color:  #333333;
    font-weight: bold;
}
.typeitem label{
    color: #4FC2B8;
}
.typeitem:hover a{
    color: #108391;
    text-decoration: underline;
}
.productList{
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.productItem{
    width: 190px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.productItem:nth-child(4n){
    margin-right: 0;
}
.productItem img{
    display: block;
    width: 188px;
    height: 190px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    object-fit: contain;
}
.productItem_name{
    width: 190px;
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}
.productItem_btn{
    margin-top: 10px;
    width: 120px;
    height: 30px;
    background: #108391;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
}
.shop_info_title label{
    color: #4FC2B8;
}
