
.advedet {
  max-width: 970px;
  margin: 0 auto;
  padding: 24px 0;
}
.icon-cai2:before {
  color: #e3cd0a;
  cursor: pointer;
}
.icon-zan2:before {
  color: #e3cd0a;
  cursor: pointer;
}
.advedet ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ully {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
}

.uller {
  width: 200px;
  height: 200px;
  margin-top: 48px;
  margin-bottom: 24px;
  overflow: hidden;
  background: #d9d9d9;
  border-radius: 12px 12px 12px 12px;
}
.uller img {
  width: 100%;
  height: 100%;
}
.ullsan {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 32px;
  text-align: center;
}
.start {
  margin-top: 24px;
  width: 567px;
}
.detleft .icon-right2:before {
  color: #000;
}
.icon-right2:before {
  font-size: 16px;
  margin-left: 10px;
}

.icon-Puzzle:before {
  font-size: 20px;
  margin-right: 10px;
}
.maincenter {
 border-radius: 12px;
    margin-bottom: 24px;
      margin-top: 24px;
}
.Searched {
  display: none;
}
.zuoer,
.youer {
  font-weight: 600;
  font-size: 16px;
  color: #d9d9d9;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.ulsi {
  width: 30%;
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}

.maindeag {
  background:#388e3c;
  padding: 24px;
}
.maindeag h5 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}
.maindeag p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  max-width: 1300px;
  margin: 0px auto;
  margin-top: 12px;
}


.mainrecom {
  max-width: 1300px;
  margin: 24px auto;
}
.mainrecom h3 {
  font-weight: bold;
  font-size: 24px;

  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
}
.mainrecom ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mainrecom ul li {
  width: 140px;
  height: 140px;
  background: #d9d9d9;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}
.mainrecom ul li img {
  width: 100%;
  height: 100%;
}
.debutton {
    font-family: Nunito, Nunito;
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    background:#388e3c;
    cursor: pointer;
   
    border-radius: 100px 100px 100px 100px;
    border: 2px solid #333333;
    width: 80%;
    display: block;
    margin: 0 auto;
   
    padding: 12px 0;
}
@media (max-width: 1350px) {
  .mainrecom {
    width: 95%;
  }
}

@media (max-width: 1000px) {
    .advedet {
    width: 95%;
    }
    .mainrecom ul {
    gap: 20px;
    }
    .mainrecom ul li {
    width: 22.5%;
    }
  
  
  
  
  
}

@media (max-width: 700px) {
  .debutton {
    font-size: 14px;
    line-height: 6px;
    margin: 8px auto;
}
  
  .ulsi {
    margin-top: 8px;
  }
  .ully {
    font-size: 12px;
    line-height: 16px;
  }

  .icon-right2:before {
    font-size: 10px;
  }
  .icon-Puzzle:before {
    font-size: 14px;
  }

  .uller {
    width: 100px;
    height: 100px;
    margin-top: 12px;
    margin-bottom: 6px;
    border-radius: 8px 8px 8px 8px;
  }

  .ullsan {
    font-size: 16px;
    line-height: 20px;
  }

  .zuoer,
  .youer {
    font-size: 12px;
    line-height: 16px;
  }

  .start {
    margin-top: 4px;
    width: 273px;
  }

  .advedet {
    padding: 8px 0;
  }
  .maindeag {
    background: #4d5053;
    padding: 12px;
  }
.maincenter {
    
    margin-bottom: 12px;
    margin-top: 12px;
}
  .maindeag h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .maindeag p {
    margin-top: 8px;
    padding-bottom: 12px;
    text-align: left;
  }

  .mainrecom {
    margin: 12px auto;
  }
  .mainrecom ul li {
    width: 22%;
    height: 78px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .mainrecom ul {
    gap: 12px;
  }

  .mainrecom h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
