.dedl {
  max-width: 1032px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  margin: 0 auto;
}
.dedl dl dt {
  height: 108px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}

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

.decat {
  max-width: 1032px;
  background: #303b4b;
  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;
}

.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: #ffd808;
  border-radius: 100px 100px 100px 100px;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  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: #ffd808;
}
.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;
  }
  .inser {
    margin-top: 20px;
    margin-left: -170px;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
  }
  .decat {
    padding: 12px;
  }
  .dl dd {
    width: 50%;
    position: relative;
  }
  .dl dt {
    width: 50%;
    height: 110px;
  }

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

  .playnow {
    width: 300px;
    margin-left: -170px;
    margin-top: 12px;
  }

  .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;
    height: 48px;
  }

  .dl {
    margin-top: 12px;
  }
  .dedl dl dt {
    height: 80px;
  }
  .gbolts {
    height: 92px;
  
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
