/*nav开始*/
.nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0.38rem;
    padding: 0 0.24rem;
}
.nav img{
    width: 2.34rem;
    height: 2.27rem;
}
/*产品列表开始*/
.main{
    padding: 0 0.24rem;
    margin: 0.38rem 0;
}
.main .title{
    font-size: 0.36rem;
    padding-left: 0.16rem;
    padding-bottom: 0.4rem;
}
.productList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productList li{
    width: 3.4rem;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.productList li h1{
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #333
}
.productList li h2{
    font-size: 0.24rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productList li img{
    width: 3.4rem;
    height: 1.7rem;
}








