* {
  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: url(../img/bg.jpg) repeat-y;
  background-size: 100%;
}

#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地址换行*/
  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%;
  background: url(../img/banner.jpg) no-repeat;
  background-size: 100%;
  height: 12rem;
}
#main .content {
  padding: 0 0.5rem;
}
#main .reason {
  margin-top: -2.2rem;
  position: relative;
  z-index: 2;
}
#main .reason > div {
  background: url(../img/reason.png) no-repeat;
  background-size: 100%;
  height: 14.58rem;
  box-shadow: 0rem 0.23rem 0.33rem 0rem rgba(47, 11, 231, 0.5);
  border-radius: 0.26rem;
  position: relative;
}
#main .reason > div .sectionbtn {
  position: absolute;
  left: 50%;
  bottom: 0.83rem;
  transform: translateX(-50%);
  width: 6.2rem;
  height: 1.53rem;
  background-image: linear-gradient(0deg, #ff2312 0%, #ff7112 100%);
  border-radius: 0.74rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  color: #ffffff;
}

#main .section {
  margin-top: 1.27rem;
}
#main .section .stitle {
  width: 100%;
  height: 1.5rem;
  background: url(../img/title1.png) no-repeat;
  background-size: 100%;
  box-shadow: 0rem 0.23rem 0.33rem 0rem rgba(47, 11, 231, 0.5);
  border-radius: 0.74rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  font-style: italic;
  line-height: 1.5rem;
  color: #5619cc;
  padding-left: 2rem;
  margin-bottom: 0.85rem;
}
#main .section1 .zts > div {
  height: 8.88rem;
  background: url(../img/shinway_service.png) no-repeat;
  background-size: 100%;
  box-shadow: 0rem 0.23rem 0.33rem 0rem rgba(47, 11, 231, 0.5);
  border-radius: 0.43rem;
  margin-bottom: 0.4rem;
  padding-top: 3.88rem;
  padding-right: 6.3rem;
}
#main .section1 .zts > div:nth-child(2) {
  background-image: url(../img/10days_camp.png);
}
#main .section1 .zts > div:nth-child(3) {
  background-image: url(../img/ad3.png);
}
#main .section1 .zts > div:last-child {
  margin-bottom: 0;
}
#main .section1 .zts p {
  text-align: end;
  margin-bottom: 0.2rem;
}
#main .section1 .zts > div > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #000000;
}
#main .section1 .zts > div > p:nth-child(2) {
  margin-bottom: 0;
}
#main .section1 .zts .bt {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #000000;
}
#main .section1 .zts .txt {
  margin-top: 0.4rem;
}
#main .section1 .zts .txt p {
  font-size: 0.5rem;
  line-height: 0.55rem;
  color: #4d4d4d;
  margin-bottom: 0.14rem;
}
#main .section2 .stitle {
  background-image: url(../img/title2.png);
}
#main .section2 .scontent {
  background: url(../img/highlight.jpg) no-repeat;
  background-size: 100%;
  height: 59.75rem;
  position: relative;
}
#main .section2 .scontent .sbtn {
  position: absolute;
  width: 3.88rem;
  height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.74rem;
  border: solid 0.04rem #9488fc;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  color: #ffffff;
  right: 1.78rem;
}
#main .section2 .scontent .sbtn1 {
  top: 10rem;
}
#main .section2 .scontent .sbtn2 {
  top: 24.65rem;
}
#main .section2 .scontent .sbtn3 {
  top: 35rem;
}
#main .section2 .scontent .sbtn4 {
  top: 46.45rem;
}
#main .section2 .scontent .sbtn5 {
  bottom: 1rem;
}
#main .section3 .stitle {
  background-image: url(../img/title3.png);
}
#main .section3 .expos {
  background-color: #ffffff;
  box-shadow: 0rem 0.23rem 0.33rem 0rem rgba(47, 11, 231, 0.5);
  border-radius: 0.26rem;
  padding-top: 1rem;
  overflow: hidden;
}
#main .section3 ul {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
  padding: 0 0.45rem;
}
#main .section3 li {
  width: 19.96%;
  height: 1.85rem;
  font-size: 0.47rem;
  color: #666666;
  line-height: 0.47rem;
  text-align: center;
  margin-top: 1.15rem;
  flex-direction: column;
  position: relative;
}
#main .section3 li:nth-child(1),
#main .section3 li:nth-child(2),
#main .section3 li:nth-child(3),
#main .section3 li:nth-child(4),
#main .section3 li:nth-child(5) {
  margin-top: 0;
}
#main .section3 li::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #eeeeee;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#main .section3 li:nth-child(6n)::after,
#main .section3 li:last-child:after {
  border-radius: 0 0.07rem 0.07rem 0;
}
#main .section3 li:nth-child(6n + 1)::after {
  border-radius: 0.07rem 0 0 0.07rem;
}
#main .section3 li::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  background: #cccccc;
  border-radius: 0.38rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
