/* 宠物用品 */
.supplies {
  padding: 70px 0 60px;
}

.supplies .tt {
  text-align: center;
}

.supplies .tt .ht {
  width: 120px;
}
.supplies .topage {
  text-align: center;
  padding: 40px 0 0;
}

.supplies .topage a {
  color: #232f5f;
  background-color: #f4ecdc;
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.supplies .s-content {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  height: 240px;
}
.supplies .poorigin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.supplies .s-content .item-block {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 10;
}
.supplies .s-content .item {
  height: 100%;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  cursor: pointer;
}

.supplies .s-content .item .qiu {
  width: 80px;
  height: 80px;
  background-color: #f1e3d0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.supplies .s-content .item .qiu .icon {
  width: 50px;
}
.supplies .s-content .item .wenzi {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #232f61;
}
.supplies .s-content .item .wenzi p {
  line-height: 1.5;
}
.supplies .s-content .item:nth-child(odd) {
  justify-content: flex-end;
}
.supplies .s-content .item:nth-child(2) .icon {
  width: 86px;
}
.supplies .s-content .item:nth-child(3) .icon {
  width: 56px;
}
.supplies .s-content .item:nth-child(4) .icon {
  width: 86px;
}
.supplies .s-content .item:nth-child(5) .icon {
  width: 60px;
}

.supplies .s-content .footsvg {
  width: 48px;
  height: 42px;
  object-fit: cover;
  position: absolute;
}

.supplies .s-content .footsvg.g1 {
  transform: rotate(45deg) scale(0.8);
  top: 12%;
}
.supplies .s-content .footsvg.g2 {
  transform: rotate(-35deg) scale(1.2);
  top: 86%;
  left: 30%;
}
.supplies .s-content .footsvg.g3 {
  transform: rotate(35deg) scale(0.7);
  left: 39%;
  top: 23%;
}
.supplies .s-content .footsvg.g4 {
  transform: rotate(10deg) scale(1.4);
  left: 70%;
  top: 76%;
}
.supplies .s-content .footsvg.g5 {
  transform: rotate(20deg) scale(1);
  right: 12%;
  top: 14%;
}

.imgs-view {
  width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
.imgs-view .img {
  width: 100%;
  margin-bottom: 30px;
}

.box {
  width: 100%;
}
.box .image {
  width: 100%;
}
