@keyframes fadeIn {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.8;
  }
  100% {
    scale: 1;
  }
}
.swiper-button-next,
.swiper-button-prev {
  background-size: 100%;
}
.b-lazy {
  background-size: cover;
}
.container-fluid {
  padding: 0;
  background-color: #cf0a1f;
}
.container-fluid .con {
  text-transform: uppercase;
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-family: 'Arial';
}
.container-fluid .con h2 {
  font-size: 0.6rem;
  line-height: 0.6rem;
  margin-bottom: 0.2rem;
  font-family: "hanson";
}
.swiper-button-prev,
.swiper-button-next {
  width: 0.66rem;
  height: 0.38rem;
  position: absolute;
  z-index: 2;
  margin-top: 0;
}
.swiper-button-prev {
  left: 0.5rem;
  background-image: url(../../image/product/argusbar-neon-2k/left_ico.png);
}
.swiper-button-next {
  right: 0.5rem;
  background-image: url(../../image/product/argusbar-neon-2k/right_ico.png);
}
.banner {
  height: 9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner h1 {
  font-size: 0.78rem;
  line-height: 0.78rem;
  color: #ffffff;
  background: -moz-linear-gradient(164deg, #fff769 10%, #fff 35%);
  background: linear-gradient(164deg, #fff769 10%, #fff 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 2.1rem;
  top: 3.05rem;
  font-family: "hanson";
}
.hot {
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.hot .hot-box {
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hot .hot-item {
  width: 5.54rem;
  height: 3.48rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
  text-align: center;
}
.hot .hot-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 1s;
}
.hot .hot-item:hover .bg {
  scale: 1.05;
}
.hot .hot-item p {
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 100%;
  z-index: 2;
  font-size: 0.2rem;
  color: #de0017;
  font-family: "hanson";
}
.part1,
.part21 {
  height: 10.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part1 .video-box,
.part21 .video-box {
  width: 17rem;
  height: 9.7rem;
  position: relative;
}
.part1 .video-box .part1-video,
.part21 .video-box .part1-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.part1 .video-box .video-mask,
.part21 .video-box .video-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(216, 33, 49, 0.6);
  border-radius: 0.3rem;
}
.part1 .video-box .btn,
.part21 .video-box .btn {
  width: 5.9375vw /* 1.14rem -> 5.9375vw */;
  height: 5.9375vw /* 1.14rem -> 5.9375vw */;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.part2 {
  height: 8.85rem;
  position: relative;
}
.part2 .content {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  opacity: 0;
}
.part2 .content.a {
  top: 2.5rem;
}
.part2 .content.a h2 {
  font-family: "hanson";
}
.part2 .content.a h3 {
  margin-top: 1.2rem;
}
.part2 .content.b {
  top: 55%;
  transform: translateY(-50%);
}
.part2 .content.b h3 {
  margin-bottom: 0.4rem;
}
.part2 .content h2 {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  line-height: 1.1rem;
  color: #ffffff;
}
.part2 .content p {
  font-size: 0.24rem;
  font-family: "Radnika-Medium";
  line-height: 0.34rem;
  color: #ffffff;
}
.part2 .content h3 img {
  width: fit-content;
}
.part2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.part2 .bg.bg1 {
  opacity: 1;
}
.part2 .bg.bg2,
.part2 .bg.bg3 {
  background-image: linear-gradient(to bottom, #fc8378, #cf0920);
}
.part2 .bg.bg2 .a,
.part2 .bg.bg3 .a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.92rem;
  height: 5.9rem;
}
.part2 .bg.bg2 .b,
.part2 .bg.bg3 .b {
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.13rem;
  height: 7.9rem;
}
.part3 {
  height: 9rem;
  background-image: linear-gradient(to bottom, #fc8378, #cf0920);
}
.part3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #fc8378, #cf0920);
}
.part3 .bg img {
  width: 13.9rem;
  height: 5.75rem;
}
.part3 h2 {
  font-size: 0.6rem;
  position: absolute;
  top: 0.4rem;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  opacity: 0;
  font-family: "hanson";
}
.part4 {
  height: 9rem;
  overflow: hidden;
}
.part4 .list {
  margin: 1.5rem auto 0;
  width: 12.7rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.part4 .list li {
  width: 6.04rem;
  height: 6.66rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  padding-top: 0.6rem;
  color: #f9243f;
  font-family: 'Arial';
}
.part4 .list li h2 {
  font-size: 0.6rem;
  line-height: 0.6rem;
  margin-bottom: 0.2rem;
  font-family: "hanson";
}
.part6 {
  height: 12rem;
  background-color: #000;
  position: relative;
}
.part6 .con {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 0.6rem;
}
.part6 .con h2 {
  color: #f9243f;
  font-size: 1rem;
  line-height: 1rem;
}
.part6 .part6-swiper {
  position: absolute;
  width: 100%;
  height: 9rem;
  bottom: 0;
  left: 0;
}
.part6 .part6-swiper .swiper-slide {
  background-size: cover;
}
.part6 .part6-swiper .part6-swiper-button-prev {
  left: 0.1rem;
}
.part6 .part6-swiper .part6-swiper-button-next {
  right: 0.1rem;
}
.part6 .part6-swiper .pagination6 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 0.5;
  margin: 0 0.1rem;
}
.part6 .part6-swiper .pagination6 .swiper-pagination-bullet:nth-child(1) {
  background-color: #ff45aa;
}
.part6 .part6-swiper .pagination6 .swiper-pagination-bullet:nth-child(2) {
  background-color: #4eff00;
}
.part6 .part6-swiper .pagination6 .swiper-pagination-bullet:nth-child(3) {
  background-color: #d82131;
}
.part6 .part6-swiper .pagination6 .swiper-pagination-bullet:nth-child(4) {
  background-color: #ffee30;
}
.part6 .part6-swiper .pagination6 .swiper-pagination-bullet:nth-child(5) {
  background-color: #438eff;
}
.part6 .part6-swiper .pagination6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.part7 {
  height: 17.5rem;
  background-color: #000;
}
.part7 h2 {
  color: #f9243f;
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  text-align: center;
  font-family: "hanson";
}
.part7 .part7-swiper-box {
  width: 15.7rem;
  height: 13.7rem;
  margin: 0.6rem auto 0;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.part7 .part7-swiper-box .part7-swiper {
  height: 6.4rem;
  width: 13.2rem;
  margin: 0 auto;
}
.part7 .part7-swiper-box .part7-swiper .swiper-slide {
  position: relative;
  width: 3.94rem;
  text-align: center;
}
.part7 .part7-swiper-box .part7-swiper .swiper-slide .con {
  margin-top: 1.5rem;
}
.part7 .part7-swiper-box .part7-swiper .swiper-slide .con img {
  width: 100%;
}
.part7 .part7-swiper-box .part7-swiper .swiper-slide .con p {
  color: #f9243f;
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-top: 0.2rem;
  text-transform: uppercase;
  font-family: "hanson";
}
.part7 .part7-swiper-box .part7-swiper-button-prev,
.part7 .part7-swiper-box .part7-swiper-button-next {
  top: 3.6rem;
}
.part7 .part7-swiper-box .part72-swiper-button-prev,
.part7 .part7-swiper-box .part72-swiper-button-next {
  top: 10rem;
}
.part8 {
  height: 100vh;
  background-color: #000;
}
.part8 .con {
  position: absolute;
  top: 1.4rem;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #f9243f;
}
.part8 .bg {
  width: 13.2rem;
  height: 7.4rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.part8 .bg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.part8 .bg img.b,
.part8 .bg img.c {
  opacity: 0;
}
.part9 {
  height: 9rem;
  background-image: linear-gradient(to bottom, #fc8378, #cf0920);
}
.part9 .nextBg {
  width: 0.53rem;
  height: 0.27rem;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.part9 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #fc8378, #cf0920);
}
.part9 h2 {
  font-size: 1rem;
  position: absolute;
  top: 0.2rem;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-family: "hanson";
}
.part9 .list {
  margin-top: 1.5rem;
  width: 10rem;
  height: calc(100% - 1.5rem);
  display: flex;
  justify-content: space-between;
}
.part9 .list li {
  width: 4.05rem;
  height: 6.13rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #fff;
  font-family: 'Arial';
  position: relative;
}
.part9 .list li img {
  width: 100%;
}
.part9 .list li .con {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  font-size: 0.2rem;
  min-height: 0.56rem;
  width: 100%;
  text-align: center;
}
.part9 .list li .con h3 {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.part10 {
  height: 9rem;
}
.part11 {
  height: 9rem;
}
.part11 .con {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
  color: #f9243f;
  font-family: 'Arial';
}
.part11 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part12 {
  height: 8.99rem;
}
.part12 .con {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 2;
  text-align: left;
  color: #f9243f;
  font-family: 'Arial';
}
.part13 {
  height: 8.96rem;
  overflow: hidden;
}
.part13 .box {
  width: 11.7rem;
  margin: 1.4rem auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.part13 .box .left,
.part13 .box .right {
  width: 3.68rem;
  height: 6.3rem;
  overflow: hidden;
  border-radius: 0.3rem;
}
.part13 .box .left img,
.part13 .box .right img {
  width: 100%;
  transition: all 1s;
}
.part13 .box .left:hover img,
.part13 .box .right:hover img {
  scale: 1.05;
}
.part13 .box .mid {
  width: 3.68rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.part13 .box .mid .top {
  height: 3.67rem;
}
.part13 .box .mid .top .con {
  padding-top: 0.6rem;
  line-height: 0.7rem;
}
.part13 .box .mid .top .con span {
  display: block;
  margin-top: 0.25rem;
}
.part13 .box .mid .bot {
  height: 2.24rem;
}
.part13 .box .mid .con {
  font-size: 0.2rem;
  line-height: 0.6rem;
  font-family: "hanson";
  color: #fff;
  padding: 0.1rem 0.7rem 0 0;
  text-align: right;
}
.part14 {
  height: 16rem;
}
.part14 h2 {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-size: 1rem;
  color: #fff;
  font-family: "hanson";
  text-transform: uppercase;
}
#footer {
  margin-top: 0;
}
@media (max-width: 750px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 0.6rem !important;
    height: 0.35rem !important;
    position: absolute;
    z-index: 2;
  }
  .swiper-button-prev {
    left: 0.1rem;
  }
  .swiper-button-prev.w {
    background-image: url(../../image/product/argusbar-neon-2k/left_ico_w.png);
  }
  .swiper-button-next {
    right: 0.1rem;
  }
  .swiper-button-next.w {
    background-image: url(../../image/product/argusbar-neon-2k/right_ico_w.png);
  }
  .header .nav {
    position: absolute;
  }
  .banner {
    height: 13.57rem;
  }
  .banner h1 {
    display: none;
  }
  .hot {
    height: 14rem;
  }
  .hot .hot-box {
    display: none;
  }
  .hot .hot-swiper-box {
    width: 7.5rem;
    height: 100%;
    margin: 0.2rem auto 0;
    background-color: #fff;
    overflow: hidden;
  }
  .hot .hot-swiper-box .hot-swiper {
    height: 100%;
    width: 6.96rem;
    margin: 0 auto;
  }
  .hot .hot-swiper-box .hot-swiper .swiper-slide {
    position: relative;
    width: 6.96rem;
    height: 100%;
    text-align: center;
  }
  .hot .hot-swiper-box .hot-swiper .swiper-slide .con {
    margin-top: 0.2rem;
    position: relative;
  }
  .hot .hot-swiper-box .hot-swiper .swiper-slide .con img {
    width: 100%;
  }
  .hot .hot-swiper-box .hot-swiper .swiper-slide .con p {
    color: #f9243f;
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-top: 0.2rem;
    text-transform: uppercase;
    font-family: "hanson";
    position: absolute;
    bottom: 0.2rem;
    text-align: center;
    width: 100%;
  }
  .hot .hot-swiper-box .hot-swiper-button-prev,
  .hot .hot-swiper-box .hot-swiper-button-next {
    width: 0.6rem;
    height: 0.35rem;
    position: absolute;
    z-index: 2;
  }
  .hot .hot-swiper-box .hot-swiper-button-prev {
    left: 0.1rem;
    background-image: url(../../image/product/argusbar-neon-2k/left_ico.png);
  }
  .hot .hot-swiper-box .hot-swiper-button-next {
    right: 0.1rem;
    background-image: url(../../image/product/argusbar-neon-2k/right_ico.png);
  }
  .part1,
  .part21 {
    height: 4.85rem;
    align-items: start;
  }
  .part1 .video-box,
  .part21 .video-box {
    width: 7rem;
    height: 4.2rem;
    margin-top: 0.2rem;
  }
  .part1 .video-box .part1-video,
  .part21 .video-box .part1-video {
    border-radius: 0.3rem;
  }
  .part1 .video-box .video-mask,
  .part21 .video-box .video-mask {
    display: none;
  }
  .part1 .video-box .btn,
  .part21 .video-box .btn {
    display: none;
  }
  .part2 {
    height: 13.32rem;
    position: relative;
  }
  .part2 .content {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    opacity: 0;
  }
  .part2 .content.c {
    top: 0.8rem;
  }
  .part2 .content.c h2 {
    font-family: "hanson";
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .part2 .content.c h3 {
    margin-top: 0.2rem;
  }
  .part2 .content.c h3 img {
    width: 7rem;
  }
  .part2 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
  .part2 .bg.bg1 {
    opacity: 1;
  }
  .part2 .bg.bg2,
  .part2 .bg.bg3 {
    background-image: linear-gradient(to bottom, #fc8378, #cf0920);
  }
  .part2 .bg.bg2 .a,
  .part2 .bg.bg3 .a {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.92rem;
    height: 5.9rem;
  }
  .part2 .bg.bg2 .b,
  .part2 .bg.bg3 .b {
    position: absolute;
    top: 4.6rem;
  }
  .part3 {
    height: 13.35rem;
  }
  .part3 .bg {
    background-image: none;
  }
  .part3 .bg img {
    display: none;
  }
  .part3 h2 {
    top: 1.2rem;
    z-index: 2;
    opacity: 1;
  }
  .part4 {
    height: 13.34rem;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #cf0920, #f8b9b2) !important;
  }
  .part4 .part4-swiper {
    width: 7.14rem;
    height: 12.35rem;
    margin: 0.2rem auto;
    border-radius: 0.3rem;
  }
  .part4 .part4-swiper .list {
    width: 7.14rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0;
  }
  .part4 .part4-swiper .list li {
    width: 7.14rem;
    height: 12.35rem;
    padding-top: 1.3rem;
    border-radius: 0.3rem;
  }
  .part4 .part4-swiper .list li h2 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .part6 {
    height: 13.34rem;
  }
  .part6 .con {
    padding-top: 1rem;
  }
  .part6 .con h2 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .part6 .part6-swiper {
    height: 9.5rem;
  }
  .part6 .part6-swiper .swiper-slide {
    background-size: 7.5rem;
  }
  .part6 .part6-swiper .part6-swiper-button-prev,
  .part6 .part6-swiper .part6-swiper-button-next {
    top: inherit;
    margin-top: -0.7rem;
  }
  .part6 .part6-swiper .pagination6 .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.18rem;
  }
  .part7 {
    height: 13.34rem;
  }
  .part7 h2 {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .part7 .part7-swiper-box {
    width: 7.5rem;
    height: 9.5rem;
    border-radius: 0;
  }
  .part7 .part7-swiper-box .part7-swiper {
    width: 100%;
    height: auto;
  }
  .part7 .part7-swiper-box .part7-swiper .swiper-slide {
    width: 2.9rem;
  }
  .part7 .part7-swiper-box .part7-swiper .swiper-slide .con {
    margin: 0.7rem 0 0.5rem;
  }
  .part7 .part7-swiper-box .part7-swiper .swiper-slide .con p {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
  .part7 .part7-swiper-box .part7-swiper-button-prev {
    left: 1.2rem;
    top: 50%;
  }
  .part7 .part7-swiper-box .part7-swiper-button-next {
    right: 1.2rem;
    top: 50%;
  }
  .part8 {
    height: 100vh;
    min-height: 13.34rem;
  }
  .part8 .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 7.5rem;
    height: 13.34rem;
  }
  .part8 .con {
    position: absolute;
    top: 2.5rem;
  }
  .part8 .bg {
    width: 7.5rem;
    height: 4.25rem;
    top: 6.8rem;
  }
  .part9 {
    height: 13.34rem;
    background-image: linear-gradient(to bottom, #fc8378, #cf0920);
  }
  .part9 .bg {
    background-image: none;
  }
  .part9 h2 {
    font-size: 0.8rem;
    line-height: 0.8rem;
    top: 0.75rem;
  }
  .part9 h2 span {
    display: block;
  }
  .part9 .part9-swiper {
    width: 7.13rem;
    height: 12.4rem;
    margin: 0.45rem auto;
    border-radius: 0.3rem;
  }
  .part9 .part9-swiper .list {
    margin: 0;
    width: 7.13rem;
  }
  .part9 .part9-swiper .list li {
    width: 7.13rem;
    height: 12.4rem;
    background-image: linear-gradient(to bottom, #cf091f, #fc8378);
    border-radius: 0.3rem;
  }
  .part9 .part9-swiper .list li .con {
    bottom: 0.2rem;
    font-size: 0.36rem;
    line-height: 0.4rem;
  }
  .part10 {
    height: 13.34rem;
  }
  .part10 h2 {
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: center;
    color: #fff;
    font-family: "hanson";
    padding-top: 0.7rem;
  }
  .part11 {
    height: 13.34rem;
  }
  .part11 .con {
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 6rem;
    z-index: 3;
  }
  .part11 .mask {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .part12 {
    height: 13.34rem;
  }
  .part12 .con {
    width: 100%;
    top: 1rem;
    right: 0;
    padding-left: 0.4rem;
    color: #fff;
  }
  .part12 .con h2 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .part13 {
    height: 13.34rem;
  }
  .part13 .box {
    display: none;
  }
  .part14 {
    height: 17.5rem;
  }
  .part14 h2 {
    left: 0;
    font-size: 0.8rem;
    width: 100%;
    text-align: center;
  }
}
