html,
body {
  font-family: PingFangSC-Regula;
}

#talent-center {
  position: relative;
  z-index: 100;
  background-color: #fff;
  /* height: 850px; */
}

#talent-center .font h3 {
  min-width: 178px;
  font-size: 30px;
  margin-bottom: 3px;
  display: inline-block;
}
#talent-center .font p {
  font-size: 16px;
  color: #999;
}
#talent-center .font i {
  font-size: 16px;
  line-height: 42px;
  color: #999;
}

#talent-center-header {
  height: 70px;
}
.talent-center-main {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.talent-center-main > div {
  /* position: absolute; */
  width: 100%;
  /* top: 0;
  left: 0; */
  display: none;
}
.talent-center-main > div.active {
  display: block;
}
.talent-center-subhead {
  text-align: right;
  margin-right: 117px;
}
.talent-center-subhead > li {
  float: right;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.talent-center-subhead > li > a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 12px;
  font-weight: 400;
  cursor: pointer;
  color: #6c6c6c;
  font-size: 16px;
}
.talent-center-subhead > li.active > a {
  color: #e62413 !important;
  border-bottom: 2px solid #e62413;
}
.talent-center-subhead > li:hover > a {
  color: #e62413;
  border-bottom: 2px solid #e62413;
}
.talent-center-apply-flow {
  font-size: 24px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 26px;
}
.talent-center-apply-flow::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 4px;
  height: 24px;
  background: rgba(230, 36, 19, 1);
}
.talent-center-apply-flow-info {
  color: #acacac;
  margin-top: 5px;
  line-height: 26px;
}
.talent-center-apply-flow-info .gray-333 {
  color: #333;
}
.talent-center-main-img {
  margin-top: 46px;
  display: flex;
  justify-content: space-between;
}
.talent-center-main-img > li {
  width: 48%;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}
/* .talent-center-main-img > li:last-child {
  float: right;
} */
.talent-center-main-img > li img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.talent-center-main-img > li img:hover {
  transform: scale(1.1);
}
.talent-center-main-img > li .mask {
  position: absolute;
  width: 100%;
  height: 71px;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #fff;
  line-height: 71px;
  padding-left: 20px;
  overflow: hidden;
  cursor: pointer;
}
.talent-center-main-img > li .mask embed {
  float: right;
  margin-right: 20px;
  margin-top: 16px;
}
.img-box {
  margin-top: 21px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.talent-center-main-box {
  width: 100%;
}
.img-box > div {
  width: 30%;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
  transform-origin: center center;
}
p.img-box {
  text-indent: 32px;
  line-height: 26px;
  color: #333;
}
.img-box > div:hover {
  transform: scale(1.1);
}
.img-box > div > img {
  max-width: 100%;
}
/* .img-box > img {
  width: 100%;
} */
@media screen and (max-width: 1500px) {
  .img-box > img {
    width: 100%;
  }
}
