.pic{
  width: 100%;
  height: 550px;
}
.pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-products{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -50px;
  height: 100px;
  padding: 0 46px;
  box-sizing: border-box;
  box-shadow:0px 0px 12px 0px rgba(21,6,10,0.1);
  background: #fff;
}
.about-products h4{
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 400;
}
.about-products span{
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
}

.min-nav{
  display: flex;
  align-items: center;
  padding: 36px 0;
  font-size: 14px;
  color: #888;
}
.min-nav i{
  margin: 0 2px;
}

.main{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .classify{
  width: 280px;
  flex-shrink: 0;
  box-shadow:0px 0px 12px 0px rgba(21,6,10,0.1);
  border-radius: 4px;
  background: #fff;
}
.classify li{
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #565656;
}
.classify li:not(:last-child){
  border-bottom: 1px solid #eaeaea;
}
.classify li.active{
  color: #25cad3;
}
.classify li a{
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-left: 4px solid transparent;
}
.classify li.active a{
  border-left: 4px solid;
}

.commodity{
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
}
.commodity li{
  width: 520px;
  display: inline-block;
  margin-bottom: 43px;
}
.commodity li:not(:nth-of-type(2n)){
  margin-right: 40px;
}
.commodity li a{
  display: flex;
  flex-direction: column;
}
.commodity li img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 24px;
}
.commodity li .com-detail{
  width: 100%;
  display: flex;
  align-items: center;
}
.com-detail div{
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 70px;
  margin-right: 22px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
}
.com-detail div span:first-child{
  font-size: 24px;
  color: #888888;
}
.com-detail div span:last-child{
  font-size: 16px;
  color: #565656;
}

.com-detail p{
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #565656;
}

#myPage{
  margin: 70px 0;
  text-align: center;
}