* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Bold_0.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://www.igo.cn/study/product/font/AvantiBold.ttf);
}
@font-face {
  font-family: "LogoSCUnboundedSans";
  src: url(https://www.igo.cn/zt/master_abroad_kaoyan/font/LogoSCUnboundedSans.ttf);
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  width: 100%;
  background: #e7f2ff url(../img/banner.jpg) no-repeat;
  background-position: top center;
  padding-top: 505px;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
}

/* ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
} */

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn {
  cursor: pointer;
  text-align: center;
}
.tc {
  text-align: center;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
article {
  min-width: 1200px;
}
#main .samePart {
  margin-bottom: 70px;
}
article .content {
  width: 1200px;
  margin: 0 auto;
}
#main .samePart .icon {
  background: url(../img/css_sprites.webp) no-repeat;
}
#main .samePart .icon.icon1 {
  width: 70px;
  height: 86px;
  background-position: -0px -0px;
}
#main .samePart .icon.icon2 {
  width: 79px;
  height: 93px;
  background-position: -70px -0px;
}
#main .samePart .icon.icon3 {
  width: 83px;
  height: 79px;
  background-position: -149px -0px;
}
#main .samePart .icon.icon4 {
  width: 81px;
  height: 78px;
  background-position: -232px -0px;
}
#main .samePart .icon.icon5 {
  width: 70px;
  height: 90px;
  background-position: -313px -0px;
}
#main .samePart .icon.icon6 {
  width: 83px;
  height: 79px;
  background-position: -383px -0px;
}
#main .samePart .icon.icon7 {
  width: 85px;
  height: 77px;
  background-position: -466px -0px;
}
#main .samePart .icon.icon8 {
  width: 70px;
  height: 78px;
  background-position: -551px -0px;
}
#main .samePart .icon.icon9 {
  width: 78px;
  height: 75px;
  background-position: -621px -0px;
}
#main .samePart .icon.icon10 {
  width: 66px;
  height: 66px;
  background-position: -699px -0px;
}
#main .samePart .icon.icon11 {
  width: 66px;
  height: 66px;
  background-position: -765px -0px;
}
#main .samePart .title {
  align-items: flex-start;
  height: 48px;
  margin-bottom: 45px;
}

#main .samePart .title > div {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 50px;
  color: #00499e;
  margin-left: 13px;
  margin-right: 5px;
  line-height: 48px;
  background: linear-gradient(
    to bottom,
    #0075ff 50%,
    #00499e 50%
  ); /* ??????¨¦??¨¨¡ë? */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .samePart .btnbox {
  margin-top: 50px;
}
#main .samePart .btnbox > div {
  width: 260px;
  height: 66px;
  border-radius: 66px;
}

#main .samebtn {
  width: 179px;
  height: 50px;
  background-color: #ff43ab;
  border-radius: 25px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
#main .samePart .btnbox > div:nth-child(2) {
  margin-left: 30px;
}

#main .section1 .content {
  background: #ffffff;
  padding: 55px 40px 45px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
}

#main .section1 ul {
  flex-wrap: wrap;
}
#main .section1 ul:nth-child(2) {
  margin-bottom: 52px;
}
#main .section1 ul > div {
  width: 100%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  color: #ff43ab;
  margin-bottom: 25px;
}
#main .section1 li {
  width: 550px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgb(0 115 255 / 15%);
  border-radius: 10px;
  align-items: stretch;
  overflow: hidden;
}
#main .section1 li:nth-child(4),
#main .section1 li:nth-child(5) {
  margin-top: 30px;
}

#main .section1 li > div {
  width: 168px;
  flex-shrink: 0;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  color: #ff43ab;
  padding-left: 27px;
  position: relative;
}
#main .section1 li > div::after {
  font-family: "LogoSCUnboundedSans";
  content: "£¿";
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ff43ab;
  opacity: 0.2;
  position: absolute;
  left: 17px;
  top: 20px;
}
#main .section1 ul.other > div,
#main .section1 .other li > div {
  color: #0075ff;
}
#main .section1 li > p {
  background-color: #ffebf6;
  border-radius: 0px 0px 0px 60px;
  flex-grow: 1;
}
#main .section1 .other li > div::after {
  color: #0075ff;
}

