.main-body {
  width: 100%;
  min-width: 1280px;
}

/* nav begin */
.g-nav {
  width: 100%;
  height: 66px;
  background: #ffffff;
}
.nav-wrap {
  width: 1280px;
  height: inherit;
}
.nav-wrap__left img {
  height: 44px;
}
.nav-wrap__right {
  height: 100%;
  margin-right: 52px;
}
.nav-wrap__right li {
  height: 100%;
  border-radius: 2px;
  margin-left: 30px;
  display: flex;
  justify-content: center;
}
.nav-wrap__right .nav-active .nav-bottom-line,
.nav-wrap__right .nav-active a,
.nav-wrap__right li:hover .nav-bottom-line,
.nav-wrap__right li:hover a {
  display: flex;
  font-weight: bold;
}
.nav-wrap__right a {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #003c46;
  line-height: 22px;
  text-decoration: none;
}
.nav-bottom-line {
  display: none;
  background: #003c46;
  width: 100%;
  height: 2.5px;
  border-radius: 2px;
  margin-top: 1px;
}

/* header begin */
.g-header {
  background-position: center !important;
  width: 100%;
  height: 363px;
  background-size: cover !important;
}
.g-header__wrap {
  width: 1280px;
  margin: 0 auto;
}
.g-head-top__wrap {
  margin-top: 103px;
}
.g-head-top__wrap img {
  width: 190px;
  height: 100px;
  margin-right: 48px;
}
.g-head-title__wrap span {
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.g-head-title__wrap label {
  height: 56px;
  font-size: 40px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #ffffff;
  line-height: 56px;
  margin-top: 3px;
}
.g-head-infos {
  margin-top: 3px;
}
.g-head-divider {
  width: 73px;
  height: 3px;
  background: #ffffff;
}
.g-head-info {
  width: 48px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin: 0 16px;
}
.g-head-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffffff;
}
.g-head-subs__wrap {
  width: 714px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
  margin: 38px auto 0 auto;
}

/* g-check begin */
.g-check {
  height: 334px;
  width: 100%;
  background: #ffffff;
}
.g-check__wrap {
  width: 1280px;
  padding: 74px;
}
.g-check-list {
  width: inherit;
}
.g-check-item {
  width: 247px;
  height: 270px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 7px 4px rgba(163, 197, 213, 0.22);
  cursor: pointer;
  background-size: contain !important;
  background-position: bottom !important;
  transition: all 0.1s ease-in;
  text-decoration: none;
}
.g-check-item:hover {
  transform: translateY(-12px);
  transition: all 0.2s ease-in;
}
.g-check-title {
  width: 156px;
  height: 37px;
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0a1e46;
  line-height: 37px;
  margin-top: 17px;
  text-align: center;
}
.g-check-price {
  font-size: 16px;
  font-weight: 400;
  color: #959ba6;
  line-height: 22px;
  margin-top: 20px;
}
.g-check-price span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #e71f19;
  line-height: 22px;
}
.g-check-info {
  width: 200px;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #959ba6;
  line-height: 25px;
  margin-top: 14px;
  text-align: center;
}
.g-check-info:hover {
  color: #FF9230;
}
.g-check-button {
  width: 88px;
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0a1e46;
  line-height: 30px;
  background-image: linear-gradient(222deg, #32c5ff 0%, #b620e0 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin-top: 25px;
}

/* partner  */
.g-partner {
  width: 100%;
  height: 626px;
  background: #f5f8fa;
}
.g-partner__wrap {
  width: 1280px;
}
.g-partner-head {
  margin-top: 48px;
}
.g-partner-head span {
  width: 88px;
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #d8d8d8;
  line-height: 30px;
  background: linear-gradient(222deg, #32c5ff 0%, #b620e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 21px;
}
.g-partner-head i {
  width: 175px;
  height: 1px;
  border: 1px solid;
  border-image: linear-gradient(224deg, rgba(59, 185, 253, 1), rgba(148, 74, 232, 1)) 1 1;
}
.g-partner-schools {
  margin-top: 37px;
}
.g-partner-schools img {
  width: 983px;
  height: 246px;
}
.g-partner-infos {
  width: 930px;
  margin: 54px auto 0 auto;
}
.g-partner-infos span {
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0a1e46;
  line-height: 30px;
}
.g-partner-infos label {
  width: 250px;
  height: 66px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #aeb2bb;
  line-height: 22px;
  margin-top: 12px;
}

/* footer begin */
.g-footer {
  width: 100%;
  height: 216px;
  background: linear-gradient(222deg, #32C5FF 0%, #B620E0 100%);
}
.g-footer__wrap {
  width: 1000px;
  height: 100%;
}
.footer-head {
  height: 165px;
  margin: 0 auto;
  width: 900px;
}
.footer-head__link {
  max-width: 400px;
}
.footer_kefu {
  margin-right: 70px;
}
.footer-head__item div {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFangSC-Regular;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  margin-top: 19px;
}
.footer-head__item a {
  text-decoration: none;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  margin-top: 19px;
}
.footer-head__about {
  display: flex;
  flex-direction: column;
}
.footer-head__about p {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFangSC-Regular;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.footer-head__about span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.footer-divider {
  width: 900px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
}
.footer-bottom {
  height: 50px;
}
.footer-bottom a {
  color: #ffffff;
  line-height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  text-decoration: none;
}
