.now {
  max-width: 1032px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  background: #f2f2f2;
  border-radius: 20px 20px 20px 20px;
  padding: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
  justify-content: space-between;
}
.now dl {
  width: 31%;
  display: flex;
  gap: 12px;
}
.now dl dt {
  width: 28%;
  height: 78px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  -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;
}
.now dl dt img {
  width: 100%;
  height: 100%;
}

.now dl dd {
  width: 66%;
}
.now dl dd h6 {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.now dl dd p {
  margin-top: 24px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  display: inline-block;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #ff4da6;
  line-height: 18px;
  padding: 8px 24px;
}
.dele {
  max-width: 1032px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  margin-top: 52px;
}
.dezuo {
  width: 53%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 24px 24px 24px 24px;
  position: relative;
  margin-top: 96px;
  padding: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.derite {
  width: 44%;
}
.dezuo img {
  height: 246px;
  background: #d9d9d9;
  border-radius: 140px 140px 140px 140px;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 246px;
}

.db {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin-top: 120px;
}

.mu {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  padding: 12px 0;
}
.pu {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  padding: 12px 140px;
  background: #8a26ff;
  display: inline-block;
  text-align: center;
  border-radius: 20px 20px 20px 20px;
  margin-top: 24px;
}

.mult {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #ff4da6;
  line-height: 20px;
  padding: 24px 48px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px 12px 12px 12px;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
}
.derite {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mult span {
  padding-left: 12px;
}
.gamede {
  background: linear-gradient(180deg, #8722fe 0%, #41008d 100%);
  border-radius: 24px 24px 24px 24px;
  padding: 60px 24px;
  margin-top: 24px;
}
.gamede h1 {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #8a26ff;
  margin-bottom: 12px;
}
.gamede p {
  font-family: Nunito, Nunito;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  min-height: 260px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    line-clamp: 11;
    overflow: hidden;
          padding-right: 10px;
}

.icon-collection-selected:before {
  font-size: 24px;
  padding-right: 10px;
  color: #ff4da6;
}
.icon-collection-unselected:before {
  font-size: 22px;
  padding-right: 10px;
}

.xingxing {
  text-align: center;
}
.chassgames {
  margin-top: 24px;
 
}



@media (max-width: 1050px) {
  .now {
    width: 95%;
  }

  .now dl {
    width: 48%;
  }
  .now dl dd {
    width: 78%;
  }

  .now dl dd p {
    margin-top: 12px;
  }
  .now dl {
    align-items: center;
  }
  .dele {
    width: 95%;
  }

  .dele {
       flex-direction: column;
    margin-top: 0px;
  }
  .dezuo {
    width: 100%;
  }
  .derite {
    width: 100%;
      flex-direction: column-reverse;
  }
  .mult {
    margin-top: 24px;
  }

  .gamede {
    padding: 48px 24px;
  }
  .gamede p {
    min-height: 150px;
  }

  .mult {
    padding: 12px 48px;
    width: 33%;
  }
  
  
  .gamede p::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #fff;
    }
      .gamede p::-webkit-scrollbar {
        background-color: #ccc;
        width: 3px;
        border-radius: 5px;
    }
}
@media (max-width: 1050px) {
  #home{
      display: block;
}
  .now dl {
    width: 22%;
  }
  .now dl dd {
    display: none;
  }
  .now dl dt {
    width: 100%;
        height: 140px;
  }

  .now {
    gap: 12px;

    padding: 12px;
  }
  .gamede {
    border-radius: 16px 16px 16px 16px;
    padding: 16px 16px;
    margin-top: 12px;
            width: 100%;
  }

  .gamede h1 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .gamede p {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    overflow: auto;
  }
  .mult {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 32px;
    width: 40%;
  }

  .icon-right2:before {
    font-size: 12px;
  }

  .mult span {
    padding-left: 8px;
  }
  .dezuo img {
    height: 160px;
    top: -85px;
    width: 160px;
  }
  .dele {
    gap: 0px;
  }
  .db {
    font-size: 16px;
    line-height: 20px;
    margin-top: 60px;
  }

  .mu {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0;
  }
  .xingxing {
    padding-top: 12px;
  }
  .icon-collection-selected:before {
    font-size: 18px;
 
  }

  .icon-collection-unselected:before {
    font-size: 18px;
  }
  .dezuo {
    padding: 24px;
  }
  .chassgames {
    margin-top: 0px;
  
    text-align: left;
  }
  .now {
    margin-top: 12px;
}
      .mult {
        margin-top: 12px;
    }
}
@media (max-width: 750px) {
    .now dl dt {
      
        height: 70px;
    }
  .anfaceboxwchor .icon-collection-selected:before {
  
    padding-right: 0px;
   
}
}














