* {
  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;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #ffffff url(../img/body.jpg) no-repeat;
  background-position: top center;
}

#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;
  /*允许长单词或URL地址换行*/
  background-clip: padding-box;
  /*确保背景不会延伸到边框下面*/
}

/* 滚动槽 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-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;
}
.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: 450px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}
article {
  min-width: 1200px;
}
article .content {
  width: 1200px;
  margin: 0 auto;
}
#main .samePart {
  padding-top: 79px;
}
#main .samePart .sameTitle {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 45px;
  line-height: 45px;
  color: #333333;
  padding-bottom: 37px;
  position: relative;
  margin-bottom: 31px;
}
#main .samePart .sameTitle::after {
  content: "";
  width: 60px;
  height: 8px;
  background-color: #b3e8ea;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#main .samePart .sameTitle img {
  height: 38px;
  margin: 0 20px;
}
#main .samePart .sameTitle img:last-child {
  transform: rotateZ(180deg);
}
#main .samePart .samebtn {
  width: 260px;
  height: 60px;
  background-color: #02b3bc;
  border-radius: 29px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffe9ba;
  margin: 40px auto 0;
  cursor: pointer;
}
#main .section1 .couns,
#main .section7 .couns {
  margin-bottom: 20px;
}
#main .section1 .couns li,
#main .section7 .couns li {
  width: 150px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(2, 179, 188, 0.2);
  border-radius: 6px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  color: #000000;
}
#main .section1 .couns li.active,
#main .section7 .couns li.active {
  background-color: #02b3bc;
  color: #ffffff;
}
#main .section1 .s-l {
  padding: 25px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(2, 179, 188, 0.2);
  border-radius: 10px;
}
#main .section1 .st {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 30px;
}
#main .section1 .st::before {
  content: "";
  width: 6px;
  height: 25px;
  background-color: #02b2bb;
  border-radius: 3px;
  margin-right: 12px;
}
#main .section1 .system {
  margin-bottom: 40px;
}
#main .section1 th {
  /* width: 200px; */
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #412807;
  height: 50px;
  background-color: #f7da99;
  border-radius: 10px;
  border: 3px solid #ffffff;
  overflow: hidden;
}
#main .section1 th:nth-child(1) {
  width: 92px;
}
#main .section1 td {
  height: 50px;
  background-color: #fff9eb;
  border-radius: 10px;
  font-size: 16px;
  color: #412807;
  text-align: center;
  padding: 8px 10px;
  border: 3px solid #ffffff;
}
#main .section1 td:nth-child(1) {
  width: 106px;
  font-size: 20px;
  background-color: #aae5e8;
  font-family: "AlibabaPuHuiTiMedium";
}

#main .section2 .content {
  height: auto;
  background-color: #b7eaed;
  box-shadow: 0px 0px 50px 0px rgba(2, 179, 188, 0.2);
  border-radius: 6px;
  padding: 27px 25px;
}
#main .section2 .tags:nth-child(1) {
  margin-bottom: 29px;
}
#main .section2 .tags > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 20px;
}
#main .section2 .tags > p::before{
    content: "";
  width: 6px;
  height: 16px;
  background-color: #02b2bb;
  border-radius: 3px;
  margin-right: 12px;
}
#main .section2 .tags li {
  /* font-family: "AlibabaPuHuiTiMedium"; */
  font-size: 16px;
  color: #333333;
  width: 11%;
}
#main .section2 .tags li span {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 10px 0px rgba(6, 6, 6, 0.1);
  border: solid 1px #cccccc;
  border-radius: 18px;
  margin-right: 13px;
}
#main .section2 .tags li.active span {
  background-color: #02b3bc;
  border: solid 3px #ffffff;
}
#main .section2 .form_box {
  margin-top: 25px;
}
#main .section2 .form_box .item {
  width: 400px;
  height: 50px;
  margin-right: 10px;
}
#main .section2 .form_box .item input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: #ffffff;
  padding-left: 20px;
}
#main .section2 .form_box .item.mar {
  margin-right: 24px;
}
#main .section2 .form_box .submit {
  width: 310px;
  height: 50px;
  background-color: #02b3bc;
  border-radius: 24px;
  font-size: 20px;
  font-family: "AlibabaPuHuiTiMedium";
  color: #ffe9ba;
  cursor: pointer;
  align-self: flex-end;
}
#main .section2 .reason {
  width: 1200px;
  margin: 68px auto 0;
}
#main .section2 .reason > div {
  width: 624px;
  height: 204px;
  background: url(../img/reason.png) no-repeat;
  background-size: 100%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  padding-top: 85px;
  padding-left: 37px;
}
#main .section3 ul {
  flex-wrap: wrap;
}
#main .section3 li {
  width: 280px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(2, 179, 188, 0.2);
  border-radius: 10px;
  border: solid 2px #ffffff;
  padding: 20px 30px 0;
}
#main .section3 li .language-title span {
  width: 120px;
  height: 40px;
  background-color: #02b3bc;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
