.article {
  padding: 0;
  background: #fff;
}
/*商城*/
.list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
}
.list li {
  width: 2.01041667rem;
  height: 2.32291667rem;
  margin: 0.10416667rem 0.10416667rem 0 0;
  background: #eee;
  border-radius: 0.04166667rem;
  box-shadow: 0 0.05208333rem 0.05208333rem var(--main-color);
  overflow: hidden;
}
.list li:nth-of-type(3n) {
  margin: 0.10416667rem 0 0 0;
}
.list .pic {
  width: 2.01041667rem;
  height: 2.01041667rem;
  overflow: hidden;
}
.list img {
  width: 100%;
  height: 100%;
  /*过度效果*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list img:hover {
  /*缩放效果*/
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.list .title {
  width: 80%;
  margin: 0 auto;
  line-height: 0.3125rem;
  font-size: 0.09375rem;
  color: var(--main-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.product-box {
  margin: 0 0 0.10416667rem 0;
  padding: 0.15625rem;
  border-radius: 0.04166667rem;
}
.photo-box {
  width: 2.60416667rem;
  height: 2.60416667rem;
  box-shadow: 0 0 0.02604167rem #f7931d;
  border-radius: 0.04166667rem;
  overflow: hidden;
  position: relative;
}
.photo-list {
  width: 100%;
  height: 100%;
}
.photo-list ul {
  width: 700%;
  height: 100%;
}
.photo-list ul li {
  height: 100%;
  width: 100%;
  float: left;
}
.photo-list ul li img {
  display: block;
}
.photo-btn {
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  width: 100%;
  text-align: right;
  line-height: 0;
  z-index: 10;
}
.photo-btn ul {
  position: relative;
  right: 40%;
}
.photo-btn ul li {
  width: 0.08333333rem;
  height: 0.08333333rem;
  margin: 0 0.04166667rem;
  background: white;
  border-radius: 0.08333333rem;
  display: inline-block;
}
.photo-btn ul li.swiper-pagination-bullet-active {
  background: #ff9c01;
}
.head-box {
  width: 3.125rem;
}
.head-box .head {
  line-height: 0.18229167rem;
  font-size: 0.13020833rem;
  font-weight: 700;
}
.head-box .sub-head {
  line-height: 0.18229167rem;
  font-size: 0.11979167rem;
  color: #6A6A6A;
  margin: 0.10416667rem 0 0 0;
}
.head-box .price {
  line-height: 0.26041667rem;
  font-size: 0.10416667rem;
  color: #d91414;
}
.head-box .company {
  line-height: 0.26041667rem;
  font-size: 0.10416667rem;
}
.head-box .taobao {
  line-height: 0.26041667rem;
}
.head-box .taobao a {
  padding: 0.02604167rem 0.15625rem;
  font-size: 0.09375rem;
  color: #fff;
  background: #f7931d;
  border-radius: 0.13020833rem;
}
.detail {
  margin: 0.15625rem 0 0 0;
}