#main .section1 .other li > p {
  background-color: #e7f2ff;
}

#main .section2 .content {
  height: 380px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
}
#main .section2 .intr {
  width: 320px;
  height: 380px;
  background-color: #0075ff;
  border-radius: 10px;
  flex-shrink: 0;
  padding: 36px 26px 0;
  margin-right: 42px;
}
#main .section2 .intr h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 1;
}
#main .section2 .intr h3::after {
  content: "";
  width: 237px;
  height: 9px;
  background-color: #3994ff;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
}
#main .section2 .intr p {
  font-size: 14px;
  line-height: 26px;
  color: #e1ecff;
  margin-top: 36px;
  margin-bottom: 36px;
}
#main .section2 .intr div {
  width: 140px;
  height: 48px;
  background-color: #ff43ab;
  border-radius: 24px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}
#main .section2 .mid {
  padding: 40px 0;
  margin-right: 20px;
}
#main .section2 .mid > div {
  width: 120px;
  height: 120px;
  background-color: #0075ff;
  border-radius: 120px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin: 10px 0;
}

#main .section2 .mid ul {
  height: 80px;
  align-items: stretch;
}
#main .section2 .mid ul > p {
  width: 120px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-right: 20px;
}
#main .section2 .mid ul li {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  width: 181px;
  background-color: #e1ecff;
  border-radius: 10px;
  position: relative;
}
#main .section2 .mid ul li::before {
  content: "";
  width: 47px;
  height: 24px;
  background: url(../img/arrow.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
}
#main .section2 .mid ul li:nth-child(3) {
  width: 219px;
  margin-left: 20px;
  font-size: 16px;
}
#main .section2 .mid ul li:nth-child(3)::after {
  content: "";
  width: 47px;
  height: 24px;
  background: url(../img/arrow.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
}
#main .section2 .result {
  width: 219px;
  height: 300px;
  background-color: #e1ecff;
  border-radius: 10px;
  flex-direction: column;
}
#main .section2 .result p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 42px;
  line-height: 42px;
  color: #0075ff;
}
#main .section2 .result p:nth-child(2) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-top: 10px;
}
#main .section2 .service {
  width: 1200px;
  margin: 94px auto 0;
  align-items: stretch;
}
#main .section2 .service .sitem {
  position: relative;
  left: -16px;
}
#main .section2 .service .sitem:nth-child(1) {
  left: 0;
  z-index: 1;
}
#main .section2 .service .sitem:nth-child(2) {
  z-index: 2;
}
#main .section2 .service .sitem:nth-child(3) {
  left: -43px;
  z-index: 3;
}
#main .section2 .service .sitem:nth-child(4) {
  left: -64px;
  z-index: 4;
}
#main .section2 .service .sitem:nth-child(5) {
  left: -88px;
  z-index: 5;
}
#main .section2 .service .stop {
  width: 250px;
  height: 250px;
  background-color: #ffffff;
  border: solid 4px #0075ff;
  border-radius: 250px;
  position: relative;
  padding-top: 44px;
  flex-direction: column;
  z-index: 4;
}
#main .section2 .service .sitem:nth-child(2) .stop,
#main .section2 .service .sitem:nth-child(5) .stop {
  border: solid 4px #00499e;
}
#main .section2 .service .stop::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/service1.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#main .section2 .service .sitem:nth-child(2) .stop::after{
  background-image: url(../img/service2.webp);
}
#main .section2 .service .sitem:nth-child(3) .stop::after{
  background-image: url(../img/service3.webp);
}
#main .section2 .service .sitem:nth-child(4) .stop::after{
  background-image: url(../img/service4.webp);
}
#main .section2 .service .sitem:nth-child(5) .stop::after{
  background-image: url(../img/service5.webp);
}
#main .section2 .service .stop h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
#main .section2 .service .w_290 {
  position: relative;
  top: -20px;
  background: url(../img/service_arrow.webp) no-repeat;
  background-position: bottom center;
  height: 603px;
}

