/*PC端*/
/*M端*/
.titFont {
  font-family: 'Chaney-ult';
  font-weight: bold;
  background: -moz-linear-gradient(to right, #fff 40%, #67d1ff 60%, #ff9d6d 75%);
  background: linear-gradient(to right, #fff 40%, #67d1ff 60%, #ff9d6d 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
body {
  background: #000;
}
body .marb50 {
  margin-bottom: 0.5rem;
}
body .module {
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 100vh;
}
body .module.part1 .bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body .module.part1 .bg.a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
body .module.part1 .bg.a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .module.part1 .bg .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .module.part1 .infoBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 1rem;
  line-height: 1.1rem;
  color: #fff;
  font-family: 'Chaney-ult';
  text-align: center;
}
body .module.part1 .infoBox p {
  transition: all 1s ease-in-out;
}
body .module.part1 .infoBox p.on {
  color: #000;
}
body .module.part2 .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .module.part2 .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #000;
  padding: 0 0.2rem;
  width: 14rem;
  text-align: center;
  font-weight: bold;
}
body .module.part2 .info .tit {
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #000;
  font-family: 'Chaney-ult';
  margin-bottom: 0.4rem;
}
body .module.part2 .info p {
  padding: 0.2rem 0;
}
@media (max-width: 750px) {
  body .module {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  body .module.part1 .infoBox {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  body .module.part2 .info {
    width: 6.7rem;
  }
  body .module.part2 .info .tit {
    line-height: 0.89rem;
  }
}