#main .section3 li .course-item {
  font-size: 18px;
  margin-bottom: 8px;
}
#main .section3 li .course-item:last-child {
  margin-bottom: 0;
}
#main .section3 li .course-item .course-desc {
  color: #999999;
}
#main .section3 li.language-else {
  display: flex;
  width: 380px;
  height: 200px;
  padding: 0 0 0 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}
#main .section3 li.language-else .language-title {
  margin-right: 20px;
}
#main .section3 .samebtnbox,
#main .section4 .samebtnbox {
  margin-top: 40px;
}
#main .section3 .samebtn,
#main .section4 .samebtn {
  margin: 0 20px;
}
#main .section4 li {
  width: 280px;
  height: 300px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(2, 179, 188, 0.2);
  border-radius: 10px;
  border: solid 2px #ffffff;
  padding: 24px;
}
#main .section4 li .type {
  margin-bottom: 20px;
}
#main .section4 li .type span {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  z-index: 1;
  position: relative;
}
#main .section4 li .type span::after {
  content: "";
  width: 105%;
  height: 10px;
  background-color: #f7da99;
  border-radius: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main .section4 li .txt {
  font-size: 18px;
  line-height: 26px;
  color: #999999;
  margin-bottom: 5px;
}
#main .section4 li .txt:last-child {
  margin-bottom: 0;
}
#main .section4 li .txt em {
  font-family: "AlibabaPuHuiTiMedium";
  color: #333333;
}

#main .section5 .tools {
  align-items: flex-start;
  margin-bottom: 40px;
}
#main .section5 .tools img {
  box-shadow: 0px -20px 14px 0px rgb(65 136 217 / 9%);
  border-radius: 10px;
  margin-right: 50px;
}
#main .section5 .tools div {
  width: 455px;
  height: 163px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(2, 179, 188, 0.2);
  border: solid 2px #ffffff;
  color: #666666;
  padding: 0 45px;
  border-radius: 10px;
  position: relative;
}
#main .section5 .tools div::before {
  content: "";
  border: 28px solid #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
}
#main .section5 .tools p em {
  font-family: "AlibabaPuHuiTiMedium";
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
#main .section5 .products {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(2, 179, 188, 0.2);
  border-radius: 6px;
  padding: 35px 30px;
}
#main .section5 .products .st {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  align-items: flex-end;
  height: 24px;
  margin-bottom: 30px;
}
#main .section5 .products .st::before {
  content: "";
  width: 6px;
  height: 24px;
  background-color: #02b2bb;
  border-radius: 3px;
  margin-right: 12px;
}
#main .section5 .products .st .desc {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  margin-left: 13px;
}
#main .section5 .products ul {
  overflow-x: scroll;
}
#main .section5 .products li {
  width: 240px;
  margin-right: 17px;
}
#main .section5 .products li:last-child {
  margin-right: 0;
}
#main .section5 .products li .img {
  width: 240px;
  height: 146px;
  background-size: 100%;
  border-radius: 8px;
  background-repeat: no-repeat;
}
#main .section5 .products li p {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
#main .section5 .products li:hover p {
  color: #f10000;
}
#main .section6 .content {
  width: 1300px;
}
#main .section6 .swiper-container {
  padding: 30px 50px;
}
#main .section6 .sameTitle {
  margin-bottom: 0;
}
#main .section6 .book {
  width: 585px;
  height: 240px;
  box-shadow: 0px 0px 50px 0px rgba(2, 179, 188, 0.2);
  border-radius: 10px;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
#main .section6 .book .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #02b3bc;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
}
#main .section6 .swiper-pagination-bullet {
  background: #02b3bc;
}
#main .section6 .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
}

