/* 为适配移动端--ios，将其距离顶部距离多少设置1px */
.swiper-pc-home {
  margin-top: 59px;
}

@media (min-width: 1025px) {
  footer {
    top: 100vh;
    z-index: 2;
  }

  main {
    top: 100vh;
    z-index: 2;
  }

  .img-height {
    height: calc(100vh);
    width: 100%;
    object-fit: cover;
  }

  .video-height {
    width: 100%;
    object-fit: cover;
    height: calc(100vh);
  }

  .swiper-pc-home {
    margin-top: 0px;
    position: fixed !important;
    top: 0px;
    width: 100vw;
  }
}

.relative {
  position: relative;
}

.swiper-title {
  position: absolute;
  top: 50%;
  left: 10.83%;
  transform: translateY(-50%);
}

.swiper-title-video {
  position: absolute;
  bottom: 0;
  padding-left: 4.03%;
  padding-bottom: 4%;
  width: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.swiper-title-video>h1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}

.swiper-title>.title {
  color: #fff;
  font-size: 14px;
  width: max-content;
}

.swiper-title>.line {
  width: 34px;
  height: 1px;
  margin: 10px 0;
  border-bottom: 2px solid #FFFFFF;
}

@media (min-width: 1025px) {
  .swiper-title>.title {
    font-size: 26px;
  }

  .swiper-title>.line {
    width: 154px;
    height: 1px;
    margin: 16px 0 22px;
    border-bottom: 2px solid #FFFFFF;
  }
}

@media (min-width: 1440px) {
  .swiper-title>.title {
    font-size: 32px;
  }
}

@media (min-width: 1920px) {
  .swiper-title>.title {
    font-size: 40px;
  }
}

.swiper-title>h1 {
  color: #fff;
  font-size: 24px;
}

@media (min-width: 1025px) {
  .swiper-title>h1 {
    font-size: 38px;
  }
}

@media (min-width: 1440px) {
  .swiper-title>h1 {
    font-size: 57px;
  }
}

@media (min-width: 1920px) {
  .swiper-title>h1 {
    font-size: 76px;
  }
}