.adopt {
  position: relative;
}
.adopt-content {
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 1;
}

.adopt-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 60px;
  width: 1232px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.adopt-item {
  width: 290px;
  height: 520px;
  border-radius: 40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.adopt-item img {
  width: 290px;
}
.adopt-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;
}
.adopt-item-text-title {
  font-size: 22px;
  color: #222;
  font-weight: 500;
  margin-bottom: 18px;
}
.adopt-item-text-desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

/* 领养详情 */
.adopt-detail {
  position: relative;
}
.adopt-detail-content {
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.adopt-detail-main {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 60px;
}
.adopt-detail-left {
  width: 400px;
  height: 850px;
  background: #def4f2;
  border-radius: 35px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 24px 82px 24px 24px;
}
.adopt-detail-left-picture {
  width: 264px;
  height: 363px;
  background: #c3e7e7;
  box-shadow: 0px 0px 15px 0px rgba(62, 170, 163, 0.1);
  border-radius: 20px;
  border: 4px solid #ffffff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.adopt-detail-left-picture-img {
  width: 256px;
  height: 356px;
  border-radius: 20px;
}
.adopt-detail-left-picture-btn {
  width: 200px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  position: absolute;
  bottom: -30px;
  left: 30px;
  cursor: pointer;
}
.adopt-detail-left-picture-btn-icon {
  width: 40px;
  height: 40px;
  background: #afd8d0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.adopt-detail-left-picture-btn-icon img {
  width: 28px;
  height: 28px;
}

.adopt-detaill-left-info {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  margin-left: 20px;
}
.detail-left-info-item {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
.detail-left-info-item-label {
  font-size: 16px;
  color: #6d938c;
  width: 50px;
  text-align-last: justify;
  position: relative;
}
.detail-left-info-item-label::after {
  content: "：";
  position: absolute;
  font-size: 16px;
  color: #6d938c;
}
.detail-left-info-item-value {
  font-size: 16px;
  color: #000000;
}
.adopt-detail-right {
  width: 870px;
  min-height: 850px;
  background: #ffffff;
  border-radius: 35px;
  margin-left: -70px;
  position: relative;
  z-index: 2;
  /* position: absolute; */
  z-index: 2;
  right: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 30px;
}
.adopt-detail-right-btn-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}
.adopt-detail-right-btn {
  width: 120px;
  height: 50px;
  background: #ffffff;
  border-radius: 15px;
  border: 2px dashed #e5e5e5;
  font-size: 18px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.adopt-detail-right-btn:hover,
.adopt-detail-right-btn-active {
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.adopt-detail-right-divider {
  width: 100%;
  height: 2px;
  background: #dbdbdb;
  margin-top: 30px;
  margin-bottom: 40px;
}
.adopt-detail-content-date {
  font-size: 16px;
  color: #999999;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.icon-clock {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.adopt-dettail-content-text {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
}
.adopt-detail-content-img-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.adopt-detail-content-img-list img {
  width: 378px;
  height: 253px;
}
