.page1 {
  padding: 80px 0;
}
.page1 .tit {
  text-align: center;
  color: #333333;
  font-weight: 400;
}
.page1 .subtit {
  color: #666666;
  text-align: center;
  font-weight: 400;
}
.page1 .list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.page1 .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page1 .list .item:nth-child(even) .txt {
  order: 3;
}
.page1 .list .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f7f9fc;
  padding: 0 4%;
  width: 33.5%;
}
.page1 .list .item .txt p {
  display: block;
  color: #333333;
  font-weight: 400;
}
.page1 .list .item .txt span {
  display: block;
  color: #666666;
  margin-top: 14px;
  text-align: justify;
  font-weight: 300;
}
.page1 .list .item .txt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  line-height: 1;
  padding: 12px 12px;
  color: #500078;
  border: 0.18px solid #600091;
  background: rgba(80, 0, 120, 0.12);
  border-radius: 100px;
  font-size: 12px;
  transition: all 0.3s;
  margin-top: 9%;
}
.page1 .list .item .txt a svg {
  width: 12px;
  height: 12px;
  margin: 0;
}
.page1 .list .item .txt a svg path {
  transition: all 0.3s;
}
.page1 .list .item .txt a:hover {
  background: var(--main-color);
  border: 0.18px solid var(--main-color);
  color: #fff;
}
.page1 .list .item .txt a:hover svg path {
  fill: #fff;
}
.page1 .list .item .img {
  width: 65%;
  overflow: hidden;
}
.page1 .list .item .img:hover img {
  transform: scale(1.05);
}
.page2 {
  position: relative;
}
.page2 .title {
  font-weight: 400;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.page2 .storey {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 100%;
  z-index: 10;
}
.page2 .storey .tab {
  display: flex;
  align-items: center;
}
.page2 .storey .tab a {
  display: inline-block;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(249, 249, 249, 0.7);
  font-weight: 300;
  color: #fff;
  padding: 6px 21px;
  margin-right: 19px;
  transition: all 0.3s;
}
.page2 .storey .tab a.on {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.page2 .storey .notice {
  color: #e5ba90;
  letter-spacing: 0.4px;
  font-size: 12px;
  margin-top: 40px;
}
.page2 .storey .table {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.page2 .storey .table .item {
  display: none;
  position: relative;
}
.page2 .storey .table .item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 68px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #f9f9f9;
}
.page2 .storey .table .item table td {
  border-right: 1px solid rgba(207, 162, 91, 0.2);
  border-bottom: 1px solid rgba(207, 162, 91, 0.2);
  background: #f9f9f9;
  padding: 18px;
  color: #666666;
  text-align: center;
}
.page2 .storey .table .item table td:nth-child(1) {
  background: #fff;
  color: #333333;
  font-weight: 400;
  white-space: nowrap;
}
.page2 .storey .table .item table tr:nth-last-child(1) td:nth-last-child(1) {
  text-align: left;
}
.page2 .storey .table .item.on {
  display: block;
}
.page2 .storey .table .item:nth-child(1) table {
  width: 513px;
}
.page2 .storey .table .item:nth-child(2)::after {
  left: 274px;
}
.page2 .storey .table .item:nth-child(2) table {
  width: 441px;
}
.page3 {
  background: #101624;
  padding: 60px 0 70px;
}
.page3 .tit {
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}
.page3 ul {
  width: 90%;
  margin: 30px auto 0;
}
.page3 ul li {
  display: flex;
  justify-content: space-between;
  background: #f7f9fc;
  margin-bottom: 40px;
}
.page3 ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.page3 ul li:nth-child(even) .txt {
  order: 3;
}
.page3 ul li .img {
  width: 50%;
  overflow: hidden;
}
.page3 ul li .img img {
  height: 100%;
  object-fit: cover;
}
.page3 ul li .txt {
  width: 50%;
  padding: 25px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page3 ul li .txt .title {
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
  line-height: 1;
}
.page3 ul li .txt .title::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: var(--main-color);
  margin: 20px 0 20px;
}
.page3 ul li .txt .des {
  font-weight: 300;
  color: #172033;
  text-align: justify;
}
.page3 ul li:hover .img img {
  transform: scale(1.1);
}
@media screen and (max-width: 1440px) {
  .page3 ul li .txt .des {
    line-height: 1.3;
  }
  .page3 ul li .txt {
    padding: 25px 3%;
  }
  .page3 ul li .txt .des {
    font-size: 14px;
  }
}
@media screen and (max-width: 998px) {
  .anchor {
    display: none;
  }
  .page1 {
    padding: 60px 0;
  }
  .page3 {
    padding: 36px 0 40px;
  }
  .page3 .tit {
    font-size: 24px;
    font-weight: 500;
  }
  .page3 ul {
    margin: 15px auto 0;
  }
  .page3 ul li {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .page3 ul li .img {
    width: 100%;
  }
  .page3 ul li .txt {
    width: 100%;
    order: 3;
    padding: 18px 18px 25px 18px;
  }
  .page3 ul li .txt .title {
    font-size: 18px;
    font-weight: 500;
    color: #0c101a;
  }
  .page3 ul li .txt .title::after {
    margin: 9px 0 8px;
  }
  .page3 ul li .txt .des {
    font-size: 10px;
    font-weight: 300;
    color: #172033;
  }
  .page1 .list .item {
    flex-wrap: wrap;
  }
  .page1 .list .item .txt {
    width: 100%;
    order: 3;
    padding: 20px;
  }
  .page1 .list .item .img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page1 .tit {
    font-size: 26px;
    font-weight: 400;
  }
  .page1 .subtit {
    color: #666666;
    font-weight: 300;
  }
  .page1 .subtit br {
    display: none;
  }
  .page1 .list {
    margin-top: 25px;
  }
  .page1 .list .item .txt {
    background: transparent;
    padding: 30px 0 0;
  }
  .page1 .list .item .txt p {
    font-size: 20px;
    font-weight: 400;
  }
  .page1 .list .item .txt span {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .page1 .list .item .txt a {
    width: 98px;
    background: rgba(96, 0, 145, 0.12);
    border: 0.48px solid #600091;
    font-size: 10px;
    font-weight: 300;
    padding: 9px 12px;
    margin-top: 20px;
  }
  .page2 .storey {
    right: 0%;
    left: 0;
    bottom: 0;
    padding: 8% 4% 11%;
    width: auto;
    background: linear-gradient(180deg, rgba(12, 16, 26, 0.42) 0%, #0c101a 30%);
  }
  .page2 .storey .tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .page2 .storey .table {
    width: 100%;
  }
  .page2 .storey .table table {
    width: 100%!important;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
  }
  .page2 .storey .tab a {
    font-size: 12px;
    margin-right: 0px;
    padding: 5px 12px;
  }
  .page2 .storey .tab a:nth-child(1) {
    margin-right: 10px;
  }
  .page2 .storey .table {
    position: static;
    margin-top: 20px;
  }
  .page2 .storey .table .item::after {
    display: none;
  }
  .page2 .storey .table .item table td {
    font-size: 10px;
    padding: 12px;
    font-weight: 300;
  }
  .page2 .storey .notice {
    display: none;
  }
  .page2 {
    background: #0c101a;
  }
  .sw1 .swiper-slide .img {
    padding-bottom: 30%;
  }
  .page3 {
    background: #172033;
    padding: 60px 0;
  }
  .page3 ul li .txt .des {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
  }
  .page3 ul li .txt .title {
    font-size: 20px;
    font-weight: 400;
  }
  .page3 .tit {
    font-size: 26px;
    font-weight: 400;
  }
  .page3 ul {
    margin: 20px auto 0;
  }
}
/*# sourceMappingURL=./SchoolCurriculum.css.map */