#main .section3 li.active div {
  font-family: "AlibabaPuHuiTiBold";
  color: #ff5412;
}
#main .section3 li.outtime {
  color: #b7b7b7;
}
#main .section3 li.active::before {
  background: #ff5412;
}
#main .section3 li.outtime.active div {
  color: #5b5b5b;
}
#main .section3 li.outtime.active::before {
  background: #5b5b5b;
}
#main .section3 .btmbox {
  background-color: #d1f1ff;
  border-radius: 0.43rem 0.43rem 0 0;
  padding: 0.73rem 0.23rem 0.43rem;
}
#main .section3 .cityname {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #1f2871;
  padding-left: 0.88rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
#main .section3 .detail {
  margin-bottom: 0.8rem;
  background: url(../img/cityname.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 0.7rem;
}
#main .section3 .detail p {
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #000000;
  padding-left: 0.8rem;
}
#main .section3 .detail p#eduAddress {
  height: 1.2rem;
  margin-bottom: 0;
}
#main .section3 .detail #eduDate {
  background: url(../img/date.png) no-repeat;
  background-size: 0.48rem;
  margin-bottom: 0.2rem;
}
#main .section3 .detail #eduAddress {
  background: url(../img/address.png) no-repeat;
  background-size: 0.35rem;
  background-position: 0.1rem 0.1rem;
  align-items: first baseline;
}
#main .section3 .btmbox .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333333;
  margin-bottom: 0.48rem;
}
#main .section3 .gifts {
  background-color: #ffffff;
  margin-bottom: 0.7rem;
  border-radius: 0.21rem;
  padding: 0.43rem;
}
#main .section3 .gifts p:nth-child(1) {
  font-size: 0.45rem;
  line-height: 0.65rem;
  color: #000000;
  height: 1.3rem;
  background-color: #456cff;
  border-radius: 0.06rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.65rem;
  color: #ffffff;
}
#main .section3 .gifts img {
  margin: 0.2rem 0;
}
#main .section3 .gifts p:last-child {
  font-size: 0.43rem;
  line-height: 0.65rem;
  color: #5b5b5b;
  text-align: center;
}
#main .section3 form {
  flex-wrap: wrap;
}
#main .section3 form .item {
  width: 49%;
  height: 1.53rem;
  position: relative;
}
#main .section3 form .item.mar {
  margin-bottom: 0.4rem;
}
#main .section3 form .item.select::after {
  content: "";
  border: 0.23rem solid #787878;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0.75rem;
  right: 0.4rem;
}
#main .section3 form .item input,
#main .section3 form .item select {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.21rem;
  padding-left: 0.3rem;
  font-size: 0.5rem;
  color: #999999;
}
#main .section3 form .samebtn {
  width: 49%;
  height: 1.53rem;
  background-color: #5619cc;
  border-radius: 0.74rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  color: #ffffff;
}
#main .section4 {
  margin-bottom: 1rem;
}
#main .section4 .stitle {
  background-image: url(../img/title4.png);
}
#main .section4 .swiper-container {
  padding-bottom: 1.2rem;
}
#main .section4 .swiper-slide {
  flex-wrap: wrap;
}
#main .section4 .swiper-pagination {
  bottom: 0;
}
#main .section4 .swiper-pagination-bullet {
  height: 0.33rem;
  width: 0.33rem;
  border-radius: 0.33rem;
  background-color: #ffffff;
  opacity: 0.5;
}
#main .section4 .swiper-pagination-bullet-active {
  width: 1rem;
  background-color: #ff5412;
  opacity: 1;
}
#main .section4 .img {
  width: 49%;
  height: 4.58rem;
  background-color: #000000;
  box-shadow: 0rem 0.23rem 0.33rem 0rem rgba(47, 11, 231, 0.5);
  border-radius: 0.13rem;
  border: solid 0.04rem #bcb4ff;
  background-size: cover;
  flex-shrink: 0;
  margin-top: 0.3rem;
}
#main .section4 .img:nth-child(1),
#main .section4 .img:nth-child(2) {
  margin-top: 0;
}
#main .ztlayout .ztlayout_box {
  width: 14rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #ffffff url(../img/lay.jpg) no-repeat;
  background-size: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
