* {
  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;
}
#main .banner {
  background: url(../img/banner.jpg) no-repeat;
  background-size: 100%;
  height: 11rem;
}

#main .question {
  padding: 0.3rem;
}

#main .question ul {
  position: relative;
  background: url(../img/question.png) no-repeat;
  background-size: 100%;
  height: 12.03rem;
}
#main .question li {
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
}
#main .question li p:nth-child(1) {
  font-size: 0.47rem;
  line-height: 0.7rem;
  color: #ffffff;
  background-color: #0069e1;
  border-radius: 0.84rem;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
#main .question li p:nth-child(1) em {
  font-size: 1rem;
  line-height: 0.4rem;
  position: relative;
  top: 0.1rem;
}
#main .question li p:nth-child(2) {
  font-family: "AlibabaPuHuiTiMedium";
  background-color: #f4bf61;
  border-radius: 1.11rem;
  font-size: 0.47rem;
  line-height: 0.6rem;
  padding: 0.2rem 0.5rem;
  position: relative;
  top: -0.2rem;
  z-index: 1;
  padding-top: 0.3rem;
}
#main .question li.dis-f p:nth-child(1) {
  position: relative;
  left: 1.5rem;
}
#main .question li:nth-child(1) {
  top: 0.57rem;
  left: 0.53rem;
}
#main .question li:nth-child(2) {
  top: 3.75rem;
  left: 0.38rem;
}
#main .question li:nth-child(3) {
  top: 0.83rem;
  right: 0.38rem;
}
#main .question li:nth-child(4) {
  top: 8.2rem;
  left: 3.7rem;
}
#main .question li:nth-child(5) {
  top: 6.7rem;
  left: 7.85rem;
}
#main .goTest {
  width: 5.55rem;
  height: 1.73rem;
  background-color: #ffbd48;
  border-radius: 0.84rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.7rem;
  margin: 1.23rem auto 0;
  animation: pulse 2s infinite;
  transition: all 0.3s ease;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(244, 191, 97, 1);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(244, 191, 97, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 191, 97, 0);
  }
}
#main .info {
  margin-top: 2.33rem;
  position: relative;
  margin-bottom: 3.25rem;
}
#main .info::before {
  content: "";
  width: 4.4rem;
  height: 4.9rem;
  background: url(../img/title_bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.43rem;
  top: -0.95rem;
}
#main .info ul {
  flex-wrap: wrap;
  padding-left: 1.4rem;
  padding-right: 1rem;
}
#main .info li {
  width: 50%;
  padding-left: 0.55rem;
  position: relative;
}
#main .info li:nth-child(1),
#main .info li:nth-child(2) {
  margin-bottom: 0.65rem;
}
#main .info li h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 0.75rem;
  color: #ffffff;
  text-shadow: 0.05rem 0.09rem 0.65rem rgba(43, 129, 227, 0.5);
  margin-bottom: 0.33rem;
  padding-left: 0.35rem;
}
#main .info li::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  background: url(../img/icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
#main .info li p {
  font-size: 0.47rem;
  color: #ffffff;
  height: 0.88rem;
  line-height: 0.88rem;
  background-image: linear-gradient(90deg, #155fe6, transparent 77%);
  border-radius: 0.42rem 0 0 0.42rem;
  padding-left: 0.25rem;
}

#main .intrbox {
  width: 100%;
  background: linear-gradient(to bottom, #0077ff, transparent);
  border-radius: 1.07rem 1.07rem 0rem 0rem;
  padding-top: 0.05rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}

#main .intrbox .samepart1::after {
    content: "";
    width: 4.4rem;
    height: 4.9rem;
    background: url(../img/title_bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -1.1rem;
    z-index: -1;
}
#main .intrbox .samepart ul{
  overflow: hidden;
}
#main .intrbox .samepart1 {
  padding: .4rem 0.53rem 0 0.2rem;
}
#main .intrbox .samepart2 {
  padding: 0 0.2rem 0 0.53rem;
}
#main .intrbox .samepart1 > div {
  background: url(../img/page1.png) no-repeat;
  background-size: 100%;
}
#main .intrbox .samepart2 > div {
  background: url(../img/page2.png) no-repeat;
  background-size: 100%;
}
#main .intrbox .sampart li {
  width: 7.55rem;
  margin-bottom: .8rem;
}
#main .intrbox .samepart1 li:nth-child(2){
  margin-bottom: 0.6rem;
}
#main .intrbox .samepart2 li:nth-child(1){
  margin-bottom: 0.5rem;
}
#main .intrbox .samepart2 li:nth-child(2){
  margin-bottom: 0.5rem;
}
#main .intrbox .sampart li h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 0.7rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
  padding-left: 0.25rem;
}
#main .intrbox .sampart li > p {
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-left: 0.25rem;
}
#main .intrbox .sampart li > p::after {
  content: "";
  width: 100%;
  height: 0.38rem;
  background: linear-gradient(to left, #06dcff, transparent 76%);
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  z-index: -1;
  border-radius: 0 0.38rem 0 0;
}
#main .intrbox .samepart2 li > p::after {
  background: linear-gradient(to right, #06dcff, transparent 76%);
  border-radius: 0.38rem 0 0 0;
}
#main .intrbox .sampart li .txt {
  background: linear-gradient(-25deg, #155fe6, transparent);
  padding: 0.6rem .4rem 0.2rem 0.25rem;
  border-radius: 0 0 0.21rem 0.21rem;
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #ffffff;
  flex-wrap: wrap;
}
#main .intrbox .samepart2 li .txt{
  background: linear-gradient(25deg, #155fe6, transparent);

}
#main .intrbox .sampart li .txt p {
  display: flex;
  align-items: first baseline;
  margin-bottom: 8px;
  min-width: 50%;
}
#main .intrbox .sampart li .txt p::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-color: #f4bf61;
  border-radius: 0.2rem;
  margin-right: 0.18rem;
}
#main .intrbox .samepart2 ul{
  margin-top: -1.95rem;
}

@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);
}
