* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}
@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);
}

#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: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: #fff2eb;
}

#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;
}

.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;
}
.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%;
  height: 500px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}
#main {
  min-width: 1200px;
}
#main .samepart {
  width: 1200px;
  margin: 123px auto 0;
  background: #ffffff;
  padding: 1px 40px 40px;
}

#main .samepart .title {
  width: 650px;
  height: 80px;
  background: url(../img/title_bg.png) no-repeat;
  margin: -40px auto 47px;
  text-align: center;
  line-height: 80px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 42px;
  font-weight: bold;
  color: #333333;
}
#main .samepart .cssSprites {
  background: url(../img/icons.png) no-repeat;
}
#main .samepart #icon1 {
  background-position: -0px -0px;
  width: 57px;
  height: 47px;
}
#main .samepart #icon2 {
  background-position: -57px -0px;
  width: 57px;
  height: 47px;
}
#main .samepart #icon3 {
  background-position: -114px -0px;
  width: 55px;
  height: 47px;
}
#main .samepart #icon4 {
  background-position: -169px -0px;
  width: 57px;
  height: 47px;
}
#main .samepart #icon5 {
  background-position: -226px -0px;
  width: 57px;
  height: 47px;
}
#main .samepart #icon6 {
  background-position: -283px -0px;
  width: 54px;
  height: 47px;
}
#main .samepart #icon7 {
  background-position: -337px -0px;
  width: 50px;
  height: 50px;
}
#main .samepart #icon8 {
  background-position: -387px -0px;
  width: 50px;
  height: 50px;
}
#main .samepart #icon9 {
  background-position: -437px -0px;
  width: 50px;
  height: 50px;
}
#main .samepart #icon10 {
  background-position: -487px -0px;
  width: 50px;
  height: 50px;
}
#main .samepart #f_icon1 {
  background-position: -537px -0px;
  width: 49px;
  height: 60px;
}
#main .samepart #f_icon2 {
  background-position: -586px -0px;
  width: 60px;
  height: 60px;
}
#main .samepart #f_icon3 {
  background-position: -646px -0px;
  width: 60px;
  height: 60px;
}
#main .samepart #f_icon4 {
  background-position: -706px -0px;
  width: 60px;
  height: 60px;
}
#main .samepart #f_icon5 {
  background-position: -766px -0px;
  width: 50px;
  height: 60px;
}

#main .samepart .btnbox {
  margin-top: 50px;
}
#main .samepart .btnbox > div {
  width: 310px;
  height: 60px;
  background-color: #ff5029;
  border: 3px solid #ff5029;
  border-radius: 29px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: all .3s;
}
#main .samepart .btnbox > div:nth-child(2) {
  margin-left: 40px;
}
#main .samepart .btnbox > div:hover {
  color: #ff5029;
  background-color: #ffffff;
  transition: all .3s;
}
#main .section1 {
  position: relative;
  padding-bottom: 180px;
}
#main .section1 .intr > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  line-height: 18px;
  color: #4d4d4d;
  margin-bottom: 30px;
}
#main .section1 .intr > p:nth-child(1) {
  margin-bottom: 20px;
}
#main .section1 .intr > p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 10px;
  margin-right: 15px;
}

#main .section1 .intr li {
  background: #ffe7e0;
  width: 22%;
  color: #000000;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 80px;
  border-radius: 10px;
}
#main .section1 .advantage {
  align-items: stretch;
  margin-top: 20px;
}
#main .section1 .advantage > div {
  width: 540px;
  background-color: #ffe7db;
  border-radius: 6px;
  overflow: hidden;
}
#main .section1 .advantage > div > p {
  width: 100%;
  height: 45px;
  background-image: linear-gradient(90deg, #ff5029, #ffe7db 70%);
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #ffffff;
  padding-left: 25px;
}
#main .section1 .advantage > div:nth-child(2) > p {
  background-image: linear-gradient(90deg, #ff982a, #ffe7db 70%);
}
#main .section1 .advantage .txt {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 15px;
  line-height: 23px;
  color: #333333;
  padding: 10px 10px 10px 20px;
}
#main .section1 .advantage .txt p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  margin-bottom: 5px;
}
#main .samepart .samep {
  margin-top: 50px;
}
#main .samepart .samep > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 30px;
}

