
.CureKind.md31706 {
  width: 100%;
  overflow: hidden;
  padding: 1.2rem 0;
}
.CureKind.md31706 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .CureKind.md31706 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.CureKind.md31706 .KindHead {
  width: 100%;
}
.CureKind.md31706 .KindTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}
.CureKind.md31706 .KindTitle .TitleCn {
  color: var(--theme);
  font-weight: 700;
}
.CureKind.md31706 .KindTitle .TitleEn {
  color: #666;
  margin-left: 0.12rem;
}
.CureKind.md31706 .KindSub {
  width: 100%;
  margin-top: 0.36rem;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.4;
}
.CureKind.md31706 .KindBody {
  width: 100%;
  margin-top: 0.24rem;
  color: #666;
  line-height: 1.8;
}
.CureKind.md31706 .KindBody p {
  width: 100%;
}
.CureKind.md31706 .KindBody p + p {
  margin-top: 0.28rem;
}
@media (max-width: 900px) {
  .CureKind.md31706 {
    padding: 0.6rem 0 0.8rem;
  }
  .CureKind.md31706 .KindTitle .TitleEn {
    margin-left: 0;
    margin-top: 0.08rem;
    width: 100%;
  }
}

.CureLesson.md31707 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 1.1rem 0 1.2rem;
}

.CureLesson.md31707 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .CureLesson.md31707 .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.CureLesson.md31707 .LessonHead {
    width: 100%;
}

.CureLesson.md31707 .LessonHead .Title {
    width: 100%;
    color: var(--theme);
    font-weight: 700;
    line-height: 1.3;
}

.CureLesson.md31707 .LessonList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.76rem;
}

.CureLesson.md31707 .LessonItem {
    width: calc((100% - 1.2rem) / 5);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    padding: 0.17rem 0.2rem;
    border: 0.01rem solid var(--active);
    border-radius: 0.3rem;
    color: var(--theme);
    text-align: center;
    line-height: 1.4;
    /* white-space: nowrap; */
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1920px) {
    .CureLesson.md31707 .LessonItem {
        border-radius: 30px;
    }
}

.CureLesson.md31707 .LessonItem:nth-child(5n) {
    margin-right: 0;
}

.CureLesson.md31707 .LessonItem:hover,
.CureLesson.md31707 .LessonItem.In {
    background: var(--active);
    color: #fff;
}

@media (max-width: 900px) {
    .CureLesson.md31707 {
        padding: 0.6rem 0 0.8rem;
    }

    .CureLesson.md31707 .LessonList {
        margin-top: 0.35rem;
    }

    .CureLesson.md31707 .LessonItem {
        width: calc((100% - 0.2rem) / 2);
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
        white-space: normal;
    }

    .CureLesson.md31707 .LessonItem:nth-child(5n) {
        margin-right: 0.2rem;
    }

    .CureLesson.md31707 .LessonItem:nth-child(2n) {
        margin-right: 0;
    }
}
