/*
  全局变量配置，包含媒体查询等
 */
.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 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0.95rem;
}
.banner img {
  display: block;
  width: 100%;
  max-height: 100%;
}
.banner .banner-mask {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner .banner-mask h2 {
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.45rem;
}
.banner .banner-mask p {
  margin-top: 0.43rem;
  font-size: 0.15rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.98);
  line-height: 0.25rem;
  text-align: center;
}
.banner .mobile-banner {
  display: none;
}
.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.18rem;
  margin-bottom: 0.4rem;
}
.main .title {
  font-size: 0.36rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.5rem;
  text-align: center;
}
.main .span-line {
  display: block;
  width: 0.26rem;
  height: 1px;
  background-color: #21B28B;
  margin: 0.05rem auto;
}
.main .tip {
  font-size: 0.22rem;
  color: rgba(0, 0, 0, 0.4);
  line-height: 0.3rem;
  text-align: center;
}
.main .line {
  width: 100%;
  height: 0.01rem;
  margin-bottom: 0.37rem;
  margin-top: 0.2rem;
  background-color: #979797;
}
.main .infor {
  font-size: 0.14rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.25rem;
}
.main .img {
  width: 100%;
  margin-top: 0.38rem;
  margin-bottom: 0.38rem;
}
.main .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.join .join-lists {
  margin-top: 0.4rem;
}
.join .join-lists .join-list {
  padding: 0.22rem 0;
  border-bottom: 1px solid #d4d4d4;
}
.join .join-lists .join-list a .join-list-left p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 2.4rem;
  margin-right: 0.28rem;
  font-size: 0.24rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.join .join-lists .join-list a .join-list-left img {
  width: 0.14rem;
}
.join .join-lists .join-list a .join-list-right .price {
  width: 1.5rem;
  margin-right: 1.73rem;
  font-size: 0.24rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.join .join-lists .join-list a .join-list-right .time {
  width: 1.5rem;
  text-align: right;
  font-size: 0.24rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.milepost {
  position: relative;
  margin-bottom: 0.55rem;
}
.milepost .text-box {
  margin-top: 0.16rem;
}
.milepost .text-box img {
  max-width: 100%;
}
.milepost .text-box-mobile {
  display: none;
}
.milepost .swiper-line {
  position: absolute;
  top: 1.27rem;
  width: 100%;
  height: 1px;
  background-color: #979797;
}
.milepost .milepost-box .swiper-container-box {
  width: 80%;
  height: 1.37rem;
  margin-top: 0.07rem;
}
.milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  cursor: pointer;
}
.milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide .year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.54rem;
  height: 0.54rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.2rem;
  border-radius: 50%;
  background: rgba(33, 178, 139, 0.6);
}
.milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide .year-color {
  background: rgba(33, 178, 139, 0.9);
}
.milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide .dot {
  position: absolute;
  top: 0.2rem;
  display: none;
  width: 0.2rem;
  height: 0.2rem;
}
.milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide .dot img {
  display: block;
  width: 100%;
}
.milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide:first-child .dot {
  display: block;
}
.milepost .milepost-box .swiper-button-next {
  top: 70%;
  right: 0.98rem;
  width: 0.22rem;
  height: 0.28rem;
  background-image: url('../../image/about/n.png');
  background-position: unset;
  background-size: 100% auto;
}
.milepost .milepost-box .swiper-button-prev {
  top: 70%;
  left: 0.98rem;
  width: 0.22rem;
  height: 0.28rem;
  background-image: url('../../image/about/p.png');
  background-position: unset;
  background-size: 100% auto;
}
.milepost .content-box {
  display: none;
  font-size: 0.12rem;
  margin-top: 0.48rem;
}
.milepost .content-box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.milepost .content-box .img img {
  display: block;
  max-width: 10.05rem;
}
.milepost .content-box .tip {
  margin-top: 0.49rem;
  font-size: 0.12rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.25rem;
  text-align: left;
}
.milepost .content-box:first-child {
  display: block;
}
.text-box {
  margin-top: 0.16rem;
}
.text-box img {
  max-width: 100%;
}
.text-box-mobile {
  display: none;
}
.detail-first {
  margin-top: 0.17rem;
}
.detail-first .detail-first-left {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.detail-first .detail-first-left video {
  max-width: 100%;
}
.detail-first .detail-first-left .v {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.44rem;
}
.detail-first .detail-first-right .detail-logo {
  display: block;
  height: 0.71rem;
}
.detail-first .detail-first-right p {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
.mobile-detail {
  display: none;
}
.course-lists {
  margin-top: 0.27rem;
}
.course-lists .course-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  background: rgba(255, 255, 255, 0.33);
}
.course-lists .course-list .course-list-left {
  display: flex;
  width: 9.18rem;
}
.course-lists .course-list .course-list-left .img-box {
  width: 1.87rem;
  height: 1.05rem;
  margin-right: 0.3rem;
}
.course-lists .course-list .course-list-left .img-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.course-lists .course-list .course-list-left .infor {
  width: 60%;
}
.course-lists .course-list .course-list-left .infor .title-box {
  display: flex;
}
.course-lists .course-list .course-list-left .infor .title-box h6 {
  font-size: 0.18rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0.25rem;
}
.course-lists .course-list .course-list-left .infor .title-box p {
  height: 0.21rem;
  margin-left: 0.2rem;
  padding: 0 0.2rem;
  font-size: 0.12rem;
  font-weight: 500;
  color: #fff;
  line-height: 0.21rem;
  background: #66bc90;
  border-radius: 0.13rem;
}
.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;
}
.course-lists .course-list .course-list-right {
  display: flex;
  justify-content: center;
  width: 0.3rem;
  height: 0.42rem;
}
.course-lists .course-list .course-list-right img {
  max-width: 100%;
}
.course-lists .nodata {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.course-lists .nodata img {
  display: block;
  width: 1.24rem;
}
.mobile-course-lists {
  display: none;
}
@media screen and (min-width: 1200px) {
  .join.container {
    max-width: 12rem;
  }
}
@media (max-width: 750px) {
  .pc-detail {
    display: none;
  }
  .detail-first {
    margin-top: 0.17rem;
  }
  .detail-first .detail-first-left {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-top: 0.2rem;
  }
  .detail-first .detail-first-left video {
    max-width: 100%;
  }
  .detail-first .detail-first-left .v {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0.44rem;
  }
  .detail-first .detail-first-right {
    padding: 0;
  }
  .detail-first .detail-first-right .detail-logo {
    display: block;
  }
  .detail-first .detail-first-right p {
    margin-top: 0.15rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 0.25rem;
  }
  .course-lists {
    display: none;
  }
  .mobile-course-lists {
    display: block;
    margin-top: 0.27rem;
  }
  .mobile-course-lists .mobile-course-list {
    position: relative;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .mobile-course-lists .mobile-course-list .course-list-left .img-box {
    width: 100%;
    height: 1rem;
    overflow: hidden;
  }
  .mobile-course-lists .mobile-course-list .course-list-left .img-box img {
    width: 100%;
  }
  .mobile-course-lists .mobile-course-list .course-list-left .infor {
    margin-top: 0.05rem;
  }
  .mobile-course-lists .mobile-course-list .course-list-left .infor .title-box h6 {
    font-size: 0.14rem;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
  }
  .mobile-course-lists .mobile-course-list .course-list-left .infor .infor-box {
    margin-top: 0.05rem;
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mobile-course-lists .mobile-course-list .course-list-left .infor .infor-box p {
    flex: 1;
    font-size: 0.1rem;
    line-height: 1.5;
    margin-right: 0.1rem;
  }
  .mobile-course-lists .mobile-course-list .course-list-left .infor .course-list-right {
    width: 0.15rem;
  }
  .mobile-course-lists .mobile-course-list .course-list-left .infor .course-list-right img {
    max-width: 100%;
  }
  .banner {
    margin-top: 0.5rem;
  }
  .banner .mobile-banner {
    display: block;
  }
  .banner .pc-banner {
    display: none;
  }
  .main {
    padding: 0 0.25rem;
    margin-bottom: 0.2rem;
  }
  .main .title {
    font-size: 0.18rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: 0.25rem;
    text-align: center;
  }
  .main .span-line {
    display: block;
    width: 0.26rem;
    height: 1px;
    background-color: #21B28B;
    margin: 0.05rem auto;
  }
  .main .tip {
    font-size: 0.12rem;
    color: rgba(0, 0, 0, 0.5);
    line-height: 0.15rem;
    text-align: center;
  }
  .join .join-lists {
    margin-top: 0.28rem;
  }
  .join .join-lists .join-list {
    padding: 0.25rem 0.09rem;
    border-bottom: 1px solid #d4d4d4;
  }
  .join .join-lists .join-list a .join-list-left p {
    max-width: 1.28rem;
    margin-right: 0.24rem;
    font-size: 0.16rem;
    font-weight: 300;
    color: #000000;
  }
  .join .join-lists .join-list a .join-list-left img {
    width: 0.08rem;
  }
  .join .join-lists .join-list a .join-list-right .price {
    display: none;
  }
  .join .join-lists .join-list a .join-list-right .time {
    font-size: 0.14rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
  }
  .milepost {
    position: relative;
    margin-bottom: 0.55rem;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .milepost .swiper-line {
    position: absolute;
    top: 0.88rem;
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    background-color: #979797;
  }
  .milepost .milepost-box {
    padding: 0 0.25rem;
  }
  .milepost .milepost-box .swiper-container-box {
    width: 80%;
    height: 1.37rem;
    margin-top: 0.07rem;
  }
  .milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.4rem;
  }
  .milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide .year {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.38rem;
    height: 0.38rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.2rem;
    border-radius: 50%;
    background: rgba(33, 178, 139, 0.6);
  }
  .milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide .year-color {
    background: rgba(33, 178, 139, 0.9);
  }
  .milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide .dot {
    position: absolute;
    top: 0.21rem;
    display: none;
    width: 0.2rem;
    height: 0.2rem;
  }
  .milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide .dot img {
    display: block;
    width: 100%;
  }
  .milepost .milepost-box .swiper-container-box .swiper-wrapper .swiper-slide:first-child .dot {
    display: block;
  }
  .milepost .milepost-box .swiper-button-next {
    display: none;
    top: 70%;
    right: 0.98rem;
    width: 0.22rem;
    height: 0.28rem;
    background-image: url('../../image/about/n.png');
    background-position: unset;
    background-size: 100% auto;
  }
  .milepost .milepost-box .swiper-button-prev {
    display: none;
    top: 70%;
    left: 0.98rem;
    width: 0.22rem;
    height: 0.28rem;
    background-image: url('../../image/about/p.png');
    background-position: unset;
    background-size: 100% auto;
  }
  .milepost .content-box {
    display: none;
    font-size: 0.12rem;
    margin-top: 0;
    padding: 0 0.25rem;
  }
  .milepost .content-box .img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
  }
  .milepost .content-box .img img {
    display: block;
    max-width: 100%;
  }
  .milepost .content-box .tip {
    margin-top: 0.25rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.25rem;
  }
  .milepost .content-box:first-child {
    display: block;
  }
  .text-box {
    display: none;
  }
  .text-box-mobile {
    display: block;
    margin-top: 0.16rem;
  }
  .text-box-mobile img {
    max-width: 100%;
  }
}
