@import "iconfont.css";
video {
  width: 100%;
}
.vm {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a:hover {
  text-decoration: none;
}
h3,
p {
  margin: 0;
}
html,
body {
  overflow-x: hidden !important;
  width: 100%;
  text-transform: capitalize;
}
html {
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
body {
  font-family: 'Sora', 'Helvetica Neue', 'arial', "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  min-width: 320px;
  background-color: #000;
  color: #fff;
}
a,
a:hover {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.svga-pic {
  width: 420px;
}
.canvas-box {
  width: 420px;
  max-height: 422px;
}
.canvas-box canvas {
  width: 100%;
  /* 让 canvas 撑满父容器宽度 */
  height: 100%;
  /* 高度自动调整 */
  object-fit: contain;
  /* 确保动画内容保持比例 */
  transform: none !important;
}
a:hover {
  color: #fff;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
.c:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.c {
  *zoom: 1;
}
.container {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wow {
  visibility: hidden;
}
.tac {
  text-align: center;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
img {
  max-width: 100%;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
div:focus,
a:focus,
li:focus,
*:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: 0;
}
.tar {
  text-align: right;
}
div:focus {
  outline: none;
}
div {
  outline: none;
}
.jbox {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #666;
  margin-left: 3px;
  vertical-align: middle;
}
.pics {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.trsAll {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
  position: relative;
}
.text-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menu-btn {
  height: 16px;
  width: 24px;
  position: relative;
  display: block;
  margin-left: 20px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-track {
  display: flex;
  padding-bottom: 20px;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px !important;
  width: 8px !important;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.25;
  border-radius: 8px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  opacity: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.flex {
  display: flex;
}
.flex1 {
  flex: 1;
}
.oh {
  overflow: hidden;
}
.c1 {
  color: #59E976 !important;
}
.p1 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}
.p2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}
.fz1 {
  font-size: 0.48rem;
}
.fz1-b {
  font-size: 0.48rem;
  font-weight: bold;
}
.fz2 {
  font-size: 20px;
}
.header {
  position: fixed;
  padding: 16px 10%;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header .box {
  align-items: center;
}
.header .logo img {
  height: 36px;
}
.header .navs {
  flex: 1;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  display: flex !important;
}
.header .navs > li {
  padding: 10px 0.3rem;
  position: relative;
}
.header .navs > li:last-child {
  display: none;
}
.header .navs > li:first-child img,
.header .navs > li:nth-child(3) img {
  display: none;
}
.header .navs > li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  display: flex;
  align-items: center;
}
.header .navs > li a img {
  margin-left: 8px;
}
.header .navs > li a:hover {
  color: #fff;
}
.header .navs > li a.on {
  color: #fff;
}
.header .navs > li:first-child .pop,
.header .navs > li:nth-child(3) .pop {
  display: none !important;
}
.header .navs > li .pop {
  position: absolute;
  left: 15px;
  border-radius: 16px;
  border: 1px solid #2D2D2D;
  background: #000000;
  width: 320px;
  padding: 24px;
  display: none;
  top: 100%;
}
.header .navs > li .pop .n {
  margin-bottom: 14px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  /* 100% */
}
.header .navs > li .pop li {
  text-align: left;
  padding: 0;
  margin: 0;
}
.header .navs > li .pop li a {
  white-space: normal;
  padding: 8px;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.header .navs > li .pop li a:hover {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.header .navs > li .pop li a:hover .ico {
  background-image: url("/images/nav_li_bg_on.svg");
}
.header .navs > li .pop li a .flex1 span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}
.header .navs > li .pop li a .flex1 p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  /* 100% */
  margin-top: 4px;
}
.header .navs > li .pop li a .ico {
  width: 36px;
  height: 36px;
  display: flex;
  margin-right: 12px;
  align-items: center;
  justify-content: center;
  background: url("/images/nav_li_bg.png") no-repeat;
  background-size: 100% 100%;
}
.header .navs > li .pop li a .ico img {
  width: 24px;
  height: 24px;
  margin: 0;
}
.header .link {
  border-radius: 12px;
  border: 1px solid #FFF;
  background: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  padding: 6px 10px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  display: none;
}
.header .link img {
  margin-left: 12px;
  height: 24px;
}
.header .lang {
  border-radius: 12px;
  padding: 6px 12px;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  position: relative;
}
.header .lang img {
  height: 24px;
  margin-right: 6px;
}
.langPop {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.langPop .flex {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.langPop ul {
  box-shadow: 0 0 5px #353539;
  background: #000;
  border-radius: 10px;
  display: flex;
  padding: 10px;
}
.langPop ul li {
  text-align: left;
  padding: 0 10px;
}
.langPop ul li a {
  padding: 8px 5px;
  white-space: normal;
  display: flex;
  align-items: center;
}
.header.on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #09090D;
  box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.1);
}
.banner .img img {
  width: 100%;
}
.banner .abs {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .container {
  height: 100%;
}
.banner .box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .flex {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.banner .flex .pic {
  text-align: right;
  margin-right: -6%;
}
.banner .flex .pic img {
  max-width: 150%;
}
.banner .info {
  margin-right: 80px;
}
.banner .p {
  padding: 20px 0 32px 0;
}
.banner h3 {
  font-size: 0.56rem;
  font-weight: 500;
  line-height: 0.64rem;
  /* 114.286% */
  background: var(--Linear, linear-gradient(91deg, #FFF 49.88%, #59E976 99.76%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .n1 {
  padding: 0 0 32px 0;
}
.banner .n1 span {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(89, 233, 118, 0.2);
  padding: 12px 24px;
}
.wap-navs {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background: #09090D;
  box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.1);
  z-index: 4;
  padding: 10px 10%;
  display: none;
}
.wap-navs ul > li {
  flex: 1;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wap-navs ul > li:first-child img,
.wap-navs ul > li:nth-child(4) img {
  display: none;
}
.wap-navs ul > li:last-child {
  border: 0;
}
.wap-navs ul > li a {
  display: flex;
  justify-content: space-between;
}
.wap-navs ul > li a ul {
  margin-left: 20px;
}
.wap-navs ul > li a.on {
  color: #fff;
}
.wap-navs ul > li a.on + ul {
  display: block;
}
.wap-navs ul > li ul {
  display: none;
}
.alink {
  margin-top: 40px;
}
.alink a {
  border-radius: 12px;
  border: 1px solid #FFF;
  background: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  padding: 10px 20px;
  margin-right: 24px;
}
.alink a img {
  margin-left: 12px;
  height: 24px;
}
.mob {
  padding: 1.2rem 0 0 0;
}
.cname {
  text-align: center;
  padding-bottom: 0.6rem;
}
.list1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list1 li {
  width: 48%;
  align-items: center;
  padding: 32px 0;
}
.list1 li .ico {
  width: 104px;
  aspect-ratio: 104/101;
}
.list1 li .flex1 {
  margin-left: 30px;
}
.list1 li .tit {
  color: #FFF;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  margin-bottom: 6px;
}
.list2 li {
  padding: 0.6rem 0;
  display: flex;
  align-items: stretch;
}
.list2 li:nth-child(2n) .pic {
  order: 1;
  margin-right: 80px;
  margin-left: 0;
}
.list2 li:nth-child(2n) .info {
  order: 2;
}
.list2 li .info {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.list2 li .tit {
  margin-bottom: 20px;
}
.list2 li .pic {
  margin-left: 80px;
  order: 2;
}
.list2 li .pic img {
  max-width: 100%;
}
.list2 li .p2 {
  margin-bottom: 10px;
}
.dev-banner-icon {
  width: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dev-list-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dev-list-box .dev-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.dev-list-box .dev-list .dev-item {
  width: 30%;
  height: 391px;
  background: url("/images/dev/bg-dev-item.png") no-repeat;
  background-size: 100% 100%;
  padding: 50px 16px;
}
.dev-list-box .dev-list .dev-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dev-list-box .dev-list .dev-item a .ico {
  margin-bottom: 70px;
}
.dev-list-box .dev-list .dev-item a .ico img {
  width: 75px;
}
.dev-list-box .dev-list .dev-item a .n {
  color: #fff;
}
.dev-list-box .dev-list .dev-item a .check-btn {
  margin-top: auto;
  min-width: 160px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, #0F0F0F 0%, #1C3521 19.89%, #224629 54.5%, #1C3521 80%, #0F0F0F 100%);
  color: rgba(89, 233, 118, 0.8);
  font-size: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page3 .list2 li:last-child {
  text-align: center;
  flex-wrap: wrap;
}
.page3 .list2 li:last-child .info {
  order: 1 !important;
}
.page3 .list2 li:last-child .pic {
  width: 100%;
  order: 2 !important;
  margin: 0.6rem 0 0 0;
}
.p3 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: -0.3rem;
  margin-bottom: 0.6rem;
}
.page4 .item {
  padding: 0 0 1.2rem 0;
}
.page4 .item:nth-child(2) .info {
  order: 2;
  margin-right: 0;
  margin-left: 0.6rem;
}
.page4 .item .flex {
  align-items: stretch;
}
.page4 .item .flex .info {
  flex: 1;
  margin-right: 0.6rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page4 .item .flex .info .p1 {
  margin-bottom: 30px;
}
.page4 .item .flex .info .p1:last-child {
  margin-bottom: 0;
}
.page5 .module {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 40px;
}
.page5 .module .module-list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.page5 .module .module-list .info {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}
.page5 .module .module-list .info .icon {
  margin-right: 10px;
  width: 80px;
}
.page5 .module #module-center {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page5 .module #module-center .left {
  width: 80px;
  height: 55%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page5 .module #module-center .gif {
  width: 108px;
  height: 108px;
}
.page5 .module #module-center .right {
  width: 80px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list4 {
  border: 1px solid #353539;
}
.list4 li {
  flex: 1;
  border-right: 1px solid #353539;
  text-align: center;
  padding: 32px;
}
.list4 li img {
  height: 100px;
}
.list4 li:last-child {
  border: 0;
}
.list4 li .n {
  padding: 18px 0 10px 0;
}
.newsMain {
  padding: 1.6rem 0 0.6rem 0;
}
.newsMain .news_head {
  align-items: center;
}
.newsMain .news_head .name {
  width: 33%;
  font-weight: bold;
}
.newsMain .news_head .key {
  color: rgba(255, 255, 255, 0.6);
}
.newsMain .news_head .key a {
  color: #fff;
}
.newsMain .news_head .so .key {
  margin-top: 10px;
}
.newsMain .news_head .so input {
  border-radius: 8px;
  background: #FFF url("/images/ico_so.png") no-repeat 20px center;
  display: flex;
  height: 56px;
  padding: 16px 16px 16px 52px;
  align-items: center;
  color: #000;
  gap: 10px;
  align-self: stretch;
  width: 100%;
}
.list5 {
  padding: 40px 0;
  margin: -10px;
  width: 100%;
}
.list5 li {
  width: 33.333%;
}
.list5 li .more {
  display: inline-block;
  text-align: right;
  border: 0;
  padding-right: 0;
}
.list5 li a {
  display: flex;
  margin: 10px;
  height: 100%;
  border-radius: 8px;
  flex-direction: column;
  border: 1px solid #646669;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.list5 li a:hover {
  border-color: #59E976;
  color: #59E976;
}
.list5 li a:hover img {
  transform: scale(1.1);
}
.list5 li a .pic {
  overflow: hidden;
  border-bottom: 1px solid #646669;
}
.list5 li a img {
  width: 100%;
  transition: all 0.7s;
}
.list5 li a .info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.list5 li a .p {
  padding: 16px 0 32px 0;
  flex: 1;
}
.list5 li a .time {
  text-align: right;
}
.viewHead .brand img {
  margin: 0 10px;
}
.viewHead .brand a {
  color: #fff;
}
.viewHead h2 {
  margin: 32px 0;
}
.viewBody {
  border-top: 1px solid #353539;
  padding: 32px 0;
  margin: 32px 0;
}
.viewBody .left {
  width: 70%;
  margin-right: 32px;
}
.viewBody .con {
  line-height: 1.8;
}
.fz16 {
  font-size: 16px;
}
.list6 {
  max-width: 300px;
}
.list6 li {
  padding: 10px 0;
}
.list6 li a {
  display: flex;
}
.list6 li a:hover .info .tit {
  color: #59E976;
}
.list6 li a .info {
  margin-right: 14px;
  flex: 1;
}
.list6 li a .info .tit {
  font-size: 16px;
  color: #fff;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list6 li a .time {
  font-size: 14px;
}
.list6 li a .pic img {
  height: 60px;
  border-radius: 5px;
}
.docBox .left {
  width: 30%;
}
.docBox .right {
  flex: 1;
  margin-left: 0.6rem;
}
.docBox .right .con2 {
  padding: 10px 0 0 0;
}
.docBox .right .p {
  padding: 24px 0 32px 0;
}
.list7 {
  margin: 16px 0 32px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.list7 li:last-child a {
  border: 0;
}
.list7 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.list7 li a:hover {
  color: #59E976;
}
.list7 li a:hover svg {
  stroke: #59E976;
}
.demoMain {
  margin-top: 0.8rem;
  border-top: 1px solid #353539;
  border-bottom: 1px solid #353539;
  position: relative;
}
.demoMain video {
  width: 100%;
  position: absolute;
}
.demoMain .box {
  border-left: 1px solid #353539;
  border-right: 1px solid #353539;
  padding: 0.5rem 0.6rem;
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.8);
}
.demoMain .left,
.demoMain .right {
  width: 47.5%;
}
.demoMain .left .x {
  background: linear-gradient(91deg, #FFF 49.88%, #59E976 99.76%);
  height: 6px;
  align-self: stretch;
  margin: 24px 0;
}
.demoMain .left .name {
  font-weight: bold;
}
.demoMain .left ul {
  margin-top: 32px;
}
.demoMain .left ul li {
  display: flex;
  margin-bottom: 10px;
}
.demoMain .left ul li:hover {
  color: #fff;
}
.demoMain .left ul li:hover svg {
  stroke: #fff;
}
.demoMain .left ul li span {
  display: block;
  white-space: normal;
  margin: 0 5px;
}
.demoMain .left ul li p {
  flex: 1;
}
.demoMain .right ul li {
  padding: 16px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.demoMain .right ul li .str {
  margin-left: 10px;
  color: #c00;
}
.demoMain .right ul li .inp {
  width: 100%;
  border: 1px solid #353539;
  margin-top: 10px;
}
.demoMain .right ul li input {
  padding: 0 10px;
  height: 40px;
  width: 100%;
  background: none;
  border: 0;
}
.demoMain .right ul li.text textarea {
  width: 100%;
  height: 80px;
  border: 0;
  background: none;
  margin-top: 10px;
  padding: 0 10px;
}
.demoMain .right ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.demoMain .right ul li:last-child button {
  border-radius: 8px;
  border: 1px solid #59E976;
  box-shadow: 0px 0px 10px 0px #59E976;
  background: none;
  width: 100%;
  padding: 12px 24px;
}
.catMain {
  padding-top: 1rem;
}
.catMain .f1 {
  align-items: center;
  margin-top: 0.6rem;
}
.catMain .f1 .name {
  color: #FFF;
  font-size: 0.64rem;
  font-weight: 600;
  line-height: 0.84rem;
  /* 131.25% */
  margin-bottom: 20px;
}
.catMain .f1 .info {
  margin-right: 0.9rem;
}
.catMain .f2 li {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 0 0.4rem;
}
.catMain .f2 li:last-child {
  border: 0;
}
.catMain .f2 li .s {
  color: #FFF;
  font-size: 0.42rem;
  font-weight: 500;
  line-height: 0.42rem;
  /* 100% */
  margin-bottom: 0.14rem;
}
.catMain .fz1.name,
.catMain .con1 {
  text-align: center;
}
.catMain .fz1.name {
  padding-bottom: 10px;
  font-weight: 600;
}
.catMain .f3 ul {
  margin: 0 -32px;
  padding-top: 32px;
}
.catMain .f3 ul li {
  flex: 1;
  margin: 0 32px;
  padding: 32px;
  text-align: center;
}
.catMain .f3 ul li:hover {
  border-radius: 8px;
  border: 1px solid #59E976;
  background: #000;
  box-shadow: 0px 0px 20px 0px rgba(89, 233, 118, 0.5);
}
.catMain .f3 ul .n {
  padding: 24px 0;
}
.catMain .f3 ul img {
  height: 74px;
}
.catMain .f4 ul {
  flex-wrap: wrap;
  padding-top: 0.24rem;
}
.catMain .f4 ul li {
  padding: 0.24rem;
  width: 25%;
  text-align: center;
}
.catMain .f5 .list8 {
  margin: -16px;
  margin-top: 32px;
}
.catMain .f5 .list8 li {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1;
  padding: 8px;
  margin: 16px;
  text-align: center;
}
.catMain .f5 .list8 li .info {
  padding: 24px 0;
}
.catMain .f5 .list8 li .info .tit {
  margin-bottom: 8px;
}
.catMain .f5 .list8 li:hover {
  border-radius: 8px;
  border: 1px solid #12FF80;
  box-shadow: 0px 0px 50px 0px rgba(18, 255, 128, 0.5);
}
.catMain .f7 {
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
.catMain .f7 .info {
  flex: 1;
}
.catMain .f7 .info .name {
  text-align: left;
}
.catMain .f7 ul li {
  margin-top: 32px;
  align-items: center;
  display: flex;
}
.catMain .f7 ul li .ico {
  margin-right: 16px;
}
.catMain .f7 ul li:hover {
  color: #12FF80;
}
.catMain .f7 ul li:hover svg {
  stroke: #12FF80;
}
.bannService {
  text-align: center;
}
.bannService .info {
  margin-right: 0;
  padding-top: 3.6rem;
}
.bannService .box {
  margin: 0 auto;
}
.mapBox {
  position: relative;
}
.mapBox .box {
  width: 423px;
  height: 280px;
  flex-shrink: 0;
  background: url("/images/dq_box.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -212px;
  text-align: center;
  padding-top: 120px;
}
.mapBox .box img {
  height: 80px;
}
.mapBox .box p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  margin-top: 16px;
}
.mapBox ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mapBox ul li {
  position: absolute;
  text-align: center;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mapBox ul li:nth-child(1) {
  bottom: 128px;
  left: 0;
}
.mapBox ul li:nth-child(2) {
  top: 0;
  left: 100px;
}
.mapBox ul li:nth-child(3) {
  bottom: 50px;
  left: 210px;
}
.mapBox ul li:nth-child(4) {
  bottom: 300px;
  left: 350px;
}
.mapBox ul li:nth-child(5) {
  bottom: 180px;
  left: 560px;
}
.mapBox ul li:nth-child(6) {
  bottom: 420px;
  left: 620px;
}
.mapBox ul li:nth-child(7) {
  bottom: 50px;
  left: 840px;
}
.mapBox ul li:nth-child(8) {
  bottom: 300px;
  left: 890px;
}
.mapBox ul li img {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.mapBox ul li .p {
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: #000;
  padding: 20px;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
}
.mapBox ul li .p p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}
.mapBox ul li .p span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.list11 {
  margin: 32px -16px -16px;
  flex-wrap: wrap;
  align-items: stretch;
}
.list11 li {
  width: 33.333%;
}
.list11 li .box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  margin: 16px;
}
.list11 li .box .top {
  align-items: center;
  margin-bottom: 16px;
}
.list11 li .box .top .fz16 {
  margin: 0 0 5px 0;
}
.list11 li .box .top .ico {
  margin-right: 16px;
}
.list11 li .box .top .ico img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.serMain {
  background: #121312;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.serMain .f1 {
  border-bottom: 1px solid #353539;
}
.serMain .f1 .p1 {
  padding: 20px 0 32px 0;
}
.serMain .f2 li {
  align-items: center;
}
.serMain .f2 li .name {
  margin-bottom: 24px;
}
.serMain .f2 li .pic {
  margin-left: 60px;
}
.serMain .f2 li:nth-child(2n) .info {
  order: 2;
}
.serMain .f2 li:nth-child(2n) .pic {
  order: 1;
  margin-right: 60px;
  margin-left: 0;
}
.serMain .f3 .name {
  text-align: center;
  margin-bottom: 0.6rem;
}
.bannOtc {
  background: #121312;
}
.bannOtc .info {
  padding-top: 0;
  margin-top: -1rem;
}
.otcMain {
  background: #121312;
}
.RetallMain .bname {
  margin-bottom: -0.6rem;
  text-align: center;
}
.bannRetall {
  background: #121312;
  margin-bottom: -5rem;
}
.bannRetall .info {
  padding-top: 0;
  margin-top: -7rem;
}
.homeBanner .info {
  text-align: center;
  padding-top: 0;
  margin: -6rem 0 0 0;
  width: 100%;
}
.homeBanner .home-banner-content-list {
  width: 80%;
  height: fit-content;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, 0);
  z-index: 10;
}
.homeBanner .home-banner-content-list .home-banner-content {
  width: 100%;
  display: flex;
  align-items: center;
}
.homeBanner .home-banner-content-list .home-banner-content .home-banner-info {
  flex: 1;
}
.homeBanner .home-banner-content-list .home-banner-content .home-banner-info .btn {
  cursor: pointer;
  min-width: 140px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  color: rgba(255, 255, 255, 0.8);
}
.homeBanner .home-banner-content-list .home-banner-content .home-banner-info .btn a {
  cursor: pointer;
}
.homeBanner .home-banner-content-list .home-banner-content .pic {
  width: 40%;
}
.homeBanner .home-banner-content-list .slick-dots {
  transform: translateY(20px);
}
.homeBanner .home-banner-content-list .slick-dots li {
  background: #59E976 !important;
  transition: all 0.3s ease;
}
.homeBanner .home-banner-content-list .slick-dots li.slick-active {
  width: 18px !important;
}
.hname {
  background: linear-gradient(91deg, #FFF 49.88%, #59E976 99.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.hname.fit {
  width: fit-content;
}
.home1 {
  background: #0A0C08;
}
.home1 .pic1 {
  align-items: center;
  justify-content: center;
}
.home1 .pic1 video,
.home1 .pic1 .gif {
  height: 108px;
  width: 108px;
}
.home1 #qbcp li:hover {
  cursor: pointer;
}
.home1 #qbcp li:hover .n {
  color: #59E976 !important;
}
.home1 .hname {
  margin-bottom: 24px;
}
.home1 .item {
  padding-top: 40px;
}
.home1 .item .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.home1 .item .info > .p1 {
  padding: 24px 0 60px 0;
}
.home1 .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.home1 .item ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}
.home1 .item ul li:last-child {
  margin-bottom: 0;
}
.home1 .item ul li:hover .ico {
  opacity: 1;
  background-image: url("/images/nav_li_bg_on.svg");
  background-size: 100% 100%;
}
.home1 .item ul li .ico {
  margin-right: 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home1 .item ul li .ico svg {
  fill: rgba(255, 255, 255, 0.2);
  stroke: rgba(255, 255, 255, 0.2);
}
.home2 {
  background: #09090D;
  text-align: center;
  position: relative;
}
.home2 .bg {
  position: absolute;
  top: 0;
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  z-index: 10;
}
.home2 .bg img {
  width: 100%;
}
.home2 .top-title span {
  background: linear-gradient(91deg, #FFF 49.88%, #59E976 99.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 24px;
}
.home2 .container {
  aspect-ratio: 1230/435;
  position: relative;
}
.home2 ul {
  width: 100%;
  display: flex;
  padding: 0.6rem 0 0.4rem 0;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: url("/images/home/bg-curve.png") no-repeat center 60%;
  background-size: 100% auto ;
}
.home2 ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home2 ul li .info {
  padding: 0.1rem 0;
}
.home2 ul li .info .n {
  font-size: 20px;
}
.home2 ul li img {
  width: 100px;
}
.home2 ul li:nth-child(even) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.home2 ul li:nth-of-type(1) {
  transform: translateY(5px);
}
.home2 ul li:nth-of-type(2) {
  transform: translateY(105px);
}
.home2 ul li:nth-of-type(3) {
  transform: translateY(-90px);
}
.home2 ul li:nth-of-type(5) {
  transform: translateY(35px);
}
.home2 ul li:nth-of-type(6) {
  transform: translateY(45px);
}
.tops-title {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
.tops-title .p1 {
  margin-top: 20px;
}
.home3 {
  background: #0A0C08 url("/images/home_bg2.png") no-repeat top center;
  background-size: 100% auto;
  padding: 1.6rem 0 0 0;
  position: relative;
  z-index: 1;
}
.home3 .tops-title {
  padding: 2rem 0 0.9rem 0;
}
.home4 {
  background: #09090D;
}
.home4 .icon-direction {
  width: 100%;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home4 .icon-direction img {
  width: 20px;
  height: 24px;
  transition: all 0.5s ease;
}
.home5 .tops-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#swiperList {
  display: block;
}
#swiperList li {
  width: 300px;
  height: 400px;
  color: #333;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
#swiperList li .box {
  position: relative;
}
#swiperList li .box .info {
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#swiperList li .box .info .fz2 {
  color: #fff;
}
#swiperList li .box .info .p {
  margin-top: 20px;
}
.list10 {
  width: 100%;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.list10 li {
  padding: 0 10px;
  flex: 0 0 33%;
}
.list10 li:nth-child(n+4) {
  margin-top: 20px;
}
.list10 li .box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  position: relative;
}
.list10 li .box .info {
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.list10 li .box .info .p {
  margin-top: 20px;
}
.home5 {
  background: #0A0C08 url("/images/home_bg3.png") no-repeat center center;
  background-size: cover;
}
.home5 .tops-title {
  max-width: 100%;
}
.whyTab {
  max-width: 768px;
  margin: 0 auto;
}
.whyTab .parent-box {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  transition: border-color 0.8s;
}
.whyTab .parent-box.parent-on {
  border-color: #59E976;
}
.whyTab dt {
  cursor: pointer;
  background: #121212;
  padding: 16px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whyTab dt:first-child {
  margin-top: 0;
}
.whyTab dt span {
  display: none;
}
.whyTab dt span.on {
  display: block;
}
.whyTab dt.on .on {
  display: none;
}
.whyTab dt.on .off {
  display: block;
}
.whyTab dd {
  display: none;
  border-radius: 0 0 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #121212;
  padding: 16px;
  margin-top: -16px;
  border-top: 0;
}
a.more,
span.more {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
a.more:hover,
span.more:hover {
  border-color: #59E976;
  color: #59E976;
}
.home6 #home6Title {
  text-align: center;
}
.more-title {
  text-align: left;
  max-width: 100%;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 0;
}
.more-title .hname {
  text-align: left;
}
.home7 {
  position: relative;
}
.home7 video {
  width: 100%;
}
.home7 .abs {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home7 .abs .link {
  margin-top: 32px;
  display: flex;
}
.home7 .abs .link a {
  margin: 0 12px;
}
.home8 .list5 {
  padding-top: 0;
}
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: url("/images/footer/footer-bg.png") no-repeat;
  background-size: 100% 100% ;
}
.footer .container {
  width: 100%;
  max-width: 100%;
  padding: 0 5%;
}
.footer .pic {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.footer .pic > img {
  width: 100%;
}
.footer .pic .flex {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  padding: 0 20px 0 80px;
}
.footer .pic .flex .n {
  color: #59E976;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
}
.footer .pic .flex p {
  font-size: 12px;
}
.footer .box {
  padding: 48px 0;
}
.footer .logo2 {
  height: 36px;
}
.footer .p {
  margin: 32px 0;
}
.footer .p a {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(50% 183.33% at 50% 183.33%, rgba(255, 255, 255, 0.2) 0%, #000 100%);
  margin-top: 24px;
  padding: 12px 16px;
}
.footer #fav {
  margin-bottom: 24px;
  padding-top: 4px;
}
.footer #fav a {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
  padding: 5px 6px;
  opacity: 0.5;
}
.footer #fav a:hover {
  opacity: 1;
}
.footer #fav a:last-child {
  margin-right: 0;
}
.footer #fav img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.footer .title {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
}
.footer .cr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer .bnav {
  padding: 0 80px;
  flex: 1;
  flex-wrap: wrap;
  white-space: nowrap;
}
.footer .bnav > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .bnav > ul > li:first-child {
  display: none;
}
.footer .bnav > ul a img {
  display: none;
}
.footer .bnav > ul a:hover {
  color: #fff;
}
.footer .bnav > ul > li {
  padding: 0 32px 20px 32px;
  flex: 1;
}
.footer .bnav > ul > li li {
  padding: 5px 0;
}
.is_wap {
  display: none;
}
.is_pc {
  display: block;
}
@media (min-width: 768px) {
  .vertical-middle-sm {
    display: table;
  }
  .vertical-middle-sm > div,
  .vertical-middle-sm > li {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
    vertical-align: middle;
  }
}
@media (max-width: 1700px) {
  .home-banner-content {
    width: 65% !important;
  }
}
@media (max-width: 1440px) {
  .dev-banner-icon {
    width: 480px;
  }
}
@media (max-width: 1200px) {
  .mapBox ul li:nth-child(1) {
    bottom: 80px;
    left: 0;
  }
  .mapBox ul li:nth-child(2) {
    top: 0;
    left: 80px;
  }
  .mapBox ul li:nth-child(3) {
    bottom: 0;
    left: 210px;
  }
  .mapBox ul li:nth-child(4) {
    bottom: 260px;
    left: 300px;
  }
  .mapBox ul li:nth-child(5) {
    bottom: 136px;
    left: 428px;
  }
  .mapBox ul li:nth-child(6) {
    bottom: 330px;
    left: 540px;
  }
  .mapBox ul li:nth-child(7) {
    bottom: 50px;
    left: 636px;
  }
  .mapBox ul li:nth-child(8) {
    bottom: 236px;
    left: 745px;
  }
  .mapBox ul li .p {
    padding: 14px;
  }
  .mapBox ul li .p p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .mapBox ul li .p span {
    font-size: 12px;
  }
  .mapBox .box {
    width: 300px;
    height: 220px;
    padding-top: 50px;
    margin-left: -150px;
  }
  .mapBox .box p {
    font-size: 16px;
  }
  .home2 .bg {
    top: -120px !important;
  }
  .homeBanner .home-banner-content-list {
    width: 60% !important;
  }
  .header .link {
    display: none;
  }
  .header .navs li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .svga-pic {
    width: 300px;
  }
  .list2 .pic {
    margin-left: 40px !important;
  }
  .mapBox {
    position: relative;
  }
  .mapBox > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .mapBox ul {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .mapBox ul li {
    position: static;
    margin-bottom: 32px;
  }
  .mapBox .box {
    position: static;
    left: 0;
    margin: 0 auto;
  }
  .homeBanner .home-banner-content {
    margin: 20px 0 0 0;
    width: 100% !important;
  }
  .homeBanner .home-banner-content .home-banner-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .dev-banner-icon {
    width: 280px;
  }
  .dev-list-box .dev-list {
    flex-direction: column;
  }
  .dev-list-box .dev-list .dev-item {
    width: 100%;
    margin-top: 20px;
  }
  .page5 .module {
    display: block;
  }
  .page5 .module #module-center {
    display: none !important;
  }
  .page5 .module #module-right {
    margin-top: 20px;
  }
  .demoMain {
    margin-top: 70px;
  }
  .demoMain .box {
    display: block;
  }
  .demoMain .box .left,
  .demoMain .box .right {
    width: 100%;
  }
  .serMain .f2 li img {
    height: 200px;
  }
  .alink a {
    font-size: 14px;
  }
  .is_wap {
    display: block;
  }
  .is_pc {
    display: none;
  }
  .header .logo {
    flex: 1;
  }
  .header .navs {
    display: none !important;
  }
  .header .lang {
    font-size: 14px;
    padding: 4px 10px;
  }
  .header .lang img {
    height: 20px;
  }
  .banner .pic {
    display: none;
  }
  .banner .info {
    margin-right: 0;
  }
  .banner .n1 span {
    padding: 10px 20px;
  }
  .list1 li {
    width: 100%;
  }
  .list1 li .ico {
    height: 70px;
  }
  .list1 li .ico img {
    height: 70px;
  }
  .list2 li .pic img {
    height: 200px;
  }
  .page4 .item .pic img {
    height: 200px;
  }
  .page4 .item .ico img {
    height: 60px;
  }
  .footer .box {
    display: block;
    text-align: center;
  }
  .footer .bnav {
    display: none;
  }
  .docBox {
    display: block;
  }
  .docBox .left {
    width: 100%;
  }
  .docBox .right {
    margin-left: 0;
  }
  .home1 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .home1 .item .info {
    width: 100%;
    margin-right: 0;
  }
  .home1 .item .info ul {
    width: 100%;
  }
  .home1 .item .pic {
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    text-align: center;
    margin-top: 32px;
  }
  .home2 .bg {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .home2 .container {
    aspect-ratio: auto;
  }
  .home2 ul {
    position: static;
    display: block;
    background: none !important;
  }
  .home2 ul li {
    display: block;
    flex-direction: column !important;
    transform: none !important;
  }
  .list10 {
    display: block !important;
  }
  .list10 li {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .list10 li img {
    height: 300px;
    object-fit: contain;
  }
  .list10 li:last-child {
    margin-bottom: 0;
  }
  .list11 li {
    width: 50%;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz2 {
    font-size: 18px;
  }
  a.more,
  span.more {
    padding: 10px 20px;
  }
  .catMain .f1 .pic img,
  .catMain .f7 .pic img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .list6 {
    max-width: 100%;
  }
  .header {
    padding: 10px 20px;
  }
  .header .logo img {
    height: 30px;
  }
  .home7 img {
    height: 2rem;
  }
  .more-title .more {
    display: none;
  }
  .wap-navs {
    top: 50px;
  }
  .homeBanner .info {
    margin-top: -200px;
    transform: scale(0.7);
    /* 将元素放大到 1.2 倍 */
  }
  .homeBanner .home-banner-content-list {
    width: 90% !important;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner .img img {
    height: 500px;
    object-fit: cover;
  }
  .home1 .pic1 img {
    height: 33px;
  }
  .list10 li img {
    height: 300px;
    object-fit: contain;
  }
  .page4 .item .flex {
    display: block;
    text-align: center;
  }
  .page4 .item .pic {
    margin-top: 32px;
  }
  .page4 .item .ico img {
    height: 60px;
  }
  .serMain .f2 li {
    display: block;
    text-align: center;
  }
  .serMain .f2 li .pic {
    margin: 32px 0 0 0 !important;
  }
  .list4 {
    display: block;
  }
  .bannRetall {
    margin-bottom: -2rem;
  }
  .bannRetall .info {
    transform: scale(0.8);
    /* 将元素放大到 1.2 倍 */
    margin-top: -3rem;
  }
  .list5 li {
    width: 50%;
  }
  .viewBody {
    flex-wrap: wrap;
  }
  .viewBody .left {
    width: 100%;
    margin-right: 0;
  }
  .viewBody .more {
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 570px) {
  .demoMain {
    margin-top: 50px;
  }
  .list5 li {
    width: 100%;
  }
  .newsMain .news_head {
    display: block;
  }
  .newsMain .news_head .name {
    margin-bottom: 14px;
  }
  .catMain .f1,
  .catMain .f7 {
    display: block;
    text-align: center;
  }
  .catMain .f1 .pic,
  .catMain .f7 .pic {
    margin-top: 32px;
  }
  .catMain .f1 .info,
  .catMain .f7 .info {
    margin-right: 0;
  }
  .catMain .f2 {
    display: block;
  }
  .catMain .f2 li {
    border: 0;
    padding: 16px 0;
  }
  .catMain .f2 li .s {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .catMain .f3 ul {
    display: block;
  }
  .catMain .f4 ul li {
    width: 50%;
  }
  .catMain .f5 .list8 {
    display: block;
  }
  .catMain .f7 ul li {
    text-align: left;
  }
  .home2 .bg {
    top: -120px;
  }
  .home2 ul {
    display: block;
  }
  .home3 {
    margin-top: -0.4rem;
    padding-top: 0.4rem;
  }
  .p1 {
    font-size: 12px;
  }
  .list11 li {
    width: 100%;
  }
  .list2 li {
    display: block;
    text-align: center;
  }
  .list2 li .pic {
    margin: 0 0 32px 0 !important;
    text-align: center;
  }
}
.fade-in {
  opacity: 0;
  /* 初始透明度 */
  animation: fadeIn 2s forwards;
  /* 绑定动画 */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    /* 开始透明 */
  }
  100% {
    opacity: 1;
    /* 最终完全显示 */
  }
}
.tailing {
  position: fixed;
  width: 30px;
  height: 30px;
  clip-path: polygon(50% 0%, /* 顶点 */ 61% 35%, /* 右上 */ 98% 35%, /* 右中 */ 68% 57%, /* 右下 */ 79% 91%, /* 右底 */ 50% 70%, /* 中心 */ 21% 91%, /* 左底 */ 32% 57%, /* 左下 */ 2% 35%, /* 左中 */ 39% 35% /* 左上 */);
  transform-style: preserve-3d;
  /* 保留3D效果 */
  background-color: red;
  pointer-events: none;
  /* 允许鼠标事件穿透 */
  transform: translate(-50%, -50%);
  z-index: 9999;
  /* 确保在最上层 */
  transform-origin: center center;
  transition: opacity 0.3s ease-in-out;
}
@keyframes dropDown {
  0% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    /* 初始位置 */
    opacity: 1;
  }
  100% {
    transform: translateY(240px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    /* 最终位置 */
    opacity: 0;
  }
}
.fade-in {
  opacity: 0;
  /* 初始透明度 */
  animation: fadeIn 2s forwards;
  /* 绑定动画 */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    /* 开始透明 */
  }
  100% {
    opacity: 1;
    /* 最终完全显示 */
  }
}
/*# sourceMappingURL=style.css.map */