.fangkuai,
.addve {
  max-width: 1032px;
  margin: 0px auto;
  display: flex;
  gap: 12px;
}
.fangkuai dl {
  width: 104px;
  height: 104px;
  border-radius: 12px 12px 12px 12px;
  border: 4px solid #333333;
  overflow: hidden;
}

.fangkuai dl dt {
  width: 100%;
  height: 100%;
}
.fangkuai dl:last-child {
  display: none;
}
.fangkuai dl dt img {
  width: 100%;
  height: 100%;
}
.addve dl dt img{
  height: 100%;
}

.addve {
  background: #f8f8f8;
  box-shadow: 4px 4px 0px 0px #3b44f7;
  border-radius: 24px 24px 24px 24px;
  border: 4px solid #333333;
  padding: 24px;
  margin-top: 24px;
}
.addve dl {
  gap: 24px;
  display: flex;
}
.addve dl dt {
  width: 216px;
  height: 216px;
  background: #d9d9d9;
  border-radius: 200px 200px 200px 200px;
  border: 4px solid #333333;
  overflow: hidden;
}

.addve dl dd {
  width: 80%;
}

.h1 {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #5f80e2;
  line-height: 20px;
}
.h2 {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin: 12px 0;
}

.h4 {
  font-family: Nunito, Nunito;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding-right: 12px;
  max-height: 96px;
  overflow: auto;
}
.debutton {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  background: #a9aeff;
  cursor: pointer;
  box-shadow: 4px 4px 0px 0px #3b44f7;
  border-radius: 100px 100px 100px 100px;
  border: 2px solid #333333;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  padding: 12px 0;
}

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

.h4::-webkit-scrollbar-thumb {
  background: #3b44f7;
}
.xingxing {
    display: inline-block;
      margin-bottom: 12px;
}
.anfaceboxwchor span {
    display: inline-block;
    margin-left: 6px;
}
.icon-collection-unselected:before {
    font-size: 16px;
    margin-right: 2px;
    color: #ffdf40;
    display: inline-block;
}
.icon-collection-selected:before {
    font-size: 18px;
    color: #ffdf40;
    display: inline-block;
}


.geanm{
  background: #F8F8F8;
box-shadow: 4px 4px 0px 0px #3B44F7;
border-radius: 24px 24px 24px 24px;
border: 4px solid #333333;
width: 95%;
padding: 24px;
margin: 0 auto;
margin-top: 12px;
display: none;
}

.ga{
  font-family: Nunito, Nunito;
font-weight: 800;
font-size: 16px;
color: #333333;
line-height: 20px;
padding-bottom: 4px;
}
.geanm p{
  font-family: Nunito, Nunito;
font-weight: 500;
font-size: 16px;
color: #333333;
line-height: 24px;
    padding-right: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        overflow: auto;
}





@media (max-width: 1050px) {
  .fangkuai,
  .addve {
    width: 95%;
    flex-wrap: wrap;
  }
  .fangkuai dl {
    width: 18%;
  }
  .fangkuai {
    justify-content: space-between;
  }

  .addve dl dd {
    width: 64%;
  }
  

  
}


 @media (max-width: 768px) {
   .fangkuai dl:last-child {
    display: block;
    }
}


@media (max-width: 765px) {
     .geanm{
    display: block;
  }
    .geanm p::-webkit-scrollbar {
         background: #fff;  
        width: 3px;
        border-radius: 5px;
    }
      .geanm p::-webkit-scrollbar-thumb {
        border-radius: 5px;
     background-color: #3B44F7;
    }
    .fangkuai {
      gap: 8px;
    }

    .fangkuai dl {
      background: #d9d9d9;
      border-radius: 8px 8px 8px 8px;
      border: 2px solid #333333;
      height: 66px;
    }
    .addve {
      margin-top: 12px;
      padding: 16px;
    }
    .addve dl {
    gap: 20px;
    display: flex;
}
    .addve dl dt {
     width: 34%;
     height: 90px;
      border: 2px solid #333333;
    }

    .h1 {
      font-size: 14px;
      line-height: 18px;
    }
    .h2 {
      font-size: 16px;
      line-height: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      overflow: hidden;
    }
    .h4 {
      display: none;
    }
    .debutton {
      font-size: 16px;
      line-height: 20px;
      box-shadow: 2px 2px 0px 0px #3b44f7;
      border: 2px solid #333333;
      width: 340px;
      margin-left: -120px;
      margin-top: 30px;
    }
  }
@media (max-width: 376px) {
  .debutton {
    width: 320px;
    margin-left: -130px;
  }
}


@media (max-width: 345px) {
  .debutton {
    width: 300px;
    margin-top: 6px;
    margin-left: -110px;
  }
}



