.pc {
  display: block;
}
.h5 {
  display: none;
}
.page1 {
  padding: 60px 0;
  background: #fff;
}
.page1 .wrapper {
  overflow: initial;
}
.page1 .tit {
  color: #172033;
  font-weight: 500;
  text-align: center;
}
.page1 .curriculum {
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
}
.page1 .curriculum .swiper-button-prev,
.page1 .curriculum .swiper-button-next {
  display: none;
}
.page1 .curriculum:nth-child(even) .pic {
  order: 3;
}
.page1 .curriculum:nth-child(even) .img-tab {
  left: auto;
  right: 0;
}
.page1 .curriculum .img-tab {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 10;
  width: 50%;
  display: flex;
  justify-content: center;
}
.page1 .curriculum .img-tab p {
  padding: 8px 30px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.42);
  margin: 0 3px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  transition: all 0.3s;
  cursor: pointer;
}
.page1 .curriculum .img-tab p.on {
  border: 1px solid #fff;
  background: #ffffff;
  color: #fc782c;
}
.page1 .curriculum .img-tab p:hover {
  color: #fc782c;
}
.page1 .curriculum .swiper-pagination {
  display: none;
}
.page1 .curriculum .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f9fc;
}
.page1 .curriculum .pic {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.page1 .curriculum .pic img {
  transition: all 1s;
}
.page1 .curriculum .pic:hover img {
  transform: scale(1.2);
}
.page1 .curriculum .txt {
  width: 50%;
}
.page1 .curriculum .txt .title {
  display: flex;
  align-items: center;
  padding: 0 7%;
}
.page1 .curriculum .txt .title span {
  font-weight: 500;
  letter-spacing: 1px;
  color: #0c101a;
  display: inline-block;
}
.page1 .curriculum .txt .title em {
  font-style: initial;
  display: inline-block;
  border-radius: 2px;
  background: rgba(252, 120, 44, 0.08);
  color: #fc782c;
  font-weight: 400;
  padding: 2px 6px;
  margin-left: 5px;
}
.page1 .curriculum .txt ul {
  margin-top: 10px;
  background: rgba(252, 120, 44, 0.05);
  padding: 0 7% 12px 7%;
}
.page1 .curriculum .txt ul li {
  display: inline-block;
  margin-top: 12px;
  margin-right: 10px;
}
.page1 .curriculum .txt ul li p {
  display: inline-block;
  position: relative;
  border: 0.6px solid rgba(252, 120, 44, 0.56);
  background: rgba(252, 120, 44, 0.06);
  border-radius: 100px;
}
.page1 .curriculum .txt ul li p svg {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 10px;
  width: 15px;
  height: 15px;
}
.page1 .curriculum .txt ul li p span {
  color: #fc782c;
  font-weight: 400;
  font-size: 12px;
  padding: 8px 18px 8px 32px;
  display: inline-block;
}
.page1 .curriculum .txt .des {
  margin-top: 12px;
  color: #8f8f8f;
  padding: 0 7%;
  font-size: 12px;
}
.page1 .curriculum .txt .more {
  width: 90px;
  display: block;
  margin: 10px 0 0 7%;
}
.page1 .curriculum .txt .more p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  color: #8f8f8f;
  font-size: 12px;
  width: 100%;
  transition: all 0.3s;
}
.page1 .curriculum .txt .more p svg {
  margin-left: 5px;
  width: 10px;
  height: 10px;
}
.page1 .curriculum .txt .more p svg path {
  transition: all 0.3s;
  fill: #8f8f8f;
}
.page1 .curriculum .txt:hover .more p {
  border: 1px solid #fc782c;
  color: #fc782c;
}
.page1 .curriculum .txt:hover .more p svg path {
  fill: #fc782c;
}
.page1 .curriculum:hover {
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.08);
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .pc {
    display: none;
  }
  .h5 {
    display: block;
    margin: 0;
  }
  .page1 .curriculum {
    margin-top: 20px;
  }
  .page1 .curriculum .swiper-slide {
    flex-wrap: wrap;
  }
  .page1 .curriculum .pic {
    width: 100%;
  }
  .page1 .curriculum .txt {
    width: 100%;
    padding-bottom: 20px;
  }
  .page1 .curriculum .img-tab {
    display: none;
  }
  .page1 .curriculum .txt .title {
    justify-content: center;
    padding: 0 3%;
    margin-top: 15px;
  }
  .page1 .curriculum .txt .title span {
    font-size: 18px;
    color: #0c101a;
  }
  .page1 .curriculum .txt .title em {
    font-size: 10px;
  }
  .page1 .curriculum .txt ul {
    background: transparent;
    text-align: center;
    margin-top: 0;
    padding: 0;
  }
  .page1 .curriculum .txt ul li {
    margin-top: 4px;
    margin-right: 0;
  }
  .page1 .curriculum .txt ul li p {
    background: #fc782c;
    box-shadow: 0px 2px 8px 2px rgba(252, 120, 44, 0.12);
  }
  .page1 .curriculum .txt ul li p span {
    font-size: 10px;
    color: #ffffff;
  }
  .page1 .curriculum .txt ul li p svg path {
    fill: #fff;
  }
  .page1 .curriculum:nth-child(even) .pic {
    order: initial;
  }
  .page1 .curriculum .txt .des {
    text-align: center;
    margin-top: 8px;
    color: #8f8f8f;
  }
  .page1 .curriculum .txt .more {
    width: 74px;
    margin: 8px auto 0;
  }
  .page1 .curriculum .txt .more p {
    font-size: 10px;
  }
  .page1 .curriculum .txt .more p svg {
    margin-left: 2px;
  }
  .page1 .curriculum .swiper-button-prev,
  .page1 .curriculum .swiper-button-next {
    display: block;
    width: 28px;
    height: 28px;
    border: 2px solid rgba(247, 249, 252, 0.36);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }
  .page1 .curriculum .swiper-button-prev::after,
  .page1 .curriculum .swiper-button-next::after {
    font-size: 8px;
    color: #fff;
    font-weight: bold;
  }
  .page1 .curriculum .swiper-button-prev:hover,
  .page1 .curriculum .swiper-button-next:hover {
    background: #fc782c;
    border: 2px solid #fc782c;
  }
  .page1 .curriculum .swiper-button-prev {
    left: 12px;
  }
  .page1 .curriculum .swiper-button-next {
    right: 12px;
  }
  .page1 .curriculum .swiper-pagination {
    display: block;
    height: 2px;
    font-size: 0;
    bottom: 0;
  }
  .page1 .curriculum .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
    border-radius: 0;
    background: #e6e6e6;
    opacity: 1;
  }
  .page1 .curriculum .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fc782c;
  }
  .page1 .tit {
    display: none;
  }
  .page1 {
    padding: 0 0 40px;
  }
}
/*# sourceMappingURL=./ClassType.css.map */