.i-main {
  width: 100%;
  height: 100%;
  max-width: 120rem;
  margin: auto;
  padding-bottom: 6.8rem;
}
.d-back {
  width: 100%;
  height: 8.9rem;
  border-bottom: 0.07rem solid #e6e6e6;
  font-family: GalanoGrotesque-Medium;
  font-weight: 500;
  font-size: 2.078rem;
  color: #202020;
}
.d-backs {
  width: 13rem;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.d-backimgs {
  width: 2.52rem;
  margin-right: 1.18rem;
}

.inditem {
  margin-top: 2.087rem;
  width: 100%;
}
.inditme-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inditem-title {
  font-family: SourceHanSansSC-Heavy;
  font-weight: 900;
  font-size: 2.672rem;
  color: #202020;
}

.inditem-list {
  width: calc(100% + 1.48rem);
  margin-left: -0.74rem;
  margin-top: 2.078rem;
  display: flex;
  flex-wrap: wrap;
}
.indli {
  padding: 0 0.74rem;
  width: 20%;
  min-width: 17.8rem;
  cursor: pointer;
  border-bottom: 0.3rem solid rgba(0, 0, 0, 0);
  margin-bottom: 2rem;
}

.Urban {
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  font-size: 1.188rem;
  color: #666666;
  background: #d9d9d9;
  border-radius: 1.336rem;
  display: inline-block;
  padding: 0.29rem 0.89rem;
  margin-top: 1.707rem;
  margin-bottom: 1.707rem;
  opacity: 0;
}

.indli-imgs {
  width: 100%;
  aspect-ratio: 1 / 1.4; /* 容器的高度是宽度的 1.4 倍 */
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indli-img {
  width: 100%;
  transition: transform 0.3s ease; /* 设置平滑过渡效果 */
}
.indli-play {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.15rem;
  height: 4.15rem;
}
.indli-name {
  margin-top: 1.18rem;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  font-size: 1.781rem;
  color: #202020;
  white-space: nowrap; /* 不允许文本换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.indli-des {
  margin-top: 0.59rem;
  margin-bottom: 1rem;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  font-size: 1.336rem;
  color: #666666;
}

.indli:hover {
  color: #f7442a;
  background: #f2f2f2;
  border-radius: 14.84px 14.84px 0 0;
  border-bottom: 0.3rem solid #f7442a;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.indli:hover .indli-name {
  color: #f7442a;
  padding-left: 0.89rem;
}
.indli:hover .indli-des {
  padding-left: 0.89rem;
}
.indli:hover .Urban {
  opacity: 1;
  margin-left: 0.89rem;
}
.indli:hover .indli-img {
  transform: scale(1.1);
}
.d-pg {
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 100%;
}
.el-pagination .number {
  background-color: #f2f2f2;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  font-size: 1.484rem;
  color: #202020;
  border-radius: 0.297rem;
  width: 3.56rem;
  height: 3.56rem;
  text-align: center;
  line-height: 3.56rem;
  margin: 0 0.742rem;
}
.el-pagination .el-pager li.active {
  background-color: #f7442a;
  color: #ffffff;
}
.el-pagination .btn-next,
.el-pagination .btn-prev {
  background-color: #f2f2f2 !important;
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  font-size: 1.484rem;
  color: #202020;
  border-radius: 0.297rem;
  width: 3.56rem;
  height: 3.56rem;
  text-align: center;
  line-height: 3.56rem;
  margin: 0 0.742rem;
  padding: 0 !important;
}

@media (max-width: 820px) {
  .d-back {
    height: 6rem;
  }
  .inditem-title {
    font-size: 2rem;
  }
  .indli {
    width: 33.3%;
    min-width: 10rem;
  }
  .indli-play {
    width: 3rem;
    height: 3rem;
  }
  .indli-name {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  .indli-des {
    font-size: 1rem;
    margin-top: 0;
  }
  .Urban {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