#main .section7 .list > li {
  width: 280px;
  height: 200px;
  background: #ffffff url(../img/ziliao1.png) no-repeat;
  background-size: 100%;
  background-position: bottom right;
  box-shadow: 0px 0px 50px 0px rgba(2, 179, 188, 0.2);
  border-radius: 10px;
  padding: 36px 0 0 33px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.3s;
  margin-right: 26px;
}
#main .section7 .list > li:last-child {
  margin-right: 0;
}
#main .section7 .list > li:hover {
  top: -8px;
  transition: all 0.3s;
}
#main .section7 .list > li:nth-child(2) {
  background-image: url(../img/ziliao2.png);
}
#main .section7 .list > li:nth-child(3) {
  background-image: url(../img/ziliao3.png);
}
#main .section7 .list > li:nth-child(4) {
  background-image: url(../img/ziliao4.png);
}
#main .section7 .list > li p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 30px;
  color: #666666;
  position: relative;
  z-index: 1;
}
#main .section7 .ziliao p::before {
  content: "";
  width: 91px;
  height: 29px;
  background: linear-gradient(to right, #ff9c18, #ffffff 70%);
  border-radius: 29px;
  position: absolute;
  left: -13px;
  z-index: -1;
  top: 1px;
}
#main .section7 .ziliao > span {
  width: 140px;
  height: 50px;
  background-color: #02b3bc;
  border-radius: 25px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  color: #ffe9ba;
  position: relative;
  left: -14px;
  margin-top: 20px;
}
#main .section8 .pinpai{
  width: 1200px;
  margin: 0 auto 30px;
}
#main .section8 .pinpai p{
  	width: 590px;
	height: 120px;
	background: #ffffff url(../img/pinpai1.png) no-repeat;
  background-size: 100%;
  background-position: center;
	box-shadow: 0px 0px 50px 0px 
		rgba(2, 179, 188, 0.2);
	border-radius: 10px;
  padding: 0 40px 0 103px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
	line-height: 28px;
	color: #666666;
}
#main .section8 .pinpai p:nth-child(2){
  background-image: url(../img/pinpai2.png);
}
#main .section8 .content{
   background: #ffffff;
              box-shadow: 0px 0px 50px 0px rgba(2, 179, 188, 0.2);
              border-radius: 12px;
              padding-top: 30px;
}
#main .section8 .content > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  height: 24px;
  margin-bottom: 30px;
  padding-left: 30px;
}
#main .section8 .content > p::before {
  content: "";
  width: 6px;
  height: 24px;
  background-color: #02b2bb;
  border-radius: 3px;
  margin-right: 12px;
}
/* handbooklayout */
.handbooklayout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 12;
}

.handbooklayout .layout_box {
  /* display: none; */
  padding-bottom: 20px;
}

.handbooklayout .link_box {
  display: none;
}

.handbooklayout > div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
}

.handbooklayout .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg, #fcedd1 0%, #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

.handbooklayout .info p {
  font-size: 18px;
  color: #1a1a1a;
}

.handbooklayout h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.handbooklayout .close,
.leyu_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.handbooklayout .close img {
  width: 100%;
}

.handbooklayout form {
  flex-wrap: wrap;
  padding: 25px 25px 0;
}

.handbooklayout .item,
.handbooklayout input,
.leyu_box input,
.handbooklayout select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.handbooklayout .item {
  margin-bottom: 8px;
}

.handbooklayout input,
.leyu_box input,
.handbooklayout select {
  padding-left: 10px;
}

.handbooklayout select {
  background: #f1f1f1 url(https://www.igo.cn/study/handbook/img/form_arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

.handbooklayout .item.yzm input {
  width: 100%;
}

.handbooklayout .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.handbooklayout .btn_box {
  margin: 12px auto 0;
}

.handbooklayout .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #ffd391;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
}

.handbooklayout .btn img {
  margin-right: 5px;
  height: 21px;
}

.handbooklayout .btn:nth-child(2) {
  margin-left: 30px;
}

.handbooklayout .link_box {
  width: 443px;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
  padding-bottom: 15px;
}

.handbooklayout .link_box .succeed {
  width: 113px;
  height: 113px;
  background: url(https://www.igo.cn/study/handbook/img/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding-top: 90px;
}

.handbooklayout .link_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

.handbooklayout .link_box .detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 12px;
  /* display: none; */
}

.handbooklayout .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
  line-height: 20px;
}

.handbooklayout .link_box .detail .link a {
  color: #1a1a1a;
}

.handbooklayout .link_box .detail .link a:hover {
  color: #f10000;
}
@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);
}
