* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

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;
}
@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);
}


#main {
  font-size: 16px;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  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地址换行*/
}


.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 .banner {
  width: 100%;
  height: 500px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
  position: relative;
}
#main .sameBtnbox {
  margin-top: 40px;
}
#main .samebtn {
  /* width: 280px; */
  padding: 0 30px;
  height: 52px;
  background-image: linear-gradient(
    0deg,
    #ff6000 0%,
    #ff8840 68%,
    #ffeadd 100%
  );
  border-radius: 26px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  top: 0;
    transition: all .3s;
}
#main .samebtn:nth-child(2) {
  margin-left: 40px;
}
#main .samebtn:hover{
  top: -8px;
  transition: all .3s;
}
#main .banner .sameBtnbox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 368px;
  padding-left: 185px;
}
#main .banner .samebtn {
  /* width: 160px; */
}
#main article {
  min-width: 1200px;
}
#main article .content {
  width: 1200px;
  margin: 0 auto;
}
#main .samePart {
  padding-top: 80px;
}
#main .samePart .sameTitle {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 40px;
  margin-bottom: 50px;
}

#main .samePart.section1 ul {
  flex-wrap: wrap;
}
#main .samePart.section1 li {
  width: 380px;
  height: 280px;
  background: url(../img/section1_bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 15px 0px rgba(41, 70, 142, 0.1);
  border-radius: 10px;
  padding: 29px 30px 0;
}

#main .samePart.section1 li:nth-child(1),
#main .samePart.section1 li:nth-child(2),
#main .samePart.section1 li:nth-child(3) {
  margin-bottom: 30px;
}

#main .samePart.section1 li h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
  color: #24418a;
  text-align: center;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 24px;
}
#main .samePart.section1 li h3::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #25418a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#main .samePart.section1 li p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}
#main .samePart.section1 li p span {
  font-family: "AlibabaPuHuiTiBold";
  color: #000000;
}
#main .samePart.section1 li .txt > div {
  margin-bottom: 5px;
}
#main .samePart.section1 li .txt > div:last-child {
  margin-bottom: 0;
}
#main .samePart.section2 ul {
  flex-wrap: wrap;
}
#main .samePart.section2 li {
  width: 590px;
  height: 80px;
  background: url(../img/section2_bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 15px 0px rgba(41, 70, 142, 0.1);
  border-radius: 10px;
  margin-top: 30px;
}
#main .samePart.section2 li:nth-child(1),
#main .samePart.section2 li:nth-child(2) {
  margin-top: 0;
}
#main .samePart.section2 li > div {
  font-family: "AlibabaPuHuiTiBold";
  width: 182px;
  font-size: 24px;
  color: #333333;
  padding-left: 46px;
  flex-shrink: 0;
}
#main .samePart.section2 li p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 0 30px 0 67px;
}
#main .samePart.section3 .how {
  padding-bottom: 30px;
  position: relative;
  align-items: flex-start;
}
#main .samePart.section3 .how::before {
  content: "";
  width: 7px;
  height: 100%;
  background-color: #e0ebff;
  /* border-radius: 3px 3px 0 0; */
  position: absolute;
  left: 11px;
  top: 0;
}
#main .samePart.section3 .how1::before {
  border-radius: 3px 3px 0 0;
}
#main .samePart.section3 .how4::before {
  border-radius: 0 0 3px 3px;
}
#main .samePart.section3 .how .how-left {
  font-family: "AlibabaPuHuiTiBold";
  padding-left: 55px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-top: 10px;
}
#main .samePart.section3 .how .how-left::after {
  content: "1";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #25418a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
