.heightApp {
  min-height: -webkit-calc(98.98vh);
  min-height: calc(100vh - 1.02rem);
  margin-top: 1.02rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widthApp {
  width: 5.4rem;
  margin-top: 1.02rem;
}
.animate__slideInUp{
    opacity: 0;
    transition: 2s;
}
.animated.animate__slideInUp{
    opacity: 1;
}

body::-webkit-scrollbar {
  display: none;
}
html,
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body{
    overflow: hidden;
}
._height {
  height: 100vh;
}
.FullScreen > div > div.swiper-slide {
  overflow: hidden;
}
.headerContainer {
  padding: 0 1rem;
  position: fixed;
  top: 0;
  z-index: 7;
  width: 100%;
}
.headerContainer .box .logo {
  min-width: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.headerContainer .box .logo a {
  display: block;
}
.headerContainer .box .logo a img {
  height: 42px;
}
.headerContainer .box .nav .item {
  padding: 0 0.18rem;
  position: relative;
}
.headerContainer .box .nav .item > p a {
  display: block;
  line-height: 1.02rem;
  font-size: 0.18rem;
  color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.headerContainer .box .nav .item > p a::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.26rem;
  width: 0px;
  height: 2px;
  background: #d6ff00;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.headerContainer .box .nav .item .select {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.3rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: none;
}
.headerContainer .box .nav .item .select p {
  position: absolute;
  top: -0.12rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0rem);
  -ms-transform: translate(-50%, 0rem);
  transform: translate(-50%, 0rem);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 57%, 0% 57%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 57%, 0% 57%);
}
.headerContainer .box .nav .item .select ul {
  display: grid;
  gap: 0.22rem;
  padding: 0.3rem 0;
}
.headerContainer .box .nav .item .select ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.headerContainer .box .nav .item .select ul li a:hover {
  color: #d6ff00;
}
.headerContainer .box .nav .item .select ul .active a {
  color: #d6ff00;
}
.headerContainer .box .nav .item:hover > p a {
  color: #d6ff00 !important;
}
.headerContainer .box .nav .item:hover > p a::after {
  width: 15px;
}
.headerContainer .box .nav .item:hover .select {
  display: block;
}
.headerContainer .box .nav .item.active > p a {
  color: #fff;
}
.headerContainer .box .nav .item.active > p a::after {
  width: 15px;
}
.headerContainer .box .button {
  min-width: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerContainer .box .button .log {
  font-size: 0.16rem;
}
.headerContainer .box .button .log a {
  color: #fff;
  display: block;
  line-height: 0.3rem;
  padding: 0 0.15rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.headerContainer .box .button .log a:hover {
  background: #d6ff00 !important;
  color: #000;
  border-color: #d6ff00 !important;
}
.headerContainer .box .button .exit {
  position: relative;
}
.headerContainer .box .button .exit .to {
  cursor: pointer;
}
.headerContainer .box .button .exit .to .le {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d6ff00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerContainer .box .button .exit .to .le svg {
  margin: auto;
}
.headerContainer .box .button .exit .to .ri {
  color: #fff;
  font-size: 0.16rem;
  line-height: 32px;
  margin-left: 0.14rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.headerContainer .box .button .exit .to .ri i {
  font-size: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.headerContainer .box .button .exit .to.act .ri i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.headerContainer .box .button .exit .bo {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  min-width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0.28rem);
  -ms-transform: translate(-50%, 0.28rem);
  transform: translate(-50%, 0.28rem);
  border-radius: 10px;
}
.headerContainer .box .button .exit .bo p {
  position: absolute;
  top: -0.12rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0rem);
  -ms-transform: translate(-50%, 0rem);
  transform: translate(-50%, 0rem);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 57%, 0% 57%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 57%, 0% 57%);
}
.headerContainer .box .button .exit .bo ul {
  display: grid;
  gap: 0.22rem;
  padding: 0.36rem 0;
}
.headerContainer .box .button .exit .bo ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.headerContainer .box .button .exit .bo ul li a:hover {
  color: #d6ff00;
}
.headerContainer .box .button .lang {
  font-size: 0.16rem;
  margin: 0 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerContainer .box .button .lang a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.headerContainer .box .button .lang a:hover {
  color: #d6ff00 !important;
}
.headerContainer .box .button .app {
  font-size: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerContainer .box .button .app a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.headerContainer .box .button .app a:hover {
  color: #d6ff00 !important;
}
.headerContainer.act .box .logo,
.headerContainer.active .box .logo {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.headerContainer.act .box .nav .item > p a,
.headerContainer.active .box .nav .item > p a {
  color: #000;
}
.headerContainer.act .box .button .log a,
.headerContainer.active .box .button .log a {
  color: #000;
  border-color: #000;
}
.headerContainer.act .box .button .exit .to .ri,
.headerContainer.active .box .button .exit .to .ri {
  color: #000;
}
.headerContainer.act .box .button .lang a,
.headerContainer.active .box .button .lang a {
  color: #000;
}
.headerContainer.act .box .button .app a,
.headerContainer.active .box .button .app a {
  color: #000;
}
.headerContainer.on {
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.headerContainer.transform {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.proHeader {
  padding: 0 3rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.proHeader .box .left .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.proHeader .box .left .logo a {
  display: block;
}
.proHeader .box .left .proImg {
  margin: 0 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.proHeader .box .left .proImg img {
  height: 15px;
}
.proHeader .box .left .proTit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.proHeader .box .right {
  padding: 0.18rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.proHeader .box .right .p1 a {
  display: block;
  font-size: 16px;
  background: #d6ff00;
  color: #000;
  border: 1px solid #d6ff00;
  line-height: 0.42rem;
  padding: 0 0.45rem;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.proHeader .box .right .p1 a:hover {
  -webkit-box-shadow: 3px 3px 16px rgba(214, 255, 0, 0.4);
  box-shadow: 3px 3px 16px rgba(214, 255, 0, 0.4);
}
.proHeader .box .right .p2 {
  margin-left: 15px;
}
.proHeader .box .right .p2 a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 0.42rem;
  padding: 0 0.45rem;
  border-radius: 0.3rem;
  border: 1px solid #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.proHeader .box .right .p2 a:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  background: #d6ff00;
  border-color: #d6ff00;
}
.proHeader.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.login_container {
  background: url(../images/img11.png) no-repeat 50% 50%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.login_container .box {
  width: min(450px, 80vw);
  margin: auto;
}
.login_container .box .content0 {
  font-size: 36px;
  text-transform: uppercase;
  /*opacity: 1 !important;*/
}
.login_container .box .content1 {
  margin-top: 0.48rem;
}
.login_container .box .content1 .item1 {
  position: relative;
}
.login_container .box .content1 .item1 input {
  height: 0.64rem;
  background: #333333;
  border: 0;
  width: 100%;
  border-radius: 0.32rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.2rem;
  color: #fff;
  font-size: 16px;
}
.login_container .box .content1 .item1 input::-webkit-input-placeholder {
  color: #999;
}
.login_container .box .content1 .item1 input::-moz-placeholder {
  color: #999;
}
.login_container .box .content1 .item1 input:-ms-input-placeholder {
  color: #999;
}
.login_container .box .content1 .item1 input::-ms-input-placeholder {
  color: #999;
}
.login_container .box .content1 .item1 input::placeholder {
  color: #999;
}
.login_container .box .content1 .item1::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.9rem;
  background: #999;
}
.login_container .box .content1 .item1 p {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login_container .box .content1 .item2 {
  margin-top: 10px;
  position: relative;
}
.login_container .box .content1 .item2 > input {
  height: 0.64rem;
  background: #333333;
  border: 0;
  width: 100%;
  border-radius: 0.32rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 16px;
}
.login_container .box .content1 .item2 > input::-webkit-input-placeholder {
  color: #999;
}
.login_container .box .content1 .item2 > input::-moz-placeholder {
  color: #999;
}
.login_container .box .content1 .item2 > input:-ms-input-placeholder {
  color: #999;
}
.login_container .box .content1 .item2 > input::-ms-input-placeholder {
  color: #999;
}
.login_container .box .content1 .item2 > input::placeholder {
  color: #999;
}
.login_container .box .content1 .item2 .positon {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login_container .box .content1 .item2 .positon input {
  color: #d6ff00;
  background: none;
  border: 0;
  border-bottom: 1px solid #d6ff00;
  cursor: pointer;
}
.login_container .box .content1 .item3 {
  margin-top: 0.2rem;
}
.login_container .box .content1 .item3 input {
  display: block;
  width: 100%;
  background: #d6ff00;
  color: #000;
  border: 0;
  height: 0.64rem;
  border-radius: 0.32rem;
  font-size: 16px;
  cursor: pointer;
}
.homeNews {
  background: url(../images/logobg.png) no-repeat 50% 50%;
  height: 100%;
}
.homeNews .box {
  padding: 1.6rem 1.45rem 0;
}
.homeNews .box .title {
  font-size: 0.56rem;
  text-align: center;
  color: #000;
}
.homeNews .box .banner {
  margin-top: 1.3rem;
  position: relative;
}
.homeNews .box .banner .swiper-slide a {
  display: block;
  position: relative;
}
.homeNews .box .banner .swiper-slide a .img{
    position: relative;
     opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
    
}
.homeNews .box .banner .swiper-slide a .img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.homeNews .box .banner .swiper-slide a .img img {
  width: 100%;
 
}
.homeNews .box .banner .swiper-slide a .position {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 10%;
  padding: 0.35rem 0.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeNews .box .banner .swiper-slide a .position .top h5 {
  font-size: 0.24rem;
  line-height: 1.6;
  color: #000;
}
.homeNews .box .banner .swiper-slide a .position .bot {
  font-family: 'gilroy_regular';
  font-size: 16px;
  color: #666;
  margin-top: 0.32rem;
}
.homeNews .box .banner .swiper-slide a .position .posi {
  position: absolute;
  right: 0.4rem;
  bottom: 0.35rem;
  font-family: 'gilroy_regular';
  font-size: 16px;
  color: #d6ff00;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
    .homeNews .box .banner .swiper-slide a:hover .img:before{
        /*opacity: 1;*/
    }
  .homeNews .box .banner .swiper-slide a:hover .img {
    opacity: 1;
  }
  .homeNews .box .banner .swiper-slide a:hover .position {
    min-height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homeNews .box .banner .swiper-slide a:hover .position .top h5 {
    color: #fff;
  }
  .homeNews .box .banner .swiper-slide a:hover .position .bot {
    color: #fff;
    opacity: 0;
  }
  .homeNews .box .banner .swiper-slide a:hover .position .posi {
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
.homeNews .box .banner .button .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #000;
  cursor: pointer;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 60% 100%, 60% 94%, 40% 94%, 40% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 60% 100%, 60% 94%, 40% 94%, 40% 100%, 0% 100%);
}
.homeNews .box .banner .button .btn svg {
  margin: auto;
}
.homeNews .box .banner .button .btn svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeNews .box .banner .button .btn:hover {
  background: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.homeNews .box .banner .button .btn:hover svg path {
  fill: #d6ff00;
}
.homeNews .box .banner .button .prev {
  left: -0.98rem;
}
.homeNews .box .banner .button .next {
  right: -0.98rem;
}
.homeNews ._btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.1rem;
}
.homeButton .a {
  display: block;
  min-width: 2rem;
  background: #d6ff00;
  color: #000;
  font-size: 16px;
  line-height: 0.54rem;
  border-radius: 0.28rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeButton .a:hover {
  -webkit-box-shadow: 7px 7px 16px rgba(214, 255, 0, 0.4);
  box-shadow: 7px 7px 16px rgba(214, 255, 0, 0.4);
}
.homeBrandEvent {
  height: 100%;
  position: relative;
}
.homeBrandEvent .img {
  height: 100%;
}
.homeBrandEvent .img > img {
  width: 100%;
  height: 100%;
}
.homeBrandEvent .img video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.homeBrandEvent .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.homeBrandEvent .position .box {
  color: #fff;
  margin: auto;
  text-align: center;
}
.homeBrandEvent .position .box .content01 {
  margin-bottom: 0.2rem;
}
.homeBrandEvent .position .box .content01 p {
  margin: auto;
  border-radius: 50%;
  width: 98px;
  height: 98px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeBrandEvent .position .box .content01 p svg {
  margin: auto;
}
.homeBrandEvent .position .box .content01 p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homeBrandEvent .position .box .content01 p span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeBrandEvent .position .box .content01 p:hover {
  background: #d6ff00;
}
.homeBrandEvent .position .box .content01 p:hover > svg {
  opacity: 0;
}
.homeBrandEvent .position .box .content01 p:hover span svg path {
  stroke: #000;
}
.homeBrandEvent .position .box .content0 {
  font-size: 0.56rem;
}
.homeBrandEvent .position .box .content1 {
  margin-top: 0.65rem;
}
.homeBrandEvent .position .box .content1 img {
  width: 4.8rem;
}
.homeBrandEvent .position .box .content2 {
  margin-top: 0.4rem;
  font-size: 0.24rem;
}
.homeBrandEvent .position .box .content3 {
  margin-top: 0.9rem;
}
.homeLink .a {
  width: 1.96rem;
  border: 2px solid #d6ff00;
  line-height: 0.54rem;
  border-radius: 0.28rem;
  display: block;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%);
}
.homeLink .a:hover {
  background: #d6ff00;
  border-color: #d6ff00;
  color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.homeLink.homeLink1 a {
  color: #d6ff00;
}
.homeLink.homeLink2 a {
  border-color: #fff;
}
.homeLink.homeLink3 a {
  color: #000;
}
.w1720 {
  padding-left: 5vw ;
  padding-right: 5vw;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .w1720 {
    padding-left: 1rem ;
    padding-right: 1rem;
  }
}
.privacy {
  padding: 1.5rem 0 1rem;
  font-size: 16px;
  line-height: 2;
}
.footerContainer {
  background: #000;
}
.footerContainer .box .boxTop {
  padding-top: 0.68rem;
}
.footerContainer .box .boxTop .left {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2.15rem;
  -moz-column-gap: 2.15rem;
  column-gap: 1.8rem;
}
.footerContainer .box .boxTop .left div {
  font-size: 0.18rem;
  margin-bottom: 20px;
}
.footerContainer .box .boxTop .left div a {
  color: #fff;
}
.footerContainer .box .boxTop .right {
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footerContainer .box .boxTop .right .le h6 {
  font-size: 0.18rem;
  color: #fff;
}
.footerContainer .box .boxTop .right .le ul li {
  margin-top: 0.24rem;
  position: relative;
  padding-left: 0.35rem;
}
.footerContainer .box .boxTop .right .le ul li a {
  font-size: 0.16rem;
  color: #fff;
}
.footerContainer .box .boxTop .right .le ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.22rem;
}
.footerContainer .box .boxTop .right .ri {
  margin-left: 1.86rem;
}
.footerContainer .box .boxTop .right .ri .ite {
  margin-left: 10px;
  position: relative;
}
.footerContainer .box .boxTop .right .ri .ite div {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #1e1e1e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footerContainer .box .boxTop .right .ri .ite div svg {
  margin: auto;
  height: 20px;
}
.footerContainer .box .boxTop .right .ri .ite div svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footerContainer .box .boxTop .right .ri .ite p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  top: 0.6rem;
  width: 1rem;
}
.footerContainer .box .boxTop .right .ri .ite p svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -6px;
}
.footerContainer .box .boxTop .right .ri .active div {
  background: #d6ff00;
}
.footerContainer .box .boxTop .right .ri .active div svg path {
  fill: #000;
}
.footerContainer .box .boxTop .right .ri .active p {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footerContainer .box .boxBot {
  margin-top: 0.74rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footerContainer .box .boxBot .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerContainer .box .boxBot .left img {
  height: 44px;
}
.footerContainer .box .boxBot .right {
  font-size: 0.16rem;
  color: #999;
  line-height: 1.2rem;
}
.footerContainer .box .boxBot .right a {
  color: #999;
}
.footerContainer .box .boxBot .right a span {
  color: #cccccc;
}
.homeProduct {
  position: relative;
}
.homeProduct .img img {
  width: 100%;
}
.homeProduct .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.homeProduct .position .main {
  width: 6.8rem;
}
.homeProduct .position .main .content0 img {
  height: 0.48rem;
}
.homeProduct .position .main .content1 {
  font-size: 0.32rem;
  color: #fff;
  letter-spacing: 10px;
  margin-top: 0.22rem;
}
.homeProduct .position .main .content2 {
  margin-top: 0.5rem;
}
.homeProduct .position .main .content2 > div {
  margin-right: 0.18rem;
}
.OrderCenter {
  margin-top: 1.52rem;
  margin-bottom: 0.64rem;
}
.OrderCenter h5 {
  font-size: 0.56rem;
  text-align: center;
}
.OrderCenter .box {
  margin-top: 0.52rem;
}
.OrderCenter .box .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.OrderCenter .box .list .item dt {
  font-size: 0.18rem;
}
.OrderCenter .box .list .dl {
  background: #242424;
  color: #fff;
  line-height: 0.76rem;
}
.OrderCenter .box .main {
  min-height: 6rem;
}
.OrderCenter .box .main table {
  width: 100%;
  text-align: center;
  line-height: 0.76rem;
}
.OrderCenter .box .main .dl {
  background: #242424;
  color: #fff;
}
.OrderCenter .box .main .dl th {
  font-size: 0.18rem;
}
.OrderCenter .box .main .dl th:first-child {
  text-align: left;
  padding-left: 0.5rem;
  width: 2rem;
}
.OrderCenter .box .main .dl th:last-child {
  padding-right: 0.5rem;
  width: 1.3rem;
}
.OrderCenter .box .main .dl th:nth-child(6) {
  width: 2rem;
}
.OrderCenter .box .main .dl th:nth-child(7) {
  width: 2.6rem;
}
.OrderCenter .box .main tr {
  border-bottom: 1px solid #ddd;
}
.OrderCenter .box .main tr td {
  font-size: 0.16rem;
}
.OrderCenter .box .main tr td:first-child {
  text-align: left;
  padding-left: 0.5rem;
}
.OrderCenter .box .main tr td:last-child {
  padding-right: 0.5rem;
}
.OrderCenter .box .main tr p {
  width: 0.82rem;
  text-align: center;
  line-height: 0.3rem;
  border-radius: 16px;
  margin: auto;
}
.OrderCenter .box .main tr .p1 {
  background: #d6ff00;
}
.OrderCenter .box .main tr .p2 {
  background: #ededed;
}
.OrderCenter .box .main tr .p3 {
  background: #000;
  color: #fff;
}
.OrderCenter .box .orderInfomation {
  font-size: 16px;
  color: #999;
}
.OrderCenter .box .orderInfomation font {
  color: #000;
}
.OrderCenter .box .orderInfomation span {
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.OrderCenter .box .orderInfomation span:hover {
  border-bottom: 1px solid #000;
}
.orderLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: none;
}
.orderLayer .box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  width: min(470px, 80vw);
  background: #fff;
}
.orderLayer .box .span {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.orderLayer .box .span i {
  font-size: 0.26rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  color: #999;
  cursor: pointer;
}
.orderLayer .box .span i:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #d6ff00;
}
.orderLayer .box .main {
  padding: 0.48rem 0 0.6rem;
  text-align: center;
}
.orderLayer .box .main h6 {
  font-size: 0.36rem;
}
.orderLayer .box .main .content0 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.7rem;
}
.orderLayer .box .main .content1 {
  font-family: 'gilroy_bold';
  font-size: 0.36rem;
  margin-top: 0.1rem;
}
.orderLayer .box .main .content1 a {
  color: #000;
}
.orderLayer .box .main .content2 {
  margin-top: 0.64rem;
}
.orderLayer .box .main .content2 p {
  width: 1.12rem;
  margin: auto;
  background: #d6ff00;
  line-height: 0.5rem;
  font-size: 0.16rem;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.orderLayer .box .main .content2 p:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 3px 3px 16px rgba(214, 255, 0, 0.4);
  box-shadow: 3px 3px 16px rgba(214, 255, 0, 0.4);
}
.contactContainer {
  margin-top: 1.76rem;
}
.contactContainer .box h5 {
  font-size: 0.56rem;
  text-align: center;
}
.contactContainer .box .content0 {
  margin: 0.4rem auto 0;
  font-size: 0.18rem;
  color: #666;
  line-height: 2;
  width: 8.4rem;
  text-align: center;
}
.contactContainer .box .content1 {
  margin-top: 0.64rem;
}
.contactContainer .box .content1 .homeLink {
  margin: 0 0.2rem;
}
.contactContainer .box .content2 {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.contactContainer .box .content2 .item {
  text-align: center;
}
.contactContainer .box .content2 .item .icon {
  height: 0.5rem;
}
.contactContainer .box .content2 .item .icon svg {
  height: 100%;
}
.contactContainer .box .content2 .item .info {
  margin-top: 0.6rem;
  font-family: 'gilroy_bold';
  font-size: 0.22rem;
  line-height: 1.5;
}
.contactContainer .box .content2 .item .info a {
  color: #000;
}
.contactContainer .box .content2 .item .desc {
  font-size: 0.2rem;
  margin-top: 0.34rem;
}
.contactMap {
  margin-top: 1.05rem;
}
.contactMap .my-map > div {
  width: 100%;
  height: 6rem;
}
.amap-copyright,
.amap-logo {
  z-index: 1;
}
.appContainer .box .boxLeft {
  min-height: -webkit-calc(98.98vh);
  min-height: calc(100vh - 1.02rem);
  margin-top: 1.02rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.appContainer .box .boxLeft img {
  width: 100%;
  height: 100%;
}
.appContainer .box .boxRight {
  width: 5.4rem;
  margin-top: 1.02rem;
  text-align: center;
}
.appContainer .box .boxRight .content0 {
  margin-top: 0.86rem;
}
.appContainer .box .boxRight .content0 img {
  width: 1.3rem;
}
.appContainer .box .boxRight .content1 {
  font-size: 0.36rem;
  margin-top: 0.4rem;
  line-height: 1;
}
.appContainer .box .boxRight .content2 {
  margin-top: 0.5rem;
  font-size: 0.22rem;
}
.appContainer .box .boxRight .content2 p {
  margin: 0 0.14rem;
  cursor: pointer;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid transparent;
}
.appContainer .box .boxRight .content2 .active {
  border-bottom: 2px solid #d6ff00;
}
.appContainer .box .boxRight .content3 {
  margin-top: 0.62rem;
}
.appContainer .box .boxRight .content3 .item {
  display: none;
}
.appContainer .box .boxRight .content3 .item figcaption img {
  width: 1.75rem;
}
.appContainer .box .boxRight .content3 .item figure {
  font-size: 16px;
  text-align: center;
  margin-top: 0.25rem;
}
.appContainer .box .boxRight .content3 .active {
  display: block;
}
.ManualDownload .box {
  margin-top: 1.76rem;
  text-align: center;
  padding: 0 2.2rem;
}
.ManualDownload .box h5 {
  font-size: 0.56rem;
}
.ManualDownload .box .banner {
  margin-top: 0.72rem;
  position: relative;
}
.ManualDownload .box .banner .item {
  display: block;
}
.ManualDownload .box .banner .item figcaption {
  height: 1.77rem;
  max-height: 100%;
}
.ManualDownload .box .banner .item figure {
  font-family: 'gilroy_regular';
  font-size: 0.26rem;
  margin-top: 0.32rem;
  color: #000;
  padding-bottom: 12px;
  position: relative;
}
.ManualDownload .box .banner .item figure::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 2px;
  background: #d6ff00;
  opacity: 0;
}
.ManualDownload .box .banner .active .item figure {
  font-family: 'gilroy_bold';
}
.ManualDownload .box .banner .active .item figure::before {
  opacity: 1;
}
.ManualDownload .box .banner .button p {
  position: absolute;
  top: 40%;
  z-index: 1;
}
.ManualDownload .box .banner .button p i {
  font-size: 0.3rem;
  cursor: pointer;
  color: #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ManualDownload .box .banner .button p i:hover {
  color: #d6ff00;
}
.ManualDownload .box .banner .button .prev {
  left: 0;
}
.ManualDownload .box .banner .button .next {
  right: 0;
}
.downloadList {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  padding-bottom: 1rem;
}
.downloadList .item {
  border: 1px solid #999999;
  padding: 0.88rem 0 0.56rem;
}
.downloadList .item .content0 img {
  height: 0.74rem;
}
.downloadList .item .content1 {
  font-size: 0.28rem;
  margin-top: 0.4rem;
  padding: 0 0.2rem;
}
.downloadList .item .content2 {
  margin-top: 0.85rem;
}
.downloadList .item .content2 p {
  width: 1.34rem;
  line-height: 0.5rem;
  border: 1px solid #d6ff00;
  margin: auto;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 100%, 70% 94%, 64% 94%, 64% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 100%, 70% 94%, 64% 94%, 64% 100%, 0% 100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.downloadList .item .content2 p:hover {
  background: #d6ff00;
  color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.downLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: none;
}
.downLayer .box {
  margin: auto;
  width: 4.9rem;
  background: #000000;
  border-radius: 0.55rem;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.8rem 0;
}
.downLayer .box .span {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
.downLayer .box .span i {
  font-size: 0.26rem;
  color: #999;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.downLayer .box .span i:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}
.downLayer .box .content1 {
  font-size: 0.32rem;
  color: #fff;
  margin-top: 0.45rem;
}
.downLayer .box .content2 {
  margin-top: 0.18rem;
  padding: 0 0.5rem;
}
.downLayer .box .content2 p {
  display: block;
  width: 100%;
  background: #333333;
  line-height: 0.65rem;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 18px;
}
.downLayer .box .content3 {
  margin-top: 0.45rem;
}
.downLayer .box .content3 p {
  margin: auto;
  line-height: 0.5rem;
  background: #d6ff00;
  color: #000;
  width: 1.1rem;
  text-align: center;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.downLayer .box .content3 p:hover {
  -webkit-box-shadow: 6px 6px 16px rgba(214, 255, 0, 0.4);
  box-shadow: 6px 6px 16px rgba(214, 255, 0, 0.4);
}
.storeContainer {
  margin-top: 1.76rem;
}
.storeContainer .box {
  margin-top: 0.56rem;
  padding: 0 1.6rem;
}
.storeContainer .box .layui-input,
.storeContainer .box select {
  height: 0.64rem;
  border-radius: 0.35rem;
  padding: 0 0.3rem;
  border: 1px solid #ccc !important;
  cursor: pointer;
  width: 100%;
}
.storeContainer .box .layui-form-select dl {
  z-index: 2;
}
.storeContainer .box .distpicker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.storeContainer .box .layui-form-select dl {
  top: 66px;
}
.storeContainer .box .layui-form-select dl dd {
  font-size: 14px;
  line-height: 40px;
}
.storeContainer .box .layui-form-select dl dd.layui-this {
  color: #d6ff00;
  background: #000000;
}
.storeContainer .box .layui-form-select dl {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.storeContainer .box .layui-form-select dl::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.storeContainer .box .layui-form-select dl::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
}
.storeContainer .box .layui-form-select dl::-webkit-scrollbar-track {
  border-radius: 2px;
}
.nullContainer {
  padding: 1rem 0 2rem;
}
.nullContainer p {
  text-align: center;
  font-size: 0.3rem;
}
.storeContainerMain {
  padding-top: 0.76rem;
}
.storeContainerMain .box .boxLeft {
  background: #f4f4f4;
  width: 6.24rem;
  padding: 0.64rem 1rem 0;
}
.storeContainerMain .box .boxLeft .content0 {
  font-size: 0.36rem;
  line-height: 1;
}
.storeContainerMain .box .boxLeft .content1 {
  margin-top: 0.12rem;
  font-size: 0.2rem;
}
.storeContainerMain .box .boxLeft .content2 {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.16rem;
  --height: 1.5rem;
  height: calc(var(--height) * 4 + 0.21rem * 3);
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.storeContainerMain .box .boxLeft .content2::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.storeContainerMain .box .boxLeft .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.7);
}
.storeContainerMain .box .boxLeft .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
}
.storeContainerMain .box .boxLeft .content2 .item {
  height: var(--height);
}
.storeContainerMain .box .boxLeft .content2 .item a {
  height: 100%;
  border: 1px solid #ddd;
  padding: 0 0.48rem;
  display: block;
  color: #000;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.storeContainerMain .box .boxLeft .content2 .item a h5 {
  font-size: 0.26rem;
  padding-top: 0.45rem;
}
.storeContainerMain .box .boxLeft .content2 .item a h6 {
  font-size: 0.16rem;
  margin-top: 0.08rem;
}
.storeContainerMain .box .boxLeft .content2 .item a .position {
  position: absolute;
  top: 9px;
  right: -1px;
  height: 30px;
  background: #d6ff00;
  padding: 0 8px;
  border-radius: 15px 0 0 15px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.storeContainerMain .box .boxLeft .content2 .item a .position svg {
  position: relative;
  top: 6px;
}
.storeContainerMain .box .boxLeft .content2 .item a .position svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.storeContainerMain .box .boxLeft .content2 .item a .position span {
  vertical-align: middle;
}
.storeContainerMain .box .boxLeft .content2 .item a:hover {
  background: #d6ff00;
}
.storeContainerMain .box .boxLeft .content2 .item a:hover .position {
  background-color: #000;
  color: #d6ff00;
}
.storeContainerMain .box .boxLeft .content2 .item a:hover .position svg path {
  fill: #d6ff00;
}
.storeContainerMain .box .boxLeft .content2 .active a {
  background: #d6ff00;
}
.storeContainerMain .box .boxLeft .content2 .active a .position {
  background-color: #000;
  color: #d6ff00;
}
.storeContainerMain .box .boxLeft .content2 .active a .position svg path {
  fill: #d6ff00;
}
.storeContainerMain .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.storeContainerMain .box .boxRight .img {
  height: 100%;
}
.storeContainerMain .box .boxRight .img img {
  width: 100%;
  min-height: -webkit-calc(99vh);
  min-height: calc(100vh - 1rem);
  height: 100%;
}
.storeContainerMain .box .boxRight .list {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.3rem;
}
.storeContainerMain .box .boxRight .list .item {
  display: none;
}
.storeContainerMain .box .boxRight .list .item .content0 img {
  width: 100%;
}
.storeContainerMain .box .boxRight .list .item .content1 {
  background: #fff;
  padding: 0.48rem;
}
.storeContainerMain .box .boxRight .list .item .content1 .content2 {
  font-size: 0.36rem;
}
.storeContainerMain .box .boxRight .list .item .content1 .content3 {
  margin-top: 0.32rem;
}
.storeContainerMain .box .boxRight .list .item .content1 .content3 p {
  font-size: 0.2rem;
  line-height: 1.6;
  margin-bottom: 4px;
  padding-left: 0.38rem;
  position: relative;
}
.storeContainerMain .box .boxRight .list .item .content1 .content3 p span {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #d6ff00;
  border-radius: 50%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.storeContainerMain .box .boxRight .list .item .content1 .content3 p span svg {
  margin: auto;
}
.storeContainerMain .box .boxRight .list .item .content1 .content4 {
  margin-top: 0.43rem;
}
.storeContainerMain .box .boxRight .list .item .content1 .content4 a {
  display: block;
  width: 2rem;
  line-height: 0.56rem;
  background: #d6ff00;
  color: #000;
  text-align: center;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 7px 7px 16px rgba(214, 255, 0, 0.4);
  box-shadow: 7px 7px 16px rgba(214, 255, 0, 0.4);
}
.storeContainerMain .box .boxRight .list .active {
  display: block;
}
.f56 {
  font-size: 0.56rem;
  text-align: center;
}
.joinStore {
  margin-top: 1.76rem;
}
.joinStore .box {
  margin-top: 0.92rem;
}
.joinStore .box .boxLeft {
  width: 50%;
  padding: 0.92rem 1.2rem 0;
  background: #f4f4f4;
}
.joinStore .box .boxLeft .content0 {
  font-size: 0.36rem;
}
.joinStore .box .boxLeft .coontent1 {
  margin-top: 0.4rem;
}
.joinStore .box .boxLeft .coontent1 p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 5px;
  position: relative;
}
.joinStore .box .boxLeft .coontent1 p::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d6ff00;
}
.joinStore .box .boxRight {
  width: 50%;
}
.joinStore .box .boxRight img {
  width: 100%;
}
.joinStoreForm {
  padding: 0.98rem 0;
}
.joinStoreForm .box {
  padding: 0 1.6rem;
  margin-top: 0.72rem;
}
.joinStoreForm .box .item {
  display: grid;
  gap: 0.2rem;
}
.joinStoreForm .box .item > div {
  border: 1px solid #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.joinStoreForm .box .item > div:hover {
  border-color: #000;
}
.joinStoreForm .box .item .layui-input {
  height: 60px;
  line-height: 60px;
  padding-left: 0.2rem;
  border: 0;
}
.joinStoreForm .box .item .layui-form-select dl dd,
.joinStoreForm .box .item .layui-form-select dl dt {
  padding: 0 0.2rem !important;
}
.joinStoreForm .box .item .layui-form-select dl {
  top: 66px;
}
.joinStoreForm .box .item .layui-form-selectup dl {
  top: auto;
  bottom: 66px;
}
.joinStoreForm .box .item .layui-form-select dl dd.layui-this {
  color: #d6ff00;
  background: #000000;
}
.joinStoreForm .box .item .layui-form-select dl dd.layui-this {
  padding: 0 0.2rem !important;
}
.joinStoreForm .box .item .layui-form-select dl {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.joinStoreForm .box .item .layui-form-select dl::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.joinStoreForm .box .item .layui-form-select dl::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
}
.joinStoreForm .box .item .layui-form-select dl::-webkit-scrollbar-track {
  border-radius: 2px;
}
.joinStoreForm .box .item .radio {
  border: 0;
}
.joinStoreForm .box .item .radio h5 {
  font-size: 0.18rem;
}
.joinStoreForm .box .item .radio > div {
  margin-top: 6px;
}
.joinStoreForm .box .item .radio .layui-form-radioed i {
  color: #d6ff00;
  background: #d6ff00;
  display: inline-block;
}
.joinStoreForm .box .item .radio .layui-form-radio {
  line-height: 10px;
}
.joinStoreForm .box .item .radio .layui-form-radio > i {
  border-radius: 50%;
  font-size: 14px;
}
.joinStoreForm .box .item .radio .ite {
  margin-top: 0.2rem;
}
.joinStoreForm .box .item .radio .ite .layui-form-radio * {
  font-size: 14px;
}
.joinStoreForm .box .item .radio .ite .layui-form-radio .span1 {
  vertical-align: baseline;
  color: #999;
  margin-left: 6px;
  font-size: 12px;
}
.joinStoreForm .box .item1 {
  grid-template-columns: repeat(2, 1fr);
}
.joinStoreForm .box .item2 {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.4rem;
}
.joinStoreForm .box .item3 {
  margin-top: 0.4rem;
  grid-template-columns: repeat(2, 1fr);
}
.joinStoreForm .box .item4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.56rem;
}
.joinStoreForm .box .item4 .layui-form-checkbox[lay-skin=primary] i {
  top: 3px;
  border-color: #000;
  border-radius: 50%;
}
.joinStoreForm .box .item4 .layui-form-checked[lay-skin=primary] i {
  color: #000;
}
.joinStoreForm .box .item5 {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.joinStoreForm .box .item5 .layui-input-block {
  margin: 0 12px;
}
.joinStoreForm .box .item5 button {
  display: none;
}
.joinStoreForm .box .item5 a {
  cursor: pointer;
}
.joinStoreForm .box .item5 .homeLink1 a {
  background: #d6ff00;
  color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.newsContainer {
  margin-top: 1.76rem;
}
.newsContainer .box {
  margin-top: 0.42rem;
}
.newsContainer .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newsContainer .box ul li {
  margin: 0 0.34rem;
}
.newsContainer .box ul li a {
  font-size: 0.2rem;
  color: #666;
  display: block;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box ul li a:hover {
  color: #000;
  border-color: #d6ff00;
}
.newsContainer .box ul .active a {
  color: #000;
  border-color: #d6ff00;
}
.newsContainerMain {
  margin-top: 0.76rem;
}
.newsContainerMain .box {
  position: relative;
  --width: 7.2rem;
}
.newsContainerMain .box .swiper-slide a .boxLeft {
  width: var(--width);
  background: #000;
  color: #fff;
  padding: 1.14rem 0.6rem 0;
}
.newsContainerMain .box .swiper-slide a .boxLeft .content0 {
  font-size: 0.3rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.newsContainerMain .box .swiper-slide a .boxLeft .content2 {
  font-size: 0.22rem;
  font-family: 'gilroy_regular';
  color: #666;
  margin-top: 0.97rem;
}
.newsContainerMain .box .swiper-slide a .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newsContainerMain .box .swiper-slide a .boxRight img {
  width: 100%;
}
.newsContainerMain .box .position {
  width: var(--width);
  position: absolute;
  left: 0;
  padding: 0 0.6rem;
  z-index: 2;
  bottom: 0.7rem;
}
.newsContainerMain .box .position .le {
  position: relative;
}
.newsContainerMain .box .position .le .swiper-pagination {
  position: inherit;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  bottom: 0;
  left: 0;
}
.newsContainerMain .box .position .le .swiper-pagination span {
  background: #666;
  opacity: 1;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainerMain .box .position .le .swiper-pagination .swiper-pagination-bullet-active {
  background: #d6ff00;
}
.newsContainerMain .box .position .ri {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsContainerMain .box .position .ri p {
  margin-left: 0.3rem;
}
.newsContainerMain .box .position .ri p i {
  color: #fff;
  opacity: 0.2;
  font-size: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.newsContainerMain .box .position .ri p i:hover {
  color: #d6ff00;
  font-weight: bold;
  opacity: 1;
}
.newsContainerList {
  margin-top: 20px;
  padding-bottom: 0.98rem;
}
.newsContainerList .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 0.8rem;
}
.newsContainerList .box .item {
  background: #f8f8f8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainerList .box .item a {
  display: block;
  height: 3.1rem;
  padding: 0.6rem;
  position: relative;
}
.newsContainerList .box .item a .content0 {
  font-size: 0.24rem;
  color: #000;
  line-height: 1.4;
}
.newsContainerList .box .item a .content1 {
  font-family: 'gilroy_regular';
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.35rem;
}
.newsContainerList .box .item a::after {
  content: '';
  width: 0%;
  right: 0;
  background: #d6ff00;
  height: 3px;
  bottom: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: absolute;
}
.newsContainerList .box .item:hover {
  background: #fff;
}
.newsContainerList .box .item:hover a::after {
  width: 100%;
  left: 0;
}
.pageContainer ._box .page {
  font-size: 0.24rem;
  font-family: 'gilroy_Medium';
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.64rem;
}
.pageContainer ._box .page span {
  color: #000;
}
.pageContainer ._box .btn {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 58% 100%, 58% 96%, 42% 96%, 42% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 58% 100%, 58% 96%, 42% 96%, 42% 100%, 0% 100%);
}
.pageContainer ._box .btn a {
  display: block;
  line-height: 50px;
}
.pageContainer ._box .btn i {
  font-size: 0.18rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pageContainer ._box .btn:hover {
  background: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
}
.pageContainer ._box .btn:hover i {
  color: #d6ff00;
}
.payment_container {
  padding: 0 0.48rem;
}
.payment_container .title {
  font-size: 0.36rem;
  padding-top: 0.86rem;
}
.payment_container .title_in {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.12rem;
}
.payment_container .list {
  margin-top: 0.34rem;
}
.payment_container .list .item {
  line-height: 0.75rem;
  border-bottom: 1px solid #cccccc;
  font-size: 0.2rem;
  text-align: left;
}
.payment_container .list .item .le {
  color: #999;
  width: 1.25rem;
}
.payment_container .list .item .ri {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  display: flex;
  align-items: center;
}
.payment_container .list .item .ri p{
    line-height: 1.2;
}
.payment_container .payment {
  padding: 0.25rem 0 0;
}
.payment_container .payment h6 {
  font-size: 0.2rem;
  text-align: left;
}
.payment_container .payment .paymentMain {
  margin-top: 0.18rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.3rem;
}
.payment_container .payment .paymentMain p {
  width: 1.3rem;
  height: 0.54rem;
  border: 2px solid #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.payment_container .payment .paymentMain p img {
  margin: auto;
  height: 0.22rem;
}
.payment_container .payment .paymentMain .active {
  border-color: #000;
}
.payment_container .paymentInfo {
  padding-top: 0.2rem;
}
.payment_container .paymentInfo .top_ {
  line-height: 0.4rem;
}
.payment_container .paymentInfo .top_ .le {
  font-size: 0.2rem;
}
.payment_container .paymentInfo .top_ .ri {
  font-family: 'gilroy_bold';
  font-size: 0.3rem;
}
.payment_container .paymentInfo .bot_ {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  text-align: left;
}
.payment_container .paymentInfo .bot_ span {
  color: #000;
}
.payment_container .paymentBtn {
  margin-top: 0.64rem;
}
.payment_container .paymentBtn p {
  font-size: 0.16rem;
  background: #d6ff00;
  color: #000;
  width: 2rem;
  line-height: 0.54rem;
  border-radius: 0.3rem;
  cursor: pointer;
}
.about_container .box .boxLeft {
  min-height: -webkit-calc(98.98vh);
  min-height: calc(100vh - 1.02rem);
  margin-top: 1.02rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background: #000;
}
.about_container .box .boxLeft p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.about_container .box .boxLeft p img {
  height: 100%;
  width: 100%;
}
.about_container .box .boxLeft .active {
  opacity: 1;
  -webkit-animation: clipDiamondIn 0.8s;
  animation: clipDiamondIn 0.8s;
}
.about_container .box .boxLeft ul {
  position: absolute;
  left: 1rem;
  bottom: 0.72rem;
  z-index: 1;
}
.about_container .box .boxLeft ul li {
  line-height: 2.2;
}
.about_container .box .boxLeft ul li a {
  font-size: 0.26rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_container .box .boxLeft ul .active a {
  color: #d6ff00;
}
.about_container .box .boxRight {
  width: 5.4rem;
  margin-top: 1.02rem;
  background: #f7f8fb;
  padding: 1.45rem 1rem 0 0.68rem;
  position: relative;
}
.about_container .box .boxRight .main {
  display: none;
}
.about_container .box .boxRight .main .content {
  text-align: left;
}
.about_container .box .boxRight .main .content1 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.35rem;
  line-height: 2;
}
.about_container .box .boxRight .active {
  display: block;
}
.about_container .box .boxRight .lxwm {
  position: absolute;
  bottom: 0.72rem;
  left: 0.68rem;
}
.about_container .box .boxRight .lxwm a {
  font-size: 0.16rem;
  background: #d6ff00;
  color: #000;
  width: 2rem;
  line-height: 0.54rem;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_container .box .boxRight .lxwm a:hover {
  -webkit-box-shadow: 7px 7px 16px rgba(214, 255, 0, 0.4);
  box-shadow: 7px 7px 16px rgba(214, 255, 0, 0.4);
}
@-webkit-keyframes clipDiamondIn {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
    clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
  }
}
@keyframes clipDiamondIn {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
    clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
  }
}
.aboutProduct {
  --width: 7.9rem;
  padding: 1.2rem 0;
  --wid: 1.6rem;
  position: relative;
}
.aboutProduct .banner_width {
  width: var(--wid);
}
.aboutProduct .title {
  font-family: 'gilroy_bold';
}
.aboutProduct .box {
  margin-top: 0.5rem;
  position: relative;
}
.aboutProduct .box .banner > p {
  width: 4.85rem;
  height: 1.78rem;
  background: #d6ff00;
  position: absolute;
  bottom: -14px;
  right: calc((100% - var(--width)) / 2);
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.aboutProduct .box .banner .swiper-slide {
  width: var(--width);
}
.aboutProduct .box .banner .swiper-slide .img img {
  width: 100%;
}
.aboutProduct .box .button {
  --left_right: calc((100% - var(--width)) / 2 - var(--wid) + (var(--wid) / 2) - 25px);
}
.aboutProduct .box .button p {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 58% 100%, 58% 96%, 42% 96%, 42% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 58% 100%, 58% 96%, 42% 96%, 42% 100%, 0% 100%);
}
.aboutProduct .box .button p i {
  font-size: 0.18rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.aboutProduct .box .button p:hover {
  background: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
}
.aboutProduct .box .button p:hover i {
  color: #d6ff00;
}
.aboutProduct .box .button .prev {
  left: var(--left_right);
}
.aboutProduct .box .button .next {
  right: var(--left_right);
}
.aboutProduct .yearTime p {
  position: absolute;
  top: -0.8rem;
  line-height: 1;
  font-family: 'gilroy_light';
  font-size: 5.88rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #f5f4f4;
  z-index: -1;
  opacity: 0;
}
.aboutProduct .yearTime .active {
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  top: 0;
}
.aboutProduct .yearTimeMain {
  margin-top: 0.7rem;
}
.aboutProduct .yearTimeMain .item {
  text-align: center;
  display: none;
}
.aboutProduct .yearTimeMain .item div {
  font-size: 0.32rem;
}
.aboutProduct .yearTimeMain .item p {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.34rem;
}
.aboutProduct .yearTimeMain .active {
  display: block;
}
.aboutVideo .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.aboutVideo .box .boxLeft .list {
  position: relative;
  height: 100%;
}
.aboutVideo .box .boxLeft .list .item {
  display: none;
  position: relative;
  height: 100%;
}
.aboutVideo .box .boxLeft .list .item video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: none;
  object-fit: none;
}
.aboutVideo .box .boxLeft .list .item p {
  display: none;
}
.aboutVideo .box .boxLeft .list .item > div {
  height: 100%;
}
.aboutVideo .box .boxLeft .list .item .position {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.aboutVideo .box .boxLeft .list .item .position .content0 img {
  height: 70px;
}
.aboutVideo .box .boxLeft .list .item .position .content1 {
  margin-top: 0.6rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 2;
}
.aboutVideo .box .boxLeft .list .active {
  display: block;
}
.aboutVideo .box .boxLeft .posi {
  left: 50%;
  bottom: 0.6rem;
  position: absolute;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aboutVideo .box .boxLeft .posi p {
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
  font-size: 0.22rem;
  margin: 0 10px;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.aboutVideo .box .boxLeft .posi .active {
  opacity: 1;
  border-color: #d6ff00;
}
.aboutVideo .box .boxRight {
  width: 3.9rem;
  background: #191919;
  padding: 0.32rem 0.22rem;
  --hei: 2.04rem;
}
.aboutVideo .box .boxRight ul {
  height: 100%;
  display: grid;
  gap: 0.3rem;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  padding-right: 0.2rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(var(--hei) * 4 + 0.3rem * 3);
}
.aboutVideo .box .boxRight ul li {
  height: var(--hei);
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.aboutVideo .box .boxRight ul li > img {
  width: 100%;
  height: 100%;
}
.aboutVideo .box .boxRight ul li .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.aboutVideo .box .boxRight ul li .position p {
  margin: auto;
  width: 50px;
  height: 50px;
  background: #d6ff00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutVideo .box .boxRight ul li .position p svg {
  margin: auto;
}
.aboutVideo .box .boxRight ul li:hover .position {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.aboutVideo .box .boxRight ul::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.aboutVideo .box .boxRight ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #d6ff00;
}
.aboutVideo .box .boxRight ul::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #414141;
}
.aboutImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9;
  display: none;
}
.aboutImg .box {
  width: min(1720px, 90vw);
  height: 86vh;
  position: relative;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutImg .box img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.aboutImg .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.aboutImg .close span {
  font-size: 0.3rem;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.aboutImg .close span:hover {
  color: #d6ff00;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.onlineBooking .box .boxLeft {
  min-height: -webkit-calc(98.98vh);
  min-height: calc(100vh - 1.02rem);
  margin-top: 1.02rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.onlineBooking .box .boxLeft img {
  width: 100%;
  height: 100%;
}
.onlineBooking .box .boxLeft p {
  display: none;
  height: 100%;
}
.onlineBooking .box .boxLeft .active {
  display: block;
}
.onlineBooking .box .boxRight {
  width: 5.4rem;
  margin-top: 1.02rem;
  padding-bottom: 0.2rem;
}
.onlineBooking .box .boxRight form {
  display: block;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 0.48rem 0;
}
.onlineBooking .box .boxRight form::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.onlineBooking .box .boxRight form::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
}
.onlineBooking .box .boxRight form::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #e3e3e3;
}
.onlineBooking .box .boxRight .form {
  height: 80vh;
}
.onlineBooking .box .boxRight input::-webkit-input-placeholder {
  color: #999;
}
.onlineBooking .box .boxRight input::-moz-placeholder {
  color: #999;
}
.onlineBooking .box .boxRight input:-ms-input-placeholder {
  color: #999;
}
.onlineBooking .box .boxRight input::-ms-input-placeholder {
  color: #999;
}
.onlineBooking .box .boxRight input::placeholder {
  color: #999;
}
.onlineBooking .box .boxRight .content0 {
  font-size: 0.36rem;
  text-align: center;
}
.onlineBooking .box .boxRight .content01 {
  font-size: 0.16rem;
  color: #666;
  text-align: center;
  margin: 0.18rem 0 0.24rem;
}
.onlineBooking .box .boxRight .content1 .layui-input {
  height: 0.8rem;
  border: 0;
  border-bottom: 1px solid #000;
  padding-left: 0;
  font-size: 0.2rem;
  color: #000;
  background: none;
}
.onlineBooking .box .boxRight .content1 .layui-input:hover {
  border-bottom: 1px solid #000 !important;
}
.onlineBooking .box .boxRight .content1 .layui-form-select dl {
  top: 82px;
  padding: 0;
}
.onlineBooking .box .boxRight .content1 .layui-form-select dl dd.layui-this {
  background: #000;
}
.onlineBooking .box .boxRight .content1 .layui-form-select .layui-edge {
  border-top-color: #000;
}
.onlineBooking .box .boxRight .content2 {
  margin-top: 0.34rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.26rem;
}
.onlineBooking .box .boxRight .content2 .top {
  font-size: 0.2rem;
  color: #cccccc;
}
.onlineBooking .box .boxRight .content2 .bot {
  margin-top: 0.18rem;
  position: relative;
}
.onlineBooking .box .boxRight .content2 .bot ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.onlineBooking .box .boxRight .content2 .bot ul li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid transparent;
  cursor: pointer;
}
.onlineBooking .box .boxRight .content2 .bot ul li img {
  width: 100%;
  height: 100%;
}
.onlineBooking .box .boxRight .content2 .bot ul .active {
  border: 2px solid #d6ff00;
}
.onlineBooking .box .boxRight .content2 .bot div {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 0;
  line-height: 40px;
}
.onlineBooking .box .boxRight .content2 .bot div p {
  display: none;
}
.onlineBooking .box .boxRight .content2 .bot div .active {
  display: block;
}
.onlineBooking .box .boxRight .content3 {
  position: relative;
}
.onlineBooking .box .boxRight .content3 > span {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border: 6px solid transparent;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-top-color: #000;
}
.onlineBooking .box .boxRight .content3 #box {
  border-bottom: 1px solid rgba(200, 200, 200, 0.8);
  color: #999999;
  cursor: pointer;
  line-height: 0.8rem;
}
.onlineBooking .box .boxRight .content3 #totalConfirm {
  z-index: -9999;
  opacity: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  outline: none;
  left: 0;
  top: 0;
}
.onlineBooking .box .boxRight .content3 .text {
  font-size: 0.2rem;
  color: #999;
}
.onlineBooking .box .boxRight .content3 .icon-arrow-down,
.onlineBooking .box .boxRight .content3 .icon-arrow-up {
  position: absolute;
  left: 380px;
  font-size: 22px;
  line-height: 30px;
  color: #999999;
}
.onlineBooking .box .boxRight .content3 #content {
  width: 100%;
  display: none;
  border-top: none;
  position: absolute;
  left: 0;
  top: 0.79rem;
  z-index:100000
}
.onlineBooking .box .boxRight .content3 .chosePCA {
  width: 80px;
  height: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.onlineBooking .box .boxRight .content3 .province-list,
.onlineBooking .box .boxRight .content3 .city-list,
.onlineBooking .box .boxRight .content3 .area-list {
  position: absolute;
  width: 100%;
  min-height: 10px;
  padding: 10px;
  left: 0;
  top: 40px;
}
.onlineBooking .box .boxRight .content3 .select {
  color: #d6ff00;
  border-bottom: none;
  background: #000;
}
.onlineBooking .box .boxRight .content3 #content li {
  font-size: 14px;
  display: inline-block;
  padding: 8px;
  line-height: normal;
  cursor: pointer;
  color: black;
}
.onlineBooking .box .boxRight .content3 #content li:hover {
  background-color: #f1f8ff;
  color: #46a4ff;
  border-radius: 4px;
}
.onlineBooking .box .boxRight .content3 .chose-tab {
  width: 100%;
  height: 40px;
  background-color: #f0f0f0;
  clear: both;
}
.onlineBooking .box .boxRight .content3 .chosePCA > ul {
  border: 1px solid rgba(200, 200, 200, 0.8);
  border-top: none;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  cursor: auto;
  background: #fff;
  z-index: 2;
}
.onlineBooking .box .boxRight .content3 .textProvince:hover,
.onlineBooking .box .boxRight .content3 .textArea:hover,
.onlineBooking .box .boxRight .content3 .textCity:hover {
  background-color: #bcd5e7;
}
.onlineBooking .box .boxRight .content3 .btn {
  width: 60px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  position: absolute;
}
.onlineBooking .box .boxRight .content3 .confirm {
  left: 70px;
}
.onlineBooking .box .boxRight .content3 #bigOne {
  position: relative;
}
.onlineBooking .box .boxRight .content4 {
  margin-top: 0.26rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}
.onlineBooking .box .boxRight .content4 .top {
  font-size: 0.2rem;
  color: #999;
}
.onlineBooking .box .boxRight .content4 .bot {
  position: relative;
}
.onlineBooking .box .boxRight .content4 .bot input {
  display: block;
  width: 100%;
  height: 0.48rem;
  border: 0;
  font-size: 0.16rem;
  color: #999;
  position: relative;
  z-index: 1;
  background: none;
}
.onlineBooking .box .boxRight .content4 .bot input:not(:placeholder-shown) + p {
  display: none;
}
.onlineBooking .box .boxRight .content4 .bot p {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.48rem;
  color: #999;
}
.onlineBooking .box .boxRight .content4 .bot p span {
  color: #d6ff00;
}
.onlineBooking .box .boxRight .content5 {
  border-bottom: 1px solid #ccc;
}
.onlineBooking .box .boxRight .content5 input {
  display: block;
  width: 100%;
  height: 0.8rem;
  border: 0;
  font-size: 0.2rem;
  color: #999;
}
.onlineBooking .box .boxRight .content6 {
  border-bottom: 1px solid #ccc;
  line-height: 0.8rem;
}
.onlineBooking .box .boxRight .content6 .layui-form-radioed i {
  color: #d6ff00;
  background: #d6ff00;
  display: inline-block;
}
.onlineBooking .box .boxRight .content6 .layui-form-radio {
  line-height: 10px;
}
.onlineBooking .box .boxRight .content6 .layui-form-radio span {
  font-size: 0.18rem;
  color: #999;
}
.onlineBooking .box .boxRight .content6 .layui-form-radioed span {
  color: #000;
}
.onlineBooking .box .boxRight .content6 .layui-form-radio > i {
  border-radius: 50%;
  font-size: 14px;
}
.onlineBooking .box .boxRight .content7 {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ccc;
}
.onlineBooking .box .boxRight .content7 .top img {
  height: 21px;
}
.onlineBooking .box .boxRight .content7 .bot {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #999;
}
.onlineBooking .box .boxRight .content7 .bot span {
  color: #d6ff00;
}
.onlineBooking .box .boxRight .content8 {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ccc;
}
.onlineBooking .box .boxRight .content8 .top {
  padding-left: 0.28rem;
}
.onlineBooking .box .boxRight .content8 .top h5 {
  font-size: 0.2rem;
  color: #999;
  position: relative;
}
.onlineBooking .box .boxRight .content8 .top h5::after {
  content: '';
  position: absolute;
  left: -0.3rem;
  border-radius: 50%;
  top: 0.08rem;
  width: 10px;
  height: 10px;
  background: #d6ff00;
}
.onlineBooking .box .boxRight .content8 .top h6 {
  font-size: 0.3rem;
  font-family: 'gilroy_bold';
  position: relative;
  left: -3px;
}
.onlineBooking .box .boxRight .content8 .bot {
  padding-top: 0.15rem;
  font-size: 0.16rem;
  color: #999;
}
.onlineBooking .box .boxRight .content8 .bot span {
  color: #d6ff00;
}
.onlineBooking .box .boxRight .content9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.48rem;
}
.onlineBooking .box .boxRight .content9 .layui-form-checkbox[lay-skin=primary] i {
  top: 3px;
  border-color: #000;
  border-radius: 50%;
}
.onlineBooking .box .boxRight .content9 .layui-form-checked[lay-skin=primary] i {
  color: #000;
}
.onlineBooking .box .boxRight .content9 p {
  color: #999;
}
.onlineBooking .box .boxRight .content9 p a {
  color: #000;
}
.onlineBooking .box .boxRight .content10 {
  margin-top: 0.3rem;
}
.onlineBooking .box .boxRight .content10 button {
  display: none;
}
.onlineBooking .box .boxRight .content10 .homeLink1 a {
  cursor: pointer;
  background: #d6ff00;
  color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.onlineBooking .box .boxRight .content11 {
  position: relative;
}
.onlineBooking .box .boxRight .content11 .adddressPosi {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0rem;
  padding-right: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.onlineBooking .box .boxRight .content11 .adddressPosi svg {
  margin-right: 5px;
}
.paymentSuccess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.paymentSuccess .main {
  text-align: center;
  margin: auto;
}
.paymentSuccess .main .item0 p {
  width: 0.9rem;
  height: 0.9rem;
  background: #d6ff00;
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.paymentSuccess .main .item0 p svg {
  margin: auto;
}
.paymentSuccess .main .item0 div {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.paymentSuccess .main .item0 div svg {
  margin: auto;
}
.paymentSuccess .main .item1 {
  margin-top: 0.32rem;
  font-size: 0.36rem;
}
.paymentSuccess .main .item2 {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.15rem;
  line-height: 1.8;
}
.paymentSuccess .main .item3 {
  margin-top: 0.32rem;
}
.paymentSuccess .main .item3 .homeLink1 a {
  cursor: pointer;
  background: #d6ff00;
  color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.productBanner {
  position: relative;
}
.productBanner .img img {
  width: 100%;
  height: 100vh;
}
.productBanner .img video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.productBanner .position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productBanner .position .content0 p {
  margin: auto;
  border-radius: 50%;
  width: 98px;
  height: 98px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productBanner .position .content0 p svg {
  margin: auto;
}
.productBanner .position .content0 p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productBanner .position .content0 p span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productBanner .position .content0 p:hover {
  background: #d6ff00;
}
.productBanner .position .content0 p:hover > svg {
  opacity: 0;
}
.productBanner .position .content0 p:hover span svg path {
  stroke: #000;
}
.productBanner .position .content1 {
  font-size: 0.56rem;
  color: #fff;
  text-align: center;
  margin-top: 0.48rem;
  line-height: 1.5;
}
.productBanner .position .content2 {
  margin-top: 0.54rem;
}
.productBanner .position .content2 > div {
  margin: 0 8px;
}
.productParameter {
  position: relative;
}
.productParameter .img img {
  width: 100%;
}
.productParameter .logoImg {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.productParameter .logoImg span {
 font-size: 2.36rem;
 color:rgba(0, 0, 0, 0.1)
}
.productParameter .proImg {
  position: absolute;
  bottom: 0rem;
  height: 100%;
  width: 100%;
  text-align: center;
  left: -30vw;
  transition: 2s;
  opacity: 0;
}
.productParameter .proImg.active{
    left: 0;
    opacity: 1;
}
.productParameter .proImg img {
  max-width: 100%;
  max-height: 100%;
}
.productParameter .proData {
  position: absolute;
  bottom: 1.15rem;
  z-index: 2;
  width: 100%;
}
.productParameter .proData ul li {
  margin: 0 0.8rem;
  text-align: center;
}
.productParameter .proData ul li .top {
  font-size: 0.38rem;
  color: #d6ff00;
  font-family: 'gilroy_regular';
}
.productParameter .proData ul li .bot {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 3px;
}
.productParameter .proBei {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.productParameter .proBei p {
  font-size: 14px;
  color: #666;
}
.productParameter .proBei p span {
  color: #d6ff00;
}
.productParameter .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.7rem;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.ProductInformation {
  position: relative;
}
.ProductInformation .bgImg img {
  width: 100%;
}
.ProductInformation .proImg {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ProductInformation .proImg img {
  max-width: 100%;
  margin: auto;
}
.ProductInformation .title {
  position: absolute;
  top: 0.96rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.ProductInformation .title h5 {
  line-height: 1;
}
.ProductInformation .title .desc {
  margin-top: 0.4rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 2;
}
.remark {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 1;
}
.remark .div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.14rem;
  color: #666;
  height: 20px;
}
.remark .div div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.remark .div div svg {
  margin-right: 6px;
}
.remark .div div span {
  display: inline-block;
  margin-right: 5px;
  line-height: 20px;
}
.remark .div p {
  line-height: 20px;
}
.ProductInformation1 {
  position: relative;
}
.ProductInformation1 .bgImg img {
  width: 100%;
}
.ProductInformation1 .proImg {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 
}




.proTwo .ProductInformation2 .stt{
    opacity: 0;
    transition: .4s;
}

.proTwo .ProductInformation2 .tmt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    opacity: 1;
    
}
.proTwo .ProductInformation2 .proImg:hover .stt{
    opacity: 1;
}
.proTwo .ProductInformation2 .proImg:hover .tmt{
    opacity: 0;
}




.ProductInformation1 .proImg img {
  max-width: 100%;
  margin: auto;
  
}

.proTwo .ProductInformation .proImg,.proTwo .ProductInformation1 .proImg{
    bottom: -20%;
  transition: .4s;
  opacity: 0;
}
.proTwo ._box .active .ProductInformation1 .proImg,.proTwo ._box .active .ProductInformation .proImg {
    bottom:  0;
    opacity: 1;
}


.ProductInformation1 .title {
  position: absolute;
  top: 0.96rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.ProductInformation1 .title h5 {
  line-height: 1;
}
.ProductInformation1 .title .desc {
  margin-top: 0.4rem;
  font-size: 0.18rem;
  line-height: 2;
}
.ProductInformation1 .proList {
  position: absolute;
  bottom: 0.94rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.ProductInformation1 .proList ul li {
  margin: .46rem 0.34rem 0;
}
.ProductInformation1 .proList ul li .top img {
  height: 0.44rem;
}
.ProductInformation1 .proList ul li .bot {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.22rem;
}
.proTwo {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.proTwo ._box {
  width: 200%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.proTwo ._box ._item {
  width: 50%;
  position: relative;
  opacity: 0;
  transition: .4s;
}
.proTwo ._box ._item1 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.proTwo ._box .active {
  z-index: 1;
  opacity: 1;
  
  /*-webkit-animation: clipSectorIn 0.6s linear;*/
  /*animation: clipSectorIn 0.6s linear;*/
  
  
  
}
.proTwo .toggle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  bottom: 0.8rem;
}
.proTwo .toggle p {
  margin: 0 8px;
  cursor: pointer;
}
.proTwo .toggle p a {
  font-size: 0.22rem;
  color: #666;
  display: block;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.proTwo .toggle .active a {
  color: #000;
  border-color: #d6ff00;
}
.proTwo .toggle .active:nth-child(2) a {
  color: #fff;
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(50% 100%, 50% 0%, 0% 0%, 100% 0%, 50% 0%);
    clip-path: polygon(50% 100%, 50% 0%, 0% 0%, 100% 0%, 50% 0%);
  }
  50% {
    -webkit-clip-path: polygon(50% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(50% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(50% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(50% 100%, 50% 0%, 0% 0%, 100% 0%, 50% 0%);
    clip-path: polygon(50% 100%, 50% 0%, 0% 0%, 100% 0%, 50% 0%);
  }
  50% {
    -webkit-clip-path: polygon(50% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(50% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(50% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.attachmentContainer {
  position: relative;
}
.attachmentContainer .box .list {
  display: none;
}
.attachmentContainer .box .list .item .boxLeft {
  width: 12.9rem;
}
.attachmentContainer .box .list .item .boxLeft p img {
  width: 100%;
}
.attachmentContainer .box .list .item .boxLeft .banner {
  position: relative;
}
.attachmentContainer .box .list .item .boxLeft .banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.84rem;
  z-index: 1;
  width: 100%;
}
.attachmentContainer .box .list .item .boxLeft .banner .page .swiper-pagination span {
  background: #666;
  opacity: 1;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.attachmentContainer .box .list .item .boxLeft .banner .page .swiper-pagination .swiper-pagination-bullet-active {
  background: #d6ff00;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.attachmentContainer .box .list .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.76rem;
}
.attachmentContainer .box .list .item .boxRight .main .content0 h5 {
  text-align: left;
}
.attachmentContainer .box .list .item .boxRight .main .content1 {
  font-size: 0.18rem;
  color: #666;
  line-height: 2.2;
  margin-top: 0.3rem;
}
.attachmentContainer .box .list .item .boxRight .main .content2 {
  padding-top: 2.7rem;
}
.attachmentContainer .box .list .item .boxRight .main .content2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.54rem 0;
}
.attachmentContainer .box .list .item .boxRight .main .content2 ul li .top {
  font-size: 0.26rem;
}
.attachmentContainer .box .list .item .boxRight .main .content2 ul li .bot {
  font-size: 0.18rem;
  margin-top: 3px;
}
.attachmentContainer .box .list.active {
  display: block;
}
.attachmentContainer .toggle {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.attachmentContainer .toggle ul {
  display: grid;
  gap: 0.16rem;
}
.attachmentContainer .toggle ul li a {
  font-size: 0.2rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.attachmentContainer .toggle ul .active a {
  color: #d6ff00;
}
.attachmentContainer .remark {
  left: 1rem;
  display: none;
}
.attachmentContainer .remark.active {
  display: block;
}
.productApp {
  position: relative;
}
.productApp .img img {
  width: 100%;
}
.productApp .position {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.productApp .position .box {
  color: #fff;
  text-align: center;
}
.productApp .position .box .content1 {
  font-size: 0.18rem;
  margin-top: 0.32rem;
}
.productApp .position .box .content2 {
  margin-top: 0.65rem;
}
.productApp .position .box .content2 a {
  display: block;
  font-size: 16px;
  background: #d6ff00;
  color: #000;
  line-height: 0.56rem;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 2rem;
}
.productApp .position .box .content2 a:hover {
  -webkit-box-shadow: 3px 3px 16px rgba(214, 255, 0, 0.4);
  box-shadow: 3px 3px 16px rgba(214, 255, 0, 0.4);
}
.parameterConfiguration {
  position: relative;
}
.parameterConfiguration .box .boxLeft {
  width: 13.4rem;
  padding-bottom: 1.1rem;
}
.parameterConfiguration .box .boxLeft .imgList {
  height: 8.7rem;
  width: 100%;
  position: relative;
}
.parameterConfiguration .box .boxLeft .imgList::before {
  content: '360°';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4.36rem;
  font-family: 'gilroy_light';
  color: #f0f0f0;
  z-index: -1;
  line-height: 1;
}
.parameterConfiguration .box .boxLeft .imgList .myCar {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#VCc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.parameterConfiguration .box .boxLeft .imgList img {
  width: 500px;
}
.parameterConfiguration .box .boxLeft .toggle {
  margin-top: -0.9rem;
  position: relative;
  z-index: 1;
}
.parameterConfiguration .box .boxLeft .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.parameterConfiguration .box .boxLeft .toggle ul li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid transparent;
  cursor: pointer;
}
.parameterConfiguration .box .boxLeft .toggle ul li img {
  width: 100%;
  height: 100%;
}
.parameterConfiguration .box .boxLeft .toggle ul .active {
  border: 2px solid #d6ff00;
}
.parameterConfiguration .box .boxLeft .toggle P {
  text-align: center;
  margin-top: 0.2rem;
}
.parameterConfiguration .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.78rem 1rem 0.78rem 0;
}
.parameterConfiguration .box .boxRight .content0 {
  font-size: 0.36rem;
  text-align: center;
}
.parameterConfiguration .box .boxRight .content1 {
  padding: 0.3rem 0;
}
.parameterConfiguration .box .boxRight .content1 ul li {
  font-size: 0.2rem;
  color: #666;
  width: 50%;
  text-align: center;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.parameterConfiguration .box .boxRight .content1 ul .active {
  border-color: #d6ff00;
  color: #000;
}
.parameterConfiguration .box .boxRight .content2 {
  height: 5.64rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.22rem;
}
.parameterConfiguration .box .boxRight .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.parameterConfiguration .box .boxRight .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #000;
}
.parameterConfiguration .box .boxRight .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.parameterConfiguration .box .boxRight .content2 ul {
  display: none;
}
.parameterConfiguration .box .boxRight .content2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  line-height: 0.5rem;
  border-top: 1px solid #ddd;
}
.parameterConfiguration .box .boxRight .content2 ul li .left {
  color: #999;
  width: 1.45rem;
}
.parameterConfiguration .box .boxRight .content2 .active {
  display: block;
}
.parameterConfiguration .box .boxRight .content3 {
  margin-top: 0.48rem;
}
.parameterConfiguration .box .boxRight .content3 a {
  display: block;
  line-height: 0.55rem;
  text-align: center;
  background: #d6ff00;
  color: #000;
  border-radius: 0.3rem;
}
.parameterConfiguration_text {
  background: #f8f8f8;
  padding: 0.68rem 0;
}
.parameterConfiguration_text .box {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.6;
  padding: 0 1.58rem;
}
.parameterConfiguration_text .box p {
  margin-bottom: 5px;
}
.fixedTop {
  position: fixed;
  right: 0.3rem;
  bottom: 2rem;
  z-index: 6;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fixedTop p {
  width: 0.52rem;
  height: 0.52rem;
  background: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  mix-blend-mode: exclusion;
}
.fixedTop p svg {
  margin: auto;
}
.fixedTop.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1680px) {
  .onlineBooking .box .boxRight .content5 input {
    display: block;
  }
  .onlineBooking .box .boxRight .content4 .bot p {
    font-size: 13px;
  }
  .storeContainerMain .box .boxLeft .content2 {
    --height: 1.4rem;
  }
  .storeContainerMain .box .boxRight .list .item .content1 .content3 p {
    margin-bottom: 9px;
  }
  .aboutVideo .box .boxRight {
    --hei: 1.84rem;
  }
  .onlineBooking .box .boxRight .content5 input {
    height: 0.7rem;
  }
}
@media screen and (max-width: 1520px) {
  .storeContainerMain .box .boxLeft {
    padding: 0.64rem 1rem;
  }
  .payment_container .title {
    font-size: 0.32rem;
    padding-top: 0.46rem;
  }
  .onlineBooking .box .boxRight .content0 {
    font-size: 0.32rem;
  }
  .parameterConfiguration .box .boxLeft {
    width: 12rem;
  }
  .parameterConfiguration .box .boxLeft .imgList {
    height: 8.3rem;
  }
}
@media screen and (max-width: 1441px) {
  .storeContainerMain .box .boxLeft .content2 .item a h5 {
    font-size: 0.22rem;
  }
  .storeContainerMain .box .boxRight .list .item .content1 .content3 p span {
    width: 25px;
    height: 25px;
  }
  .joinStoreForm .box {
    padding: 0 1rem;
  }
  .homeNews .box .banner {
    margin-top: 0.8rem;
  }
  .payment_container .paymentBtn {
    margin-top: 0.34rem;
  }
}
@media screen and (max-width: 1366px) {
  .joinStore .box .boxRight img {
    min-height: 5rem;
  }
  .joinStoreForm .box {
    padding: 0;
  }
  .parameterConfiguration .box .boxLeft {
    width: 11rem;
  }
  .remark .div div span {
    position: relative;
  }
}
@media screen and (max-width: 1300px) {
  .OrderCenter h5,
  .homeNews .box .title,
  .contactContainer .box h5,
  .f56 {
    font-size: 0.46rem;
  }
  .homeNews .box .banner {
    margin-top: 0.6rem;
  }
  .appContainer .box .boxRight .content0 img {
    width: 1rem;
  }
  .appContainer .box .boxRight .content1 {
    font-size: 0.26rem;
  }
  .appContainer .box .boxRight .content3 .item figcaption img {
    width: 1.35rem;
  }
  .ManualDownload .box {
    padding: 0 1rem;
  }
  .aboutProduct .yearTime p {
    font-size: 4.38rem;
  }
  .newsContainerMain .box .position {
    bottom: 0.3rem;
  }
  .newsContainerMain .box .swiper-slide a .boxLeft {
    padding: 0.74rem 0.6rem 0;
  }
  .appContainer .box .boxRight {
    padding-bottom: 0.63rem;
  }
  .onlineBooking .box .boxRight .content9 p {
    font-size: 13px;
  }
  .attachmentContainer .box .list .item .boxLeft {
    width: 11rem;
  }
  .attachmentContainer .box .list .item .boxRight .main .content2 {
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 1200px) {
    .fixedTop{
        /*display: none;*/
        right: 0.1rem;
    }
  .HeaderMobile .exit .bo {
    z-index: 4;
  }
  .headerContainer {
    display: none;
  }
  .productBanner .img img {
    height: auto;
    min-height: 6rem;
  }
  .productBanner .position .content1 {
    font-size: 0.36rem;
  }
  .proHeader {
    padding: 0 5vw;
  }
  .productParameter .img img,
  .ProductInformation .bgImg img,
  .ProductInformation1 .bgImg img {
    min-height: 9.5rem;
  }
  .productParameter .proData ul li {
    margin: 0px 0.3rem;
  }
  .ProductInformation1 .proList ul li {
    margin: 0.24rem 0.34rem;
  }
  .attachmentContainer .box .list .item .boxLeft {
    width: 100%;
  }
  .attachmentContainer .toggle {
    left: 5vw;
    top: 3.5rem;
  }
  .attachmentContainer .box .list .item .boxRight .main .content2 {
    padding-top: 1rem;
  }
  .attachmentContainer .box .list .item .boxRight {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 5vw 1.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .attachmentContainer .box .list .item .boxRight > div {
    width: 100%;
  }
  .attachmentContainer .remark {
    left: 5vw;
  }
  .attachmentContainer .box .list .item .boxLeft .banner .page {
    bottom: 0.44rem;
  }
  .OrderCenter h5,
  .homeNews .box .title,
  .contactContainer .box h5,
  .f56 {
    font-size: 0.36rem;
  }
  .proHeader .box .right .p2 a,
  .proHeader .box .right .p1 a {
    font-size: 13px;
    padding: 0 0.25rem;
  }
  .productApp .img img {
    min-height: 5.5rem;
  }
  .parameterConfiguration .box .boxLeft .imgList {
    height: 6.6rem;
  }
  .parameterConfiguration .box .boxLeft {
    width: 100%;
    padding-bottom: 0rem;
  }
  .parameterConfiguration .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 1rem 5vw;
  }
  .parameterConfiguration_text .box {
    line-height: 1.7;
    padding: 0;
  }
  .footerContainer .box .boxTop .left,
  .footerContainer .box .boxBot .left {
    display: none;
  }
  .footerContainer .box .boxTop .right {
    width: 100%;
  }
  .footerContainer .box .boxTop .right .ri {
    margin-left: 0;
  }
  .footerContainer .box .boxBot .right {
    width: 100%;
    line-height: 1.8;
    text-align: center;
    padding: 0.4rem 0;
  }
  .footerContainer .box .boxBot .right a {
    display: block;
    line-height: 1.8;
  }
  .heightApp {
    min-height: 0;
    margin-top: 0rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .widthApp {
    width: 100%;
    margin-top: 0rem;
  }
  .onlineBooking .box .boxLeft,
  .appContainer .box .boxLeft,
  .about_container .box .boxLeft {
    min-height: 0;
    margin-top: 0rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .onlineBooking .box .boxRight,
  .appContainer .box .boxRight,
  .about_container .box .boxRight {
    min-height: 0;
    margin-top: 0rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-bottom: 0;
  }
  .onlineBooking .box .boxRight form,
  .payment_container,
  .paymentSuccess .main {
    padding: 1rem 5vw;
  }
  .onlineBooking .box .boxRight .form {
    height: auto;
  }
  .payment_container .title {
    padding-top: 0;
  }
  .newsContainerList .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 0.8rem;
  }
  .newsContainerMain .box .swiper-slide a .boxLeft,
  .newsContainerMain .box .position,
  .joinStore .box .boxRight {
    width: 100%;
  }
  .newsContainerMain .box .swiper-slide a .boxRight,
  .storeContainerMain .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .newsContainerMain .box .swiper-slide a .boxLeft {
    padding: 0.74rem 5vw;
  }
  .newsContainerMain .box .position {
    padding: 0 5vw;
  }
  .storeContainer .box {
    padding: 0;
  }
  .storeContainer .box .distpicker {
    gap: 15px;
  }
  .storeContainerMain .box .boxLeft,
  .joinStore .box .boxLeft {
    width: 100%;
    padding: 0.72rem 5vw;
  }
  .storeContainerMain .box .boxRight .list {
    right: 10vw;
    width: 80vw;
  }
  .storeContainerMain .box .boxRight .list .item .content1 .content2 {
    font-size: 0.3rem;
  }
  .joinStoreForm .box .item2,
  .joinStoreForm .box .item1,
  .joinStoreForm .box .item3 {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0.2rem;
  }
  .joinStoreForm .box .item3 section {
    padding: 0.1rem 0;
  }
  .about_container .box .boxLeft p {
    position: initial;
    display: none;
  }
  .about_container .box .boxLeft .active {
    display: block;
  }
  .about_container .box .boxLeft ul {
    left: 5vw;
    bottom: 0.42rem;
  }
  .about_container .box .boxRight {
    padding: 1rem 5vw;
  }
  .about_container .box .boxRight .lxwm {
    position: initial;
    margin-top: 0.5rem;
  }
  .aboutProduct .yearTime p {
    font-size: 3rem;
  }
  .aboutProduct {
    --width: 6rem;
    --wid: 1.6rem;
  }
  .aboutVideo .box .boxRight ul {
    height: calc(var(--hei) * 2 + 0.3rem * 3);
  }
  .aboutVideo .box .boxLeft .list .item .position .content0 img {
    height: 40px;
  }
  .aboutVideo .box .boxLeft .list .item .position .content1 {
    margin-top: 0.3rem;
    padding: 0 3vw;
  }
  .aboutVideo .box .boxLeft .posi {
    bottom: 0.2rem;
  }
  .aboutVideo .box .boxLeft .posi p {
    font-size: 16px;
  }
  .aboutVideo .box .boxRight {
    width: 3.4rem;
  }
  .aboutVideo .box .boxLeft {
    background: #000;
  }
  .newsContainer,
  .storeContainer,
  .joinStore,
  .ManualDownload .box,
  .contactContainer,
  .OrderCenter {
    margin-top: 1rem;
  }
  .ManualDownload .box {
    padding: 0;
  }
  .downloadList {
    grid-template-columns: repeat(2, 1fr);
  }
  .ManualDownload .box h5 {
    font-size: 0.36rem;
  }
  .appContainer .box .boxRight {
    padding-bottom: 0.63rem;
  }
  .contactContainer .box .content2 {
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0px;
  }
  .contactMap .my-map > div {
    height: 4.7rem;
  }
  .homeProduct .position .main {
    width: auto;
  }
  .homeProduct .position {
    right: 5vw;
    left: auto;
  }
  .homeNews .box .banner .swiper-slide a .img img {
    opacity: 1;
  }
  .homeNews .box .banner .swiper-slide a .position {
    min-height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homeNews .box .banner .swiper-slide a .position .top h5 {
    color: #fff;
  }
  .homeNews .box .banner .swiper-slide a .position .bot {
    color: #fff;
    opacity: 0;
  }
  .homeNews .box .banner .swiper-slide a .position .posi {
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .OrderCenter .box .main table {
    width: 220%;
  }
  .OrderCenter .box .main {
    margin-bottom: 0.6rem;
    padding-bottom: 0.3rem;
    overflow: auto;
  }
  .OrderCenter .box .main::-webkit-scrollbar {
    width: 1px;
    height: 2px;
  }
  .OrderCenter .box .main::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #000;
  }
  .OrderCenter .box .main::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  .OrderCenter .box .main .dl th:last-child {
    width: auto;
  }
  .OrderCenter .box .main .dl th:first-child {
    width: 2.4rem;
  }
  .HeaderMobile.act,
  .HeaderMobile.active {
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
  }
  .HeaderMobile.act .box .logo a img,
  .HeaderMobile.active .box .logo a img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .HeaderMobile.act .box .button .Lanuage p a,
  .HeaderMobile.active .box .button .Lanuage p a {
    color: #000;
  }
  .HeaderMobile.act .box .button .Lanuage p a i,
  .HeaderMobile.active .box .button .Lanuage p a i {
    color: #000;
  }
  .HeaderMobile.act .box .button .menu .menu_btn p span,
  .HeaderMobile.active .box .button .menu .menu_btn p span {
    background: #000;
  }
  .HeaderMobile.act .box .button .menu .menu_btn p::before,
  .HeaderMobile.active .box .button .menu .menu_btn p::before {
    background: #000;
  }
  .HeaderMobile.act .box .button .menu .menu_btn p::after,
  .HeaderMobile.active .box .button .menu .menu_btn p::after {
    background: #000;
  }
  .HeaderMobile.act .exit .to .ri,
  .HeaderMobile.active .exit .to .ri {
    color: #000;
  }
  .HeaderMobile .exit {
    position: relative;
  }
  .HeaderMobile .exit .to {
    cursor: pointer;
  }
  .HeaderMobile .exit .to .le {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d6ff00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .HeaderMobile .exit .to .le svg {
    margin: auto;
  }
  .HeaderMobile .exit .to .ri {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-left: 0.14rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .HeaderMobile .exit .to .ri i {
    font-size: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
  }
  .HeaderMobile .exit .to.act .ri i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .HeaderMobile .exit .bo {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    min-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0.28rem);
    -ms-transform: translate(-50%, 0.28rem);
    transform: translate(-50%, 0.28rem);
    border-radius: 10px;
  }
  .HeaderMobile .exit .bo p {
    position: absolute;
    top: -0.12rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0rem);
    -ms-transform: translate(-50%, 0rem);
    transform: translate(-50%, 0rem);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 57%, 0% 57%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 57%, 0% 57%);
  }
  .HeaderMobile .exit .bo ul {
    display: grid;
    gap: 0.22rem;
    padding: 0.36rem 0;
  }
  .HeaderMobile .exit .bo ul li a {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .HeaderMobile .exit .bo ul li a:hover {
    color: #d6ff00;
  }
   .homeNews .box .banner .swiper-slide a .img{
      opacity: 1;
  }
}
@media screen and (max-width: 669px) {
  .HeaderMobile .exit .to .ri,
  .HeaderMobile .exit .to .ri i {
    font-size: 0.16rem;
  }
  .proHeader .box .left .logo {
    display: none;
  }
  .proHeader .box .left .proTit {
    display: none;
  }
  .proHeader .box .left .proImg {
    margin: 0;
  }
  .proHeader .box .right .p2 a,
  .proHeader .box .right .p1 a {
    font-size: 12px;
  }
  .productBanner .position .content1 {
    font-size: 0.26rem;
  }
  .productBanner .position .content0 p {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .productBanner .position .content1 {
    margin-top: 0;
  }
  .homeLink .a {
    border: 1px solid #d6ff00;
    font-size: 13px;
  }
  .productParameter .logoImg span {
    height: auto;
    width: 90vw;
    font-size:1.1rem;
    color:rgba(0, 0, 0, 0.1)
  }
  .productParameter .proData {
    bottom: 2.25rem;
  }
  .productParameter .proBei p {
    font-size: 11px;
  }
  .productParameter .proData ul li {
    margin: 0px 0.3rem;
    padding: 0.1rem 0;
  }
  .remark {
    bottom: 0.7rem;
  }
  .ProductInformation1 .proList ul li {
    margin: 0.34rem 0.14rem 0;
  }
  .ProductInformation1 .proList {
    bottom: 1.54rem;
  }
  .OrderCenter h5,
  .homeNews .box .title,
  .contactContainer .box h5,
  .f56 {
    font-size: 0.3rem;
  }
  .attachmentContainer .toggle {
    top: 2.3rem;
  }
  .attachmentContainer .box .list .item .boxRight {
    padding: 0.8rem 5vw 1.6rem;
  }
  .productApp .position .box .content2 a {
    font-size: 14px;
  }
  .parameterConfiguration .box .boxLeft .imgList {
    height: 4.4rem;
  }
  .parameterConfiguration .box .boxLeft .toggle P,
  .parameterConfiguration .box .boxRight .content3 a {
    font-size: 13px;
  }
  .parameterConfiguration .box .boxRight .content0 {
    font-size: 0.26rem;
  }
  .parameterConfiguration .box .boxRight {
    padding: 1rem 5vw 1.7rem;
  }
  .onlineBooking .box .boxRight .content0,
  .payment_container .title,
  .joinStore .box .boxLeft .content0,
  .ManualDownload .box h5 {
    font-size: 0.3rem;
  }
  .onlineBooking .box .boxRight form,
  .payment_container,
  .paymentSuccess .main {
    padding: 0.8rem 5vw 0;
  }
  .onlineBooking .box .boxRight .content11 .adddressPosi {
    font-size: 14px;
  }
  .onlineBooking .box .boxRight .content2 .bot div .active {
    font-size: 14px;
  }
  .onlineBooking .box .boxRight .content7 .top img {
    height: 16px;
  }
  .onlineBooking .box .boxRight,
  .appContainer .box .boxRight,
  .about_container .box .boxRight {
    padding-bottom: 0.8rem;
  }
  .newsContainer,
  .storeContainer,
  .joinStore,
  .ManualDownload .box,
  .contactContainer,
  .OrderCenter {
    margin-top: 1.5rem;
  }
  .newsContainerMain {
    margin-top: 0.56rem;
  }
  .newsContainerList .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .pageContainer ._box .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .storeContainer .box .distpicker {
    grid-template-columns: repeat(1, 1fr);
  }
  .storeContainerMain .box .boxRight .list .item .content1 {
    padding: 0.28rem;
  }
  .storeContainerMain .box .boxRight .img img {
    min-height: -webkit-calc(98vh);
    min-height: calc(100vh - 2rem);
  }
  .joinStoreForm {
    padding: 0.8rem 0;
  }
  .joinStoreForm .box .item .layui-input,
  .joinStoreForm .box .item4 {
    font-size: 14px;
  }
  .storeContainer .box .layui-input,
  .storeContainer .box select {
    font-size: 14px;
  }
  .joinStoreForm .box .item .radio .ite .layui-form-radio .span1 {
    margin-left: 0;
    font-size: 12px;
    position: absolute;
    right: 5vw;
    margin-top: -11px;
    line-height: 1.6;
    width: 60%;
  }
  .joinStore .box {
    margin-top: 0.72rem;
  }
  .about_container .box .boxLeft ul li a {
    font-size: 0.2rem;
  }
  .about_container .box .boxLeft ul li {
    line-height: 1.7;
  }
  .about_container .box .boxRight {
    padding: 0.8rem 5vw;
  }
  .aboutProduct .yearTime p {
    font-size: 2rem;
  }
  .aboutProduct .yearTime .active {
    top: 0.4rem;
  }
  .aboutProduct {
    --width: 70vw;
  }
  .aboutProduct .box .banner > p {
    width: 3.05rem;
  }
  .aboutProduct .box .button p {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .aboutProduct .yearTimeMain .item div {
    font-size: 0.22rem;
  }
  .aboutProduct .yearTimeMain .item p {
    line-height: 1.8;
  }
  .aboutProduct {
    --width: 7.9rem;
    padding: 0.8rem 0;
    --wid: 1.6rem;
    position: relative;
  }
  .aboutProduct {
    --width: 70vw;
  }
  .aboutProduct .box .button .prev {
    left: calc((100% - var(--width)) / 2 - var(--wid) + 55px);
  }
  .aboutProduct .box .button .next {
    right: calc((100% - var(--width)) / 2 - var(--wid) + 55px);
  }
  .aboutVideo .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .aboutVideo .box .boxRight {
    width: 100%;
  }
  .aboutVideo .box .boxLeft .list .item video {
    height: 5rem;
  }
  .aboutVideo .box .boxLeft .list .item .position {
    top: 43%;
  }
  .aboutVideo .box .boxRight {
    --hei: 2.84rem;
  }
  .downloadList {
    grid-template-columns: repeat(1, 1fr);
  }
  .ManualDownload .box .banner .item figure {
    margin-top: 0;
  }
  .contactContainer .box .content0 {
    width: 100%;
  }
  .login_container .box .content0 {
    font-size: 20px;
    text-transform: uppercase;
  }
  .login_container .box .content1 .item2 .positon input,
  .login_container .box .content1 .item1 input,
  .login_container .box .content1 .item2 > input,
  .login_container .box .content1 .item1 p,
  .login_container .box .content1 .item3 input {
    font-size: 13px;
  }
  .OrderCenter .box .main th,
  .OrderCenter .box .main td {
    white-space: nowrap;
    width: auto;
    padding: 0 0.2rem;
  }
  .OrderCenter .box .main table {
    width: auto;
  }
  .OrderCenter .box .main tr td:first-child,
  .OrderCenter .box .main .dl th:first-child {
    padding-left: 0.2rem;
  }
  .OrderCenter .box .orderInfomation {
    font-size: 13px;
  }
  .homeProduct .position .main .content1 {
    font-size: 0.26rem;
    letter-spacing: 7px;
  }
  .homeProduct .position .main .content0 img {
    height: 0.38rem;
  }
  .homeBrandEvent .position .box .content01 p {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .homeBrandEvent .position .box .content0 {
    font-size: 0.36rem;
  }
  .homeBrandEvent .position .box .content1 img {
    width: 3.8rem;
  }
  .homeBrandEvent .position .box .content2 {
    font-size: 0.22rem;
    padding: 0 5vw;
    line-height: 1.8;
  }
  .homeNews .box {
    padding: 1.6rem 5vw 0;
  }
  .homeNews .box .banner .button .prev {
    left: 34%;
  }
  .homeNews .box .banner .button .next {
    right: 34%;
  }
  .homeNews .box .banner .button .btn {
    top: 118%;
  }
  .homeNews ._btn {
    margin-top: 1.4rem;
  }
  .homeNews .box .banner .button .btn svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .homeButton .a {
    font-size: 14px;
  }
  .homeNews {
    background-size: 100% auto;
  }
  .footerContainer .box .boxBot .right {
    padding: 0.4rem 0 0.4rem;
  }
  .contactContainer .box .content2 .item .icon svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .contactContainer .box .content2 .item .info {
    margin-top: 0.3rem;
  }
  .parameterConfiguration .box .boxLeft .imgList::before{
     font-size: 2.26rem;
  }
  .parameterConfiguration .box .boxRight .content2{
      height: auto;
  }
  .remark .div p{
     height: 60px;
 /*    display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 3;*/
	/*overflow: hidden;*/
	/*text-justify: distribute-all-lines;*/
      
  }
  .proTwo .toggle{
      bottom: 1.1rem;
  }
  .onlineBooking .box .boxRight .content4 .bot p{
      font-size: 12px;
      white-space: nowrap;
  }
  .newsContainerMain .box .swiper-slide a .boxLeft .content0{
      height: 30px;
  }
  .footerContainer .box .boxTop .right .ri .ite div{
      width: 0.6rem;
      height: 0.6rem;
  }
  .homeProduct .position{
      right: 0;
      text-align: center;
  }
  .homeProduct .position .main{
      width: 100%;
  }
  .homeProduct .position .main .content2{
      justify-content: center;
  }
  .homeProduct .position .main .content2 > div:last-child{
      margin-right: 0;
  }
 
  
}
/*# sourceMappingURL=./style.css.map */