/*添加视频特殊处理*/
/*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;
}
@keyframes ease-right {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes ease-right {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes reveal {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateZ(0) skew(45deg) scaleX(0);
    transform: translateZ(0) skew(45deg) scaleX(0);
  }
  0.0001% {
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateZ(0) skew(45deg) scaleX(1);
    transform: translateZ(0) skew(45deg) scaleX(1);
  }
  50.0001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: translateZ(0) skew(45deg) scaleX(0);
    transform: translateZ(0) skew(45deg) scaleX(0);
  }
}
@keyframes reveal {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateZ(0) skew(45deg) scaleX(0);
    transform: translateZ(0) skew(45deg) scaleX(0);
  }
  0.0001% {
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateZ(0) skew(45deg) scaleX(1);
    transform: translateZ(0) skew(45deg) scaleX(1);
  }
  50.0001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: translateZ(0) skew(45deg) scaleX(0);
    transform: translateZ(0) skew(45deg) scaleX(0);
  }
}
@keyframes zoomSmall {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomSmall {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes toRight {
  0% {
    right: 0.2rem;
  }
  100% {
    right: 0.3rem;
  }
}
@-webkit-keyframes toRight {
  0% {
    right: 0.2rem;
  }
  100% {
    right: 0.3rem;
  }
}
@keyframes toLeft {
  0% {
    left: 0.55rem;
  }
  100% {
    left: 0.65rem;
  }
}
@-webkit-keyframes toLeft {
  0% {
    left: 0.55rem;
  }
  100% {
    left: 0.65rem;
  }
}
/*引导模块*/
body {
  overflow: hidden;
}
#guideBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}
#guideBox .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#guideBox .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 8.88rem;
  height: 1.27rem;
}
#guideBox .logo img {
  width: 100%;
}
#guideBox #joinHome {
  animation: zoom 3s infinite;
  width: 1.18rem;
  height: 1.18rem;
  display: inline-block;
  position: absolute;
  right: 1.3rem;
  bottom: 0.9rem;
  z-index: 3;
}
#guideBox #joinHome img {
  width: 100%;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.header {
  transition: height 0.5s ease-in-out;
}
.header .warning {
  position: fixed;
  top: 0;
  width: 100%;
  border: none;
}
.header .nav {
  background: none;
  border-bottom: none;
}
.header .nav.bgB {
  background-color: #000;
}
.header .nav.onBg {
  background: #000000;
}
.header .nav.fixed {
  top: 0;
}
.banner-container {
  height: 9rem;
  position: relative;
  background-color: #fff;
}
.banner-container .bannerBox {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner-container .bannerBox .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.banner-container .bannerBox .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.banner-container .bannerBox .swiper-slide.swiper-slide-active .img .banner-img {
  opacity: 1;
  transform: scale(1);
}
.banner-container .bannerBox .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner-container .bannerBox .swiper-slide .img .banner-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  transition: opacity 0.7s ease-in-out 200ms, transform 7s ease-in-out;
  transform: scale(1.1);
  object-position: bottom center;
}
.banner-container .bannerBox .swiper-pagination {
  position: absolute;
  left: 0.6rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  color: #000000;
  font-family: 'GalanoGrotesqueAltDEMO';
  font-size: 20px;
  font-weight: 400;
  width: fit-content;
}
.banner-container .bannerBox .swiper-pagination .swiper-pagination-bullet {
  background: none;
  position: relative;
  display: block;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0.26rem 0;
  height: auto;
}
.banner-container .bannerBox .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: -0.6rem;
  width: 0.4rem;
  top: 50%;
  height: 0.01rem;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.banner-container .bannerBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  pointer-events: none;
  opacity: 1;
  font-size: 30px;
}
.banner-container .bannerBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 0.5;
}
.videoBox {
  height: 10rem;
  background-color: #fff;
  overflow: hidden;
}
.videoBox .videoShow {
  margin-top: 1.625rem;
  height: 6.75rem;
  position: relative;
}
.videoBox .videoShow .swiper-slide {
  width: 12rem;
  position: relative;
}
.videoBox .videoShow .swiper-slide .video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.videoBox .videoShow .swiper-slide .info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.videoBox .videoShow .swiper-slide .info:hover .detail,
.videoBox .videoShow .swiper-slide .info:hover .playBox {
  opacity: 1;
}
.videoBox .videoShow .swiper-slide .info .title {
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
  text-align: center;
  font-size: 0.86rem;
  color: #fff;
  font-family: 'Boxing';
}
.videoBox .videoShow .swiper-slide .info .title img {
  height: 0.52rem;
}
.videoBox .videoShow .swiper-slide .info .playBox {
  font-size: 0.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.videoBox .videoShow .swiper-slide .info .detail {
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  text-align: center;
  z-index: 3;
  font-size: 0.2rem;
  font-family: 'Chaney-ult';
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.aboutBox {
  height: 100vh;
  overflow: hidden;
}
.aboutBox .bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.aboutBox .bg.a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.aboutBox .bg.a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutBox .bg .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutBox .infoBox {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: center;
  font-weight: bold;
  width: 9.6rem;
  color: #000;
  position: absolute;
}
.productsBox .topScorll {
  height: 0.7rem;
  line-height: 0.36rem;
  width: 100%;
  background-color: #000;
  font-size: 0.36rem;
  color: #fff;
  font-family: 'Chaney-ult';
  display: flex;
  overflow: hidden;
}
.productsBox .topScorll .list {
  width: 200%;
  display: flex;
}
.productsBox .topScorll .list li {
  flex: 0 0 auto;
  display: flex;
}
.productsBox .topScorll .list li:nth-child(2) {
  margin-left: 0.2rem;
}
.productsBox .topScorll .list li em {
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
.productsBox .topScorll .list li em i {
  padding-right: 0.2rem;
}
.productsBox .productList {
  height: 9rem;
  background-color: #fff;
  background-position: center 7rem;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: contain;
  transition: all 0.5s ease-in-out;
}
.productsBox .productList .proR {
  font-size: 0.55rem;
  background: no-repeat;
  right: 1.3rem;
}
.productsBox .productList .proL {
  font-size: 0.55rem;
  background: no-repeat;
  left: 1.3rem;
  transform: rotate(180deg);
}
.productsBox .productList .proSwiper {
  width: 15rem;
  margin: 0.7rem auto 0;
  height: 7.3rem;
}
.productsBox .productList .proSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.productsBox .productList .proSwiper .swiper-slide .leftBox {
  width: 4rem;
  text-align: center;
  position: relative;
}
.productsBox .productList .proSwiper .swiper-slide .leftBox img {
  width: 3.2rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.productsBox .productList .proSwiper .swiper-slide .leftBox .proTit {
  font-size: 0.2rem;
  font-family: 'Chaney-ult';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  height: 0.5rem;
  width: 5rem;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox {
  width: 7.5rem;
  margin: 0rem 1.5rem 0 0;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .pro-tit {
  font-size: 0.86rem;
  color: #000;
  font-family: 'Boxing';
  text-align: center;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(1):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(1).on .icoBox {
  background-image: linear-gradient(rgba(184, 248, 238, 0.2), rgba(81, 134, 255, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(1) .bg {
  background-image: linear-gradient(#b8f8ee, #5186ff);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(2):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(2).on .icoBox {
  background-image: linear-gradient(rgba(250, 149, 50, 0.2), rgba(250, 207, 77, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(2) .bg {
  background-image: linear-gradient(#fa9532, #facf4d);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(3):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(3).on .icoBox {
  background-image: linear-gradient(rgba(160, 203, 248, 0.2), rgba(252, 151, 180, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(3) .bg {
  background-image: linear-gradient(#a0cbf8, #fc97b4);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(4):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(4).on .icoBox {
  background-image: linear-gradient(rgba(240, 255, 141, 0.2), rgba(3, 125, 52, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(4) .bg {
  background-image: linear-gradient(#f0ff8d, #037d34);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(5):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(5).on .icoBox {
  background-image: linear-gradient(rgba(248, 197, 192, 0.2), rgba(255, 115, 239, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(5) .bg {
  background-image: linear-gradient(#f8c5c0, #ff73ef);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(6):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(6).on .icoBox {
  background-image: linear-gradient(rgba(253, 238, 193, 0.2), rgba(255, 126, 0, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(6) .bg {
  background-image: linear-gradient(#fdeec1, #ff7e00);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(7):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(7).on .icoBox {
  background-image: linear-gradient(rgba(252, 183, 129, 0.2), rgba(62, 242, 217, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(7) .bg {
  background-image: linear-gradient(#fcb781, #3ef2d9);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(8):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(8).on .icoBox {
  background-image: linear-gradient(rgba(184, 248, 238, 0.2), rgba(81, 134, 255, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(8) .bg {
  background-image: linear-gradient(#b8f8ee, #5186ff);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(9):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(9).on .icoBox {
  background-image: linear-gradient(rgba(255, 148, 196, 0.2), rgba(250, 239, 130, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(9) .bg {
  background-image: linear-gradient(#ff94c4, #faef82);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(10):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(10).on .icoBox {
  background-image: linear-gradient(rgba(255, 133, 232, 0.2), rgba(104, 146, 253, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(10) .bg {
  background-image: linear-gradient(#ff85e8, #6892fd);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(11):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(11).on .icoBox {
  background-image: linear-gradient(rgba(143, 161, 251, 0.2), rgba(173, 220, 255, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(11) .bg {
  background-image: linear-gradient(#8fa1fb, #addcff);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(12):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(12).on .icoBox {
  background-image: linear-gradient(rgba(253, 238, 193, 0.2), rgba(255, 126, 0, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(12) .bg {
  background-image: linear-gradient(#fdeec1, #ff7e00);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(13):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(13).on .icoBox {
  background-image: linear-gradient(rgba(240, 255, 141, 0.2), rgba(3, 125, 52, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(13) .bg {
  background-image: linear-gradient(#f0ff8d, #037d34);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(14):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(14).on .icoBox {
  background-image: linear-gradient(rgba(252, 183, 129, 0.2), rgba(62, 242, 217, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(14) .bg {
  background-image: linear-gradient(#fcb781, #3ef2d9);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(15):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(15).on .icoBox {
  background-image: linear-gradient(rgba(255, 148, 196, 0.2), rgba(250, 239, 130, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(15) .bg {
  background-image: linear-gradient(#ff94c4, #faef82);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(16):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(16).on .icoBox {
  background-image: linear-gradient(rgba(255, 133, 232, 0.2), rgba(104, 146, 253, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(16) .bg {
  background-image: linear-gradient(#ff85e8, #6892fd);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(17):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(17).on .icoBox {
  background-image: linear-gradient(rgba(143, 161, 251, 0.2), rgba(173, 220, 255, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(17) .bg {
  background-image: linear-gradient(#8fa1fb, #addcff);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(18):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(18).on .icoBox {
  background-image: linear-gradient(rgba(248, 197, 192, 0.2), rgba(255, 115, 239, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(18) .bg {
  background-image: linear-gradient(#f8c5c0, #ff73ef);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(19):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(19).on .icoBox {
  background-image: linear-gradient(rgba(255, 133, 232, 0.2), rgba(104, 146, 253, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(19) .bg {
  background-image: linear-gradient(#ff85e8, #6892fd);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(20):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(20).on .icoBox {
  background-image: linear-gradient(rgba(248, 197, 192, 0.2), rgba(253, 148, 219, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li:nth-of-type(20) .bg {
  background-image: linear-gradient(#f8c5c0, #fd94db);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.a li .pro {
  width: 0.3rem;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(1):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(1).on .icoBox {
  background-image: linear-gradient(rgba(184, 248, 238, 0.2), rgba(81, 134, 255, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(1) .bg {
  background-image: linear-gradient(#b8f8ee, #5186ff);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(2):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(2).on .icoBox {
  background-image: linear-gradient(rgba(250, 149, 50, 0.2), rgba(250, 207, 77, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(2) .bg {
  background-image: linear-gradient(#fa9532, #facf4d);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(3):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(3).on .icoBox {
  background-image: linear-gradient(rgba(229, 127, 252, 0.2), rgba(255, 169, 229, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(3) .bg {
  background-image: linear-gradient(#e57ffc, #ffa9e5);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(4):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(4).on .icoBox {
  background-image: linear-gradient(rgba(149, 241, 255, 0.2), rgba(240, 255, 141, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(4) .bg {
  background-image: linear-gradient(#95f1ff, #f0ff8d);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(5):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(5).on .icoBox {
  background-image: linear-gradient(rgba(236, 252, 149, 0.2), rgba(145, 224, 249, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(5) .bg {
  background-image: linear-gradient(#ecfc95, #91e0f9);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(6):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(6).on .icoBox {
  background-image: linear-gradient(rgba(255, 126, 0, 0.2), rgba(253, 238, 193, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(6) .bg {
  background-image: linear-gradient(#ff7e00, #fdeec1);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(7):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(7).on .icoBox {
  background-image: linear-gradient(rgba(233, 252, 143, 0.2), rgba(134, 221, 252, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(7) .bg {
  background-image: linear-gradient(#e9fc8f, #86ddfc);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(8):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(8).on .icoBox {
  background-image: linear-gradient(rgba(184, 248, 238, 0.2), rgba(20, 178, 249, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(8) .bg {
  background-image: linear-gradient(#b8f8ee, #14b2f9);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(9):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(9).on .icoBox {
  background-image: linear-gradient(rgba(253, 227, 244, 0.2), rgba(255, 148, 196, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(9) .bg {
  background-image: linear-gradient(#fde3f4, #ff94c4);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(10):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(10).on .icoBox {
  background-image: linear-gradient(rgba(209, 103, 251, 0.2), rgba(250, 183, 238, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(10) .bg {
  background-image: linear-gradient(#d167fb, #fab7ee);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(11):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(11).on .icoBox {
  background-image: linear-gradient(rgba(75, 199, 255, 0.2), rgba(168, 232, 254, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(11) .bg {
  background-image: linear-gradient(#4bc7ff, #a8e8fe);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(12):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(12).on .icoBox {
  background-image: linear-gradient(rgba(247, 109, 207, 0.2), rgba(252, 250, 173, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(12) .bg {
  background-image: linear-gradient(#f76dcf, #fcfaad);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(13):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(13).on .icoBox {
  background-image: linear-gradient(rgba(137, 234, 248, 0.2), rgba(240, 255, 141, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(13) .bg {
  background-image: linear-gradient(#89eaf8, #f0ff8d);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(14):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(14).on .icoBox {
  background-image: linear-gradient(rgba(213, 213, 216, 0.2), rgba(246, 244, 244, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(14) .bg {
  background-image: linear-gradient(#d5d5d8, #f6f4f4);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(15):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(15).on .icoBox {
  background-image: linear-gradient(rgba(252, 230, 244, 0.2), rgba(255, 148, 196, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(15) .bg {
  background-image: linear-gradient(#fce6f4, #ff94c4);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(16):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(16).on .icoBox {
  background-image: linear-gradient(rgba(252, 230, 244, 0.2), rgba(255, 148, 196, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(16) .bg {
  background-image: linear-gradient(#fce6f4, #ff94c4);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(17):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(17).on .icoBox {
  background-image: linear-gradient(rgba(251, 238, 194, 0.2), rgba(254, 217, 94, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(17) .bg {
  background-image: linear-gradient(#fbeec2, #fed95e);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(18):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(18).on .icoBox {
  background-image: linear-gradient(rgba(236, 236, 236, 0.2), rgba(246, 244, 244, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(18) .bg {
  background-image: linear-gradient(#ececec, #f6f4f4);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(19):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(19).on .icoBox {
  background-image: linear-gradient(rgba(223, 83, 250, 0.2), rgba(251, 202, 242, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(19) .bg {
  background-image: linear-gradient(#df53fa, #fbcaf2);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(20):hover .icoBox,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(20).on .icoBox {
  background-image: linear-gradient(rgba(252, 252, 198, 0.2), rgba(255, 115, 239, 0.2));
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li:nth-of-type(20) .bg {
  background-image: linear-gradient(#fcfcc6, #ff73ef);
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList.b li .pro {
  width: 0.84rem;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList li {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  cursor: pointer;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList li:hover .pro,
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList li.on .pro {
  opacity: 1;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList li .icoBox {
  width: 100%;
  height: 100%;
  background-image: none;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList li .bg {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
}
.productsBox .productList .proSwiper .swiper-slide .rightBox .colorList li .pro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 750px) {
  #guideBox .logo {
    width: 5rem;
    height: auto;
  }
  #guideBox #joinHome {
    width: 0.8rem;
    height: 0.8rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .header {
    height: 2.3rem;
  }
  .header .nav {
    position: absolute;
    top: 2.3rem;
  }
  .header .nav .navBox .iconfont {
    color: #fff;
  }
  .container-fluid .banner-container {
    height: 100vh;
  }
  .container-fluid .videoBox {
    height: 6rem;
  }
  .container-fluid .videoBox .videoShow {
    margin-top: 1rem;
    height: 3.75rem;
  }
  .container-fluid .videoBox .videoShow .swiper-slide {
    width: 6.6rem;
  }
  .container-fluid .videoBox .videoShow .swiper-slide .info .title {
    bottom: 0.2rem;
    font-size: 0.32rem;
  }
  .container-fluid .videoBox .videoShow .swiper-slide .info .title img {
    height: 0.32rem;
  }
  .container-fluid .videoBox .videoShow .swiper-slide .info .playBox {
    font-size: 0.4rem;
    opacity: 1;
  }
  .container-fluid .videoBox .videoShow .swiper-slide .info .detail {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    right: 0.2rem;
    bottom: 0.5rem;
    font-size: 0.12rem;
    opacity: 1;
  }
  .container-fluid .aboutBox .infoBox {
    width: 6.6rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .container-fluid .productsBox .topScorll {
    line-height: 0.4rem;
    font-size: 0.4rem;
  }
  .container-fluid .productsBox .productList {
    height: 17.6rem;
    background-position: center 15.6rem;
  }
  .container-fluid .productsBox .productList .proR {
    right: 0.5rem;
    top: 70%;
  }
  .container-fluid .productsBox .productList .proL {
    left: 0.5rem;
    top: 70%;
  }
  .container-fluid .productsBox .productList .proSwiper {
    width: 7.5rem;
    height: 16rem;
  }
  .container-fluid .productsBox .productList .proSwiper .swiper-slide {
    flex-direction: column-reverse;
  }
  .container-fluid .productsBox .productList .proSwiper .swiper-slide .leftBox {
    width: 100%;
  }
  .container-fluid .productsBox .productList .proSwiper .swiper-slide .leftBox img {
    padding-bottom: 1rem;
  }
  .container-fluid .productsBox .productList .proSwiper .swiper-slide .leftBox .proTit {
    font-size: 0.24rem;
    width: 6rem;
  }
  .container-fluid .productsBox .productList .proSwiper .swiper-slide .rightBox {
    width: 7.5rem;
    margin: 0.3rem 0 0 0;
  }
}
