body {
  background: #f0f1f5;
  color: #333;
  font-size: 14px;
}
.swiper-container {
  /*height: 350px;*/
  text-align: center;
}
.swiper-container img {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
.swiper-container .swiper-slide:last-child > div {
  max-width: 1920px;
  height: 100%;
  background: url(../img/banner1.png);
  background-position: center;
  margin: 0 auto;
}
.goodlist {
  width: 1200px;
  margin: 40px auto;
}
.goodlist ul .list_item {
  float: left;
  background: #fff;
  width: 380px;
  height: 425px;
  /*width: 285px;*/
  margin-right: 20px;
  margin-bottom: 25px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.goodlist ul .list_item a > img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  /*height: 217px;*/
}
.goodlist ul .list_item a .content {
  padding: 20px;
}
.goodlist ul .list_item a .content .title {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goodlist ul .list_item a .content .desc {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  height: 72px;
  /*超出n行隐藏显示省略号*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.goodlist ul .list_item a .content .item_bottom {
  margin-top: 20px;
}
.goodlist ul .list_item a .content .item_bottom .number {
  float: left;
  margin-top: 10px;
  color: #999;
  font-size: 12px;
}
.goodlist ul .list_item a .content .item_bottom .price {
  float: right;
  color: #e74b3b;
  font-size: 24px;
}
.goodlist ul .list_item a .content .item_bottom .price .icon {
  font-size: 16px;
}
.goodlist ul .list_item:hover {
  /*position: absolute;*/
  margin-top: -5px;
  box-shadow: 0 10px 24px 0;
  margin-bottom: 30px;
}
.goodlist ul .list_item:nth-child(3n) {
  margin-right: 0;
}
.goodlist ul .list_item:hover .content .title {
  color: #ffa228;
}
