.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 0;
}
.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;
  margin-bottom: 15px;
  margin-right: 11px;
}
.g-check-item:nth-child(5n){
  margin-right: 0;
}
.g-check-item:hover {
  transform: translateY(-12px);
  transition: all 0.2s ease-in;
}
.g-check-title {
  width: 188px;
  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;
}





.kefuComNew{
    position: fixed;
    z-index: 888;
    right: 10px;
    bottom: 140px;
    /* width: 60px; */
    min-height: 100px;
}
.kefuComNew ul{
    display: flex;
    flex-direction: column;
    padding: 0;
}
.kefuComNew ul > li {
    width: 52px;
    cursor: pointer;
    height: 52px;
    box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.02), 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
}
.kefuComNew ul > li a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.kefuComNew ul > li img{
    display: block;
    margin: 0px auto;
    /* padding-top: 12px; */
    width: 22px;
    opacity: 1 !important;
}
.kefuComNew .wxkefuImg img{
    margin-top: 6px !important;
}
.kefuComNew ul > li p {
    margin: 2px 0 0 0;
    font-family: MiSans;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #8C919D;

}
.kefuQq{
    color: #1675FF;
}
.kefuWx{
    color:#1675FF;
}
.payinnerContent{
    margin-top: 30px;
}
.kefuComNew li{
    position: relative;
}
.wxkefuImg{
    width: 136px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 1px 23px 0px rgba(15,30,37,0.11);
    border-
    .kefuComStyle2,.kefuComStyle .kefuhoverstyle{
        opacity: 0.7;
    }
    .kefuComStyle:hover{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .kefuComStyle2:hover,.kefuComStyle:hover .kefuhoverstyle{
        opacity: 1;
    }
   
radius: 10px;
    position: absolute;
    left: -136px;
    display: none;
    top: 0;
    z-index: 8;
}
.wxkefuImg p{
    height: 17px;
    font-size: 12px;
    font-weight: 450;
    color: #777777;
    line-height: 17px;
}

.kefuWxLi:hover .wxkefuImg{
    display: block;
}



/* 全局最简重置，只做基础规则 */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}
* {
  box-sizing: border-box;
}

/* 导航：固定置顶，纯原生样式，不加任何内外边距 */
.homeNav {
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  margin: 0;
  padding: 0;
}

/* 背景图容器：原样不动 */
.g-header {
  background: url(static/images/index-head-cover.png) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  width: 100%;
  margin: 0;
}

/* 底部终极修复，完全独立，不受上方任何影响 */
.footerAreaV2 {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  float: none;
  position: static;
}
.footerAreaV2__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.footerAreaV2__bottomWrap {
  width: 100%;
  margin: 0;
  padding: 0;
}


/* 全局最简重置，只做基础规则 */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}
* {
  box-sizing: border-box;
}

/* 导航：固定置顶，纯原生样式，不加任何内外边距 */
.homeNav {
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  margin: 0;
  padding: 0;
}

/* 背景图容器：原样不动 */
.g-header {
  background: url(static/images/index-head-cover.png) no-repeat center center;
  background-size: cover;
  padding-top: 60px;
  width: 100%;
  margin: 0;
}

/* 底部终极修复，完全独立，不受上方任何影响 */
.footerAreaV2 {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  float: none;
  position: static;
}
.footerAreaV2__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.footerAreaV2__bottomWrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
