
.main {
   
    padding-top: 24px;
}

.wek {
  max-width: 1000px;
  margin: 0px auto;
  padding: 24px 0;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(254, 205, 68, 0.5);
  border-radius: 12px 12px 12px 12px;
  position: relative;
}
.dlst {
  display: flex;
  flex-direction: column;
}

.dlst dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dlst dl dt {
  width: 156px;
  height: 156px;
  background: #d9d9d9;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #ffffff;
  overflow: hidden;
}
.amindive{
display: none;
}
.dlst dl dt img {
  width: 100%;
  height: 100%;
}
.dlst dl dd {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-direction: column;
  align-items: center;
}
.dlst dl dd h5 {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  padding: 24px 0 12px 0;
  line-height: 24px;
}
.icon-play1:before {
  margin-right: 12px;
  color: #fecd44;
}
.dlst dl dd p {
  font-family: Nunito, Nunito;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.dlst button {
  width: 50%;
  height: 44px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 200px 200px 200px 200px;
  box-shadow: 0px 2px 8px 0px rgba(254, 205, 68, 0.5); /* 金色投影 */
  border-bottom: 1px solid #fecd44;
  margin: 24px auto;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #20ab8a;
  line-height: 28px;
}
.theenig {
  font-family: Nunito, Nunito;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  padding: 12px 48px;
  
}

.recommended {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
padding-bottom: 24px;
  max-width: 1000px;
  margin: 0px auto;
  margin-top: 48px;
}

.kog {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.for ,.button2{
  display: none;
}

@media (max-width: 1130px) {
  .wek {
    max-width: 95%;
  }
}

@media (max-width: 768px) {
  .kog {
    width: 160px;
    height: 160px;
  }
  .button1 {
      display: none;
  }
  .button2 {
      display: block;
  }
  .theenig {
    display: none;
  }
   
  .amindive{
    display: block;
}
  .amindive {
    width: 95%;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(254, 205, 68, 0.5);
    border-radius: 16px 16px 16px 16px;
    padding: 24px;
    margin: 24px auto;
    display: flex;
    flex-direction: column;
  }
  .amindive p {
    font-family: Nunito, Nunito;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-right: 24px;
    overflow: auto;
    height: 120px;
  }
  .amindive p::-webkit-scrollbar {
    width: 4px;
    height: 40px;
    background: #ccc;
    border-radius: 2px 2px 2px 2px;
  }

  .amindive p::-webkit-scrollbar-thumb {
    background: #20ab8a;
  }

  .amindive button {
    background: #20ab8a;
    box-shadow: 0px 0px 8px 0px #83b293;
    border-radius: 200px 200px 200px 200px;
    border: 2px solid #ffffff;
    width: 90%;
    margin: 0px auto;
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    padding: 8px 0;
    margin-top: 24px;
  }

  .for {
    display: block;
    width: 95%;
    margin: 48px auto;
  }
  .you{
    display: none;
  }
  .fang{
  margin-top: 24px;
  }
}
@media (max-width: 500px) {
  .kog {
    width: 100px;
    height: 100px;
  }

  .dlst dl dt {
    width: 78px;
    height: 78px;
    background: #d9d9d9;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #ffffff;
    overflow: hidden;
  }

  .dlst dl dd h5 {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 0 8px 0;
  }

  .dlst dl dd p {
    font-size: 12px;
    line-height: 16px;
  }

  .dlst button {
    width: 80%;
    height: 34px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
  }

  .amindive p {
    font-size: 12px;
    line-height: 16px;
    height: 82px;
  }
  .amindive button {
    font-size: 14px;
    line-height: 18px;
  }
   .you {
      padding-bottom: 0px;
      margin: 12px auto;
    }
  .recommended {
    font-size: 16px;
    line-height: 24px;
    margin: 24px auto;
    width: 95%;
    padding-bottom: 0px;
  }
}
