* {
  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: #f2f2f2;
  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;
}

::-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 .fz_pos {
  margin-top: -1px;
  border-bottom: 1px solid #ff123f;
  background-color: #fff;
}
#main .fz_pos .con_wrap {
  width: 1200px;
  margin: 0 auto;
  align-items: last baseline;
  padding: 15px 0;
}
#main .fz_pos .name {
  font-family: "AlibabaPuHuiTiBold";
  padding-left: 17px;
  font-size: 20px;
  color: #ff123f;
  font-weight: normal;
  line-height: 20px;
}
#main .fz_pos .txt {
  color: #999;
  font-size: 14px;
  margin-left: 10px;
  padding: 0;
  padding: 0;
}
#main .fz_pos .txt a {
  color: #999;
}
#main .fz_pos .txt a:hover {
  color: #ff123f;
}
#main article {
  min-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100vh;
}
#main .content {
  width: 1200px;
  margin: 0 auto;
}
#main .tabbox {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 10px 30px;
  margin-bottom: 40px;
}
#main .tabbox .tabitem {
  padding: 20px 0;
  align-items: flex-start;
  border-bottom: 1px solid #ededed;
  position: relative;
}
#main .tabbox .tabitem:last-child {
  border-bottom: none;
  align-items: center;
}
#main .tabbox .tabitem p {
  width: 85px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  flex-shrink: 0;
  margin-right: 29px;
}
#main .tabbox .tabitem ul {
  flex-wrap: wrap;
  max-height: 50px;
  overflow: hidden;
}
#main .tabbox .tabitem li {
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
}
#main .tabbox .tabitem li a{
  color: #333333;
}
#main .tabbox .tabitem ul.mar li {
  margin-bottom: 10px;
}
#main .tabbox .tabitem li:hover,
#main .tabbox .tabitem li:hover a,
#main .tabbox .tabitem li.active {
  background-color: #ff123f;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
}
#main .tabbox .tabitem .t_keyword {
  width: 360px;
  height: 36px;
  border-radius: 17px;
  overflow: hidden;
}
#main .tabbox .tabitem .t_keyword input {
  width: calc(100% - 100px);
  height: 100%;
  background-color: #f4f4f4;
  padding-left: 15px;
}
#main .tabbox .tabitem .t-search {
  width: 100px;
  height: 36px;
  background-color: #ff123f;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
#main .tabbox .tabitem .totalbox {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  width: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
  margin-right: 0;
}
#main .tabbox .tabitem .totalbox .t-total {
  color: #ff123f;
  font-family: "AlibabaPuHuiTiMedium";
  padding: 0 4px;
}

#main .teacherList {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 22px;
  min-height: 400px;
  position: relative;
}
#main .teacherList ul {
  flex-wrap: wrap;
}
#main .teacherList li {
  width: 382px;
  height: 382px;
  background: #535353 url("https://www.igo.cn/images/t_bg.jpg") no-repeat top
    center;
  margin-right: 5px;
  background-size: cover;
  margin-top: 5px;
  position: relative;
  color: #ffffff;
  font-size: 20px;
}
#main .teacherList li:nth-child(1),
#main .teacherList li:nth-child(2),
#main .teacherList li:nth-child(3) {
  margin-top: 0;
}
#main .teacherList li:nth-child(3n) {
  margin-right: 0;
}
#main .teacherList li .teacImg {
  width: 100%;
  height: 100%;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#main .teacherList li > .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 56px 30px 0 40px;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
#main .teacherList li:hover .info {
  opacity: 1;
  z-index: 1;
  transition: all 0.5s;
}
#main .teacherList li .name {
  /* font-family: "AlibabaPuHuiTiBold"; */
  font-size: 30px;
  line-height: 30px;
  color: #f2f2f2;
}
#main .teacherList li .position {
  font-size: 16px;
  line-height: 22px;
  color: #cccccc;
  margin: 26px 0 19px;
}
#main .teacherList li .position img {
  margin-right: 6px;
}
#main .teacherList li .txt {
  font-size: 14px;
  line-height: 23px;
  color: #cccccc;
}
#main .teacherList li .txt p:nth-child(2) {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}
#main .teacherList li .txt p:nth-child(3) {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 3;
}

#main .teacherList li .btnbox {
  position: absolute;
  bottom: 42px;
  padding: 0 40px;
  width: 100%;
  left: 0;
}
#main .teacherList li .btnbox .btn {
  width: 140px;
  height: 40px;
  background-color: #ff123f;
  border-radius: 19px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
#main .teacherList .loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#main .applypop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}
#main .applypop > div {
  width: 652px;
  height: 520px;
  background: url(https://www.igo.cn/liuxue/images/pop_bg.jpg) no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
#main .applypop .a-title {
  height: 50px;
  line-height: 50px;
  background: #c10025;
  padding-left: 20px;
  color: #ffffff;
  font-size: 20px;
}
#main .applypop .a-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
#main .applypop form {
  padding-top: 99px;
  padding-left: 360px;
  padding-right: 32px;
}
#main .applypop form .item {
  width: 100%;
  height: 42px;
  margin-bottom: 12px;
  position: relative;
}
#main .applypop form .item select,
#main .applypop form .item input {
  width: 100%;
  height: 100%;
  background: #efefef;
  padding-left: 14px;
}
#main .applypop form .item.select::after {
  content: "";
  border: 6px solid #959595;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 20px;
  top: 21px;
}
#main .applypop form .item.yzm input {
  width: calc(100% - 92px);
}
#main .applypop form .item.yzm span {
  width: 92px;
  font-size: 14px;
  background: #000000;
  height: 100%;
  color: #ffffff;
  cursor: pointer;
  line-height: 45px;
}
#main .applypop form .btn {
  width: 100%;
  height: 45px;
  background: #c10025;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
}

@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);
}