#main .samePart.section3 .how2 .how-left::after {
  content: "2";
}
#main .samePart.section3 .how3 .how-left::after {
  content: "3";
}
#main .samePart.section3 .how4 .how-left::after {
  content: "4";
}
#main .samePart.section3 .how .how-right {
  width: 1020px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(41, 70, 142, 0.1);
  border-radius: 10px;
  padding: 35px 30px;
}
#main .samePart.section3 .h-t {
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 25px;
}
#main .samePart.section3 .h-t span {
  font-family: "AlibabaPuHuiTiBold";
}
#main .samePart.section3 .how1 ul {
  margin-right: 22px;
}
#main .samePart.section3 .how1 li {
  width: 180px;
  height: 340px;
  background: url(../img/section3_bg1.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.08);
  border-radius: 16px;
  padding: 20px 10px 0;
  margin-right: 15px;
}
#main .samePart.section3 .how1 li:nth-child(2) {
  background-image: url(../img/section3_bg2.png);
}
#main .samePart.section3 .how1 li:last-child {
  margin-right: 0;
  background-image: url(../img/section3_bg3.png);
}
#main .samePart.section3 .how1 .top p {
  height: 40px;
  background-color: #335abd;
  border-radius: 20px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffffff;
  padding: 0 20px;
}
#main .samePart.section3 .how1 li > p:nth-child(2) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  margin-top: 100px;
  text-align: center;
}
#main .samePart.section3 .how1 li > p:last-child {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  margin-top: 15px;
  word-break: break-all;
}
#main .samePart.section3 .how1 .honor {
  width: 368px;
  height: 340px;
  background: url(../img/honor.png) no-repeat;
  background-position: center 20px;
}
#main .samePart.section3 .how1 .honor > p {
  font-family: "AlibabaPuHuiTiMedium";
  margin-bottom: 198px;
  font-size: 22px;
  line-height: 22px;
  color: #262626;
  position: relative;
  z-index: 1;
  display: inline-block;
}
#main .samePart.section3 .how1 .honor > p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  width: 100%;
  height: 6px;
  background-color: #c5daff;
  border-radius: 3px;
}
#main .samePart.section3 .how1 .honor .d {
  border-radius: 16px;
  overflow: hidden;
}
#main .samePart.section3 .how1 .honor .d p {
  height: 60px;
  align-items: stretch;
  background-color: #b8d0ff;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  border-bottom: 1px solid #ffffff;
}
#main .samePart.section3 .how1 .honor .d p:last-child {
  border-bottom: none;
}
#main .samePart.section3 .how1 .honor .d span:nth-child(1) {
  background-color: #25418a;
  width: 122px;
  flex-shrink: 0;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffffff;
  padding-left: 16px;
  margin-right: 11px;
}
#main .samePart.section3 .how1 .honor .d span:nth-child(1)::before {
  content: "";
  width: 14px;
  height: 14px;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  border-radius: 14px;
  margin-right: 10px;
}
#main .samePart.section3 .how2 .left {
  width: 432px;
  flex-wrap: wrap;
  align-items: flex-start;
}
#main .samePart.section3 .how2 .left li {
  background: url(../img/section3_bg4.png) no-repeat;
  background-size: 100%;
  width: 215px;
  background-position: bottom;
  border-radius: 20px 20px 0 0;
  padding: 20px 19px 35px;
  position: relative;
  color: #333333;
}
#main .samePart.section3 .how2 .left li:nth-child(3),
#main .samePart.section3 .how2 .left li:nth-child(4) {
  top: -5px;
}
#main .samePart.section3 .how2 .left li:nth-child(5),
#main .samePart.section3 .how2 .left li:nth-child(6) {
  top: -10px;
}
#main .samePart.section3 .how2 .left li:nth-child(1) {
  top: 50px;
}
#main .samePart.section3 .how2 .left li:nth-child(3) {
  top: 10px;
}
#main .samePart.section3 .how2 .left li:nth-child(2n) {
  background-image: url(../img/section3_bg5.png);
}
#main .samePart.section3 .how2 .left li.active{
  background-image: url(../img/section3_bg5_active.png);
  color: #ffffff;
}
#main .samePart.section3 .how2 .left li:nth-child(1).active,
#main .samePart.section3 .how2 .left li:nth-child(3).active,
#main .samePart.section3 .how2 .left li:nth-child(5).active{
  background-image: url(../img/section3_bg4_active.png);
}
#main .samePart.section3 .how2 .left li div:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
#main .samePart.section3 .how2 .left li p {
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
}
#main .samePart.section3 .how2 .left li.active p{
  color: #ffffff;
}
#main .samePart.section3 .how2 .right {
  width: 465px;
  height: 474px;
  background: url(../img/section3_bg6.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 15px 0px rgba(41, 70, 142, 0.1);
  border-radius: 10px;
}
#main .samePart.section3 .how2 .swiper-wrapper{
  position: relative;
}
#main .samePart.section3 .how2 .swiper-slide {
  padding: 20px;
  opacity: 0;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}
