* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1440px;
}

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%;
  background: url(../img/bg.jpg) repeat-y;
  background-position: center -37px;
}

#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 {
  width: 6px;
  height: 6px;
  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;
}
.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: 1440px;
  height: 624px;
  background: url(../img/banner.png) no-repeat;
  background-size: 1233px auto;
  background-position: bottom center;
  position: relative;
  margin: 0 auto 190px;
}
#main .banner .qrcode {
  width: 153px;
  height: 153px;
  background: url(../img/qrcode.jpg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 309px;
  right: 353px;
  border-radius: 153px;
}
#main .banner .bleft {
  width: 590px;
  position: absolute;
  top: 318px;
  left: 120px;
}
#main .banner .bleft > p {
  font-size: 24px;
  letter-spacing: 11px;
  color: #ffffff;
  text-shadow: 3px 4px 40px rgba(3, 96, 231, 0.4);
  margin-bottom: 54px;
  line-height: 24px;
}
#main .banner .bleft > p::after,
#main .banner .bleft > p::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 16px;
  margin-left: 0;
}
#main .banner .bleft > p::after {
  margin-left: 5px;
  margin-right: 0;
}
#main .banner .bleft ul {
  flex-wrap: wrap;
}
#main .banner .bleft li {
  width: 180px;
  height: 50px;
  background-color: #006ae1;
  border-radius: 6px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 17px;
}
#main .banner .goTest {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
  width: 220px;
  height: 65px;
  background-color: #f4bf61;
  border-radius: 32px;
  position: absolute;
  bottom: 32px;
  right: 313px;
  /* 添加动画相关属性 */
  animation: pulse 2s infinite;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* 添加脉冲动画 */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(244, 191, 97, 1);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(244, 191, 97, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(244, 191, 97, 0);
  }
}

#main article {
  min-width: 1440px;
}
#main .bigContent {
  width: 1440px;
  margin: 0 auto;
  height: 1387px;
  background: linear-gradient(to bottom, #0077ff, transparent);
  border-radius: 80px;
  position: relative;
}
#main .bigContent .btitle {
  width: 205px;
  height: 228px;
  background: url(../img/title_bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -156px;
  left: 568px;
}
#main .bigContent h2 {
  font-family: "LogoSCUnboundedSansRegular";
  font-weight: normal;
  font-size: 43px;
  line-height: 43px;
  color: #ffffff;
  text-shadow: 3px 4px 40px rgba(3, 96, 231, 0.4);
  word-break: keep-all;
  position: absolute;
  top: 37px;
  left: 73px;
}

