.dedl {
  max-width: 1032px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 auto;
}
.dedl dl dt {
  height: 200px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}
.main {
    padding-top: 1px;
}
.dedl dl dt img {
  width: 100%;
  height: 100%;
}

.decat {
  max-width: 1032px;
  background: #388e3c;
  border-radius: 12px 12px 12px 12px;
  padding: 24px;
  margin: 24px auto;
}

.h2 {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.dl dt {
  background: #d9d9d9;
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #ffd808;
  height: 148px;
  overflow: hidden;
  width: 20%;
}
.dl dt img {
  width: 100%;
  height: 100%;
}
.playnow {
  width: 360px;
  height: 50px;
  margin-top: 24px;
  margin-left: 64px;
}
.cdiv {
    max-width: 190px;
    margin-top: 12px;
    height: 44px;
    display: flex;
 font-family: Nunito, Nunito;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    background: #11191f;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
}
.dl {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.dl dd {
  width: 80%;
}
.digi,
.inser {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.giris {
  background: #ccc;
  border-radius: 100px 100px 100px 100px;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding: 4px 24px;
  margin-left: 48px;
}

.inser {
  margin-top: 28px;
}

.gbolts {
  height: 96px;
  overflow: auto;
  padding-right: 40px;
  margin-left: 24px;
  font-family: Nunito, Nunito;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.gbolts::-webkit-scrollbar {
  width: 4px;
  height: 40px;
  background: #ccc;
  border-radius: 2px 2px 2px 2px;
}
.gbolts::-webkit-scrollbar-thumb {
  background: #fff;
}
.biaoti {
  display: none;
}
@media (max-width: 1250px) {
  .dedl,
  .decat {
    width: 95%;
  }
}
@media (max-width: 1000px) {
  .dedl {
    grid-template-columns: repeat(4, 1fr);
  }
  .dedl dl dt {
    height: 160px;
  }
  .dl dt {
    width: 25%;
  }
}
@media (max-width: 765px) {
  .dedl {
    gap: 12px;
  }
  .biaoti {
    display: block;
  }
  .digi span,
  .h2 {
    display: none;
  }
 
  .decat {
    padding: 12px;
  }
  .dl dd {
    width: 100%;
    position: relative;
  }
  .dl dt {
        width: 100%;
        height: 210px;
    }

  .giris {
    margin-left: 0px;
  }
  .gbolts {
    margin-top: 0px;
    font-size: 12px;
    line-height: 18px;
    margin-left: 0px;
  }

  .playnow {
   width: 70%;
  
    margin-top: 0px;
    margin-top: 12px;
  }
.inser {
    margin-top: 10px;
}
  .biaoti {
    font-family: Nunito, Nunito;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    margin: 12px 0;

  }

  .dl {
    margin-top: 0px;
        flex-direction: column;
        gap: 3px;
  }
  .dedl dl dt {
    height: 80px;
  }
  .gbolts {
    height: 92px;
  }
}