#main .samePart.section3 .how2 .swiper-slide.active{
  transition: all .3s;
  opacity: 1;
}
#main .samePart.section3 .how2 .swiper-slide .txt {
  width: 100%;
  height: 260px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 20px 18px;
  margin-bottom: 17px;
  flex-wrap: wrap;
}
#main .samePart.section3 .how2 .swiper-slide .txt span {
  width: 100%;
  font-family: "AlibabaPuHuiTiMedium";
  text-align: left;
}
#main .samePart.section3 .how2 .swiper-slide .txt span:nth-child(1) {
  margin-top: 10px;
}
#main .samePart.section3 .how2 .swiper-slide .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 20px;
}
#main .samePart.section3 .how2 .swiper-slide .t::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #c5daff;
  border-radius: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
}
#main .samePart.section3 .how2 .swiper-slide .system {
  height: 148px;
  background: url(../img/system.png) no-repeat;
  background-size: auto 100%;
  padding-left: 230px;
}
#main .samePart.section3 .how2 .swiper-slide .system li {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
}
#main .samePart.section3 .how2 .service {
  padding-top: 35px;
}
#main .samePart.section3 .how2 .service ul {
  width: 100%;
  flex-wrap: wrap;
}
#main .samePart.section3 .how2 .service li {
  width: 50%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
#main .samePart.section3 .how2 .service li:nth-child(1),
#main .samePart.section3 .how2 .service li:nth-child(2) {
  margin-bottom: 35px;
}
#main .samePart.section3 .how2 .service li span {
  position: relative;
  z-index: 1;
}
#main .samePart.section3 .how2 .service li span::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #c5daff;
  border-radius: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
}
#main .samePart.section3 .how4 {
  padding-bottom: 0;
}
#main .samePart.section3 .how4 .table {
  width: 465px;
  height: 210px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #ebebeb;
  overflow: hidden;
}
#main .samePart.section3 .how4 .table-head {
  height: 62px;
  background-color: #25418a;
  font-size: 20px;
  font-family: "AlibabaPuHuiTiMedium";
  color: #ffffff;
}
#main .samePart.section3 .how4 .table1 .table-content {
  padding: 33px 16px 0;
}
#main .samePart.section3 .how4 .table1 li {
  width: 140px;
  height: 99px;
  background-color: #ffe5c8;
  border-radius: 10px;
  text-align: center;
  padding-top: 25px;
}
#main .samePart.section3 .how4 .table1 li p {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
#main .samePart.section3 .how4 .table1 li p.d {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  line-height: 24px;
  color: #aa7d4b;
  margin-bottom: 18px;
}
#main .samePart.section3 .how4 .table2 .table-head {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}
#main .samePart.section3 .how4 .table2 td {
  height: 31px;
  font-size: 12px;
  color: #333333;
}
#main .samePart.section3 .how4 .table2 tr:nth-child(1) td {
  height: 36px;
}
#main .samePart.section3 .how4 .table2 tr:nth-child(2) {
  background-color: #ffe5c8;
}
#main .samePart.section3 .how4 .table2 tr:nth-child(4) {
  background-color: #e0ebff;
}
#main .samePart.section4 .content {
  position: relative;
}
#main .samePart.section4 .shinyway {
  width: 660px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(41, 70, 142, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#main .samePart.section4 .top {
  height: 80px;
  background-color: #24418a;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 32px;
  color: #ffffff;
}
#main .samePart.section4 .top img {
  margin-right: 16px;
}
#main .samePart.section4 .shinyway ul {
  padding: 32px 28px;
}
#main .samePart.section4 .shinyway li {
  margin-bottom: 20px;
  align-items: flex-start;
}
#main .samePart.section4 .shinyway li:last-child {
  margin-bottom: 0;
}
#main .samePart.section4 .shinyway li img {
  margin-right: 30px;
}
#main .samePart.section4 .shinyway li .t {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 10px;
}
#main .samePart.section4 .shinyway li .t em {
  color: #aa7d4b;
}
#main .samePart.section4 .shinyway li .txt {
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
}
#main .samePart.section4 .other {
  width: 560px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(41, 70, 142, 0.1);
  border-radius: 10px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
