.main {
  gap: 36px;
  display: flex;
  padding-top: 24px;
}
.dele {
  width: 72%;
}
.ritede {
  width: 28%;
}

.desi {
  font-weight: bold;
  font-size: 16px;
  color: #f27318;
  line-height: 20px;
}

.categoryh {
  font-weight: bold;
  font-size: 16px;
  color: #f27318;
  line-height: 20px;
}
.decare {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin: 24px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dtt {
  width: 160px;
  height: 160px;
  background: #d9d9d9;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}
.dtt img {
  width: 100%;
  height: 100%;
}
.ddl {
  align-items: center;
  gap: 24px;
  display: flex;
}

.icon-play:before {
  font-size: 72px;
  color: #f2f2f2;
  background-repeat: 50%;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffb647 0%, #ff6857 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ddl dd {
  width: 62%;
}
.gameint {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin: 24px 0 8px 0;
}
.welc {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding-right: 16px;
  height: 144px;
  overflow: auto;
}
.welc::-webkit-scrollbar {
  width: 4px;
  height: 40px;
  background: #ccc;
  border-radius: 2px 2px 2px 2px;
}
.welc::-webkit-scrollbar-thumb {
  background: #ff6c24;
}
.easeos dl {
  padding: 12px;
  width: 22.4%;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  -webkit-border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  -ms-border-radius: 16px 16px 16px 16px;
  -o-border-radius: 16px 16px 16px 16px;
}
.easeos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.easeos dl dt {
  height: 118px;
  background: #d9d9d9;
  overflow: hidden;
  border-radius: 16px 16px 16px 16px;
}
.easeos dl dt img {
  width: 100%;
}
.easeos dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
      gap: 2px;
}
.tic {
  width: 74%;
  font-size: 15px;
  line-height: 20px;
  -webkit-line-clamp: 2;
}
.jian {
  margin-top: 0px;
  padding: 3px 7px;
}
.icon-right1:before {
  font-size: 12px;
}
.maintoe dl {
  width: 100%;
  align-items: center;
}
.maintoe dl dt {
  width: 34%;
}
.maintoe dl a {
  width: 64%;
}
.maintoe .tic {
  -webkit-line-clamp: 1;
}
.maintoe_xin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.get span {
  font-weight: 500;
  font-size: 12px;
  border-radius: 100px 100px 100px 100px;
  line-height: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 182, 71, 1);
  padding: 4px 12px;
  color: rgba(255, 182, 71, 1);
}

.maeatar {
  display: none;
}

.dewel{
display: flex;
    align-items: center;
    gap: 12px;
}
.easeos dt img{
height:100%;
}
.maintoe {

    gap: 12px;
   
    margin-top: 0px;
}





@media (max-width: 1000px) {
  .main {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 0px;
  }
  .dele {
    width: 100%;
  }
  .ritede {
    width: 100%;
  }
  .h1 {
    width: 100%;
  }
  .maintoe {
    width: 100%;
  }
  .maintoe dl {
    width: 49%;
  }
  .maintoe dl a {
    width: 72%;
  }
  .maintoe dl dt {
    width: 28%;
  }
}
@media (max-width: 765px) {
  
  
  .main {
  padding-top: 0px;
}
  .advTop{
 margin-left: -10px;
 margin-right: -10px;
}


  
  
  
  
  
  .icon-play:before {
    font-size: 36px;
  }
  .decare {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0;
    -webkit-line-clamp: 2;
  }
  .ddl {
    gap: 12px;
  }
  .dtt {
    width: 124px;
    height: 124px;
  }
  .categoryh {
    font-size: 14px;
    line-height: 18px;
  }
  .ddl dd {
    width: 50%;
  }
  .gameint {
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0 8px 0;
  }
  .welc {
    font-size: 12px;
    line-height: 16px;
    height: 64px;
  }
  .easeos dl {
    padding: 8px;
    width: 48%;
  }
  .easeos dl dd {
    margin-top: 0px;
  }
  .tic {
    font-size: 14px;
    line-height: 18px;
    -webkit-line-clamp: 1;
  }
  .jian {
    display: block;
  }
  .easeos {
    gap: 12px;
  }
  .maintoe dl {
    width: 100%;
  }
  .maintoe dl dt {
    height: 104px;
  }
  .maintoe dl dt {
    width: 34%;
  }
  .desi {
    font-size: 14px;
    line-height: 18px;
  }
  .jian {
    padding: 2px 7px;
  }

  .maeatar {
    width: 100%;
    margin: 12px auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .maeatar dl {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
  }

  .maeatar dl dt {
    height: 64px;
  }
  .maeatar dl dt img {
    width: 100%;
    height: 100%;
  }
}













