* {
  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;
}

#main {
  font-size: 16px;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  width: 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;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
}

::-webkit-scrollbar {
  display: none;
}

.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;
}

#main .startPage {
  background: #e4f1ff url(../img/zt_bg.webp) no-repeat;
  background-position: top center;
  padding-top: 413px;
  padding-bottom: 50px;
}
#main .startPage .content {
  width: 1200px;
  margin: 0 auto;
}
#main .startPage .samePart {
  background: url(../img/info_bg.webp) no-repeat;
  background-size: 677px auto;
  min-height: 300px;
  padding-top: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
}
#main .startPage .samePart .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 35px;
  line-height: 47px;
  color: #ffffff;
  width: 80px;
  padding: 0 20px;
}
#main .startPage .chosebox {
  width: 100%;
  padding: 0 40px 55px;
  background-color: #ffffff;
  border-radius: 30px;
}

#main .startPage .chosebox .chosePart {
  padding: 30px 0 30px 0;
  border-top: 1px solid #ebebeb;
  align-items: flex-start;
}
#main .startPage .chosebox .chosePart:nth-child(1) {
  border-top: none;
}
#main .startPage .chosebox .chosePart.no {
  padding-bottom: 0;
}
#main .startPage .chosebox .chosePart .icon {
  width: 38px;
  text-align: center;
  margin-right: 14px;
}
#main .startPage .chosebox .left {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #3e3b6f;
  width: 190px;
  flex-shrink: 0;
  height: 50px;
}
#main .startPage .chosebox .choseItem {
  flex-wrap: wrap;
}
#main .startPage .chosebox .choseItem > div {
  width: 156px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #4d4d4d;
  margin-top: 15px;
  margin-right: 18px;
}
#main .startPage .chosebox .choseItem > div:nth-child(1),
#main .startPage .chosebox .choseItem > div:nth-child(2),
#main .startPage .chosebox .choseItem > div:nth-child(3),
#main .startPage .chosebox .choseItem > div:nth-child(4),
#main .startPage .chosebox .choseItem > div:nth-child(5) {
  margin-top: 0;
}
#main .startPage .chosebox .choseItem > div:nth-child(5n) {
  margin-right: 0;
}
#main .startPage .chosebox .choseItem > div:hover {
  color: #ffffff;
  background-color: #3e3b6f;
  cursor: pointer;
}
#main .startPage .chosebox .choseItem > div.active {
  background-color: #3e3b6f;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiBold";
}
#main .startPage form {
  flex-wrap: wrap;
}
#main .startPage form .item {
  width: 272px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 24px;
  margin-right: 18px;
  overflow: hidden;
}
#main .startPage form .item input {
  background: none;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 16px;
}
#main .startPage form .item span {
  flex-shrink: 0;
  padding: 0 10px;
  background-color: #3e3b6f;
  height: 100%;
  line-height: 50px;
  color: #ffffff;
  cursor: pointer;
}
#main .startPage form .item.yzm {
  margin-right: 0;
}
#main .startPage .calculate-btn {
  width: 350px;
  height: 70px;
  background-image: linear-gradient(90deg, #fdc877 0%, #e49e39 100%);
  box-shadow: 0px 6px 0px 0px #ffe3bc;
  border-radius: 34px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  color: #ffffff;
  margin: 40px auto 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

#main .startPage .calculate-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 9px 0px 0px #ffc98c;
  background-image: linear-gradient(90deg, #fdd392 0%, #ecac4f 100%);
}

#main .startPage .calculate-btn:active {
  transform: translateY(3px);
  box-shadow: 0px 3px 0px 0px #e6b86a;
}

#main .startPage .calculate-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20px;
  height: 200%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(25deg);
  transition: all 0.6s;
}

#main .startPage .calculate-btn:hover::after {
  left: 120%;
}
#main .startPage .zts ul {
  padding: 50px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  flex-wrap: wrap;
  align-content: space-between;
  height: 550px;
}
#main .startPage .zts li {
  width: 225px;
  height: 210px;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
#main .startPage .zts li:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  top: -10px;
}
#main .resultPage {
  background: #e4f1ff url(../img/result_bg.webp) no-repeat;
  background-position: top center;
  padding-top: 88px;
  min-height: 100vh;
  padding-bottom: 88px;
}
#main .resultPage > .content {
  width: 1200px;
  margin: 0 auto;
}
#main .resultPage .result_t {
  width: 500px;
  height: 105px;
  background-color: #3e3b6f;
  border-radius: 30px 71px 0px 0px;
  padding-left: 40px;
  padding-bottom: 35px;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
}
#main .resultPage .result_t > div {
  align-items: last baseline;
}
#main .resultPage .result_t #location {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  margin-right: 20px;
  line-height: 30px;
}
#main .resultPage .pre-enrollment-costs {
  margin-top: -35px;
}
#main .resultPage .costs {
  width: 1200px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(146, 197, 255, 0.2);
  border-radius: 30px;
  margin-bottom: 67px;
}
#main .resultPage .costs:last-child {
  margin-bottom: 0;
}
#main .resultPage .costs > div {
  min-height: 350px;
  box-shadow: 0 7px 0 #fec776;
  border-radius: 30px;
  position: relative;
  padding: 40px;
}
#main .resultPage .costs .type {
  width: 200px;
  height: 60px;
  background-color: #e5042e;
  border-radius: 30px 30px 30px 0px;
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: -6px;
}
#main .resultPage .costs .type::after,
#main .resultPage .costs .type::before {
  content: "";
  width: 200px;
  height: 60px;
  background-color: #e5042e;
  border-radius: 30px 30px 30px 0px;
  opacity: 0.6;
  position: absolute;
  right: -7px;
  z-index: -1;
}
#main .resultPage .costs .type::after {
  right: -14px;
  opacity: 0.2;
}
#main .resultPage .costs .part {
  margin-bottom: 30px;
}
#main .resultPage .costs .part:last-child {
  margin-bottom: 0;
}
#main .resultPage .costs .name {
  height: 50px;
  background-image: linear-gradient(90deg, #ffc878 0%, #e79f3d 100%);
  border-radius: 0px 25px 25px 25px;
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 15px;
}
#main .resultPage .costs ul {
  padding-left: 0px;
}
#main .resultPage .costs li {
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  align-items: first baseline;
}
#main .resultPage .costs li em {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 10px;
  margin-right: 14px;
}

#main .resultPage .post-enrollment-costs > div {
  flex-wrap: wrap;
  align-items: flex-start;
}
#main .resultPage .post-enrollment-costs .part {
  min-width: 50%;
}
@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);
}
