* {
  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%;
  background: #ffffff;
}
#main  .banner{
    background: #ffffff url(../img/banner.jpg) no-repeat;
    background-position: center;
    background-size:cover;
    height: 194px;
    margin-bottom: 100px;
}
#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;
}
/* 
::-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);
}
#main article {
  min-width: 1200px;
}
#main article .content {
  width: 1200px;
  margin: 0 auto;
}
#main .tabbox {
  height: 112px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--Gray-200, #eceef2);
  gap: 4px;
  padding: 42px 0 24px 30px;
}
#main .tabbox > div {
  width: calc((100% - 130px) / 6);
  flex-grow: 1;
  position: relative;
}
#main .tabbox > div:last-child {
  width: 100px;
  flex-grow: 0;
}
#main .tabbox p {
  position: relative;
  left: -26px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
#main .tabbox .icon {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  cursor: pointer;
  border: 1px solid #ffffff;
}
#main .tabbox .icon > span {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid var(--Gray-200, #eceef2);
  position: relative;
}
#main .tabbox .icon > span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #d5d7da;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .tabbox .progress {
  width: 140px;
  height: 2px;
  border-radius: 2px;
  background-color: rgb(233, 234, 235);
  position: absolute;
  left: 30px;
  bottom: 14px;
}
@-webkit-keyframes progress {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}
#main .tabbox > div.active .progress::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7850d3;
  border-radius: 2px;
  -webkit-animation: progress 3s linear infinite;
  animation: progress 3s linear infinite;
}
#main .tabbox > div.active p{
  color: #7850d3;
}
#main .tabbox > div.active .icon {
  border: 1px solid #7850d3;
  transition: all 0.2s ease-in-out;
}
#main .tabbox > div.active .icon > span {
  background: #7850d3;
  transition: all 0.2s ease-in-out;
}
#main .tabbox > div.active .icon > span::after {
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
#main .tabbox.fixed{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
}
#main .tabbox.fixed.active{
  display: flex;
}
#main .partcontent {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
#main .samePart {
  padding-top: 80px;
}
#main .samePart div{
  position: relative;
}
#main .samePart ul {
  font-size: 20px;
}
#main .samePart .stitle {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 40px;
  line-height: 40px;
  color: #7850d3;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 45px;
  left: -30px;
}
#main .samePart .stitle span {
  font-size: 50px;
  color: #7850d329;
  margin-right: 10px;
}

#main .samePart .stitle::after {
  content: "";
  width: 120px;
  height: 8px;
  background: #7850d329;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
}
#main .btnbox {
  width: 100%;
  height: 50px !important;
  background: none !important;
  position: absolute !important;
  bottom: 20px;
  left: 0;
}
#main .btnbox > div {
  color: #ffffff;
  width: auto;
  height: 100%;
  border-radius: 50px;
  font-size: 20px;
  background: #6a39c9 !important;
  cursor: pointer;
  border: 2px solid #6a39c9;
  transition: all .3s;
  padding: 0 30px;
}
#main .btnbox > div:hover{
  background: #ffffff !important;
  color: #6a39c9;
  transition: all .3s;
}
#main .samePart1 .detail > div {
  background:#ffffff url(../img/part1-1.jpg) no-repeat;
  height: 765px;
  background-size: 100%;
}
#main .samePart1 .detail > div:nth-child(1){
  height: 840px;
  background-color: #ffffff;
}
#main .samePart1 .detail > div:nth-child(2) {
  background-image: url(../img/part1-2.jpg);
  height: 2680px;
}
#main .samePart .d-t {
  font-size: 23px;
  height: 40px;
  padding-left: 160px;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiMedium";
  line-height: 40px;
  margin-bottom: 30px;
}
#main .samePart1 ul {
  padding-left: 265px;
  line-height: 35px;
}
#main .samePart1 .section1 {
  margin-bottom: 59px;
}
#main .samePart1 .section2 .d-t {
  margin-bottom: 18px;
}
#main .samePart1 .section2 > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 21px;
  color: #6447d3;
  margin-bottom: 10px;
  padding-left: 269px;
}
#main .samePart1 .section2 > div {
  margin-bottom: 161px;
}
#main .samePart1 .section2 > div p {
  font-family: "AlibabaPuHuiTiMedium";
  padding-left: 312px;
  font-size: 19px;
}
#main .samePart1 .section2 > div p span {
  font-family: "AlibabaPuHuiTiRegular";
}
#main .samePart1 .part2 {
  padding-top: 36px;
}
#main .samePart1 .part2 .section1 {
  margin-bottom: 310px;
}
#main .samePart1 .part2 .section2 {
  margin-bottom: 582px;
}
#main .samePart1 .part2 .section3 {
  margin-bottom: 366px;
}
#main .samePart1 .part2 .section4 {
  margin-bottom: 617px;
}
#main .samePart1 .part2 .section5 .d-t {
  margin-bottom: 348px;
}
#main .samePart1 .part2 .section5 ul {
  padding-left: 300px;
  line-height: 38px;
}
#main .samePart2 .detail > div {
  background:#ffffff url(../img/part2-1.jpg) no-repeat;
  height: 630px;
  background-size: 100%;
}

#main .samePart2 .detail > div:nth-child(2) {
  background-image: url(../img/part2-2.jpg);
  height: 1030px;
}
#main .samePart2 .detail > div:nth-child(3) {
  background-image: url(../img/part2-3.jpg);
  height: 3626px;
}
#main .samePart2 .part1 .section1 .d-t {
  margin-bottom: 10px;
}
#main .samePart2 .part1 .section1 ul {
  padding-left: 310px;
  line-height: 49px;
}
#main .samePart2 .part2 {
  padding-top: 67px;
}
#main .samePart2 .part2 .section1 ul {
  padding-left: 310px;
  line-height: 49px;
}
#main .samePart2 .part2 .section1 ul li:nth-child(1) {
  line-height: 30px;
  margin-bottom: 17px;
}
#main .samePart2 .part3 {
  padding-top: 39px;
}
#main .samePart2 .part3 .section1 .d-t {
  margin-bottom: 15px;
}
#main .samePart2 .part3 .section1 ul {
  padding-left: 293px;
  line-height: 36px;
}
#main .samePart2 .part3 .section1 {
  margin-bottom: 1912px;
}
#main .samePart2 .part3 .section2 .d-t {
  margin-bottom: 15px;
}
#main .samePart2 .part3 .section2 ul {
  padding-left: 272px;
  line-height: 36px;
  margin-bottom: 26px;
}
#main .samePart2 .part3 .section3 {
  margin-bottom: 479px;
}
#main .samePart2 .part3 .section4 {
  margin-bottom: 110px;
}
#main .samePart2 .part3 .section5 {
  margin-bottom: 81px;
}
#main .samePart2 .part3 .section5 .d-t {
  margin-bottom: 25px;
}
#main .samePart2 .part3 .section5 ul {
  padding-left: 272px;
  line-height: 36px;
  margin-bottom: 26px;
}
#main .samePart2 .part3 .btnbox{
  bottom: 1580px;
}
#main .samePart3 .detail > div {
  background: url(../img/part3-1.jpg) no-repeat;
  height: 1271px;
  background-size: 100%;
}
#main .samePart3 .part1 .section1 {
  margin-bottom: 57px;
}
#main .samePart3 .part1 .section1 .d-t {
  margin-bottom: 55px;
}
#main .samePart3 .part1 .section1 ul {
  padding-left: 465px;
  line-height: 36px;
}
#main .samePart3 .part1 .section1 ul:nth-child(2) {
  margin-bottom: 47px;
}
#main .samePart3 .part1 .section1 ul:nth-child(3) {
  margin-bottom: 36px;
}
#main .samePart3 .part1 .section2 {
  margin-bottom: 72px;
}
#main .samePart3 .part1 .section2 .d-t {
  margin-bottom: 48px;
}
#main .samePart3 .part1 .section2 ul {
  padding-left: 465px;
  line-height: 36px;
}
#main .samePart3 .part1 .section3 {
  margin-bottom: 87px;
}
#main .samePart3 .part1 .section3 .d-t {
  margin-bottom: 82px;
}
#main .samePart3 .part1 .section3 ul {
  padding-left: 465px;
  line-height: 36px;
}
#main .samePart3 .part1 .section4 .d-t {
  margin-bottom: 48px;
}
#main .samePart3 .part1 .section4 ul {
  padding-left: 465px;
  line-height: 36px;
}
#main .samePart4 .detail > div {
  background: url(../img/part4-1.jpg) no-repeat;
  height: 1670px;
  background-size: 100%;
}
#main .samePart4 .part1 .section1 ul {
  padding-left: 265px;
  line-height: 36px;
}
#main .samePart4 .part1 .section1 {
  margin-bottom: 70px;
}
#main .samePart4 .part1 .section2 {
  margin-bottom: 653px;
}
#main .samePart4 .part1 .section2 ul {
  padding-left: 312px;
  line-height: 36px;
}
#main .samePart4 .part1 .section2 li:nth-child(1) {
  margin-bottom: 19px;
}
#main .samePart4 .part1 .section2 li:nth-child(2) {
  margin-bottom: 25px;
}
#main .samePart4 .part1 .section3 ul {
  padding-left: 254px;
  line-height: 36px;
}
#main .samePart4 .part1 .section3 .d-t {
  margin-bottom: 39px;
}
#main .samePart4 .part1 .section3 li:nth-child(1) {
  margin-bottom: 20px;
}
#main .samePart4 .part1 .section3 li:nth-child(2) {
  margin-bottom: 17px;
}
#main .samePart5 .detail > div {
  background: url(../img/part5-1.jpg) no-repeat;
  height: 1441px;
  background-size: 100%;
}
#main .samePart5 .part1 .section1 ul {
  padding-left: 250px;
  line-height: 47px;
}
#main .samePart5 .part1 .section1 {
  margin-bottom: 71px;
}
#main .samePart5 .part1 .section2 {
  margin-bottom: 95px;
}
#main .samePart5 .part1 .section2 ul {
  padding-left: 250px;
  line-height: 47px;
}
#main .samePart5 .part1 .section3 {
  margin-bottom: 268px;
}
#main .samePart5 .part1 .section4 .d-t {
  margin-bottom: 134px;
}
#main .samePart5 .part1 .section4 ul {
  padding-left: 647px;
  line-height: 52px;
}
#main .samePart6 .detail > div {
  background: url(../img/part6-1.jpg) no-repeat;
  height: 2140px;
  background-size: 100%;
}
#main .samePart6 .part1 .section1 {
  margin-bottom: 73px;
}
#main .samePart6 .part1 .section1 ul {
  padding-left: 250px;
  line-height: 36px;
}
#main .samePart6 .part1 .section2 {
  margin-bottom: 113px;
}
#main .samePart6 .part1 .section2 .d-t {
  margin-bottom: 282px;
}
#main .samePart6 .part1 .section2 ul {
  padding-left: 280px;
  line-height: 38px;
}
#main .samePart6 .part1 .section2 ul:nth-child(2) {
  margin-bottom: 54px;
}
#main .samePart6 .part1 .section3 {
  margin-bottom: 697px;
}
#main .samePart6 .part1 .section4 .d-t {
  margin-bottom: 23px;
}
#main .samePart6 .part1 .section4 ul {
  padding-left: 280px;
  line-height: 44px;
}
#main .samePart7 .detail > div {
  background: url(../img/part7-1.jpg) no-repeat;
  height: 1410px;
  background-size: 100%;
}
#main .samePart7 .part1 .section1 {
  margin-bottom: 85px;
}
#main .samePart7 .part1 .section1 .d-t {
  margin-bottom: 13px;
}
#main .samePart7 .part1 .section1 ul {
  padding-left: 250px;
  line-height: 41px;
  margin-bottom: 14px;
}
#main .samePart7 .section1 > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 21px;
  color: #6447d3;
  margin-bottom: 10px;
  padding-left: 269px;
  line-height: 35px;
}
#main .samePart7 .part1 .section1 ul:last-child {
  padding-left: 297px;
  margin-bottom: 0;
}
#main .samePart7 .part1 .section1 ul:last-child span {
  font-family: "AlibabaPuHuiTiMedium";
}
#main .samePart7 .part1 .section1 ul:last-child li {
  line-height: 33px;
  margin-bottom: 18px;
}
#main .samePart7 .part1 .section1 ul:last-child li:last-child {
  margin-bottom: 0;
}
#main .samePart7 .part1 .section2 .d-t {
  margin-bottom: 16px;
}
#main .samePart7 .part1 .section2 ul {
  padding-left: 250px;
  line-height: 41px;
  margin-bottom: 19px;
}
#main .samePart7 .section2 > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 21px;
  color: #6447d3;
  margin-bottom: 10px;
  padding-left: 620px;
  line-height: 35px;
}
#main .samePart7 .part1 .section2 ul:last-child {
  padding-left: 664px;
  margin-bottom: 0;
}
#main .samePart7 .part1 .section2 ul:last-child span {
  font-family: "AlibabaPuHuiTiMedium";
}
#main .samePart7 .part1 .section2 ul:last-child li {
  line-height: 33px;
  margin-bottom: 18px;
}
#main .samePart7 .part1 .section2 ul:last-child li:last-child {
  margin-bottom: 0;
}
@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);
}
