body {
  background: #fff;
}
.career-section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fit-width .career-section img {
  height: auto;
  width: 100%;
}
.fit-height .career-section img {
  width: auto;
  height: 100%;
}

.career-section-1 {
  z-index: 10;
  height: 200vh;
  overflow: hidden;
}
.career-section-wrap-1 {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100vh;
  background: url(../img/c/c1.jpg) no-repeat center;
  background-size: cover;
}
.career-section-wrap-1.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.career-images {
  position: relative;
  z-index: 22;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.career-images img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.career-text {
  position: absolute;
  top: calc(100vh - 30rem);
  left: 50%;
  transform: translate(-50%, 0);
  width: 120rem;
  padding: 11rem;
  line-height: 1.2;
  /* overflow: hidden; */
}
.career-text-wrap {
  text-align: center;
}
.career-text-wrap * {
  color: #000;
}
.career-text-bg {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  z-index: -1;
}
.career-text-title {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.career-text-desc {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  opacity: 0;
  text-align: center;
}

.career-video {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 10;
}
.career-video-wrap{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.career-video-wrap .video{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
}
.fit-width  .career-video-wrap .video{
  height: auto;
  width: 100%;
}
.fit-height  .career-video-wrap .video{
  width: auto;
  height: 100%;
}
.video-mask-wrap,
.video-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-mask {
  background: #000;
  z-index: 0;
}
.video-play {
  width: 100%;
  /* font-size: 2.4rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  /* margin-top: 1rem; */

  font-size: 1.6rem;
  width: 14.5rem;
  height: 3.75rem;
  border: 1px solid #fff;
  border-radius: 1.87rem;
  display: flex;
  margin: 2.4rem auto 0;
  justify-content: center;
  align-items: center;
}
.video-play img {
  margin-left: 1.2rem;
}
.video-play svg {
  fill: #fff;
  width: 1.6rem;
  margin-left: 2px;
}
.video-text-bottom {
  bottom: 70px;
  color: #fff;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.video-bottom-text-title {
  font-size: 6rem;
  line-height: 1.4;
}
.video-bottom-text-desc {
  font-size: 2.4rem;
  color: #fff;
}

.central-text-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12rem 0 10rem;
  color: #000;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.central-text-title {
  font-size: 6rem;
  margin-bottom: 2.8rem;
  color: #333;
  font-weight: bold;
}
.central-text-desc {
  font-size: 2.2rem;
}
.central-text-icons {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.central-text-icon-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s;
}
.show .central-text-icon-item {
  opacity: 1;
  transform: translateY(0);
}
.central-text-icon {
  width: 9.2rem;
  height: 9.2rem;
}
.central-icon-title {
  font-size: 3.2rem;
}
.central-icon-desc {
  font-size: 2.2rem;
}
.career-slide-title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #151515;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 16px;
  text-align: center;
}
.career-slide-images {
  background: #fff;
  padding: 11rem 0;
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
.career-slide-container .swiper-slide {
  width: 1200px;
}
.career-slide-container .swiper-slide img {
  width: 1200px;
  height: 675px;
  border-radius: 6px;
}
.career-images-mobile {
  display: none;
}
.career-image-control {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: 1200px;
  margin: 10px auto 0;
}
.career-slide-image-title {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 28%;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  padding: 0 5rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}
.career-image-pagination {
  width: auto !important;
}
.career-image-pagination .swiper-pagination-bullet {
  background: #000;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.career-image-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.career-image-pagination.swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.career-image-pagination.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 20px 0 0;
}
.career-image-buttons {
  text-align: right;
}
.career-image-buttons img.career-image-prev {
  transform: rotate(180deg);
  margin-right: 10px;
}
.career-image-buttons img {
  width: 54px;
  height: 54px;
  display: inline-block;
  cursor: pointer;
  outline: none;
}
.career-image-buttons img.swiper-button-disabled {
  opacity: 0.5;
}
.video-player-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  display: none;
}
.video-player {
  width: 100%;
  max-width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.video-player-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-bottom: 56.26%;
  transform: translate(0, -50%);
}
.video-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
.video-player-close {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 15px;
  z-index: 2;
  cursor: pointer;
}
.video-player-close svg {
  width: 28px;
  height: 28px;
  opacity: 0.8;
}
.video-player-close:hover svg {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .section-gap {
    height: 80vh;
  }
  .section-gap-2 {
    height: 100vh;
  }
  .video-play:hover{
    background: #fff;
    color: #000;
  }
  .video-play:hover svg{
    fill: #000;
  }
}

@media screen and (max-width: 1440px) {
  .career-slide-title,
  .career-slide-container .swiper-slide,
  .career-image-control {
    width: 1000px;
  }
  .career-slide-container .swiper-slide img {
    width: 1000px;
    height: 562px;
  }
}

@media screen and (max-width: 1280px) {
  .career-text {
    width: 100rem;
    padding: 9rem;
  }
}

@media screen and (max-width: 1024px) {
  .career-section-1 {
    height: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .career-text {
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 60px 8%;
  }
  .career-text-title {
    font-size: 32px;
  }
  .career-text-desc {
    font-size: 22px;
  }
  .career-text-desc {
    opacity: 1;
  }
  .career-images {
    z-index: 9;
  }
  .career-slide-title,
  .career-slide-container .swiper-slide,
  .career-image-control {
    width: 80vw;
  }
  .career-slide-container .swiper-slide img {
    width: 80vw;
    height: 44.9vw;
  }
  .career-slide-title {
    font-size: 28px;
  }
  .career-video {
    margin-top: -1px;
  }
  .career-video-wrap .video, .fit-width  .career-video-wrap .video, .fit-height  .career-video-wrap .video{
    width: auto;
    height: 100%;
  }
  .video-mask {
    opacity: 0.1;
  }
  .video-text-bottom {
    opacity: 1;
  }
  .video-play {
    font-size: 14px;
    width: 120px;
    height: 32px;
    border-radius: 16px;
    opacity: 1!important;
  }
  .video-play svg{
    width: 12px;
  }
  .video-bottom-text-desc,
  .central-icon-desc {
    font-size: 3rem;
  }
  .central-text-wrap {
    width: 80%;
  }
  .central-text-desc {
    font-size: 3.2rem;
  }
  .central-text-icon {
    width: 11rem;
    height: 11rem;
  }
  .central-text-icon-item {
    opacity: 1;
    transform: translateY(0);
  }
  .video-player-close svg {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .career-slide-images{background-color: #f8f8f8;}
}
@media screen and (max-width: 768px) {
  .career-images-pc {
    display: none;
  }
  .career-images-mobile {
    display: block;
  }
  .career-slide-title,
  .career-slide-container .swiper-slide,
  .career-image-control {
    width: 90vw;
  }
  .career-slide-container .swiper-slide img {
    width: 90vw;
    height: 50.5vw;
  }
  .career-image-buttons img {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .video-text-bottom {
    bottom: 50px;
  }
  .video-play {
    /* bottom: 50px; */
  }
  .video-play img {
    width: 20px;
    height: 20px;
  }
  .central-text-wrap {
    padding: 68px 0;
  }
  .video-bottom-text-title,
  .career-text-title,
  .career-slide-title,
  .central-text-title {
    font-size: 32px;
  }
  .video-bottom-text-desc,
  .career-text-desc{
    font-size: 16px;
  }
  .video-play {
    width: 120px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
    margin-top: 12px;
  }
  .video-play svg{
    width: 12px;
  }
  .central-text-icons {
    margin-top: 0;
    flex-direction: column;
  }
  .central-text-icon-item {
    margin-top: 40px;
  }
  .central-text-icon {
    width: 64px;
    height: 64px;
  }
  .central-icon-title {
    font-size: 25px;
  }
  .career-slide-images {
    padding: 0 0 40px;
  }
  .career-image-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .career-image-buttons img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 700px) {
  .career-text {
    padding: 7vw 7%;
  }
}
@media screen and (max-width: 600px) {
  .career-image-pagination.swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .career-image-pagination.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin-right: 14px;
  }
}

@media screen and (max-width: 510px) {
  .career-text-title {
    margin-bottom: 2.6vw;
  }
  .career-slide-image-title {
    padding: 0 4.3vw;
  }
}
@media screen and (max-width: 414px) {
  .career-text {
    padding: 12vw 9vw 15vw;
  }
  .video-text-bottom {
    bottom: 10vw;
  }
  /* .video-play {
    bottom: 10vw;
  } */
  .video-play img {
    width: 4vw;
    height: 4vw;
  }
  .central-text-wrap {
    padding: 13.6vw 0;
  }
  .video-bottom-text-title,
  .career-text-title,
  .career-slide-title,
  .central-text-title {
    font-size: 6.4vw;
  }
  .video-bottom-text-desc,
  .career-text-desc,
  .central-icon-desc,
  .central-text-desc{
    font-size: 3.6vw;
  }
  .video-play {
    width: 28.9vw;
    height: 7.7vw;
    border-radius: 14.45vw;
    font-size: 3.2vw;
    margin-top: 2.89vw;
  }
  .video-play svg{
    width: 2.89vw;
  }
  .central-text-icons {
    margin-top: 0;
    flex-direction: column;
  }
  .central-text-icon-item {
    margin-top: 8vw;
  }
  .central-text-icon {
    width: 12.8vw;
    height: 12.8vw;
  }
  .central-icon-title {
    font-size: 5vw;
  }
  .career-slide-images {
    padding: 0 0 8vw;
  }
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 350px) {
  .career-text-title {
    margin-bottom: 2vw;
  }
  .career-text-desc {
    font-weight: normal;
  }
  .career-slide-images {
    padding: 30px 0;
  }
  .career-slide-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .career-image-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
  }
  .career-image-buttons img{
    width: 28px;
    height: 28px;
  }
}
