.talent-banner {
  width: 100%;
  height: 7.0501rem;
  position: fixed;
}
.talent-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.talent-banner .talent-title {
  margin-top: 3.4126rem;
  text-align: center;
  position: relative;
}
.talent-banner .talent-title .top {
  font-size: 0.51rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.51rem;
  text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.26);
}
.talent-banner .talent-title .bot {
  margin-top: 0.3525rem;
  font-size: 0.315rem;
  color: #FFFFFF;
  line-height: 0.315rem;
  text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.26);
}
.talent-banner-box {
  width: 100%;
  height: 7.0501rem;
  position: relative;
}
.all-content {
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #fff;
  padding-bottom: 0.5rem;
}
.all-content .numbers {
  width: 100%;
  position: absolute;
  top: -1.5rem;
}
.all-content .numbers .talent-num {
  width: 100%;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.all-content .numbers .talent-num li {
  padding: 0 0.4rem;
  font-size: 0.135rem;
  line-height: 0.135rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.all-content .numbers .talent-num li .top .num {
  font-size: 0.51rem;
  line-height: 0.51rem;
  font-family: DIN;
  font-weight: bold;
  color: #FFFFFF;
}
.all-content .numbers .talent-num li .bot {
  margin-top: 0.1425rem;
}
.all-content .numbers .talent-num li::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.45rem;
  background: #000000;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.all-content .numbers .talent-num li:last-child::after {
  display: none;
}
.all-content .h1 {
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.5rem;
}
.all-content .list {
  width: 73%;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.all-content .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.all-content .list .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.3225rem;
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
}
.all-content .list .item:nth-child(3n+3) {
  margin-right: 0;
}
.all-content .list .item .img {
  display: block;
  width: 100%;
  height: 2.205rem;
  overflow: hidden;
}
.all-content .list .item .img img {
  width: 100%;
  transition: 0.5s;
}
.all-content .list .item .text {
  display: block;
  width: 100%;
  height: 0.6rem;
}
.all-content .list .item .text .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-left: 0.2925rem;
  margin-right: 0.2925rem;
  transition: 0.5s;
}
.all-content .list .item:hover {
  background-color: #e84127;
}
.all-content .list .item:hover .img img {
  transform: scale(1.1);
}
.all-content .list .item:hover .text .time {
  color: white;
}
.all-content .list .item:hover .text .title {
  color: white;
}
.all-content .list .item:hover .text .p {
  color: white;
}
.all-content .list .item:hover .text .button {
  background-color: #cd3821;
  color: white;
}
.all-content .list .item:hover .text .button::after {
  width: 0;
}
.popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000000000;
  display: none;
}
.popups .box1 .swiper-container {
  width: 7.2rem;
  height: 5.5rem;
  margin-top: calc(50vh - 2.75rem);
}
.popups .box1 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.popups .box1 .swiper-container .swiper-slide .img {
  width: 100%;
  height: 5.074rem;
}
.popups .box1 .swiper-container .swiper-slide .img img {
  width: 100%;
}
.popups .box1 .swiper-container .swiper-slide .title {
  font-size: 0.135rem;
  line-height: 0.426rem;
  color: white;
  text-align: center;
}
.popups .box1 .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
  color: white;
  font-size: 0.135rem;
}
.popups .box1 .swiper-button-next,
.popups .box1 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  margin-bottom: 0.426rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e84127;
  border-radius: 50%;
  background-color: white;
  transition: 0.5s;
}
.popups .box1 .swiper-button-next::after,
.popups .box1 .swiper-button-prev::after {
  font-size: 0.2rem;
}
.popups .box1 .swiper-button-next:hover,
.popups .box1 .swiper-button-prev:hover {
  background-color: #e84127;
  color: white;
}
.popups .box1 .swiper-button-prev {
  left: 20%;
  right: auto;
}
.popups .box1 .swiper-button-next {
  right: 20%;
  left: auto;
}
.popups .close {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.popups .close i {
  font-size: 0.3rem;
  line-height: 0.5rem;
}
@media screen and (max-width: 1020px) {
  .talent-banner .talent-title {
    margin-top: 2.5rem;
    text-align: center;
    position: relative;
  }
  .all-content .numbers {
    width: 100%;
    position: absolute;
    top: -3rem;
  }
  .all-content .numbers .talent-num {
    width: 100%;
    height: 3rem;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .all-content .numbers .talent-num li {
    width: 25%;
    padding: 0 0.2rem;
    font-size: 0.2rem;
    line-height: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    position: relative;
  }
  .all-content .h1 {
    font-size: 0.42rem;
    line-height: 0.42rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0.5rem;
  }
  .all-content .list {
    width: 90%;
  }
  .all-content .list .item {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0.3225rem;
    background-color: white;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
    transition: 0.5s;
  }
  .all-content .list .item .img {
    display: block;
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .all-content .list .item .text {
    display: block;
    width: 100%;
    height: 0.8rem;
  }
  .all-content .list .item .text .title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.8rem;
  }
  .popups {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100000000000;
    display: none;
  }
  .popups .box1 .swiper-container {
    width: 90%;
    height: 5.5rem;
    margin-top: calc(50vh - 2.75rem);
    overflow: hidden;
  }
  .popups .box1 .swiper-container .swiper-slide {
    width: 100%;
    overflow: hidden;
  }
  .popups .box1 .swiper-container .swiper-slide .img {
    width: 100%;
    overflow: hidden;
  }
  .popups .box1 .swiper-container .swiper-slide .img img {
    display: block;
    width: 100%;
  }
  .popups .box1 .swiper-container .swiper-slide .title {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: white;
    text-align: center;
  }
  .popups .box1 .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    color: white;
    font-size: 0.3rem;
  }
  .popups .box1 .swiper-button-next,
  .popups .box1 .swiper-button-prev {
    display: none;
  }
  .popups .close {
    position: absolute;
    top: 0.3rem;
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
  }
  .popups .close i {
    font-size: 0.6rem;
    line-height: 1rem;
  }
}
