.series-index {
  padding: 20px 0;
  color: #333;
}

.list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.list .list-item {
  width: calc((100% - 48px) / 3);
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
  margin-right: 24px;
  margin-bottom: 30px;
}

.list .list-item:nth-child(3n) {
  margin-right: 0;
}

.list .list-item .text1,
.list .list-item .text2 {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}

.list .list-item .text1 {
  padding-top: 20px;
  align-items: center;
}

.list .list-item .text1 p {
  width: calc(100% - 100px);
  font-size: 16px;
}

.list .list-item .text1 > div {
  color: #999;
  font-size: 12px;
}

.list .list-item .text1 > div span {
  color: #ff0000;
}

.list .list-item .text2 {
  padding: 30px 16px;
  line-height: 18px;
}

.list .list-item .text2 .price {
  color: #999;
  font-size: 12px;
}

.list .list-item .text2 b {
  font-size: 16px;
  color: #ff0000;
}

.list .list-item .text2 .rush {
  color: #ff9933;
  margin-right: 10px;
  font-weight: 900;
}

.list .list-item .text2 .count {
  color: #ff9933;
  font-size: 12px;
}

.list .list-item .text2 .old-price {
  padding: 0 10px;
  text-decoration: line-through;
}

.list .list-item .pic img {
  width: 100%;
}

h2 {
  font-size: 24px;
  color: #333;
}

.crumbs {
  font-size: 16px;
  color: #666;
  padding-top: 20px;
}

.crumbs a {
  font-size: 16px;
  color: #666;
  padding: 0 10px;
}

.crumbs a:first-child {
  padding-left: 0;
}

.series-deali-bannner {
  display: flex;
  padding: 20px;
  background: #fff;
  margin: 30px 0;
}

.series-deali-bannner .pic {
  width: 494px;
}

.series-deali-bannner .pic img {
  width: 100%;
}

.series-deali-bannner .desc {
  width: calc(100% - 494px);
  justify-content: start;
  padding-left: 30px;
  position: relative;
  padding-bottom: 70px;
}

.series-deali-bannner .desc h3 {
  font-size: 18px;
  font-weight: 700;
}

.series-deali-bannner .desc .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  display: flex;
  line-height: 50px;
}

.series-deali-bannner .desc .btn-wrap .btn {
  width: 160px;
  height: 50px;
  border-radius: 6px;
  background: #ff9933;
  border-color: #ff9933;
  margin-right: 30px;
}

.series-deali-bannner .desc .btn-wrap .price {
  font-size: 20px;
  color: #f00;
  font-size: 20px;
}

.series-deali-bannner .desc .btn-wrap .old-price {
  padding-left: 14px;
  padding-right: 21px;
  font-size: 12px;
  color: #999999;
}

.series-deali-bannner .desc .btn-wrap .count {
  font-size: 12px;
  color: #ff9933;
}

.series-deali-bannner .desc .desc-text {
  line-height: 28px;
  margin-top: 20px;
  max-height: 105px;
  overflow: hidden;
  transition: 0s;
}

.series-deali-bannner .desc .desc-text.more {
  max-height: 9000px;
  transition: 1s;
}

.series-deali-bannner .desc .show-more {
  text-align: center;
  color: #00a8d4;
  line-height: 20px;
  cursor: pointer;
  margin-top: 20px;
}

.detail-item.detail-item[class] {
  padding: 12px;
  box-shadow: none;
}

.detail-item.detail-item[class] .title {
  padding-top: 8px;
  padding-bottom: 10px;
}

.detail-item.detail-item[class] .price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #999999;
  font-size: 12px;
}

.detail-item.detail-item[class] .price b {
  font-size: 20px;
  color: #ff0000;
}

.detail-item.detail-item[class] .btn-warp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-top: 20px;
}

.detail-item.detail-item[class] .btn-warp .btn {
  width: 100px;
  height: 34px;
  border-radius: 0;
  background: #00C0F2;
  border-color: #00C0F2;
}

.detail-item.detail-item[class] .btn-warp span {
  font-size: 16px;
  color: #00c0f2;
}
