* {
  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);
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://www.igo.cn/study/product/font/AvantiBold.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: "AlibabaPuHuiTiRegular";
  position: relative;
  width: 100%;
  background: #f5f5f5 url(../img/banner.png) no-repeat;
  background-position: top center;
  padding-top: 550px;
}

#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;
}

::-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 {
  position: relative;
  z-index: 1;
}
#main article::before {
  content: "";
  width: 100%;
  height: 266px;
  background: url(../img/bg1.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main article::after {
  content: "";
  width: 100%;
  height: 236px;
  background: url(../img/bg2.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main {
  min-width: 1200px;
}
#main .contentbox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
#main .contentbox .tabbox > .tab {
  width: 50%;
  height: 80px;
  background-color: #ffd282;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 34px;
  color: #c00113;
  cursor: pointer;
}

#main .contentbox .tabbox > .tab.active {
  background-color: #c00113;
  color: #ffd282;
}
#main .tcontent {
  background-color: #ffffff;
  padding: 40px 30px;
}
#main .tcontent > div {
  border-top: none;
}
#main .tcontent .tab {
  width: 375px;
  height: 60px;
  background-color: #f2f2f2;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  color: #c00113;
  cursor: pointer;
}
#main .tcontent .tab.active {
  background-color: #c00113;
  color: #f2f2f2;
}
#main .tcontent .couns {
  /* border-bottom: 1px solid #e6e6e6; */
  /* margin-bottom: 30px; */
}

#main .tcontent .couns > div {
  flex-grow: 1;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  color: #1a1a1a;
  padding: 37px 0 25px 0;
  position: relative;
  line-height: 24px;
  cursor: pointer;
}
#main .tcontent .couns > div:hover,
#main .tcontent .couns > div.active {
  color: #c00113;
}
#main .tcontent .couns > div.active::after {
  content: "";
  width: 36px;
  height: 6px;
  background-color: #c00113;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
}
#main .tcontent .partbox {
  padding: 20px;
  padding-top: 50px;
  border: solid 1px #ededed;
}
#main .tcontent .introduction {
  margin-bottom: 25px;
}
#main .tcontent .introduction > li {
  width: 350px;
  height: 65px;
  background: #c00113 url(../img/leadIcon1.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  /* padding-left: 65px; */
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
}
#main .tcontent .introduction > li:nth-child(2) {
  background-image: url(../img/leadIcon2.png);
}
#main .tcontent .introduction > li:nth-child(3) {
  background-image: url(../img/leadIcon3.png);
}

#main .tcontent .admissionbox {
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 20px 0 0 20px;
}
#main .tcontent .admissionbox > ul {
  height: auto;
  flex-wrap: wrap;
  align-items: stretch;
}

#main .tcontent .details li,
#main .tcontent .admissionPathway li {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px 10px 50px 20px;
  flex-grow: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
#main .tcontent .details li {
  min-width: 23%;
}
#main .tcontent .details li .name,
#main .tcontent .admissionPathway li .name {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  line-height: 22px;
  color: #4d4d4d;
  margin-bottom: 8px;
}