#main .samePart.section4 .other .top {
  background-image: linear-gradient(90deg, #bdbdbd 0%, #4e4e4e 100%);
  color: #ffffff;
}
#main .samePart.section4 .other ul {
  padding: 18px 59px 30px;
}
#main .samePart.section4 .other li {
  margin-bottom: 44px;
  align-items: flex-start;
}
#main .samePart.section4 .other li:last-child {
  margin-bottom: 0;
}
#main .samePart.section4 .other li img {
  margin-right: 30px;
}
#main .samePart.section4 .other li .t {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 10px;
}
#main .samePart.section4 .other li .txt {
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
}
#main .samePart.section5 .left {
  width: 855px;
  height: 365px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(41, 70, 142, 0.1);
  border-radius: 10px;
  position: relative;
  padding: 30px 0 30px 45px;
  flex-wrap: wrap;
  z-index: 1;
  align-content: space-between;
  align-items: flex-start;
}
#main .samePart.section5 .left .circle {
  width: 318px;
  height: 318px;
  border: solid 1px #ebebeb;
  position: absolute;
  left: 226px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 318px;
  z-index: -1;
}
#main .samePart.section5 .left .circle::after {
  content: "";
  width: 240px;
  height: 240px;
  border-radius: 240px;
  border: dashed 2px #ebebeb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .samePart.section5 .left .circle > div {
  width: 178px;
  height: 178px;
  border-radius: 178px;
  background-color: #25418a;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
}
#main .samePart.section5 .left .item {
  width: 40%;
}
#main .samePart.section5 .left .item:nth-child(1),
#main .samePart.section5 .left .item:nth-child(3) {
  width: 58%;
}
#main .samePart.section5 .left .t {
  margin-bottom: 14px;
}
#main .samePart.section5 .left .t p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  height: 30px;
  background-color: #aa7d4b;
  border-radius: 15px;
  font-family: "AlibabaPuHuiTiMedium";
  padding: 0 20px;
}
#main .samePart.section5 .left .item:nth-child(2) .t p,
#main .samePart.section5 .left .item:nth-child(3) .t p {
  background-color: #25418a;
}
#main .samePart.section5 .left .item li {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
#main .samePart.section5 .left .item li span {
  font-family: "AlibabaPuHuiTiRegular";
  color: #4d4d4d;
}
#main .samePart.section5 .ztform {
  width: 345px;
  height: 300px;
  background-image: linear-gradient(60deg, #ff6000 0%, #ffd599 100%);
  box-shadow: 0px 0px 15px 0px rgba(41, 70, 142, 0.1);
  border-radius:0 10px 10px 0;
  padding: 55px 33px 0;
}
#main .samePart.section5 .ztform .item {
  width: 280px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
}
#main .samePart.section5 .ztform .item.mar {
  margin-bottom: 16px;
}
#main .samePart.section5 .ztform .item input {
  width: 100%;
  height: 100%;
  background: #ffffff url(../img/name.png) no-repeat;
  background-size: auto 27px;
  background-position: 10px center;
  padding-left: 50px;
}
#main .samePart.section5 .ztform .item input.userphone{
  background-image: url(../img/tel.png);
}
#main .samePart.section5 .ztform  .submit{
  	width: 240px;
	height: 52px;
	background-color: #25418a;
	border-radius: 8px;
  margin: 35px auto 0;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
	color: #ffffff;
}
#main .section6 .content {
  height: 600px;
  background: url(https://www.igo.cn/kpzt/season/img/honorImgs.png) no-repeat;
  background-size: 100%;
  padding: 87px 30px 0;
  position: relative;
}
#main .section6 li {
  padding-left: 40px;
  background: url(https://www.igo.cn/kpzt/season/img/honor_icon.png) no-repeat;
  background-size: 28px auto;
  height: 30px;
  margin-bottom: 35px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #4d4d4d;
}
#main .section6  p{
  font-family: "AlibabaPuHuiTiBold";
  position: absolute;
  font-size: 20px;
	line-height: 20px;
	color: #4d4d4d;
  bottom: 30px;
  right: 49px;
}
#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: 350px;
  height: auto;
  background: #25418a;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .ztlayout h3 {
  height: 99px;
  line-height: 59px;
  color: #ffffff;
  font-size: 30px;
  font-family: "AlibabaPuHuiTiBold";
  font-weight: normal;
  letter-spacing: 2px;
}
#main .ztlayout form {
  width: 100%;
  flex-wrap: wrap;
  padding: 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: -40px;
  align-items: flex-start;
}

#main .ztlayout .close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -42px;
  right: 0;
  cursor: pointer;
}

#main .ztlayout .close img {
  width: 100%;
}

#main .ztlayout .item,
#main .ztlayout input,
#main .ztlayout select {
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 40px;
  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: 8px;
}

#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: 130px;
  height: 40px;
  line-height: 40px;
 background-image: linear-gradient(
    0deg,
    #ff6000 0%,
    #ff8840 68%,
    #ffeadd 100%
  );
  border-radius: 19.5px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 15px auto 0;
}