.chassgames {
  max-width: 1032px;
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  padding: 24px 0;
  margin: 0 auto;
}
.icon-collection-selected:before {
  font-size: 20px;
  color: #fff;
  margin-right: 2px;
  display: inline-block;
}
.icon-collection-unselected:before {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  color: #ccc;
  display: inline-block;
}

.betop {
  max-width: 1032px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.betop dl {
  width: 49%;
  background: linear-gradient(180deg, #41008d 0%, #8722fe 100%);
  border-radius: 24px 24px 24px 24px;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.betop dl dt {
  height: 166px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  width: 38%;
}
.betop dl dt img {
  width: 100%;
  height: 100%;
}
.betop dl dd {
  width: 60%;
}
.betop dl dd h6 {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.xingxing {
  padding-top: 24px;
}
.betop dl dd p {
  margin-top: 48px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  display: inline-block;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #8823ff;
  line-height: 18px;
  padding: 8px 24px;
}
.be {
  max-width: 1032px;
  margin: 0px auto;
  margin-top: 24px;
}
.be dl {
  width: 15%;
}
.be {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.be dl dt {
  height: 150px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.be dl dt img {
  width: 100%;
  height: 100%;
}
.be dl dd {
 font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    margin-bottom: 10px;
}
.xx {
  margin-top: 12px;
}
.be .icon-collection-selected:before {
  font-size: 18px;
  color: #8722fe;
 
}
.icon-collection-unselected:before {
 
  color: #e4e4e4;
}
.be .xingxing {
  padding-top: 12px;
}
.be dl .ddd {
  margin-bottom: 0px;
}

.topcind {
  max-width: 1032px;
  margin: 0px auto;
  display: flex;
  background: #f2f2f2;
  flex-wrap: wrap;
  border-radius: 20px 20px 20px 20px;
  padding: 24px;
  gap: 24px;
  justify-content: space-between;
}

.topcind dl {
  gap: 24px;
  display: flex;
  width: 48%;
  align-items: center;
}
.topcind dl dd {
  max-width: 60%;
}
.yi {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}

.topcind dl dt {
  width: 102px;
  height: 102px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.topcind dl dt img {
  width: 100%;
  height: 100%;
}

.topcind 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;
}

.topcind 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: #8823ff;
  line-height: 18px;
  padding: 8px 24px;
}
.fen dl{
background: linear-gradient( 180deg, #F28595 0%, #F2499D 100%);
}
.beev .icon-collection-selected:before {
    color:#FF4DA6;
}


.fen dl dd p {
   
    color:#FF4DA6;
  
}
.boyind{
    margin-top: 0px;

}

.boyind dl dd {
    margin-top: 12px;
    margin-bottom: 0;
}
.fen .icon-collection-unselected:before {
    color:#ED437B ;
}

#home{
    display: none;
}

@media (max-width: 1100px) {
  .chassgames,
  .betop,
  .be,
  .topcind {
    width: 95%;
  }
}

@media (max-width: 1050px) {
  .be dl {
    width: 23%;
  }
  .be {
    gap: 18px;
  }

  .betop dl {
    width: 100%;
  }
  .betop {
    flex-wrap: wrap;
  }
  .topcind dl dd {
    max-width: 52%;
  }
  .topcind dl {
    gap: 12px;
  }
  
  .kaiheadddder{
  display: flex;
  }
  
  
  
  
  
  
  
  
}

@media (max-width: 765px) {
  .chassgames {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
  }
  .betop dl {
    border-radius: 16px 16px 16px 16px;
    padding: 12px;
    gap: 12px;
  }

  .betop dl dt {
    height: 96px;
    border-radius: 8px 8px 8px 8px;
  }

  .betop dl dd h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .xingxing {
    padding-top: 12px;
  }

  .icon-collection-selected:before {
    font-size: 16px;
 
  }
  .icon-collection-unselected:before {
    font-size: 14px;
    margin-right: 2px;
  }

  .betop dl dd p {
    margin-top: 10px;
    background: #ffffff;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 14px;
   
    line-height: 18px;
    padding: 8px 24px;
  }
  .be {
    gap: 8px;
    margin-top: 12px;
  }

  .be dl {
    width: 31%;
  }

  .be dl dt {
    height: 110px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .be dl dd {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
  }
  .be .icon-collection-selected:before {
    font-size: 16px;
  
  }
  .be .xingxing {
    padding-top: 4px;
  }
  .betop {
    gap: 8px;
  }
  .boyind{
  margin-top: 0px;
  }
  .betop dl dt {
    border-radius: 8px 8px 8px 8px;
    width: 28%;
  }

  .topcind {
    border-radius: 16px 16px 16px 16px;
    padding: 12px;
    gap: 12px;
  }

  .topcind dl {
    width: 100%;
  }

  .topcind dl dd h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .topcind dl dd p,
  .betop dl dd p {
    font-size: 12px;
    line-height: 16px;
  }
  
  .boyind dl dd {
    margin-top: 4px;
    margin-bottom: 0px;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