#main .samepart .samep > p::before {
  content: "";
  width: 10px;
  height: 40px;
  background-color: #ff5029;
  border-radius: 4px;
  margin-right: 15px;
}
#main .section1 .fit li {
  width: 260px;
  height: 100px;
  background: url(../img/fit1.png) no-repeat;
  background-size: 100%;
  padding-left: 110px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
#main .section1 .fit li:nth-child(2) {
  background-image: url(../img/fit2.png);
}
#main .section1 .fit li:nth-child(3) {
  background-image: url(../img/fit3.png);
}
#main .section1 .fit li:nth-child(4) {
  background-image: url(../img/fit4.png);
}

#main .section1 .compare > p {
  margin-bottom: 45px;
}
#main .section1 .compare ul {
  align-items: flex-end;
  position: relative;
}
#main .section1 .compare ul > div {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 100px;
  line-height: 78px;
  color: #f2f2f2;
  position: absolute;
  top: 30px;
  left: 19px;
}
#main .section1 .compare ul > img {
  width: 140px;
  position: absolute;
  top: -10px;
  left: 57px;
}

#main .section1 .compare li {
  width: 220px;
  height: 508px;
  background-color: #fff2eb;
  border-radius: 10px 10px 0px 0px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  color: #666666;
  overflow: hidden;
}

#main .section1 .compare li:nth-child(1) {
  width: 160px;
  height: 420px;
  background-color: #fff2eb;
  border-radius: 0;
  color: #4d4d4d;
}
#main .section1 .compare li:nth-child(2) {
  width: 280px;
}
#main .section1 .compare li span {
  height: 70px;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

#main .section1 .compare li:nth-child(1) span {
  width: 160px;
}

#main .section1 .compare li span:last-child {
  border-bottom: none;
}

#main .section1 .compare li span.t {
  height: 90px;
  background-color: #ff8100;
  font-size: 30px;
  font-family: "AlibabaPuHuiTiMedium";
  color: #ffffff;
}

#main .section1 .compare li:nth-child(2) {
  background-color: #ff5029;
  height: 539px;
  color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

#main .section1 .compare li:nth-child(2) span:nth-child(1) {
  height: 120px;
  font-size: 40px;
  background-color: #ff5029;
}
#main .section1 .global_p ul {
  flex-wrap: wrap;
}
#main .section1 .global_p li {
  width: 550px;
  border-radius: 6px;
  border: solid 1px #ffdcca;
  padding-left: 13px;
  padding: 10px 0 10px 13px;
}
#main .section1 .global_p li:nth-child(1),
#main .section1 .global_p li:nth-child(2) {
  margin-bottom: 30px;
}
#main .section1 .global_p li .flag {
  width: 116px;
  flex-shrink: 0;
  margin-right: 8px;
}

#main .section1 .global_p li p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 23px;
  color: #4d4d4d;
}
#main .section1 .global_p li p span {
  font-family: "AlibabaPuHuiTiMedium";
  color: #000000;
}
#main .section1 .global_p li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  height: 24px;
}

#main .section1 .global_p li p:nth-child(1)::after {
  content: "";
  width: 100%;
  height: 9px;
  background-color: #f8e6bf;
  border-radius: 4px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
}