#main .tcontent .details li .name span{
  color: #c00113;
}
#main .tcontent .details li .c {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 10px;
}
#main .tcontent .details li p {
  margin-bottom: 4px;
}
#main .tcontent .details li p:last-child {
  margin-bottom: 0;
}
#main .tcontent .details li .zixun,
#main .tcontent .admissionPathway li .zixun {
  width: 90px;
  height: 35px;
  background-color: #c00113;
  border-radius: 17px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  font-family: "AlibabaPuHuiTiMedium";
  position: absolute;
  bottom: 15px;
  left: 20px;
}
#main .tcontent .admissionPathway li {
  /* max-width: 518px; */
}
#main .tcontent .admissionPathway li .name {
  margin-bottom: 0;
}
#main .tcontent .admissionPathway li .name2 {
  margin-bottom: 10px;
}
#main .tcontent .admissionPathway .desc {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 17px;
  height: 75px;
}
#main .tcontent .admissionPathway .txt p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 4px;
}
#main .tcontent .admissionPathway li .zixun {
  /* top: 40px;
  bottom: auto;
  left: auto;
  right: 25px; */
}
#main .tcontent .same-t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 30px !important;
}
#main .tcontent .same-t::before {
  content: "";
  width: 8px;
  height: 30px;
  background-color: #c00113;
  border-radius: 3px;
  margin-right: 11px;
}
#main .tcontent .plan,
#main .tcontent .sameSCh {
  margin-top: 52px;
}
#main .tcontent .plan ul > div {
  align-items: stretch;
  margin-bottom: 20px;
}
#main .tcontent .plan ul > div:last-child {
  margin-bottom: 0;
}
#main .tcontent .plan .poster {
  width: 335px;
  height: 202px;
  border-radius: 6px;
  margin-right: 30px;
  overflow: hidden;
  flex-shrink: 0;
}
#main .tcontent .plan .poster img {
  width: 100%;
}
#main .tcontent .plan .name {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 20px;
}
#main .tcontent .plan .info {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  margin-bottom: 14px;
}
#main .tcontent .plan .tags > div {
  height: 95px;
  background-color: #fff9ee;
  border-radius: 6px;
  border: solid 1px #ffd282;
  border-top-width: 4px;
  flex-grow: 1;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 26px;
  color: #c00113;
  margin-right: 20px;
  text-align: center;
}
#main .tcontent .plan .tags > div:last-child {
  margin-right: 0;
}
#main .tcontent .plan .zixun {
  width: 60px;
  height: 202px;
  background-color: #c00113;
  border-radius: 6px;
  margin-left: 40px;
  flex-shrink: 0;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 20px;
  cursor: pointer;
}
#main .tcontent .sameSCh {
  position: relative;
}
#main .tcontent .sameSCh ul {
  flex-wrap: wrap;
  height: 315px;
  overflow: hidden;
  align-items: first baseline;
  align-content: start;
  padding: 15px 0;
}
#main .tcontent .sameSCh.active ul {
  height: auto;
}
#main .tcontent .sameSCh .more {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
#main .tcontent .sameSCh .more:hover {
  color: #c00113;
}
#main .tcontent .sameSCh li {
  width: 339px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  margin-top: 30px;
  padding: 15px;
  transition: all 0.3s;
  align-items: flex-start;
  margin-right: 40px;
}
#main .tcontent .communityColleges li {
  padding-right: 9px;
}
#main .tcontent .univercity li {
  padding-right: 7px;
}
#main .tcontent .sameSCh li:nth-child(1),
#main .tcontent .sameSCh li:nth-child(2),
#main .tcontent .sameSCh li:nth-child(3) {
  margin-top: 0;
}
#main .tcontent .sameSCh li:nth-child(3n) {
  margin-right: 0;
}
#main .tcontent .sameSCh li:hover {
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.2);
  border-color: transparent;
  transition: all 0.3s;
}
#main .tcontent .sameSCh li .logo {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  flex-shrink: 0;
  margin-right: 8px;
  overflow: hidden;
  /* display: none; */
}
#main .tcontent .sameSCh li .logo img {
  width: 100%;
}
#main .tcontent .sameSCh li .name {
  font-family: "AlibabaPuHuiTiBold";
  width: 200px;
  font-size: 20px;
  line-height: 20px;
  color: #4d4d4d;
  margin-bottom: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .tcontent .sameSCh li .ename {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  height: 25px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}
#main .tcontent .sameSCh li .ranking {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 13px;
  line-height: 13px;
  color: #808080;
  margin-top: 10px;
}
#main .tcontent .univercity li .ranking {
  width: 100%;
}
#main .tcontent .sameSCh li .ranking i {
  color: #000000;
}
#main .tcontent .sameSCh li .tags {
  flex-wrap: wrap;
  margin-top: 7px;
}
#main .tcontent .sameSCh li .tags > div {
  background: #e1e1e1;
  color: #898989;
  font-size: 12px;
  flex-grow: 1;
  height: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 8px;
}
#main .tcontent .sameSCh li .tags > div:last-child {
  margin-right: 0;
}
#main .tcontent .products li .name {
  display: block;
  white-space: wrap;
  line-height: 28px;
}
#main .tcontent .partbox .btnbox {
  margin-top: 60px;
}
#main .tcontent .partbox .btn {
  width: 240px;
  height: 60px;
  background-color: #c00113;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
#main .tcontent .partbox .btn:last-child {
  margin-left: 36px;
}

#main .midbox .mid-title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 40px;
  line-height: 40px;
  color: #c00113;
  margin-bottom: 32px;
}

#main .midbox .mid-title img {
  margin: 0 20px;
}

#main .midbox {
  padding: 60px 0 110px;
}
#main .midbox .mid {
  height: 510px;
  padding: 0 40px 0 47px;
  background: #ffffff url(../img/mid_form.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  display: flex;
  justify-content: flex-end;
}

#main .midbox .mid .form_box {
  width: 400px;
  height: 430px;
  background: #fff9ee;
  padding: 24px 35px 0;
  border: 1px solid #ffd282;
}

#main .midbox .mid .form_box p {
  font-size: 16px;
  position: relative;
}

#main .midbox .mid .form_box p i {
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 10px;
}

#main .midbox .mid .form_box h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 35px;
  font-weight: normal;
  margin: 6px 0 22px;
}

#main .midbox .mid .form_box h4 span {
  color: #c00113;
}

#main .midbox .mid .form_box .item {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  border: 1px solid #ffd282;
  overflow: hidden;
  position: relative;
}
#main .midbox .mid .form_box .item.nomar {
  margin-bottom: 0;
}
#main .midbox .mid .form_box input,
#main .midbox .mid .form_box select {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-size: 14px;
  color: #999999;
  padding-left: 10px;
  -moz-appearance: textfield;
}
#main .midbox .mid .form_box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#main .midbox .mid .form_box input::placeholder {
  color: #999999;
}

#main .midbox .mid .form_box select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-position: 95% center;
}
#main .midbox .mid .form_box .select::after {
  content: "";
  border: 5px solid #000000;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
}
#main .midbox .mid .form_box .submit {
  width: 260px;
  height: 42px;
  background: #c00113;
  border-radius: 24px;
  font-size: 20px;
  margin: 25px auto 0;
  color: #ffffff;
  cursor: pointer;
}