#main .ztlayout .ztlayout_box .ztform {
  width: 100%;
  margin: 0 auto;
  padding: 3.2rem 0.4rem 0.5rem;
  height: 100%;
  background: linear-gradient(188deg, transparent, transparent, #ffffff 25%);
}
#main .ztlayout {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  display: none;
}
#main .ztlayout .part {
  margin-bottom: 0.8rem;
}
#main .ztlayout b {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.6rem;
  display: block;
  line-height: 0.7rem;
  border-left: 0.23rem solid #461adf;
  padding-left: 0.4rem;
  margin-bottom: 0.4rem;
  font-weight: normal;
}

#main .ztlayout ul.radio_box {
  width: 100%;
  flex-wrap: wrap;
  padding-left: 0.5rem;
}

#main .ztlayout ul.radio_box li {
  margin-right: 0.7rem;
  font-size: 0.55rem;
  color: #404040;
  margin-top: 0.2rem;
}

#main .ztlayout ul.radio_box li.mar {
  margin-top: 0;
}

#main .ztlayout ul.radio_box li em {
  width: 0.55rem;
  height: 0.55rem;
  border: solid 0.04rem #959595;
  margin-right: 8px;
  border-radius: 0.55rem;
  position: relative;
  flex-shrink: 0;
}
#main .ztlayout ul.radio_box li.active em {
  /* content: "";
  width: 70%;
  height: 70%;
  border-radius: 10px; */
  background-color: #ff5412;
  box-sizing: border-box;
  /* position: absolrgb(170, 170, 170)
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); */
}
#main .ztlayout .ztlayout_box .item {
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
  align-items: stretch;
  border: solid 0.02rem #e5e5e5;
  height: 1.5rem;
  overflow: hidden;
}

#main .ztlayout .ztlayout_box .item.canNot {
  width: 49%;
}

#main .ztlayout .ztlayout_box .select::after {
  content: "";
  border: 0.23rem solid #787878;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0.65rem;
  right: 0.4rem;
}

#main .ztlayout .ztlayout_box .item.yzm span {
  width: 40%;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 0.5rem;
}

#main .ztlayout .ztlayout_box input,
#main .ztlayout .ztlayout_box select {
  width: 100%;
  padding-left: 0.3rem;
  height: 1.5rem;
  background-color: #ffffff;
  font-size: 0.5rem;
  color: #b3b3b3;
}
#main .ztlayout .ztlayout_box select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-size: 3%;
  background-position: 95% center;
}
#main .ztlayout .ztlayout_box input::placeholder {
  color: #b3b3b3;
}

#main .ztlayout .ztlayout_box .edubtn {
  width: 5.5rem;
  height: 1.6rem;
  margin: 0 auto;
  margin-top: 0.6rem;
  border-radius: 1.6rem;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: bold;
      background-color: #5619cc;
    border-radius: 0.74rem;
    font-family: "AlibabaPuHuiTiBold";
    font-size: 0.55rem;
    color: #ffffff;
}
#main .ztlayout .ztlayout_box .date {
  margin-top: 0.4rem;
  font-size: 0.6rem;
}
#main .ztlayout .ztlayout_box .address {
  font-size: 0.5rem;
}
#main .ztlayout .ztlayout_box .close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/close.png)no-repeat;
  background-size: 30%;
  background-position: center;
}
@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);
}