#main .bigContent .btitle::before {
  content: "····";
  position: absolute;
  font-size: 23px;
  line-height: 8px;
  background: linear-gradient(90deg, #76d2ff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  top: 17px;
  left: 68px;
  letter-spacing: -9px;
}
#main .bigContent .lead {
  padding: 0 78px;
  position: relative;
  top: -26px;
}
#main .bigContent h3 {
  width: 152px;
  height: 100px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 35px;
  background: url(../img/title_bg.png) no-repeat;
  background-size: 100%;
  font-weight: normal;
  line-height: 35px;
  color: #ffffff;
  padding-top: 40px;
  text-align: center;
  position: relative;
}
#main .bigContent h3::before {
  content: "····";
  position: absolute;
  font-size: 23px;
  line-height: 8px;
  background: linear-gradient(90deg, #76d2ff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -9px;
}
#main .bigContent .lead {
  align-items: flex-start;
}
#main .bigContent .leadleft p {
  width: 520px;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  padding-left: 42px;
}
#main .bigContent .leadleft p:last-child {
  margin-top: 25px;
}
#main .bigContent .leadleft p span {
  text-decoration: underline;
  font-size: 18px;
  color: #ffd893;
  cursor: pointer;
}
#main .bigContent .lead .question {
  width: 720px;
  height: 348px;
  background: url(../img/question.png) no-repeat;
  background-size: 100%;
  border-radius: 30px;
}
#main .bigContent .lead .question ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#main .bigContent .question li {
  flex-direction: column;
  position: absolute;
}
#main .bigContent .question p:nth-child(1) {
  background-color: #0069e1;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 8px 22px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#main .bigContent .question p em {
  font-size: 34px;
  line-height: 11px;
  position: relative;
  top: 2px;
  display: inline-block;
}
#main .bigContent .question p:nth-child(2) {
  display: inline-block;
  background-color: #f4bf61;
  padding: 10px 22px;
  font-size: 16px;
  border-radius: 30px;
  line-height: 20px;
  margin-top: -8px;
  position: relative;
  z-index: 1;
}
#main .bigContent .question p:nth-child(2)::after {
  content: "";
  border: 22px solid #f4bf61;
  border-left-width: 2px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -36px;
  right: 20%;
}
#main .bigContent .question li:nth-child(1) {
  top: 33px;
  left: 19px;
}
#main .bigContent .question li:nth-child(2) {
  top: 119px;
  left: 15px;
}
#main .bigContent .question li:nth-child(3) {
  top: 20px;
  right: 21px;
}
#main .bigContent .question li:nth-child(4) {
  top: 176px;
  right: 15px;
}
#main .bigContent .question li:nth-child(5) {
  left: 164px;
  bottom: 37px;
}
#main .bigContent .return {
  position: relative;
  margin-top: 71px;
  padding-top: 117px;
}
#main .bigContent .return .btitle {
  top: 0;
  left: 721px;
}
#main .bigContent .return .btitle h2 {
  left: auto;
  right: 100px;
}
#main .bigContent .return .btitle::before {
  left: 44px;
}
#main .bigContent .return .content {
  width: 1207px;
  height: 732px;
  background: url(../img/content.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  align-items: flex-start;
}
#main .bigContent .return ul {
  padding-top: 20px;
  overflow: hidden;
}
#main .bigContent .return li {
  width: 260px;
  margin-bottom: 46px;
}
#main .bigContent .return li:nth-child(2) {
  margin-bottom: 42px;
}
#main .bigContent .return ul:nth-child(2) li {
  margin-bottom: 30px;
}
#main .bigContent .return ul:nth-child(2) li:nth-child(2) {
  margin-bottom: 70px;
}
#main .bigContent .return li:last-child {
  margin-bottom: 0;
}
#main .bigContent .return li h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 8px;
  padding-left: 13px;
}
#main .bigContent .return li > p {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  padding-left: 13px;
}
#main .bigContent .return li > p::after {
  content: "";
  width: 260px;
  height: 17px;
  background: linear-gradient(to right, #06dcff, transparent 76%);
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
  border-radius: 17px 0 0 0;
}
#main .bigContent .return ul:nth-child(2) li > p::after {
  background: linear-gradient(to left, #06dcff, transparent 76%);
  border-radius: 0 17px 0 0;
}
#main .bigContent .return li .txt {
  background: linear-gradient(25deg, #155fe6, transparent);
  padding: 25px 0 10px 13px;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
#main .bigContent .return ul:nth-child(2) li .txt {
  background: linear-gradient(-25deg, #155fe6, transparent);
}
#main .bigContent .return li .txt p {
  display: flex;
  align-items: first baseline;
  margin-bottom: 8px;
}
#main .bigContent .return li .txt p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f4bf61;
  border-radius: 8px;
  margin-right: 11px;
}
#main .bigContent .return .btmbox {
  position: absolute;
  bottom: 0;
  width: 620px;
  height: 260px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 99px;
  padding-left: 55px;
}
#main .bigContent .return .btmbox h4 {
  font-family: "AlibabaPuHuiTiBold";
  width: 265px;
  height: 50px;
  background: linear-gradient(
    to right,
    transparent 10%,
    #00316a,
    #00316a,
    transparent 90%
  );
  font-size: 32px;
  font-weight: normal;
  line-height: 50px;
  color: #ffffff;
  text-shadow: 3px 4px 30px rgba(7, 105, 232, 0.75);
  text-align: center;
}
#main .bigContent .return .btmbox > p {
  width: 265px;
  text-align: center;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #ffffff;
  text-shadow: 3px 4px 30px 0px rgba(7, 105, 232, 0.75);
  margin: 8px 0 25px;
}
#main .bigContent .return .btmbox > p.remark {
  font-size: 14px;
  line-height: 14px;
  color: #ffcb9c;
  letter-spacing: 4px;
  margin: 0;
}
#main .bigContent .return .btmbox .qrcode {
  width: 115px;
  height: 115px;
  background: url(../img/qrcode.jpg) no-repeat;
  background-size: 100%;
  border-radius: 115px;
  position: absolute;
  right: 113px;
  top: 102px;
}
@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: "LogoSCUnboundedSansRegular";
  src: url(../img/LogoSCUnboundedSans-Regular.ttf);
}
