* {
  margin: 0;
  padding: 0;
}

body {
  padding: 2rem 0;
}

a {
  text-decoration: none;
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://m.igo.cn/zt/master_abroad_baoyan/font/AlibabaPuHuiTiRegular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://m.igo.cn/zt/master_abroad_baoyan/font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://m.igo.cn/zt/master_abroad_baoyan/font/Alibaba-PuHuiTi-Bold_0.ttf);
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://m.igo.cn/zt/master_abroad_baoyan/font/AvantiBold.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 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#main {
  font-size: 0.7rem;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: #ffffff;
}

#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;
}

table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

/* 滚动槽 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
}

::-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);
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
#main section {
  padding-top: 1.68rem;
}
#main section .stitle {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #233674;
  margin-bottom: 0.8rem;
}
#main section .stitle::after,
#main section .stitle::before {
  content: "";
  width: 2.17rem;
  height: 0.08rem;
  background-image: linear-gradient(90deg, #ffffff 0%, #233674 100%);
  margin: 0 0.45rem;
}

#main section .stitle::after {
  background-image: linear-gradient(90deg, #233674 0%, #ffffff 100%);
}

#main section .btnbox {
  margin-top: 1.05rem;
}
#main section .btnbox .btn {
  width: 9.35rem;
  height: 1.5rem;
  background-color: #baa56a;
  border-radius: 0.74rem;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.6rem;
  color: #ffffff;
}
#main .introduction > p {
  font-size: 0.55rem;
  line-height: 1rem;
  color: #666666;
  padding: 0 0.6rem;
}
#main .introduction > p span {
  font-family: "AlibabaPuHuiTiBold";
  color: #233674;
}
#main .introduction ul {
  margin-top: 0.3rem;
  padding: 0.5rem 0.6rem;
  overflow: hidden;
  overflow-x: scroll;
  align-items: stretch;
}
#main .introduction li {
  width: 11.75rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(35, 54, 116, 0.15);
  flex-shrink: 0;
  padding: 0.6rem 0.5rem 0.3rem;
  margin-right: 0.6rem;
}
#main .introduction li:last-child {
  margin-right: 0;
}
#main .introduction li .iconbox {
  width: 1.73rem;
  height: 1.75rem;
  background: url(../img/intr_icon1.png) no-repeat;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
#main .introduction li .t {
  text-align: center;
  margin-bottom: 0.2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e6e6e6;
}
#main .introduction li .t p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.65rem;
  line-height: 0.65rem;
  color: #1a1a1a;
  text-align: left;
}
#main .introduction li .t em {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.45rem;
  line-height: 0.45rem;
  color: #666666;
  margin-top: 0.1rem;
  display: block;
}
#main .introduction li .txt {
  font-size: 0.55rem;
  line-height: 0.8rem;
  color: #333333;
}
#main .introduction .btnbox {
  margin-top: 0.5rem;
}
#main .advantage .swiper-container {
  padding-bottom: 0.7rem;
}
#main .advantage .swiper-pagination {
  bottom: 0;
}
#main .advantage .swiper-pagination-bullet-active {
  background: #233674;
}
#main .advantage .item {
  padding: 0 0.6rem 0.5rem;
}
#main .advantage .item .type {
  width: 100%;
  height: 1.73rem;
  background-color: #233674;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  color: #ffffff;
  padding: 0 0.38rem;
  margin-bottom: 0.4rem;
}
#main .advantage .item .type::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  margin-right: 0.28rem;
}
#main .advantage .item.other .type {
  background: #baa56a;
}
#main .advantage .item ul {
  flex-wrap: wrap;
}
#main .advantage .item li {
  width: 7.18rem;
  height: 4.95rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(35, 54, 116, 0.15);
  padding: 0.7rem 0.4rem 0;
}
#main .advantage .item li:nth-child(1),
#main .advantage .item li:nth-child(2) {
  margin-bottom: 0.4rem;
}
#main .advantage .item li p {
  font-size: 0.5rem;
  line-height: 0.8rem;
  color: #000000;
}
#main .advantage .item li .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333333;
  text-align: left;
  padding-bottom: 0.45rem;
  position: relative;
  margin-bottom: 0.3rem;
}
#main .advantage .item li .t::after {
  content: "";
  width: 0.88rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main .partnerbox {
  margin-top: 1.27rem;
  position: relative;
  z-index: 1;
}
#main .partnerbox .stitle {
  color: #ffffff;
}
#main .partnerbox .stitle.other::before {
  background-image: linear-gradient(90deg, #233674 0%, #ffffff 100%);
}
#main .partnerbox .stitle.other::after {
  background-image: linear-gradient(90deg, #ffffff 0%, #233674 100%);
}
#main .partnerbox::after {
  content: "";
  width: 100%;
  height: 17.08rem;
  background-color: #2f4387;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .partnerbox .topTab {
  flex-wrap: wrap;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-bottom: 0.85rem;
}

#main .partnerbox .topTab li {
  width: 32%;
  height: 2.17rem;
  border: solid 0.04rem #baa56a;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.55rem;
  line-height: 0.8rem;
  color: #ffffff;
  flex-direction: column;
  margin-top: 0.4rem;
}
#main .partnerbox .topTab li.active {
  background-color: #baa56a;
}
#main .partnerbox .topTab li:nth-child(1),
#main .partnerbox .topTab li:nth-child(2),
#main .partnerbox .topTab li:nth-child(3) {
  margin-top: 0;
}
#main .partnerbox .detail {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-bottom: 0.4rem;
}
#main .partnerbox .d-top {
  background-color: #1d2a54;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(35, 54, 116, 0.15);
  padding: 0.5rem;
}
#main .partnerbox .d-top .img {
  flex-shrink: 0;
  width: 2.13rem;
  height: 2.13rem;
  margin-right: 0.5rem;
}
#main .partnerbox .d-top img {
  width: 100%;
}
#main .partnerbox .d-top .name {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #baa56a;
}
#main .partnerbox .d-top .ename {
  color: #ffffff;
  font-size: 0.35rem;
  line-height: 0.5rem;
  margin-top: 0.3rem;
}
#main .partnerbox .d-bottom {
  background: #ffffff;
  padding: 0.4rem 0.6rem 0.5rem;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(35, 54, 116, 0.15);
}
#main .partnerbox .d-bottom .top {
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #000000;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.2rem;
}
#main .partnerbox .d-bottom .top p {
  flex-grow: 1;
  margin-top: 0.3rem;
}
#main .partnerbox .d-bottom .top span {
  font-family: "AlibabaPuHuiTiBold";
}
#main .partnerbox .d-bottom .introduction,
#main .partnerbox .d-bottom .major {
  font-size: 0.5rem;
  line-height: 0.9rem;
  color: #333333;
}
#main .partnerbox .d-bottom .major span {
  font-family: "AlibabaPuHuiTiBold";
}

#main .partnerbox .btnbox .btn {
  width: 4.7rem;
}
#main .how > p {
  margin-bottom: 38px;
  padding: 0 0.6rem;
  font-size: 0.55rem;
  line-height: 0.95rem;
  color: #666666;
}
#main .how ul {
  padding: 0 0.6rem;
}
#main .how li {
  width: 100%;
  height: 5.13rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(35, 54, 116, 0.15);
  padding: 0.2rem;
  margin-bottom: 0.43rem;
  align-items: flex-start;
}
#main .how li .img {
  position: relative;
  width: 4.72rem;
  height: 4.72rem;
  background: url(../img/how1.png) no-repeat;
  background-size: 100%;
  border-radius: 0.13rem;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
#main .how li .img.how_icon2 {
  background-image: url(../img/how2.png);
}
#main .how li .img.how_icon3 {
  background-image: url(../img/how3.png);
}
#main .how li .img span {
  width: 80px;
  height: 80px;
  background-color: #baa56a;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  line-height: 18px;
  color: #efeffa;
  cursor: pointer;
  position: absolute;
  bottom: -39px;
  right: 17px;
  border-radius: 80px;
  text-align: center;
}
#main .how li > div:nth-child(2) {
  padding-top: 0.5rem;
}
#main .how li .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #000000;
  margin-bottom: 0.3rem;
}
#main .how li .txt {
  font-size: 0.55rem;
  line-height: 0.8rem;
  color: #000000;
}
#main .highlightbox .highlight {
  height: 6.4rem;
  position: relative;
  padding: 0 0.6rem;
}
#main .highlightbox .highlight .circle {
  width: 6.4rem;
  height: 6.4rem;
  background: url(../img/highlight.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .highlightbox ul {
  width: 100%;
  height: 5.3rem;
  flex-direction: column;
  flex-wrap: wrap;
}
#main .highlightbox li {
  width: 50%;
  height: 2.5rem;
  padding: 0.06rem;
  background-image: linear-gradient(270deg, #ffffff 0%, #bfc5d7 100%);
  border-radius: 0.32rem;
}
#main .highlightbox li > div {
  background-image: linear-gradient(0deg, #ffffff 0%, #eef2ff 100%);
  height: 100%;
  width: 100%;
  border-radius: 0.32rem;
  position: relative;
  padding: 0 0.53rem;
}
#main .highlightbox li:nth-child(3),
#main .highlightbox li:nth-child(4) {
  background-image: linear-gradient(-270deg, #ffffff 0%, #bfc5d7 100%);
}

#main .highlightbox li .txt p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.7rem;
  color: #000000;
}
#main .highlightbox li:nth-child(3) p,
#main .highlightbox li:nth-child(4) p {
  text-align: right;
}
#main .progressbox .content {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
#main .progressbox .stitle.other::before,
#main .progressbox .stitle.other::after {
  width: auto;
  flex-grow: 1;
}
#main .progressbox .p-tab {
  justify-content: space-around;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
#main .progressbox .p-tab::after {
  content: "";
  width: 100%;
  height: 0.28rem;
  background-color: #dde4f7;
  border-radius: 0.12rem;
  position: absolute;
  left: 0;
  top: 0.75rem;
  z-index: -1;
}
#main .progressbox .p-tab li {
  width: 20%;
}
#main .progressbox .p-tab li .num {
  height: 1.73rem;
  margin-bottom: 0.73rem;
  position: relative;
}
#main .progressbox .p-tab li .num::after {
  content: "";
  width: 0.1rem;
  height: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  background-color: #2f4387;
  transform: translateX(-50%);
}
#main .progressbox .p-tab li span {
  width: 1.23rem;
  height: 1.23rem;
  border-radius: 1.23rem;
  background-color: #2f4387;
  border: solid 0.09rem #ffffff;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #ffffff;
}
#main .progressbox .p-tab li p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #2f4387;
  text-align: center;
}
#main .progressbox .p-tab li.active span {
  width: 1.73rem;
  height: 1.73rem;
  background-color: #baa56a;
  border: solid 0.09rem #ffffff;
}
#main .progressbox .p-tab li.active p {
  color: #baa56a;
}
#main .progressbox .p-tab li.active .num::after {
  background-color: #baa56a;
}
#main .progressbox .progress > div {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.65rem 0rem rgba(35, 54, 116, 0.15);
  margin-top: 0.98rem;
  padding: 0.88rem 0.7rem 0.88rem;
  display: none;
}
#main .progressbox .progress > div.active {
  display: block;
}
#main .progressbox .progress .txt {
  font-size: 0.55rem;
  line-height: 1rem;
  color: #333333;
}
#main .progressbox .progress p em {
  font-family: "AlibabaPuHuiTiBold";
  color: #2f4387;
}
#main .progressbox .progress .small {
  font-size: 0.5rem;
  color: #2f4387d6;
  line-height: 16px;
}
#main .formbox {
  margin-top: 1.65rem;
  margin-bottom: 1.15rem;
}
#main .formbox > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.85rem;
  line-height: 0.85rem;
  color: #2f4387;
  margin-bottom: 24px;
  text-align: center;
}
#main .formbox form {
  padding: 0 1.15rem 0;
}
#main .formbox .item {
  width: 100%;
  height: 1.53rem;
  border-radius: 0.13rem;
  border: solid 0.02rem #cccccc;
  overflow: hidden;
  margin-bottom: 0.28rem;
}
#main .formbox .item input {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding-left: 0.6rem;
  font-size: 0.55rem;
}
#main .formbox .item input::placeholder {
  color: #999999;
}
#main .formbox .item.yzm {
  width: 100%;
  margin-bottom: 0;
}
#main .formbox .item.yzm input {
  width: 70%;
}
#main .formbox .item.yzm span {
  width: 30%;
  height: 100%;
  background-color: #233674;
  border-radius: 0.13rem;
  color: #ffffff;
  font-size: 0.55rem;
}
#main .formbox .submit {
  font-family: "AlibabaPuHuiTiBold";
  width: 4.25rem;
  height: 1.53rem;
  background-color: #baa56a;
  border-radius: 0.74rem;
  font-size: 0.6rem;
  color: #efeffa;
  margin: 1rem auto 0;
}
