.home-pages {
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
  padding-top: 60px;
}

.ts {
  max-width: 100%;
}

.banner-img {
  width: 100%;
}
.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

/* 视差元素基础样式 */
[data-swiper-parallax] {
  transition: transform 0.3s ease-out;
  will-change: transform; /* 优化性能 */
}
.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  content: none;
}
.icon {
  width: 20px;
}

/* 介绍 */

.introduce {
  background-color: #f7f5ea;
  padding-top: 60px;
  padding-bottom: 80px;
}
.introduce .intContent {
  margin: 0 auto;
  max-width: var(--width);
  padding: 62px 0 0;
  position: relative;
}
.introduce .intContent .dog-1 {
  width: 120px;
  position: absolute;
  top: 0;
  left: 60px;
}
.introduce .intContent .ht {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -10px;
  width: 130px;
}
.intContent .content-block {
  border: 1px solid #bfafab;
  outline: 1px solid #795750;
  padding: 70px 100px;
  background-color: #ffffff;
}

.intContent .content-block .info-1 {
  line-height: 1.5;
  text-indent: 2em;
  color: #232f61;
  font-size: 14px;
}

.intContent .content-block .info-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  margin-top: 30px;
}

.intContent .content-block .info-block .items {
  border: 1px solid #f7f4ea;
  text-indent: 2em;
  padding: 20px 20px;
  color: #232f61;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #f7f5ea;
  height: 300px;
  cursor: auto;
}
.fen-line-view {
  width: 100%;
  overflow: hidden;
  /* transition: all 0.25s; */
  position: relative;
  z-index: 2;
}
.fen-line {
  width: 100vw;
}
/* 宠物用品 */
.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;
}
.supplies .s-content .item {
  height: 100%;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

.supplies .s-content .item .qiu {
  width: 80px;
  height: 80px;
  background-color: #f1e3d0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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%;
}
.pettree {
  background-color: #f7f4ea;
  padding: 120px 0 140px;
  position: relative;
}
.pettree .left-cat-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  z-index: 1;
  height: 100%;
  background-position: left center;
}
.pettree .tt {
  text-align: center;
}

.pettree .tt .ht {
  width: 120px;
}
.pettree .t-content {
  position: relative;
  margin-top: 60px;
}
.pettree .t-content .t-use-container {
  display: flex;
  justify-content: center;
}

.pettree .t-content .index-top-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
}
.pettree .t-content .index-top-content .left,
.pettree .t-content .index-top-content .right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
}
.pettree .t-content .index-top-content .left .item {
  justify-content: flex-end;
  padding-right: 68px;
  transition: all 0.25s;
}

.pettree .t-content .index-top-content .right .item {
  justify-content: flex-start;
  transition: all 0.25s;
  padding-left: 68px;
}

