/*
  全局变量配置，包含媒体查询等
 */
.w-1090 {
  width: 10.9rem;
}
.m-b-20 {
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .m-b-20 {
    margin-bottom: 0.1rem;
  }
}
.m-t-40 {
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .m-t-40 {
    margin-top: 0.2rem;
  }
}
.f-s-20 {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 0.24rem;
}
@media (max-width: 768px) {
  .f-s-20 {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-36 {
  padding: 0 0.36rem;
}
@media (max-width: 768px) {
  .p-36 {
    padding: 0 0.18rem;
  }
}
.p-58 {
  padding: 0 0.58rem;
}
@media (max-width: 768px) {
  .p-58 {
    padding: 0 0.29rem;
  }
}
.display_flex {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
}
/*伸缩流方向*/
.flex-direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*主轴对齐*/
.justify-content_flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content_flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content_flex-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/*侧轴对齐*/
.align-items_flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-items_flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*换行*/
.flex_wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*伸缩性*/
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.header-pc {
  background-color: #fff;
}
.header-pc .header-box .logo-box {
  background-image: url('../../image/public/logo_color.png') !important;
}
.header-pc .header-box p.line {
  background-color: #21B28B !important;
}
.header-mobile {
  background-color: #21B28B;
}
.header-mobile .header-mobile-box .logo-box {
  background-image: url('../../image/public/logo.png');
}
.banner {
  margin-top: 0.95rem;
  height: 2.26rem;
}
.banner img {
  width: 100%;
  height: 2.26rem;
}
.sidebar .m-sidebar .m-bar .default-bar p.arrow-box {
  background-image: url('../../image/public/white_arrow.png');
}
.sidebar .m-sidebar .m-bar.active .default-bar p.arrow-box {
  background-image: url('../../image/public/green_arrow.png');
}
.main {
  margin-top: 0.2rem;
}
.main .nav-left {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main .nav-left .nav-left-list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.37rem;
  margin-bottom: 0.2rem;
  border-radius: 0.38rem;
  border: 1px solid #fff;
}
.main .nav-left .nav-left-list p {
  font-size: 0.15rem;
  font-weight: 400;
  color: #646464;
  line-height: 0.21rem;
}
.main .nav-left .nav-left-list-active {
  border: 1px solid #dadada;
}
.main .nav-left .nav-left-list-active p {
  color: #66BC90;
}
.main .right-main {
  padding-left: 0.56rem;
  min-height: 5rem;
  border-left: 1px solid #D4D4D4;
}
.main .right-main h2 {
  padding-top: 0.18rem;
  font-size: 0.32rem;
  color: #66bc90;
  line-height: 0.38rem;
}
.main .right-main .type-box {
  display: flex;
  width: 100%;
  margin-top: 0.38rem;
}
.main .right-main .type-box .type {
  margin-right: 0.2rem;
  font-size: 0.15rem;
  font-weight: 400;
  color: #646464;
  line-height: 0.21rem;
}
.main .right-main .type-box .type-lists {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.main .right-main .type-box .type-lists .type-list {
  padding-bottom: 0.05rem;
  margin-right: 0.2rem;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.main .right-main .type-box .type-lists .type-list p {
  font-size: 0.15rem;
  font-weight: 400;
  color: #646464;
  line-height: 0.21rem;
}
.main .right-main .type-box .type-lists .type-list-active {
  border-bottom: 2px solid #66BC90;
}
.main .right-main .month-box {
  display: flex;
  width: 100%;
  margin-top: 0.26rem;
}
.main .right-main .month-box .type {
  margin-right: 0.2rem;
  font-size: 0.15rem;
  font-weight: 400;
  color: #646464;
  line-height: 0.21rem;
}
.main .right-main .month-box .type-lists {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.main .right-main .month-box .type-lists .type-list {
  padding-bottom: 0.05rem;
  margin-right: 0.2rem;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.main .right-main .month-box .type-lists .type-list p {
  font-size: 0.15rem;
  font-weight: 400;
  color: #646464;
  line-height: 0.21rem;
}
.main .right-main .month-box .type-lists .type-list-active {
  border-bottom: 2px solid #66BC90;
}
.main .right-main .line {
  width: 100%;
  height: 1px;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  background-color: #979797;
}
.main .right-main .course-lists {
  margin-top: 0.27rem;
}
.main .right-main .course-lists .course-list {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  background: rgba(255, 255, 255, 0.33);
}
.main .right-main .course-lists .course-list .course-list-left {
  display: flex;
  padding: 0 0.25rem;
  width: 9.18rem;
}
.main .right-main .course-lists .course-list .course-list-left .img-box {
  width: 1.87rem;
  height: 1.05rem;
  margin-right: 0.4rem;
  border: 1px solid #979797;
}
.main .right-main .course-lists .course-list .course-list-left .img-box img {
  display: block;
  max-width: 100%;
}
.main .right-main .course-lists .course-list .course-list-left .infor {
  width: 60%;
}
.main .right-main .course-lists .course-list .course-list-left .infor .title-box {
  display: flex;
  justify-content: space-between;
}
.main .right-main .course-lists .course-list .course-list-left .infor .title-box h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 2.88rem;
  font-size: 0.18rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.25rem;
}
.main .right-main .course-lists .course-list .course-list-left .infor .title-box p {
  font-size: 0.12rem;
  font-weight: 500;
  color: #66bc90;
  line-height: 0.25rem;
}
.main .right-main .course-lists .course-list .course-list-left .infor .infor-box {
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.12rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.25rem;
}
.main .right-main .course-lists .course-list .course-list-right {
  display: flex;
  justify-content: center;
  width: 0.3rem;
  height: 0.42rem;
}
.main .right-main .course-lists .course-list .course-list-right img {
  max-width: 100%;
}
.main .right-main .course-lists .nodata {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.main .right-main .course-lists .nodata img {
  display: block;
  width: 1.24rem;
}
@media (max-width: 750px) {
  .banner {
    margin-top: 0.5rem;
  }
  .row {
    margin: 0;
  }
  .main {
    padding: 0 0.25rem;
  }
  .main .nav-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .main .nav-left .row {
    width: 100%;
  }
  .main .nav-left .nav-left-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 0.48rem;
    margin-bottom: 0.2rem;
    border-radius: 0.24rem;
    border: none;
  }
  .main .nav-left .nav-left-list p {
    font-size: 0.15rem;
    font-weight: 400;
    color: #646464;
    line-height: 0.21rem;
  }
  .main .nav-left .nav-left-list-active {
    border: none;
    background: #21b28b;
  }
  .main .nav-left .nav-left-list-active p {
    color: #FFFFFF;
  }
  .main .right-main {
    padding-left: 0;
    min-height: 5rem;
    border-left: none;
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    border-top: 1px solid #d4d4d4;
  }
  .main .right-main h2 {
    display: none;
    padding-top: 0.18rem;
    font-size: 0.16rem;
    color: #66bc90;
    line-height: 0.18rem;
  }
  .main .right-main .type-box {
    display: flex;
    width: 100%;
    margin-top: 0.1rem;
  }
  .main .right-main .type-box .type {
    margin-right: 0.1rem;
    font-size: 0.15rem;
    font-weight: 400;
    color: #646464;
    line-height: 0.21rem;
  }
  .main .right-main .type-box .type-lists {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  .main .right-main .type-box .type-lists .type-list {
    width: auto;
    min-width: 20%;
    padding-bottom: 0.05rem;
    margin-right: 0.12rem;
    margin-bottom: 0.1rem;
    text-align: center;
    border-bottom: 2px solid #fff;
  }
  .main .right-main .type-box .type-lists .type-list p {
    font-size: 0.15rem;
    font-weight: 400;
    color: #646464;
    line-height: 0.21rem;
  }
  .main .right-main .type-box .type-lists .type-list-active {
    border-bottom: 2px solid #66BC90;
  }
  .main .right-main .month-box {
    display: flex;
    width: 100%;
    margin-top: 0.05rem;
  }
  .main .right-main .month-box .type {
    margin-right: 0.1rem;
    font-size: 0.15rem;
    font-weight: 400;
    color: #646464;
    line-height: 0.21rem;
  }
  .main .right-main .month-box .type-lists {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  .main .right-main .month-box .type-lists .type-list {
    width: 20%;
    padding-bottom: 0.05rem;
    margin-right: 0;
    margin-bottom: 0.1rem;
    text-align: center;
    border-bottom: 2px solid #fff;
  }
  .main .right-main .month-box .type-lists .type-list p {
    font-size: 0.14rem;
    font-weight: 400;
    color: #646464;
    line-height: 0.21rem;
  }
  .main .right-main .month-box .type-lists .type-list-active {
    border-bottom: 2px solid #66BC90;
  }
  .main .right-main .line {
    width: 100%;
    height: 1px;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    background-color: #d4d4d4;
  }
  .main .right-main .course-lists {
    margin-top: 0.27rem;
  }
  .main .right-main .course-lists .course-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.71rem;
    margin-bottom: 0.2rem;
    background: rgba(255, 255, 255, 0.33);
  }
  .main .right-main .course-lists .course-list .course-list-left {
    display: flex;
    flex: 1;
    padding: 0.2rem 0.25rem;
  }
  .main .right-main .course-lists .course-list .course-list-left .img-box {
    width: 0.935rem;
    height: 0.525rem;
    margin-right: 0.2rem;
  }
  .main .right-main .course-lists .course-list .course-list-left .img-box img {
    display: block;
    max-width: 100%;
  }
  .main .right-main .course-lists .course-list .course-list-left .infor {
    width: 60%;
    margin-top: 0;
  }
  .main .right-main .course-lists .course-list .course-list-left .infor .title-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .main .right-main .course-lists .course-list .course-list-left .infor .title-box h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    max-width: 1.4rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.2;
  }
  .main .right-main .course-lists .course-list .course-list-left .infor .title-box p {
    margin-top: 0;
    font-size: 0.12rem;
    font-weight: 500;
    color: #66bc90;
    line-height: 1.2;
  }
  .main .right-main .course-lists .course-list .course-list-left .infor .infor-box {
    display: none;
  }
  .main .right-main .course-lists .course-list .course-list-right {
    width: 0.15rem;
    height: 0.21rem;
  }
  .main .right-main .course-lists .course-list .course-list-right img {
    max-width: 100%;
  }
  .main .right-main .course-lists .nodata {
    display: flex;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  .main .right-main .course-lists .nodata img {
    display: block;
    width: 1.24rem;
  }
}