#main .section1 .global_p li p:nth-child(1) em {
  font-size: 15px;
  line-height: 15px;
}
#main .section1 .global_p .schs {
  padding: 0 55px;
  margin-top: 50px;
}
#main .section1 .global_p .schs p {
  text-align: center;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-top: 13px;
}
#main .section1 .testbox {
  width: 100%;
  height: 130px;
  background-color: #ff5029;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 40px;
}
#main .section1 .testbox .txt {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-right: 78px;
}
#main .section1 .testbox .txt p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  margin-top: 14px;
}
#main .section1 .testbox .item {
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 12px;
}
#main .section1 .testbox .item.mar {
  margin-right: 31px;
}
#main .section1 .testbox input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding-left: 14px;
  font-size: 14px;
}
#main .section1 .testbox .submit {
  width: 150px;
  height: 50px;
  background-image: linear-gradient(
    0deg,
    #ffd200 0%,
    #f9e14c 100%,
    #84ad65 100%,
    #0f797e 100%
  );
  border-radius: 25px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  color: #000000;
}
#main .section2 .title {
  margin-bottom: 28px;
}
#main .section2 > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 50px;
  text-align: center;
}
#main .section2 .line ul {
  height: 343px;

  position: relative;
  align-items: flex-start;
}

#main .section2 .line ul::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ffdcca;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#main .section2 .line li {
  width: 300px;
  height: 143px;
  background-color: #ffdcca;
  border-radius: 5px;
  flex-shrink: 0;
  margin-left: -164px;
  text-align: center;
  padding-top: 24px;
  position: relative;
  color: #945331;
}
#main .section2 .line li.other {
  background: #ff552f;
  color: #ffffff !important;
}
#main .section2 .line li::after {
  content: "";
  border: 12px solid #ffdcca;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
#main .section2 .line li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  border: solid 4px #ffdcca;
  border-radius: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#main .section2 .line li.other::after {
  border-top-color: #ff552f;
}
#main .section2 .line li:nth-child(2n) {
  align-self: flex-end;
}
#main .section2 .line li:nth-child(2n)::after {
  bottom: auto;
  top: -24px;
  border-bottom-color: #ffdcca;
  border-top-color: transparent;
}
#main .section2 .line li:nth-child(2n)::before {
  bottom: auto;
  top: -40px;
}
#main .section2 .line li:last-child::after {
  border-bottom-color: #ff552f;
}
#main .section2 .line li:nth-child(1) {
  margin-left: 0;
}
#main .section2 .line li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}
#main .section2 .line li p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  line-height: 26px;
  color: #ad6139;
}
#main .section2 .line li.other p:nth-child(2) {
  color: #ffffff;
}

#main .section2 .lesson li {
  width: 350px;
  height: 140px;
  background: url(../img/lesson_bg.png) no-repeat;
  background-size: 100%;
  border-radius: 6px;
  padding-left: 164px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  text-align: center;
  padding-top: 20px;
}
#main .section2 .lesson li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 14px;
}
#main .section2 .lesson li p:nth-child(1) em {
  font-family: "AlibabaPuHuiTiBold";
  display: block;
  color: #ea5434;
}
#main .section2 .service ul {
  flex-wrap: wrap;
}
#main .section2 .service li {
  width: 360px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #ffdcc9;
  padding: 28px 10px 0 25px;
}
#main .section2 .service li:nth-child(1),
#main .section2 .service li:nth-child(2),
#main .section2 .service li:nth-child(3) {
  margin-bottom: 30px;
}
#main .section2 .service .cssSprites {
  flex-shrink: 0;
  margin-right: 19px;
}

#main .section2 .service li > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 27px;
}
#main .section2 .service li div p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}

#main .section2 .fix li {
  width: 210px;
  height: 180px;
  background-color: #ffede3;
  border-radius: 6px;
  padding-top: 26px;
}

#main .section2 .fix li > div {
  margin: 0 auto 20px;
}
#main .section2 .fix li p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}
#main .section3 {
  background: #ffffff url(../img/group.png) no-repeat;
  background-size: 100%;
  background-position:0 35px;
}
#main .section3 .info {
  margin-bottom: 34px;
}
#main .section3 .info > div {
  width: 260px;
  height: 70px;
  background-color: #ffdcc9;
  border-radius: 6px;
  padding-left: 10px;
}
#main .section3 .info .cssSprites {
  flex-shrink: 0;
  margin-right: 10px;
}
#main .section3 .info p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 17px;
  line-height: 24px;
  color: #92542d;
}
