/*PC端*/
/*M端*/
.titFont {
  font-family: 'GalanoGrotesqueAltDEMO';
  font-weight: bold;
  background: -moz-linear-gradient(171deg, #b7f600 40%, #fff);
  background: linear-gradient(171deg, #b7f600 40%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
@keyframes shake {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
body {
  background: #000;
}
body .marb50 {
  margin-bottom: 0.5rem;
}
body .container {
  padding-top: 0.6rem;
}
body .module {
  color: #fff;
  margin-top: 0.8rem;
  margin-bottom: 1.9rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
body .module .info {
  padding-top: 0.6rem;
}
body .module .info h3.tit {
  margin-bottom: 0.3rem;
}
body .module .info h4.slogan {
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #bdff00;
  position: relative;
  padding-left: 1rem;
  font-weight: bold;
}
body .module.part1 {
  background-position: center 58%;
  background-repeat: no-repeat;
  background-size: 16.06rem auto;
  width: 16.06rem;
  padding: 0rem 0.8rem 1rem;
  margin: 2rem auto 0;
}
body .module.part1 .img-box {
  position: relative;
  transform-style: preserve-3d;
  perspective: 300px;
}
body .module.part1 .copy-img {
  width: 25%;
  height: 100%;
  position: absolute;
  background-size: 6.46rem 3.64rem;
  background-position: top left;
  transform-style: preserve-3d;
  box-shadow: 0 0.23rem 0.49rem 0.06rem rgba(0, 0, 0, 0.4);
}
body .module.part1 .copy1 {
  top: -0.33rem;
  left: -0.15rem;
}
body .module.part1 .copy2 {
  bottom: -0.3rem;
  right: -0.15rem;
  background-position: right bottom;
}
body .module.part1 .img1 {
  width: 6.46rem;
}
body .module.part1 h4.slogan::before {
  display: inline-block;
  content: " ";
  text-shadow: none;
  background: #bdff00;
  width: 0.8rem;
  height: 0.02rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
}
body .module.part2 .img2 {
  width: 5.23rem;
}
body .module.part2 .info {
  padding-top: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .module.part2 .info .tit {
  margin: 0.3rem 0 0 0;
}
body .module.part2 .info h4.slogan {
  padding-left: 0;
  margin-top: 0.2rem;
}
body .module.part2 .info .con {
  width: 7rem;
  margin-top: 0.4rem;
  margin-left: auto;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
body .module.part2 .info .con p {
  margin-bottom: 0.3rem;
}
body .module.part3 {
  background-size: 13.8rem 6.74rem;
  width: 13.8rem;
  height: 6.74rem;
  margin: 0 auto 3rem;
  padding: 1.2rem 1.5rem 1.5rem 1.8rem;
}
body .module.part3 .iconList {
  width: 5.52rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .module.part3 .iconList li {
  width: 33.33%;
  margin-bottom: 0.3rem;
  text-align: center;
}
body .module.part3 .iconList li.none a {
  cursor: default;
}
body .module.part3 .iconList li.none a img {
  animation: none;
}
body .module.part3 .iconList li img {
  max-width: 1.3rem;
  animation: shake 1s ease infinite;
  -webkit-animation: shake 1s ease infinite;
}
body .module.part3 .info {
  padding-top: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 4.5rem;
  height: 4.05rem;
}
body .module.part3 .info .tit {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.6rem;
  line-height: 0.6rem;
}
body .module.part3 .info h4.slogan {
  padding-left: 0;
  margin-top: 0.1rem;
  line-height: 0.3rem;
  width: 3.1rem;
}
@media (max-width: 750px) {
  body .module {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  body .module.flex-sp {
    display: block;
  }
  body .module .flex-sp {
    display: block;
  }
  body .module .info {
    padding-top: 0rem;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  body .module .info h3.tit {
    margin: 0 0 0.1rem;
    padding-left: 0.3rem;
  }
  body .module .info h4.slogan {
    font-size: 0.3rem;
    line-height: 0.3rem;
    padding-left: 1.2rem;
  }
  body .module.part1 {
    background-size: 6.76rem auto;
    width: 6.76rem;
    height: 6rem;
    padding: 0 0.23rem;
    background-position: center 4.85rem;
  }
  body .module.part1 .img1 {
    max-width: 6.46rem;
    margin: 0.2rem 0 0 0;
  }
  body .module.part1 .copy1 {
    top: -0.15rem;
  }
  body .module.part1 h3.tit {
    margin: 0 auto 0.1rem;
  }
  body .module.part1 h4.slogan {
    padding-left: 0.8rem;
  }
  body .module.part1 h4.slogan::before {
    width: 0.8rem;
    height: 0.02rem;
    left: 1rem;
  }
  body .module.part2 {
    padding-bottom: 0rem;
    width: 7.5rem;
    margin-top: 0.9rem;
  }
  body .module.part2 .img2 {
    width: 7.5rem;
    margin: 0;
  }
  body .module.part2 .info {
    margin: 0.6rem auto 0;
    width: 6.5rem;
    float: none;
  }
  body .module.part2 .info .tit {
    width: 100%;
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  body .module.part2 .info h4.slogan {
    padding-right: 0rem;
  }
  body .module.part2 .info h4.slogan::after {
    right: 0rem;
  }
  body .module.part2 .info .con {
    width: 100%;
    margin-top: 0.6rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  body .module.part2 .info .con p {
    margin-bottom: 0.4rem;
  }
  body .module.part3 {
    background-size: 7.39rem auto;
    width: 7.39rem;
    background-position: center 1.95rem;
    background-repeat: no-repeat;
    height: 7.5rem;
    margin: 0 auto 3rem;
    padding: 0;
    overflow: hidden;
  }
  body .module.part3 .iconList {
    width: 6.5rem;
    margin: 2.7rem auto 0;
  }
  body .module.part3 .iconList li {
    margin-bottom: 0.1rem;
  }
  body .module.part3 .iconList li img {
    max-width: 1.3rem;
  }
  body .module.part3 .info {
    padding: 0rem 0 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 7rem;
    height: auto;
  }
  body .module.part3 .info .tit {
    padding-left: 0;
    margin: 0 auto;
  }
  body .module.part3 .info h4.slogan {
    margin-top: 0.1rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    width: 100%;
  }
}