#main .section2 .service .w_290 .stop {
  width: 290px;
  height: 290px;
  border-radius: 290px;
  border: solid 4px #ff43ab;
}
#main .section2 .service .stop ul {
  flex-wrap: wrap;
}
#main .section2 .service .stop ul.dis-f {
  padding-left: 40px;
}
#main .section2 .service .stop ul.dis-f li {
  width: 120px;
}
#main .section2 .service .stop li {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
#main .section2 .service .stop li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ddedff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#main .section2 .service .txt {
  background-color: #0075ff;
  border-radius: 10px;
  height: 452px;
  margin-top: -119px;
  position: relative;
  z-index: 2;
  padding: 120px 30px 0 14px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

#main .section2 .service .sitem:nth-child(2) .txt,
#main .section2 .service .sitem:nth-child(5) .txt {
  background-color: #00499e;
}
#main .section2 .service .sitem:nth-child(5) .txt:nth-child(2) {
  height: 287px;
  z-index: 2;
}
#main .section2 .service .sitem:nth-child(5) .txt:nth-child(3) {
  background-color: #0075ff;
  height: 185px;
  margin-top: -20px;
  padding-top: 30px;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
#main .section2 .service .txt li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 9px;
}
#main .section2 .service .txt li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 6px;
}
#main .section2 .service .txt li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
}
#main .section2 .service .txt li p:nth-child(2) {
  line-height: 16px;
}
#main .section2 .service .txt li em {
  color: #fff043;
}
#main .section3 .content {
  width: 1388px;
  height: 602px;
  background: url(../img/plan_bg.webp) no-repeat;
  background-size: 100%;
  padding-top: 1px;
}
#main .section2 .service .sitem:nth-child(5) .txt:nth-child(3) ul > p {
  font-family: "AlibabaPuHuiTiMedium";
  text-decoration: underline;
  margin-bottom: 10px;
}

#main .section3 h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  line-height: 30px;
  color: #000742;
  margin-top: -8px;
  margin-bottom: 33px;
  font-weight: normal;
}

/* #main .section3 h3.o {
  text-align: right;
  padding-right: 52px;
} */

#main .section3 h3 b {
  font-family: "AlibabaPuHuiTiBold";
  letter-spacing: -2px;
  margin: 0 16px;
}
#main .section3 .content > div {
  width: 1200px;
  margin: 0 auto 41px;
}

#main .section3 li {
  width: 160px;
  text-align: center;
  position: relative;
  z-index: 3;
}

#main .section3 li::after {
  content: "";
  width: 64px;
  height: 46px;
  background: url(../img/plan_arrow.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 90px;
  right: -46px;
  z-index: -1;
}

#main .section3 li:last-child::after {
  display: none;
}

#main .section3 li b {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 14px;
  display: block;
}

#main .section3 li p {
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  padding: 0 5px;
}

#main .section3 .content > p {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding-right: 228px;
  text-align: right;
}
#main .section4 {
  height: auto;
  background: url(../img/preferencebg.webp) no-repeat;
  background-position:  center 275px;
}
#main .section4 ul {
  width: 1148px;
  margin: 0 auto 58px;
  height: 310px;
  align-items: flex-start;
}

#main .section4 li {
  width: 200px;
  height: 200px;
  border-radius: 6px;
  position: relative;
  padding: 23px 8px 0;
  background: #ffffff;
}

#main .section4 li:nth-child(1) {
  height: 253px;
  align-self: flex-end;
}

#main .section4 li:nth-child(2) {
  height: 223px;
  position: relative;
  top: 20px;
}

#main .section4 li:nth-child(4) {
  height: 217px;
  position: relative;
  top: 26px;
}

#main .section4 li:nth-child(5) {
  height: 223px;
  align-self: flex-end;
}

