.detoption {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 52px;
}

.main .detoption .dele {
  width: 82%;
}
 .dele #gameLink  {
display: initial;
  
}.maeatar {
    width: 100%;
      margin-top: 24px;
}
.derite {
  width: 32%;
  background: linear-gradient(224deg, #2f351b 0%, #30231b 100%);
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #474632;
  padding: 24px;
}

 #gameLink dl {
  display: flex;
  gap: 24px;
  align-items: center;
}
 #gameLink  dl dt {
  height: 208px;
  width: 33%;
  background: #d9d9d9;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}

 #gameLink  dl dt img {
  width: 100%;
  height: 100%;
}

 #gameLink  dl dd {
  width: 66%;
}

.hy {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #e0cec5;
  line-height: 20px;
}

.easter {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  margin: 24px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dele .llow {
  display: block;
  padding: 4px 0px;
}
.dele .llow i {
  width: 98%;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 14px 20px;
      background: linear-gradient(224deg, rgba(0, 0, 0, 0) 0%, hsl(205deg, 16%, 77%) 100%);
}

.h3 {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  margin: 24px 0px 12px 0;
}
.wokme {
  font-family: Nunito, Nunito;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.deim_im {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.deim_im dl {
  width: 28%;
  height: 90px;
}
.deim_im dl dt {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.deim_im dl dt img {
  width: 100%;
  height: 100%;
}
.topcre {
  margin-top: 24px;
}
@media (max-width: 1220px) {
  .detoption {
    width: 95%;
    gap: 20px;
    justify-content: space-around;
  }
}
@media (max-width: 1020px) {
  .detoption {
    flex-direction: column;
  }
  .main .detoption .dele {
    width: 100%;
  }

  .derite {
    width: 100%;
  }

  .deim_im dl {
    width: 16%;
    height: 108px;
  }
  .ul_lhome {
    display: block;
  }
}

@media (max-width: 765px) {
  
  .dele .llow i {
    padding: 8px 20px;
}
  
  
  
  
  .detoption {
    flex-direction: column-reverse;
  }

  .derite {
    padding: 12px;
  }
  .deim_im {
    gap: 12px;
    margin-top: 12px;
  }
  .deim_im dl {
    width: 30%;
    height: 98px;
  }

  #gameLink dl dt{
    height: 118px;
  }

  .easter {
    margin: 8px 0;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  .hy {
    font-size: 14px;
    line-height: 18px;
    margin-top: 24px;
  }
  .dele dl {
    gap: 12px;
    align-items: flex-start;
  }
  .h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0px 12px 0;
  }

  .wokme {
    font-size: 14px;
    line-height: 22px;
    padding-right: 16px;
    overflow: auto;
  }

  .wokme::-webkit-scrollbar {
    width: 4px;
    height: 40px;
    background: #ccc;
    border-radius: 2px 2px 2px 2px;
  }
  .wokme::-webkit-scrollbar-thumb {
    background: #ff6c24;
  }
}
