.talentMain {
  width: 89.58%;
  margin: 0 auto;
}

.box {
  width: 100%;
  height: 3.3rem;
  background-image: url(/static/img/common/woshou.png);
  background-size: cover;
  padding: 0.6rem;
  box-sizing: border-box;
  display: flex;
}

.boxLeft {
  width: 90%;
}

.boxTitle {
  color: #fff;
  font-size: 0.5rem;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  padding-bottom: 0.4rem;
}

.boxFbt {
  color: #fff;
  font-size: 0.24rem;
  font-weight: 100;
  padding-left: 0.2rem;
  padding-top: 0.02rem;
}

.boxRight {
  text-align: right;
}

.zhanlue {
  width: 100%;
  /* height: 9.93rem; */
  background-image: url(/static/img/common/hbg.png);
  background-size: cover;
}

.info {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  display: flex;
}

.infoLeft {
  margin-right: 1rem;
}

.leftBtn {
  width: 2.08rem;
  height: 0.72rem;
  background: #f77a0c;
  border-radius: 0.1rem;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.72rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.leftBtn:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.leftBtn:hover .icon {
  transform: translate(4px);
}

.leftBtn:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.leftBtn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.infoRight {
  flex: 1;
}
.rightText {
  font-size: 0.24rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.rightText .t1 {
  color: #333;
}
.rightText .t2 {
  color: #666;
  margin-top: 0.1rem;
}
.infoLine {
  width: 0.04rem;
  height: 0.82rem;
  background: #f77a0c;
  margin-left: 1.02rem;
}

.oneLine {
  height: 0.5rem !important;
}

.Ttitle {
  font-size: 0.5rem;
  color: #333;
  text-align: center;
  padding: 1rem 0;
}
.video {
  width: 80%;
  margin: 0 auto;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 应聘CSS */
.zpImg {
  width: 84.37%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.zpImg .img1 {
  width: 7rem;
  height: 7rem;
  cursor: pointer;

  overflow: hidden;
}

/* 结束 */
@media screen and (max-width: 768px) {
  .box .boxRight img {
    width: 40px;
    height: 40px;
  }
  .zhanlue {
    height: 720px;
  }
  .boxTitle {
    font-size: 18px;
  }
  .info {
    padding: 0;
    display: block;
  }
  .infoLeft {
    padding-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .leftBtn {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .infoRight {
    padding: 20px;
    box-sizing: border-box;
  }
  .rightText {
    margin-bottom: 20px;
  }
  .infoLine {
    display: none;
  }

  /* 应聘CSS */
  .zpcss {
    height: 820px !important;
  }
  .zpImg {
    display: block;
    margin-bottom: 200px;
  }
  .zpImg .img1 {
    width: 100%;
    height: 100%;
  }
  /* 结束 */
}
