* {
  margin: 0;
  padding: 0;
}

body {
  padding: 2rem 0;
}

a {
  text-decoration: none;
}

#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: 0.7rem;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: #f2f8ff;
}

#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;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
}

/* 滚动槽 */
::-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;
}
.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);
}
#main .sameBtnbox {
  margin-top: 0.8rem;
}
#main .samebtn {
  padding: 0 0.5rem;
  height: 1.27rem;
  background-image: linear-gradient(
    0deg,
    #ff6000 0%,
    #ff8840 68%,
    #ffeadd 100%
  );
  border-radius: 0.61rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.51rem;
  color: #ffffff;
}
#main .samebtn:nth-child(2) {
  margin-left: 0.85rem;
}
#main .banner {
  width: 100%;
  height: 9.6rem;
  background: url(../img/banner.png) no-repeat;
  background-size: 100%;
  padding: 7.3rem 0 0 1rem;
}
#main .banner .sameBtnbox {
  margin-top: 0;
}
#main .banner .samebtn:nth-child(2) {
  margin-left: 0.4rem;
}
#main .samePart {
  padding-top: 1.7rem;
}
#main .samePart .content {
  padding: 0 0.43rem;
}
#main .samePart .sameTitle {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
  line-height: 0.85rem;
}
#main .section1 ul {
  overflow-x: scroll;
  align-items: stretch;
}
#main .section1 li {
  width: 9.63rem;
  height: auto;
  background: #ffffff url(../img/section1_bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0rem 0rem 0.33rem 0rem rgba(41, 70, 142, 0.1);
  border-radius: 0.21rem;
  flex-shrink: 0;
  padding: 0.7rem 0.5rem 0.5rem;
  margin-right: 0.7rem;
}
#main .section1 li:last-child {
  margin-right: 0;
}
#main .section1 li h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 0.6rem;
  color: #24418a;
  text-align: center;
  padding-bottom: 0.45rem;
  position: relative;
  margin-bottom: 0.5rem;
}
#main .section1 li h3::after {
  content: "";
  width: 1.1rem;
  height: 0.08rem;
  background-color: #25418a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#main .section1 li .txt {
  font-size: 0.47rem;
  line-height: 0.85rem;
  color: #4d4d4d;
}

#main .section2 ul {
  flex-wrap: wrap;
}
#main .section2 li {
  width: 7.38rem;
  height: 4.28rem;
  background: #e0ebff url(../img/section2_bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0rem 0rem 0.33rem 0rem rgba(41, 70, 142, 0.1);
  border-radius: 0.21rem;
  padding: 0.6rem 0.6rem 0 0.73rem;
  margin-top: 0.4rem;
}
#main .section2 li:nth-child(1),
#main .section2 li:nth-child(2) {
  margin-top: 0;
}
#main .section2 li > div {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333333;
  margin-bottom: 0.55rem;
}
#main .section2 li p {
  font-size: 0.47rem;
  line-height: 0.75rem;
  color: #333333;
}
#main .section3 .sameTitle {
  margin-bottom: 1.08rem;
}
#main .section3 .tabbox {
  position: relative;
  margin-bottom: 0.7rem;
}
#main .section3 .tabbox::after {
  content: "";
  width: 100%;
  height: 0.23rem;
  background-color: #e0ebff;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main .section3 .tab {
  width: 25%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #333333;
  padding-top: 0.95rem;
  position: relative;
}
#main .section3 .tab::after {
  content: "1";
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.55rem;
  text-align: center;
  line-height: 0.8rem;
  color: #ffffff;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #8bb4ff;
  border-radius: 0.8rem;
  position: absolute;
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#main .section3 .tab.active::after {
  background-color: #25418a;
}
#main .section3 .tab:nth-child(2)::after {
  content: "2";
}
#main .section3 .tab:nth-child(3)::after {
  content: "3";
}
#main .section3 .tab:nth-child(4)::after {
  content: "4";
}
#main .section3 .howbox {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.33rem 0rem rgba(41, 70, 142, 0.1);
  border-radius: 0.21rem;
  position: relative;
  height: 22rem;
}
#main .section3 .howbox > div {
  padding: 0.6rem 0.43rem 0.83rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
}
#main .section3 .howbox > div.active {
  z-index: 1;
}
#main .section3 .h-t {
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #333333;
  margin-bottom: 0.6rem;
}
#main .section3 .h-t span {
  font-family: "AlibabaPuHuiTiBold";
}
#main .section3 .guihua .left {
  align-items: stretch;
  margin-bottom: 0.95rem;
}
#main .section3 .guihua .left li {
  width: 4.5rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.43rem 0rem rgba(6, 0, 1, 0.08);
  border-radius: 0.34rem;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