#main .section4 li h3 {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  margin-bottom: 13px;
}

#main .section4 li p {
  font-size: 13px;
  line-height: 22px;
  color: #666666;
  opacity: 0.8;
}

#main .section4 li .btnbox {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
}

#main .section4 li .btnbox .btn {
  width: 150px;
  height: 36px;
  background: #ff43ab;
  border-radius: 17px;
  font-size: 16px;
  color: #ffffff;
  box-shadow: none;
  transition: all 0.3s;
  border: 2px solid #ff43ab;
}
#main .section4 .steps {
  position: relative;
  z-index: 3;
}

#main .section4 .steps h3 {
  font-size: 30px;
  line-height: 30px;
  color: #000742;
  text-align: center;
  margin-bottom: 24px;
}

#main .section4 .steps a {
  width: 180px;
  height: 120px;
  background: url(../img/step1.webp) no-repeat;
  background-size: 100%;
  color: #ffffff;
  text-align: center;
  padding-top: 22px;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
#main .section4 .steps a:hover {
  top: -8px;
  transition: all 0.3s;
}
#main .section4 .steps a:nth-child(2) {
  margin: 0 20px;
  background-image: url(../img/step2.webp);
}

#main .section4 .steps a:nth-child(3) {
  width: 180px;
  height: 120px;
  background-image: url(../img/step3.webp);
}

#main .section4 .steps a b {
  display: block;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 11px;
}

#main .section4 .steps a p {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}

#main .section4 .consult {
  width: 100%;
  height: 220px;
  background: url(../img/consult.webp) no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin-top: -64px;
  padding-top: 54px;
}

#main .section4 .consult .content {
  align-items: stretch;
}

#main .section4 .consult .left {
  flex-shrink: 0;
  margin-right: 32px;
}

#main .section4 .consult h4 {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 25px;
}

#main .section4 .consult .txt {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

#main .section4 .consult .txt b {
  line-height: 14px;
  display: block;
  margin-bottom: 10px;
}

#main .section4 .form {
  flex-wrap: wrap;
  padding-top: 53px;
}

#main .section4 .form .item {
  width: 230px;
  height: 46px;
  background-color: #ffffff;
  margin-right: 10px;
}

#main .section4 .form .item select {
  width: 100%;
  height: 100%;
  background: url(../img/arrow.webp) no-repeat;
  background-size: 5%;
  background-position: 95% center;
  padding-left: 10px;
  color: #696969;
}

#main .section4 .form .item input {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-size: 14px;
  color: #999999;
  padding-left: 10px;
}

#main .section4 .form .item span {
  width: 120px;
  height: 46px;
  background-color: #000742;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

#main .section4 .form .item.yzm {
  margin-right: 13px;
}

#main .section4 .form .submit {
  width: 140px;
  height: 46px;
  background: #ff43ab;
  background-size: 100%;
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiMedium";
  cursor: pointer;
}

#main .section4 .form p {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin-top: 24px;
}
#main .section5 .tabbox > div {
  width: 120px;
  height: 60px;
  background-color: #0075fe;
  border-radius: 8px 8px 0px 0px;
  font-size: 18px;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiMedium";
  cursor: pointer;
}
#main .section5 .tabbox > div.active {
  background-color: #ffffff;
  color: #0075fe;
}

#main .section5 .tabcontent {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 0px 0px 10px 10px;
  padding: 30px 38px;
}
#main .section5 .sbox {
  margin-bottom: 30px;
}
#main .section5 .sbox > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 32px;
}
#main .section5 .sbox > p::before {
  content: "";
  width: 8px;
  height: 24px;
  background-color: #0075ff;
  border-radius: 4px;
  margin-right: 13px;
}
#main .section5 .sbox1 ul {
  align-items: stretch;
}
#main .section5 .sbox1 li {
  width: 260px;
  height: auto;
  background: linear-gradient(to bottom, #82bbff, #ffffff);
  border-radius: 12px 12px 0px 0px;
  padding: 4px;
  overflow: hidden;
}
#main .section5 .sbox1 li > div {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ecf5ff, #ffffff);
  border-radius: 12px;
  padding-top: 20px;
}

