
.huake-indexD {
    background: #fff;
  padding: 30px 0 0px 0;
  position: relative;
}

.huake-indexD h3 {
  font-size: 28px;
  color: #212121;
  text-align: center;
  line-height: 1;
}

.huake-indexD h3::after {
  display: block;
  content: '';
  width: 95px;
  height: 3px;
  background: #F6AA00;
  margin: 25px auto 0;
}

.huake-indexD dl {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.huake-indexD dl dd {
  position: relative;
  width: 33%;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  padding-right: 0px;
  padding-left: 0px;
}

.huake-indexD dl dd img {
  display: block;
  width: 100%;
  aspect-ratio: 480 / 648;
  object-fit: cover;
}

.huake-indexD dl dd ins {
  padding: 40px 0;
  text-decoration: none;
  /* height: 98px; */
  text-align: center;
  background: rgba(0, 0, 0, .65);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
}


.huake-indexD dl dd .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 105;
  padding: 0 35px;
  background: rgba(33, 33, 33, .85);
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}



.huake-indexD dl dd .txt h6 {
  font-size: 20px;
  color: #f6aa00;
}

.huake-indexD dl dd .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  margin: 12px 0 0 0;
}

.huake-indexD dl dd .txt .more {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: rgba(246, 170, 0, 0.5);
  line-height: 46px;
  display: inline-block;
  text-align: center;
  margin: 15px 0 0;
}

.huake-indexD dl dd .txt .more i {
  color: #fff;
  font-size: 12px;
}



@media screen and (max-width: 992px) {


  .huake-indexD dl dd .txt p {
    font-size: 14px;
    margin-top: 8px;
  }
  
  .huake-indexD dl dd .txt h6 {
    font-size: 18px;
  }
  .huake-indexD dl dd .txt .more {
    margin-top: 8px;
    line-height: 33px;
    width: 34px;
    height: 34px;
  }
  
  .huake-indexD dl dd .txt {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 550px) {
.huake-indexD dl dd ins {
  padding: 9px 0;
  text-decoration: none;
  /* height: 98px; */
  text-align: center;
  background: rgba(0, 0, 0, .65);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
}
  
  .huake-indexD dl dd {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  padding-right: 0px;
  padding-left: 0px;
}
  .huake-indexD dl dd img {
  display: block;
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
}

  
}