.pettree .t-content .index-top-content .center {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.pettree .t-content .index-top-content .center .main-bg {
  margin: 0 20px;
  height: 105%;
  background: url("../assets/treecave/bg.png") no-repeat;
  background-size: 100% 85%;
  background-position: center 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.pettree .t-content .index-top-content .center .main-bg .clickbtn {
  outline: none;
  border: none;
  background-color: #fcba66;
  color: #232f61;
  padding: 5px 20px;
  border-radius: 8px;
  line-height: 1;
  margin-top: 20px;
}
.pettree .t-content .index-top-content .center .main-bg .img {
  width: 300px;
}

.pettree .t-content .index-top-content .item {
  display: flex;
  align-items: center;
}
.pettree .t-content .index-top-content .item .info-view {
  text-align: center;
}

.pettree .t-content .index-top-content .item .info-view span {
  font-size: 14px;
  color: #232f61;
}

.pettree .t-content .index-top-content .item .info-view p {
  font-size: 14px;
  line-height: 1.5;
  color: #232f61;
}

.pettree .t-content .index-top-content .left .item:nth-child(odd) {
  padding-right: 32px;
}
.pettree .t-content .index-top-content .right .item:nth-child(odd) {
  padding-left: 32px;
}

.pettree .t-content .index-top-content .left .item:hover {
  padding-right: 88px;
}
.pettree .t-content .index-top-content .left .item:nth-child(odd):hover {
  padding-right: 52px;
}
.pettree .t-content .index-top-content .right .item:hover {
  padding-left: 88px;
}
.pettree .t-content .index-top-content .right .item:nth-child(odd):hover {
  padding-left: 52px;
}

.pettree .t-content .index-top-content .item .kuai {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fcba66;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.pettree .t-content .index-top-content .item .kuai .icon {
  width: 26px;
  height: 26px;
}
.pettree .t-content .index-top-content .right .item .kuai {
  margin: 0;
  margin-right: 15px;
}

.popularization {
  background-color: #f7f4ea;
  padding: 100px 0 120px;
  margin-top: -70px;
}
.popularization .tt {
  text-align: center;
}

.popularization .tt .ht {
  width: 200px;
}

.popularization .p-content {
  min-width: var(--width);
  margin-top: 60px;
}

.popularization .p-content .p-use-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 330px 150px;
  width: 900px;
  /* height: 600px; */
  margin: 0 auto;
  gap: 20px;
  /* align-items: flex-start; */
  grid-template-areas:
    "g1 g2 g3"
    "g4 g4 g3";
}
.popularization .p-content .p-use-content > div {
  border-radius: 15px;
  background-color: rgb(251, 181, 255);
  padding: 20px;
}
.popularization .p-content .p-use-content > div h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  color: #232f61;
  margin-bottom: 16px;
}
.popularization .p-content .p-use-content > div p {
  font-size: 14px;
  line-height: 1.5;
  text-indent: 2em;
  padding: 0 20px;
  text-align: center;
  color: #232f61;
}
.popularization .p-content .p-use-content .g1,
.popularization .p-content .p-use-content .g2,
.popularization .p-content .p-use-content .g3 {
  grid-area: g1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.popularization .p-content .p-use-content .g1 .img {
  margin-top: auto;
  margin-bottom: 0;
  width: 120px;
}

.popularization .p-content .p-use-content .g2 {
  grid-area: g2;
}
.popularization .p-content .p-use-content .g2 .img {
  margin-top: auto;
  margin-bottom: -22px;
  width: 120px;
}
.popularization .p-content .p-use-content .g3 {
  grid-area: g3;
}
.popularization .p-content .p-use-content .g3 .img {
  margin-top: auto;
  margin-bottom: 0;
  width: 110%;
  margin-bottom: -28px;
  margin-right: -10px;
}
.popularization .p-content .p-use-content .g4 {
  grid-area: g4;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popularization .p-content .p-use-content .g4 .img {
  width: 230px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.members {
  background-color: #f7f5ea;
  padding: 100px 0 120px;
  margin-top: -70px;
}

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

.members .tt .ht {
  width: 120px;
  margin-bottom: 30px;
}

.members .m-content {
  position: relative;
}
.members .m-content .m-use-content {
  margin: 0 auto;
  width: 1000px;
  background-color: #fcba66;
  border-radius: 15px;
  padding: 0 0 26px;
  position: relative;
  z-index: 3;
}

.members .m-content .m-use-content .dogimg {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 0;
  width: 200px;
  z-index: 2;
}

.members .m-content .m-use-content .fimg {
  position: absolute;
  width: 50px;
}
.members .m-content .m-use-content .fimg.f1 {
  left: 7%;
  top: 20%;
  transform: rotate(-10deg);
}
.members .m-content .m-use-content .fimg.f2 {
  left: 40%;
  top: 26%;
  transform: rotate(90deg) scale(0.8);
}

.members .m-content .m-use-content .fimg.f3 {
  right: 10%;
  top: 18%;
  transform: rotate(90deg) scale(0.8);
}
.members .m-content .m-use-content .fimg.f4 {
  right: 30%;
  bottom: 10%;
  transform: rotate(30deg) scale(0.8);
}

.members .m-content .m-use-content .mbtn {
  outline: none;
  border: none;
  background-color: #232f5f;
  color: #fff;
  border-radius: 8px;
  padding: 8px 26px;
}
.members .m-content .mlist {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 140px 60px 35px;
  justify-content: space-between;
}
.members .m-content .mlist .hr {
  height: 100px;
  width: 1px;
  background-color: #9d7d61;
}
.members .m-content .mlist .hr:last-child {
  display: none;
}
.members .m-content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.members .m-content .item .icimg {
  width: 50px;
  margin-bottom: 6px;
}
.members .m-content .item p {
  line-height: 1.5;
  font-size: 14px;
  color: #232f61;
}
.members .m-content .item span {
  font-size: 14px;
  color: #232f61;
}