#main .section5 .sbox1 li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 18px;
  margin-bottom: 10px;
}

#main .section5 .sbox1 li p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  padding: 0 25px;
}

#main .section5 .sbox2 .fee {
  height: 138px;
  background-color: #eaf4ff;
  border-radius: 6px;
  padding: 20px 0 20px 17px;
}
#main .section5 .sbox2 .icon {
  margin-right: 17px;
}
#main .section5 .sbox2 .hlong {
  min-width: 220px;
  margin-right: 27px;
}

#main .section5 .sbox2 .fee p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}
#main .section5 .sbox2 .fee p:last-child {
  font-size: 14px;
  color: #333333;
}
#main .section5 .sbox2 .hmuch p:nth-child(2) {
  font-size: 14px;
  font-family: "AlibabaPuHuiTiMedium";
  margin-bottom: 10px;
  line-height: 20px;
}
#main .section5 .sbox3 {
  margin-bottom: 40px;
}

#main .section5 .sbox3 p.t {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 30px;
  line-height: 30px;
  color: #0075ff;
  margin-bottom: 33px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#main .section5 .sbox3 p.remark {
  font-size: 14px;
  position: relative;
  top: -26px;
  color: #0075ff7a;
}
#main .section5 .sbox3 p.t em {
  font-family: "AvantiBold";
  font-size: 60px;
  line-height: 50px;
  color: #d3e7ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 0;
}
#main .section5 .sbox3 .project {
  align-items: stretch;
  flex-wrap: wrap;
}
#main .section5 .sbox3 .project > div:nth-child(3),
#main .section5 .sbox3 .project > div:nth-child(4) {
  margin-top: 20px;
}
#main .section5 .sbox3 > div > div {
  width: 550px;
  height: auto;
  background-color: #eaf4ff;
  border-radius: 6px;
  padding: 47px 10px;
}
#main .section5 .sbox3 .other {
  background-color: #ffebf6;
}

#main .section5 .sbox3 .other .t {
  color: #ff43ab;
}
#main .section5 .sbox3 .other .remark {
  color: #ff43ab63;
}
#main .section5 .sbox3 .other .t em {
  color: #ffd4eb;
}
#main .section5 .sbox3 .fit {
  padding: 0 0 0 48px;
}
#main .section5 .sbox3 .fit > div {
  align-items: flex-start;
  margin-bottom: 14px;
}

#main .section5 .sbox3 .fit > div:last-child {
  margin-bottom: 0;
}
#main .section5 .sbox3 .fit .span {
  min-width: 80px;
  background-color: #c7e2ff;
  border-radius: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  flex-shrink: 0;
  margin-right: 27px;
  padding: 5px 8px;
}
#main .section5 .sbox3 .fit p {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
#main .section5 .sbox3 .other .fit .span {
  background-color: #ffc7e5;
}
#main .section5 .sbox3 .detail {
  margin-top: 32px;
  align-items: flex-start;
}
#main .section5 .sbox3 .detail > div {
  width: 260px;
  height: auto;
  background: linear-gradient(to bottom, #c6e0ff, transparent);
  border-radius: 12px 12px 0px 0px;
  padding: 20px 20px 0;
}

#main .section5 .sbox3 .detail p.b {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  text-align: left;
  margin-top: 8px;
}
#main .section5 .sbox3 .detail p.b:nth-child(1) {
  margin-top: 0;
  text-align: center;
  line-height: 24px;
}
#main .section5 .sbox3 .detail p {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
#main .section5 .sbox3 .other .detail > div {
  background: linear-gradient(to bottom, #ffcde8, transparent);
}
#main .section5 .sbox3 .other .detail.fr {
  flex-wrap: wrap;
}
#main .section5 .sbox3 .other .detail.fr > div:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
}
#main .section5 .guihua {
  width: 1200px;
  margin: 80px auto 0;
  align-items: flex-start;
  height: 472px;
  background: url(../img/guihua.webp) no-repeat;
  background-position: bottom right;
  padding-right: 20px;
}