#main .section3 .guihua .left li:last-child {
  margin-right: 0;
}
#main .section3 .guihua .left li .top {
  width: 4.5rem;
  height: 3.8rem;
  background: url(../img/section3_bg1.png) no-repeat;
  background-size: 100%;
  padding: 0.4rem 0.4rem 0;
}
#main .section3 .guihua .left li:nth-child(2) .top {
  background-image: url(../img/section3_bg2.png);
}
#main .section3 .guihua .left li:nth-child(3) .top {
  background-image: url(../img/section3_bg3.png);
}
#main .section3 .guihua .left li .top p {
  width: 100%;
  height: 0.88rem;
  background: #335abd;
  border-radius: 0.88rem;
  font-size: 0.55rem;
  color: #ffffff;
}
#main .section3 .guihua .left li > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.5rem;
  line-height: 0.65rem;
  color: #808080;
  text-align: center;
  margin-top: 0.3rem;
  padding: 0 0.2rem;
}
#main .section3 .guihua .left li > p:nth-child(2) {
  font-size: 0.51rem;
  line-height: 0.65rem;
  color: #262626;
}
#main .section3 .guihua .left li > p span {
  color: #2089fe;
}
#main .section3 .guihua .right {
  width: 100%;
  background: url(../img/honor.png) no-repeat;
  background-size: 92%;
  background-position: top left;
}
#main .section3 .guihua .right > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #262626;
  margin-bottom: 4.5rem;
}
#main .section3 .guihua .d {
  box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
#main .section3 .guihua .d p {
  height: 1.25rem;
  align-items: stretch;
  background-color: #b8d0ff;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 0.55rem;
  color: #000000;
  line-height: 1.25rem;
}
#main .section3 .guihua .d p.br {
  border-bottom: 1px solid #ffffff;
}
#main .section3 .guihua .d span:nth-child(1) {
  background-color: #25418a;
  width: 3rem;
  flex-shrink: 0;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  color: #ffffff;
  padding-left: 0.4rem;
  margin-right: 0.7rem;
}
#main .section3 .guihua .d span:nth-child(1)::before {
  content: "";
  width: 0.33rem;
  height: 0.33rem;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  border-radius: 0.33rem;
  margin-right: 0.1rem;
}
#main .section3 .how2 .h-t{
  margin-bottom: .8rem;
}
#main .section3 .system {
  flex-wrap: wrap;
  align-items: flex-end;
}
#main .section3 .system li {
  width: 49.8%;
  overflow: hidden;
  margin-top: -.25rem;
  position: relative;
  z-index: 1;
}
#main .section3 .system li:nth-child(1){
  top: 0.5rem;
}
#main .section3 .system li > div {
  background-color: #e0ebff;
  padding: 0.45rem 0 0.5rem 0.88rem;
  border-radius: 0.4rem 0.4rem 0 0.4rem;
}
#main .section3 .system li:nth-child(2n) > div {
  border-radius: 0.4rem 0.4rem 0.4rem 0;
}
#main .section3 .system li:nth-child(2) > div {
  background-color: #fce0ff;
  z-index: 1;
}
#main .section3 .system li:nth-child(3) > div {
  background-color: #e0ffeb;
  z-index: 2;
}
#main .section3 .system li:nth-child(4) > div {
  background-color: #ffe0e0;
  z-index: 2;
}
#main .section3 .system li:nth-child(5) > div {
  background-color: #fffae0;
  z-index: 3;
}
#main .section3 .system li:nth-child(6) > div {
  background-color: #ffede0;
  z-index: 3;
}
#main .section3 .system li .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #333333;
  margin-bottom: 0.33rem;
}
#main .section3 .system li > p {
  background-color: #e0ebff;
  height: 1rem;
  position: relative;
  overflow: hidden;
}
#main .section3 .system li > p::after {
  content: "";
  width: 100%;
  height: 2rem;
  border-radius: 0 2rem 2rem 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
