body{
  max-width: 1920px;
  margin: 0 auto;
}
.index {
  position: relative;
}
.index-search {
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  background: url("../images/index/bg-search@2x.png") no-repeat;
  background-size: 100% 100%;
}
.index-search-title {
  font-size: 32px;
  color: #000000;
}
.index-search-content {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  align-items: center;
}

.index-search-input {
  width: 920px;
  height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  border: none;
  background: #f1f1f1;
  border-radius: 25px;
  outline: none;
}

.index-search-btn {
  width: 200px;
  height: 50px;
  background: #afd8d0;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #000000;
  margin-left: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-search-btn-img {
  background: black;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-search-btn-img img {
  width: 32px;
  height: 32px;
}
.index-search-btn-text {
  margin-left: 24px;
  
}
.index-search-btn:hover {
  background-color: #a4cbc3;
}

/* 宠物领养 */
.index-common {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* background: #fafafa; */
  background: linear-gradient(180deg, #fefefe 0%, #fafafa 100%);
  padding: 120px 0;
}
.index-common-content {
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.index-common-pet-list {
  margin-top: 50px;
}
.swiper {
  width: 1232px;
  height: 550px;
}
.swiper-item {
  width: 290px;
  height: 520px;
  border-radius: 40px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.swiper-item img {
  width: 290px;
}
.swiper-item-text {
  background: url("../images/index/txt@2x.png") no-repeat;
  background-size: 100% 100%;
  width: 290px;
  height: 230px;
  position: absolute;
  bottom: 0;
  padding-left: 30px;
  box-sizing: border-box;
  padding-top: 60px;
}
.swiper-item-text-title {
  font-size: 22px;
  color: #222;
  font-weight: 500;
  margin-bottom: 18px;
}
.swiper-item-text-desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.swiper-item-text-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #afd8d0;
  font-size: 14px;
}
.swiper-button-prev {
  width: 24px;
  height: 42px;
  position: absolute;
  left: -80px !important;
}
.swiper-button-prev::after {
  content: "";
  display: none;
}
.swiper-button-next {
  width: 24px;
  height: 42px;
  position: absolute;
  right: -80px !important;
}
.swiper-button-next::after {
  content: "";
  display: none;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
}

.index-check-more {
  width: 200px;
  height: 50px;
  background: #000000;
  border-radius: 25px 25px 25px 25px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  margin: 60px auto 0 auto;
}

/* 领养条件 */
.index-adopt-condition {
  width: 100%;
  height: 762px;
  background: url("../images/index/bg-condition@2x.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.index-adopt-condition-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 0;
}
.index-adopt-condition-text {
  width: 575px;
}
.index-adopt-condition-desc,
.index-about-us-desc {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  margin-top: 40px;
}
.index-adopt-condition-desc p {
  margin-top: 20px;
}
.index-adopt-condition-img {
  width: 575px;
  height: 562px;
}

/* 关于我们 */
.index-about-us {
  width: 100%;
  height: 780px;
  background: #def4f2;
}
.index-about-title {
  align-items: flex-end;
}
.index-about-us-bg {
  width: 100%;
  height: 252px;
  position: absolute;
  z-index: 0;
}
.index-about-us-content {
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 1;
  padding-top: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.index-about-us-img {
  width: 556px;
  height: 562px;
}
.index-about-us-text {
  width: 602px;
  display: flex;
  flex-direction: column;
}

/* 关于我们 */
.index-partner {
  width: 100%;
  height: 610px;
  background: white;
}
.index-partner-content {
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding-top: 120px;
}
.index-partner-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  margin-top: 100px;
}
.index-partner-img {
  height: 100px;
}
.index-partner-img-2 {
  height: 100px;
}
