.main {
background: #333333;
  padding-bottom: 48px;
  padding-top: 24px;
}

.newhotop {
  max-width: 1032px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin: 0 auto;
}
.newhotop_item {
  background: #f5f5f5;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.newhotop_item dl dt {
  height: 152px;
}
.newhotop_item dl dt img {
  height: 100%;
}
.newhotop_item dl dd {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin: 12px;
}
.newhotop_item dl dd a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 41px;
}

.newhotop_item dl {
  position: relative;
  height: 100%;
}
.newhotop_item dl dt a{
    display: inline-block;
    height: 100%;
}
.tall dl dd {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  left: 0;
  margin: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 5) 100%
  );
  display: flex;
  font-size: 16px;
  color: #ffffff;
  align-items: center;
}

.tall dl dd a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 20px;
}

.zuo,
.you {
  width: 6px;
  height: 6px;
  background: #f3c200;
  border-radius: 50%;
  position: absolute;
  top: 8px;
}
.zuo {
  left: 8px;
}
.you {
  right: 8px;
}

.tall dl dd img {
  width: 40px;
  margin-right: 8px;
}

.h1 {
  display: flex;
  align-items: center;
  max-width: 1032px;
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  margin: 24px auto;
}

.h1 img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.neert {
  grid-template-columns: repeat(8, 1fr);
}

.howm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1032px;
  margin: 24px auto;
}

.howm dl {
  display: flex;
  width: 32%;
  gap: 12px;
     background: #fff;
  border-radius: 12px 12px 12px 12px;
  align-items: center;
  padding: 4px;
}

.howm dl dt {
  width: 50%;
  height: 123px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.howm dl dd {
  width: 50%;
}
.howm dl dt img {
  width: 100%;
  height: 100%;
}
.howho {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  margin: 8px 0;
}
.dieber {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
    color: #388e3c;
  line-height: 18px;
}

.mainplay {
  max-width: 1032px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin: 0 auto;
}
.admianpl {
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.admianpl dl dt {
  height: 126px;
}
.admianpl dl dd p {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 16px;
  
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.admianpl .pnpwplay {
  padding: 8px 20px;
     color: #fff;

    background: #388e3c;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;

  line-height: 18px;
  border-radius: 12px 12px 12px 12px;
}
.admianpl dl dd {
  padding: 12px;
}

.admianpl dl {
  background: #fff;
}

.betik {
  grid-column: span 3;
}

.betik dl {
  display: flex;
  gap: 24px;

  align-items: center;
}
.betik dl dt {
  width: 50%;
  height: 216px;
}
.betik dl dd {
  width: 50%;
}

.admianpl dl dt img {
  width: 100%;
  height: 100%;
}

.betik .pnpwplay {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
     color: #fff;
    line-height: 20px;
    background: #388e3c;
  border-radius: 12px 12px 12px 12px;
  padding: 8px 48px;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -ms-border-radius: 12px 12px 12px 12px;
  -o-border-radius: 12px 12px 12px 12px;

  margin-top: 24px;
}

.tall dl dt a {
  display: inline-block;
}

@media (max-width: 1250px) {
  .mainplay,
  .h1,
  .howm,
  .newhotop {
    width: 95%;
  }
  .howm {
    gap: 12px;
  }
}

@media (max-width: 1000px) {
  .newhotop {
    grid-template-columns: repeat(4, 1fr);
  }

  .neert {
    grid-template-columns: repeat(6, 1fr);
  }

  .howm dl {
    width: 49%;
  }

  .mainplay {
    grid-template-columns: repeat(3, 1fr);
  }
}
 .newhotop_item  dt a ,.howm dl dt a,.admianpl dl dt a,.dedl dl dt a{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.newhotop_item dt a img.loading-placeholder, .howm dl dt a img.loading-placeholder,.admianpl dl dt a img.loading-placeholder,.dedl dl dt a  img.loading-placeholder {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain; /* 保持比例 */
  z-index: 10;
  animation: spin 1s linear 1; /* 单圈旋转 */
}

@keyframes spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

    
@media (max-width: 765px) {
  .tall dl dt a {
    height: 100%;
  }
  .newhotop_item dl dd a {
    height: 40px;
  }
  .newhotop_item dl dd a {
    height: 21px;
  }
  .newhotop {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .tall dl dd {
    padding: 12px;
    font-size: 14px;

    line-height: 18px;
  }
  .tall dl dd img {
    width: 24px;
  }

  .newhotop_item dl dd {
    font-size: 14px;
    line-height: 18px;
    margin: 12px;
  }

  .zuo,
  .you {
    top: -4px;
  }

  .newhotop_item dl dt {
    height: 100%;
  }
  .tall dl dt {
    height: 100%;
  }
  .tall dl dd {
    margin: 0;
  }

  .h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 14px auto;
  }
  .h1 img {
    width: 24px;
    height: 24px;
  }

  .neert {
    grid-template-columns: repeat(4, 1fr);
  }

  .howm dl {
    width: 31%;
    padding: 0;
    gap: 8px;
    flex-wrap: wrap;
  }
  .howm dl dt {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
    height: 82px;
  }
  .howm dl dd {
    width: 100%;
    padding: 0 12px;
  }

  .howho {
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0 4px 0;
    -webkit-line-clamp: 2;
  }

  .dieber {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 8px;
  }

  .betik dl dd {
    width: 60%;
    padding: 0px;
  }
  .betik dl {
    gap: 12px;
  }
  .admianpl dl dd p {
    font-size: 14px;
    line-height: 18px;
  }
  .betik .pnpwplay {
    font-size: 12px;
    line-height: 16px;
    width: 80%;
  }
  .mainplay {
    gap: 12px;
  }
  .admianpl dl dt {
    height: 82px;
  }
  .admianpl dl dd {
    padding: 8px 12px;
  }
  .admianpl .pnpwplay {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 16px;
    margin-top: 8px;
  }
  .betik dl dt {
    width: 40%;
    height: 122px;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
  }

  .main {
    padding-bottom: 12px;
  }
}

@media (max-width: 345px) {
  .howm dl {
    width: 30%;
  }
}