#main .section3 .system li:nth-child(2n) > p::after {
  border-radius: 2rem 0 0 2rem;
}
#main .section3 .system li:nth-child(2) > p {
  background-color: #fce0ff;
}
#main .section3 .system li:nth-child(3) > p {
  background-color: #e0ffeb;
}
#main .section3 .system li:nth-child(4) > p {
  background-color: #ffe0e0;
}
#main .section3 .system li:nth-child(5) > p {
  background-color: #fffae0;
}
#main .section3 .system li:nth-child(6) > p {
  background-color: #ffede0;
}
#main .section3 .system li .txt {
  font-size: 0.47rem;
  line-height: 0.55rem;
  letter-spacing: 0rem;
  color: #333333;
}
#main .section3 .table {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.21rem;
  border: solid 1px #ebebeb;
  overflow: hidden;
}
#main .section3 .table1 {
  margin-bottom: 0.6rem;
}
#main .section3 .table-head {
  height: 1.33rem;
  background-color: #25418a;
  font-size: 0.51rem;
  font-family: "AlibabaPuHuiTiMedium";
  color: #ffffff;
}
#main .section3 .table1 .table-content {
  padding: 0.43rem;
}
#main .section3 .table1 li {
  width: 4.28rem;
  height: 3.13rem;
  background-color: #ffe5c8;
  border-radius: 0.21rem;
  text-align: center;
  padding-top: 0.8rem;
}
#main .section3 .table1 li p {
  font-size: 0.45rem;
  line-height: 0.45rem;
  color: #333333;
}
#main .section3 .table1 li p.d {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.9rem;
  line-height: 0.7rem;
  color: #aa7d4b;
  margin-bottom: 0.45rem;
}
#main .section3 .table2 .table-head {
  height: 1.93rem;
  line-height: 0.65rem;
  color: #ffffff;
  text-align: center;
}
#main .section3 .table2 td {
  height: 0.98rem;
  font-size: 0.5rem;
  color: #333333;
}
#main .section3 .table2 tr:nth-child(1) td {
  height: 1.35rem;
  padding-top: 0.4rem;
}
#main .section3 .table2 tr:nth-child(2) {
  background-color: #ffe5c8;
}
#main .section3 .table2 tr:nth-child(4) {
  background-color: #e0ebff;
}
#main .section3 .table2 tr:last-child td {
  height: 0.43rem;
}

#main .section4 .sameTitle {
  margin-bottom: 0;
}
#main .section5 {
  padding-top: 0;
}
#main .section5 form {
  height: auto;
  background-image: linear-gradient(60deg, #ff6000 0%, #ffd599 100%);
  box-shadow: 0rem 0rem 0.33rem 0rem rgba(41, 70, 142, 0.1);
  border-radius: 0.21rem;
  padding: 0.63rem 0.43rem 0.85rem;
}
#main .section5 form .item {
  width: 100%;
  height: 1.53rem;
  border-radius: 0.17rem;
  overflow: hidden;
}
#main .section5 form .item.mar {
  margin-bottom: 0.4rem;
}
#main .section5 form .item input {
  width: 100%;
  height: 100%;
  font-size: 0.5rem;
  background: #ffffff;
  padding-left: 0.6rem;
}
#main .section5 form .item input::placeholder {
  color: #999999;
}
#main .section5 form .submit {
  width: 5.15rem;
  height: 1.53rem;
  background-color: #25418a;
  font-family: "AlibabaPuHuiTiBold";
  border-radius: 0.74rem;
  font-size: 0.64rem;
  color: #ffffff;
  margin: 0.83rem auto 0;
}
#main .ztlayout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

#main .ztlayout > div {
  width: 80%;
  height: auto;
  background: #25418a;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .ztlayout h3 {
  height: 3.7rem;
  line-height: 1.4rem;
  color: #ffffff;
  font-size: 1rem;
  font-family: "AlibabaPuHuiTiBold";
  font-weight: normal;
  padding-top: 0.4rem;
}
#main .ztlayout form {
  width: 100%;
  flex-wrap: wrap;
  padding: 0.6rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-top: -1.5rem;
  align-items: flex-start;
}

#main .ztlayout .close {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: -1.7rem;
  right: 0;
  cursor: pointer;
  background: url(https://www.igo.cn/kpzt/ys/ielts/img/close.png) no-repeat;
  background-size: 100%;
}

#main .ztlayout .close img {
  width: 100%;
}

#main .ztlayout .item,
#main .ztlayout input,
#main .ztlayout select {
  width: 100%;
  height: 1.4rem;
  background-color: #f5f5f5;
  font-size: 0.5rem;
  line-height: 1.4rem;
  color: #999999;
}

#main .ztlayout > div.smarter-lay .item,
#main .ztlayout > div.smarter-lay input,
#main .ztlayout > div.smarter-lay select {
  width: 200px;
}

#main .ztlayout input::placeholder {
  color: #999999;
}

#main .ztlayout .item {
  margin-bottom: 0.3rem;
}

#main .ztlayout input,
#main .ztlayout select {
  padding-left: 10px;
}

#main .ztlayout select {
  background: #f1f1f1 url(https://www.igo.cn/kpzt/ys/ielts/img/arrow.png)
    no-repeat;
  background-size: 3%;
  background-position: 95% center;
}

#main .ztlayout .btn {
  width: 4rem;
  height: 1.27rem;
  background-image: linear-gradient(
    0deg,
    #ff6000 0%,
    #ff8840 68%,
    #ffeadd 100%
  );
  border-radius: 0.61rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  color: #ffffff;
  margin: 0.7rem auto 0;
  line-height: 1.27rem;
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://m.igo.cn/zt/gaokao_product/font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://m.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://m.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://m.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Medium.ttf);
}