#main .section5 .guihua ul {
  padding-top: 144px;
  padding-left: 42px;
}
#main .section5 .guihua li {
  width: 406px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  color: #666666;
  padding-left: 15px;
  margin-bottom: 28px;
}
#main .section5 .guihua li:nth-child(2) {
  margin-left: 119px;
}
#main .section5 .guihua li:nth-child(3) {
  margin-left: 26px;
}
#main .section5 .guihua li span {
  width: 35px;
  height: 35px;
  background-color: #0075ff;
  border-radius: 35px;
  margin-right: 18px;
  color: #ffffff;
}
#main .section5 .formbox {
  width: 460px;
  height: 527px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 117, 255, 0.03);
  border-radius: 10px;
  position: relative;
  top: -48px;
  padding: 33px 32px 0;
}
#main .section5 .formbox p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
#main .section5 .formbox p::before,
#main .section5 .formbox p::after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #333333;
  border-radius: 1px;
}
#main .section5 .formbox .tags {
  flex-wrap: wrap;
  margin: 19px 0 21px 0;
}
#main .section5 .formbox .tags > div {
  font-size: 14px;
  color: #333333;
  height: 35px;
  background-color: #d3e7ff;
  border-radius: 18px;
  padding: 0 15px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#main .section5 .formbox .tags > div.o {
  background-color: #ffe2f2;
}

#main .section5 .formbox .item {
  width: 392px;
  height: 50px;
  background-color: #eaf4ff;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}
#main .section5 .formbox .item input,
#main .section5 .formbox .item select {
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  background-color: #eaf4ff;
  color: #7e7e7e;
}
#main .section5 .formbox .item input::placeholder {
  color: #7e7e7e;
}
#main .section5 .formbox .item.select::after {
  content: "";
  border: 8px solid #2d88f6;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
#main .section5 .formbox .item.mar {
  margin-bottom: 22px;
}
#main .section5 .formbox .samebtn {
  width: 260px;
  height: 66px;
  border-radius: 66px;
  margin: 0 auto;
  font-size: 20px;
}
#main .section6 .swiper-container {
}

#main .section6 .swiper-slide {
  width: 380px;
  height: 523px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px 27px;
  position: relative;
}

#main .section6 .swiper-slide .tags {
  font-family: "AlibabaPuHuiTiMedium";
  width: 87px;
  height: 30px;
  background-color: #0075ff;
  border-radius: 15px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 29px;
}

#main .section6 .swiper-slide p {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

#main .section6 .swiper-slide .info {
  margin-bottom: 48px;
}

#main .section6 .swiper-slide .info b {
  font-family: "AlibabaPuHuiTiMedium";
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #0075ff;
  margin-bottom: 24px;
  display: block;
}

#main .section6 .swiper-slide .major {
  margin-bottom: 20px;
}

#main .section6 .swiper-slide .major b {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #0075ff;
  display: block;
  margin-bottom: 18px;
}

#main .section6 .swiper-slide .major b em {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

#main .section6 .swiper-slide .sch b {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  line-height: 16px;
  color: #0075ff;
  font-weight: normal;
  display: block;
  margin-bottom: 6px;
}

#main .section6 .swiper-slide .leyubtn {
  width: 140px;
  height: 46px;
  background: #ff43ab;
  border-radius: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  cursor: pointer;
}

#main .section6 .swiper-slide img {
  width: 126px;
  position: absolute;
  top: 27px;
  right: 25px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  overflow: hidden;
}

#main .section6 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.4;
  background: #ff43ab;
  border-radius: 10px;
}

#main .section6 .swiper-pagination-bullet-active {
  width: 25px;
  opacity: 1;
  background: #ff43ab;
}
#main .section7 {
  background: url(../img/pinxuan.webp) repeat;
  padding: 40px 0;
  margin-bottom: 0;
}
