body {
  background: #f5f5f5;
}

.list {
  padding: 1rem;
}

.list-row {
  padding: 1rem;
  background: #fff;
}
.list-row .right .list-img-group {
  overflow: hidden;
}
.list-row .right .list-img-group .swiper-wrapper {
  width: 21rem;
  height: 10.4rem;
}
.list-row .right .list-img-group .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.list-row .right .product-title {
  font-size: 1.1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #297bff;
  margin-top: 1rem;
}
.list-row .right .field {
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  line-height: 1.5rem;
  margin-top: 0.7rem;
}
.list-row .right .field .label {
  opacity: 0.6;
}
.list-row .right .field .other-item {
  display: inline-block;
  vertical-align: middle;
}
.list-row .right .field .other-item a {
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Medium;
  color: #333333;
}
.list-row .right .field .other-item + .other-item {
  position: relative;
  padding-left: 0.7rem;
}
.list-row .right .field .other-item + .other-item::after {
  content: "/";
  position: absolute;
  left: 0.2rem;
  top: 0;
  color: #333333;
}
.list-row .right .tip {
  margin-top: 1.3rem;
  padding-left: 2.7rem;
  position: relative;
}
.list-row .right .tip .label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #999999;
  line-height: 1.2rem;
  opacity: 0.6;
}
.list-row .right .tip .tip-item {
  display: inline-block;
  vertical-align: middle;
  background: #f0f0f0;
  padding: 0.17rem 1.3rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  margin-right: 1rem;
  margin-bottom: 0.7rem;
}
.list-row .right .tip .tip-item a {
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #333333;
}
.list-row .right .buttons {
  margin-top: 1.3rem;
  display: flex !important;
  justify-content: center;
}
.list-row .right .buttons .button {
  flex: 1;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Regular;
}
.list-row .right .buttons .button.rich {
  background: #297bff;
  color: #ffffff;
}
.list-row .right .buttons .button.more {
  border: 1px solid #999999;
  background: #fff;
  margin-left: 0.7rem;
}
.list-row .right .buttons .button.more a {
  color: #999999;
}

.list-row + .list-row {
  margin-top: 1rem;
}/*# sourceMappingURL=move.css.map */