body {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: Inter;
  src: url('../font/Inter.ttf') format('truetype');
}
html {
  scroll-behavior: smooth;
}
* {
  font-family: Inter;
}
.navigation {
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0px;
  z-index: 50;
  z-index: 2;
  background: #000000;
}
.navigation .centent {
  width: 90%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 15px 0;
  box-sizing: border-box;
}
.navigation .centent .logo {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.navigation .centent > .btn {
  display: none;
}
.navigation .centent .list {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
.navigation .centent .list .item,
.navigation .centent .list .items {
  cursor: pointer;
  display: flex;
  text-decoration: none;
  color: inherit;
  position: relative;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.navigation .centent .list .item::after,
.navigation .centent .list .items::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #0065FF;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: ease-in-out 1s;
}
.navigation .centent .list .item:hover::after,
.navigation .centent .list .items:hover::after {
  width: 100%;
  transition: ease-in-out 1s;
}
.navigation .centent .list .btn {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #0065FF;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  gap: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
}
.navigation .centent .list .btn:hover .arrow-svg {
  animation: navContactArrowHover 0.6s ease;
}
.banner .centent {
  width: 100%;
  position: relative;
}
.banner .centent img {
  display: flex;
}
.banner .centent img.mobile {
  display: none;
}
.banner .centent video {
  width: 100%;
  display: flex;
}
.banner .centent .box {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  color: #fff;
}
.banner .centent .box .tag {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
.banner .centent .box .tag.tag2 {
  width: fit-content;
  background: linear-gradient(255.76deg, #0065FF 51.53%, #55EB5A 95.61%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.banner .centent .box .title {
  margin: 0;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -3%;
}
.banner .centent .box .btns {
  display: flex;
  align-items: center;
  margin-top: 14px;
  gap: 20px;
}
.banner .centent .box .btns .btn {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  border-radius: 50px;
  cursor: pointer;
}
.banner .centent .box .btns .btn:first-of-type {
  background: linear-gradient(86.35deg, #55EB5A 3.76%, #0065FF 94.12%);
}
.banner .centent .box .btns .btn:nth-child(2) {
  border: 1px solid #fff;
}
.banner .centent .box .btns .btn:nth-child(2):hover {
  background: #0065FF;
  border: 1px solid #0065FF;
}
.banner .centent .box .btns .btn:hover .arrow-svg {
  animation: navContactArrowHover 0.6s ease;
}
.Highlight {
  background: #18191b;
  padding: 150px 0;
}
.Highlight .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.Highlight .centent .title {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -3%;
  color: #fff;
  margin-bottom: 60px;
}
.Highlight .centent .title * {
  margin: 0;
}
.Highlight .centent .title i {
  font-style: normal;
  background: linear-gradient(255.76deg, #0065FF 51.53%, #55EB5A 95.61%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.Highlight .centent .list {
  gap: 20px;
  width: 100%;
  position: relative;
  display: flex;
  height: 753px;
}
.Highlight .centent .list .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Highlight .centent .list .center {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Highlight .centent .list .center .flex {
  display: flex;
  gap: 20px;
}
.Highlight .centent .list .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Highlight .centent .list .item {
  position: relative;
  border-radius: 20px;
}
.Highlight .centent .list .item .text {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.Highlight .centent .list .item .text .title {
  background: linear-gradient(88.43deg, rgba(85, 235, 90, 0.733333) 2.2%, #0065FF 98.04%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -3%;
  margin: 0;
  text-align: left;
}
.Highlight .centent .list .item .text .details {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #fff;
}
.Highlight .centent .list .item .icon_btn {
  position: absolute;
  right: 30px;
  bottom: 25px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0.5;
  border: 1px solid #fff;
  cursor: pointer;
}
.Highlight .centent .list .item .icon_btn .icon-down {
  height: 12px;
}
.Highlight .centent .list .item .icon_btn:hover .icon-down {
  animation: navContactArrowHoverdown 0.6s ease;
}
.Highlight .centent .list .item1 {
  width: 362px;
  height: 310px;
}
.Highlight .centent .list .item1 .text {
  left: 30px;
  bottom: 25px;
}
.Highlight .centent .list .item2 {
  width: 836px;
  height: 167px;
}
.Highlight .centent .list .item2 .text {
  left: 70px;
  bottom: 48px;
  flex-direction: column-reverse;
  align-items: center;
}
.Highlight .centent .list .item3 {
  width: 362px;
  height: 366px;
}
.Highlight .centent .list .item3 .text {
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  align-items: center;
}
.Highlight .centent .list .item3 .text .title {
  font-size: 40px;
}
.Highlight .centent .list .item4 {
  width: 362px;
  height: 236px;
}
.Highlight .centent .list .item4 .text {
  left: 30px;
  bottom: 25px;
}
.Highlight .centent .list .item5 {
  width: 836px;
  height: 379px;
}
.Highlight .centent .list .item5 .text {
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.Highlight .centent .list .item5 .text .title {
  color: #fff;
}
.Highlight .centent .list .item6 {
  width: 362px;
  height: 167px;
}
.Highlight .centent .list .item6 .text {
  left: 30px;
  bottom: 25px;
}
.Highlight .centent .list .item7 {
  width: 408px;
  height: 167px;
}
.Highlight .centent .list .item7 .text {
  left: 30px;
  bottom: 25px;
}
.Highlight .centent .list .item8 {
  width: 408px;
  height: 167px;
}
.Highlight .centent .list .item8 .text {
  left: 30px;
  bottom: 25px;
}
.Highlight .centent .list .item9 {
  width: 362px;
  height: 367px;
}
.Highlight .centent .list .item9 .text {
  left: 30px;
  bottom: 25px;
}
.Highlight .centent .list img {
  display: flex;
}
.Highlight .centent .list_mobile {
  display: none;
}
.grid_model {
  background: #000;
  padding: 188px 0 0 ;
}
.grid_model .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.grid_model .centent .title {
  margin: 0 auto;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  max-width: 50%;
}
.grid_model .centent .title * {
  margin: 0;
}
.grid_model .centent .title i {
  font-style: normal;
  background: linear-gradient(257.14deg, #0065FF 2.4%, #55EB5A 92.94%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.grid_model .centent .grid_container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 20px;
  width: 100%;
}
.grid_model .centent .grid_container .item {
  position: relative;
}
.grid_model .centent .grid_container .item img {
  display: flex;
}
.grid_model .centent .grid_container .item img.mobile {
  display: none;
}
.grid_model .centent .grid_container .item .text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.grid_model .centent .grid_container .item .text * {
  margin: 0;
}
.grid_model .centent .grid_container .item .text img {
  width: 40px;
  height: 40px;
}
.grid_model .centent .grid_container .item1 {
  grid-column: 1 / 4;
  grid-row: 1 / span 2;
}
.grid_model .centent .grid_container .item2 {
  grid-column: 4 / 7;
}
.grid_model .centent .grid_container .item3 {
  grid-column: 4 / 7;
}
.grid_model .centent .grid_container .item4 {
  grid-column: 1 / 3;
}
.grid_model .centent .grid_container .item5 {
  grid-column: 3 / 5;
}
.grid_model .centent .grid_container .item6 {
  grid-column: 5 / 7;
}
.Animation_module {
  width: 100%;
  height: 5000px;
  position: relative;
  background: #000;
  display: none;
}
.Animation_module .centent {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.Animation_module .centent .text-container {
  font-weight: 700;
  font-size: 80px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 49.67%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
  opacity: 0;
  z-index: 1;
}
.Animation_module .centent .video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.Animation_module .centent .video-container video {
  width: 100%;
  transform: scale(3);
  display: flex;
  opacity: 0;
}
.Animation_module .mobile_content {
  display: none;
}
.Animation_modules {
  height: 3000px;
  display: block;
}
.Animation_modules .centent {
  height: 100vh;
}
.Technical_highlights {
  background: #000;
  padding: 50px 0 ;
}
.Technical_highlights .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.Technical_highlights .centent .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Technical_highlights .centent .top .left {
  max-width: 650px;
}
.Technical_highlights .centent .top .left .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fff;
}
.Technical_highlights .centent .top .left .text i {
  font-style: normal;
  background: linear-gradient(87.36deg, rgba(85, 235, 90, 0.733333) 47.22%, #0065FF 72.98%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.Technical_highlights .centent .top .left .text * {
  margin: 0;
}
.Technical_highlights .centent .top .left .title {
  margin: 10px 0;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -3%;
  color: #fff;
}
.Technical_highlights .centent .top .left .title * {
  margin: 0;
}
.Technical_highlights .centent .top .left .title i {
  font-style: normal;
  background: linear-gradient(257.59deg, #0065FF 22.66%, #55EB5A 56.46%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.Technical_highlights .centent .top .left .details {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
.Technical_highlights .centent .top .left .details i {
  font-style: normal;
  color: #ffffff;
}
.Technical_highlights .centent .top .right {
  max-width: 730px;
}
.Technical_highlights .centent .bottom {
  color: #fff;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.Technical_highlights .centent .bottom .left {
  width: 50%;
}
.Technical_highlights .centent .bottom .left .text {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
}
.Technical_highlights .centent .bottom .left .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.Technical_highlights .centent .bottom .left .item .progress_bar {
  width: 80%;
  max-width: 545px;
  height: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.Technical_highlights .centent .bottom .left .item .txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
.Technical_highlights .centent .bottom .left .item .numerical_value {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -3%;
}
.Technical_highlights .centent .bottom .left .item.two {
  margin-top: 40px;
}
.Technical_highlights .centent .bottom .left .item.two .progress_bar {
  background: transparent;
}
.Technical_highlights .centent .bottom .left .item.two .progress_bar::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(87.84deg, rgba(85, 235, 90, 0.733333) 0.91%, #0065FF 96.72%);
  transition: ease-in-out 1s;
}
.Technical_highlights .centent .bottom .left .item.two .numerical_value {
  background: linear-gradient(87.84deg, rgba(85, 235, 90, 0.733333) 0.91%, #0065FF 96.72%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.Technical_highlights .centent .bottom.art .left .item.two .progress_bar::after {
  width: 30%;
  transition: ease-in-out 1s;
}
.Technical_highlights .centent .bottom .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Technical_highlights .centent .bottom .right .number {
  font-weight: 600;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -3%;
  background: linear-gradient(87.84deg, rgba(85, 235, 90, 0.733333) 0.91%, #0065FF 96.72%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.Technical_highlights .centent .bottom .right .ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.Technical_highlights .centent .bottom .right .ico svg {
  height: 50px;
}
.Technical_highlights .centent .bottom .right .ico span {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #0065ff;
}
.Technical_highlights .centent .bottom .right .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  transform: translateX(-40px);
}
.image_text {
  background: #000;
  padding: 50px 0 ;
}
.image_text .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image_text .centent .image {
  width: 50%;
  max-width: 800px;
}
.image_text .centent .textContent {
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.image_text .centent .textContent .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
}
.image_text .centent .textContent .title {
  width: 100%;
  max-width: 640px;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -3%;
  color: #fff;
}
.image_text .centent .textContent .title i {
  font-style: normal;
  background: linear-gradient(87.08deg, rgba(85, 235, 90, 0.733333) 36.53%, #0065FF 63.14%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.image_text .centent .textContent .details {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 550px;
}
.image_text.video_text .centent .textContent {
  width: 50%;
}
.image_text.video_text .centent .textContent .title {
  max-width: 605px;
}
.frame_wise {
  height: 3500px;
  position: relative;
  width: 100%;
  background: #000;
}
.frame_wise .centent {
  position: sticky;
  top: 150px;
  width: 100%;
  display: flex;
}
.frame_wise .centent video {
  width: auto;
  max-height: 900px;
  margin: 0 auto;
}
.frame_wise .centent canvas {
  width: 100%;
  height: auto;
  display: none;
}
.frame_wise .mobile_centent {
  display: none ;
}
.swiper_model {
  background: #000;
  padding: 50px 0 ;
}
.swiper_model .centent {
  width: 90%;
  max-width: 1600px;
  max-width: 1612px;
  margin: 0 auto;
  position: relative;
}
.swiper_model .centent .swiper-button {
  display: flex;
  top: 40px;
}
.swiper_model .centent .swiper-button::after {
  color: #fff;
  font-size: 18px;
}
.swiper_model .centent .swiper-tab {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.swiper_model .centent .swiper-tab::after {
  position: absolute;
  content: '';
  display: block;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent 25%, transparent 75%, rgba(0, 0, 0, 0.7));
}
.swiper_model .centent .swiper-tab .swiper-slide {
  transform: scale(0.8);
  width: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  gap: 10px;
}
.swiper_model .centent .swiper-tab .swiper-slide-active,
.swiper_model .centent .swiper-tab .swiper-slide-duplicate-active {
  width: 90px;
  transform: scale(1);
}
.swiper_model .centent .swiper-container {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.swiper_model .centent .swiper-container .swiper-slide {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px 32px;
}
.swiper_model .centent .swiper-container .swiper-slide img {
  max-width: 520px;
  border-radius: 20px;
}
.swiper_model .centent .swiper-container .swiper-slide img:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / span 2;
  max-width: 1060px;
}
.model_1 {
  background: #000;
  width: 100%;
  position: relative;
  height: 2000px;
  padding: 0 0 100px;
}
.model_1 .centent {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: -50px;
  top: 18px;
}
.model_1 .centent .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: center;
  background: linear-gradient(87.08deg, rgba(85, 235, 90, 0.733333) 36.53%, #0065FF 63.14%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.model_1 .centent .title {
  margin: 10px 0;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
}
.model_1 .centent .details {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
}
.model_1 .centent .box {
  width: 90%;
  max-width: 1440px;
  margin: 26px auto 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.model_1 .centent .box img {
  width: 100%;
}
.model_1 .centent .box img.mobile {
  display: none;
}
.model_1 .centent .box > .title {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: center;
}
.model_1 .centent .box .after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.model_1 .centent .box .after .title {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: center;
}
.model_1 .centent .box_mobile {
  display: none;
}
.swiper_model_2 {
  background: #000;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.swiper_model_2 .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.swiper_model_2 .centent .text {
  position: relative;
}
.swiper_model_2 .centent .text .title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fff;
}
.swiper_model_2 .centent .text .title i {
  font-style: normal;
  background: linear-gradient(255.76deg, #0065FF 51.53%, #55EB5A 95.61%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.swiper_model_2 .centent .text .details {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 560px;
  margin-top: 15px;
}
.swiper_model_2 .centent .text .swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0065FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70%;
}
.swiper_model_2 .centent .text .swiper-button::after {
  display: none;
}
.swiper_model_2 .centent .text .swiper-button svg {
  width: auto;
  height: 12px;
}
.swiper_model_2 .centent .text .swiper-button.swiper-button-prev {
  left: auto;
  right: 90px;
}
.swiper_model_2 .centent .mySwiper {
  width: 100%;
  margin-top: 20px;
}
.swiper_model_2 .centent .mySwiper .swiper-slide {
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #fff;
}
.swiper_model_2 .centent .mySwiper .swiper-slide .text {
  margin: 50px 0 0 50px;
}
.swiper_model_2 .centent .mySwiper .swiper-slide .text .title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -3%;
  max-width: 300px ;
}
.swiper_model_2 .centent .mySwiper .swiper-slide .text .details {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 10px;
  max-width: 420px;
}
.swiper_model_2 .centent .mySwiper .swiper-slide img {
  width: 50%;
  max-width: 550px;
}
.video_model {
  background: #000;
  width: 100%;
  position: relative;
}
.video_model .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.video_model .centent .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: center;
  background: linear-gradient(87.08deg, rgba(85, 235, 90, 0.733333) 36.53%, #0065FF 63.14%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.video_model .centent .title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
  max-width: 1090px;
  margin: 10px auto;
}
.video_model .centent .title i {
  font-style: normal;
  background: linear-gradient(255.76deg, #0065FF 51.53%, #55EB5A 95.61%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.video_model .centent .details {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
}
.video_model .centent video {
  width: 100%;
}
.video_model .centent video.mobile {
  display: none;
}
.model_2 {
  background: #000;
  width: 100%;
  position: relative;
}
.model_2 .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.model_2 .centent .top {
  width: 100%;
}
.model_2 .centent .top .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: center;
  background: linear-gradient(87.08deg, rgba(85, 235, 90, 0.733333) 36.53%, #0065FF 63.14%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.model_2 .centent .top .title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
  max-width: 1090px;
  margin: 10px auto;
}
.model_2 .centent .top .title i {
  font-style: normal;
  background: linear-gradient(255.76deg, #0065FF 51.53%, #55EB5A 95.61%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.model_2 .centent .top .details {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
}
.Sequence_frames {
  width: 100%;
  height: 6000px;
  height: 100vh;
  position: relative;
  background: #000;
}
.Sequence_frames .box {
  position: sticky;
  top: 0;
  width: 100%;
}
.Sequence_frames .box video {
  width: auto;
  max-height: 900px;
  margin: 0 auto;
  display: flex;
}
.Sequence_frames .box video.mobile {
  display: none;
}
.model_2_bottom {
  width: 100%;
  padding-top: 30px;
  background: #000;
}
.model_2_bottom .centent {
  color: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 44vw;
}
.model_2_bottom .centent > .text {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
}
.model_2_bottom .centent .item {
  width: 30%;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.model_2_bottom .centent .item .progress_bar {
  width: 95%;
  height: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.model_2_bottom .centent .item .txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
.model_2_bottom .centent .item .numerical_value {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -3%;
}
.model_2_bottom .centent .item .number_box {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.model_2_bottom .centent .item .number_box .number {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -3%;
  background: linear-gradient(87.84deg, rgba(85, 235, 90, 0.733333) 0.91%, #0065FF 96.72%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.model_2_bottom .centent .item .number_box .ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.model_2_bottom .centent .item .number_box .ico svg {
  height: 20px;
}
.model_2_bottom .centent .item .number_box .ico span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #0065ff;
}
.model_2_bottom .centent .item .number_box .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  transform: translateX(-40px);
}
.model_2_bottom .centent .item.two {
  width: 100%;
  margin-top: 30px;
}
.model_2_bottom .centent .item.two .progress_bar {
  background: transparent;
}
.model_2_bottom .centent .item.two .progress_bar::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(87.84deg, rgba(85, 235, 90, 0.733333) 0.91%, #0065FF 96.72%);
  transition: ease-in-out 1s;
}
.model_2_bottom .centent .item.two .numerical_value {
  background: linear-gradient(87.84deg, rgba(85, 235, 90, 0.733333) 0.91%, #0065FF 96.72%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.model_2_bottom.art .item.two .progress_bar::after {
  width: 100%;
  transition: ease-in-out 1s;
}
.model_2_bottom.open .item .number_box {
  opacity: 1;
  transition: ease-in-out 1s;
}
.model_3 {
  background: #000;
  width: 100%;
  position: relative;
  padding: 100px 0;
}
.model_3 .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.model_3 .centent .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: #18191b;
  color: #fff;
  overflow: hidden;
}
.model_3 .centent .item .textBox {
  width: 50%;
  max-width: 655px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.model_3 .centent .item .textBox .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: left;
  background: linear-gradient(87.08deg, rgba(85, 235, 90, 0.733333) 36.53%, #0065FF 63.14%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
  width: fit-content;
}
.model_3 .centent .item .textBox .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #fff;
  max-width: 655px;
  margin: 10px 0;
}
.model_3 .centent .item .textBox .details {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
  max-width: 520px;
}
.model_3 .centent .item .image {
  width: 50%;
  display: flex;
}
.model_3 .centent .item #secondVideo {
  display: none;
}
.model_3 .centent .item.video_item video.mobile {
  display: none;
}
.list_model {
  background: #000;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.list_model .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.list_model .centent .title {
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
}
.list_model .centent .list {
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto;
}
.list_model .centent .list .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}
.list_model .centent .list .item .image {
  display: flex;
  height: 590px;
}
.list_model .centent .list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_model .centent .list .item .textBox {
  background: #18191b;
  padding: 54px 0 70px 50px;
  color: #fff;
}
.list_model .centent .list .item .textBox .title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: left;
}
.list_model .centent .list .item .textBox .details {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}
.list_model .centent .mySwiper.mobile {
  display: none;
}
.video_model_2 {
  background: #000;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video_model_2 video {
  width: 100%;
  display: flex;
}
.video_model_2 video.mobile {
  display: none;
}
.video_model_2 #secondVideos {
  display: none;
}
.video_model_2 .centent {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
}
.video_model_2 .centent .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -3%;
  text-align: center;
  background: linear-gradient(255.76deg, #0065FF 51.53%, #55EB5A 95.61%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
  width: fit-content;
  margin: 0 auto;
}
.video_model_2 .centent .title {
  margin: 0;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
}
.grid_model_2 {
  background: #000;
  padding: 150px 0 50px ;
}
.grid_model_2 .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.grid_model_2 .centent .title {
  margin: 0 auto;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  max-width: 50%;
}
.grid_model_2 .centent .title * {
  margin: 0;
}
.grid_model_2 .centent .title i {
  font-style: normal;
  background: linear-gradient(257.14deg, #0065FF 2.4%, #55EB5A 92.94%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.grid_model_2 .centent .grid_container {
  display: grid;
  grid-template-columns: auto auto auto ;
  grid-gap: 20px;
  width: 100%;
}
.grid_model_2 .centent .grid_container .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.grid_model_2 .centent .grid_container .item img {
  display: flex;
}
.grid_model_2 .centent .grid_container .item img.mobile {
  display: none;
}
.grid_model_2 .centent .grid_container .item .text {
  position: absolute;
  left: 30px;
  top: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -3%;
  color: #fff;
}
.grid_model_2 .centent .grid_container .item_1 {
  grid-row: 1 / span 2;
}
.grid_model_2 .centent .grid_container .item_1 .text {
  left: 40px;
  top: 40px;
  font-size: 36px;
}
.grid_model_2 .centent .grid_container .item_4 {
  grid-column: 2 / 4;
}
.parts_model {
  background: #000;
  padding: 150px 0 50px ;
}
.parts_model .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.parts_model .centent .title {
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
}
.parts_model .centent .list {
  display: grid;
  grid-template-columns: auto auto auto auto ;
  grid-gap: 20px;
  width: 100%;
  margin-top: 50px;
}
.parts_model .centent .list .item {
  display: flex;
  flex-direction: column;
  background: #18191b;
  border-radius: 20px;
  overflow: hidden;
}
.parts_model .centent .list .item .textBox {
  width: 100%;
  height: 130px;
  padding: 0 0 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -3%;
}
.parts_model .centent .list .item .textBox * {
  margin: 0;
}
.swiper_model_3 {
  background: #000;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.swiper_model_3 .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.swiper_model_3 .centent .text {
  position: relative;
}
.swiper_model_3 .centent .text .title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fff;
}
.swiper_model_3 .centent .text .title i {
  font-style: normal;
  background: linear-gradient(255.76deg, #0065FF 51.53%, #55EB5A 95.61%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.swiper_model_3 .centent .text .details {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 560px;
  margin-top: 15px;
}
.swiper_model_3 .centent .text .swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0065FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70%;
}
.swiper_model_3 .centent .text .swiper-button::after {
  display: none;
}
.swiper_model_3 .centent .text .swiper-button svg {
  width: auto;
  height: 12px;
}
.swiper_model_3 .centent .text .swiper-button.swiper-button-prev {
  left: auto;
  right: 90px;
}
.swiper_model_3 .centent .mySwiper {
  width: 100%;
  margin-top: 50px;
}
.swiper_model_3 .centent .mySwiper .swiper-slide {
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #fff;
}
.swiper_model_3 .centent .mySwiper .swiper-slide .text {
  margin: 50px 0 0 50px;
}
.swiper_model_3 .centent .mySwiper .swiper-slide .text .information {
  display: flex;
  align-items: center;
  gap: 20px;
}
.swiper_model_3 .centent .mySwiper .swiper-slide .text .information img {
  width: 80px;
  height: 80px;
}
.swiper_model_3 .centent .mySwiper .swiper-slide .text .information .textBox .title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -3%;
}
.swiper_model_3 .centent .mySwiper .swiper-slide .text .information .textBox .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.swiper_model_3 .centent .mySwiper .swiper-slide .text .details {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 20px;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.5);
}
.swiper_model_3 .centent .mySwiper .swiper-slide img {
  width: 50%;
  max-width: 550px;
}
.Small_Business {
  background: #000;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.Small_Business .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.Small_Business .centent > .title {
  margin: 0;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
}
.Small_Business .centent .mySwiper {
  margin-top: 50px;
}
.Small_Business .centent .mySwiper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  background: linear-gradient(204.32deg, rgba(0, 0, 0, 0.3) 1.08%, rgba(0, 0, 0, 0.3) 50.87%, rgba(0, 101, 255, 0.3) 100%);
}
.Small_Business .centent .mySwiper .swiper-slide .top {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 45px 50px;
  box-sizing: border-box;
}
.Small_Business .centent .mySwiper .swiper-slide .top img {
  width: 130px;
  height: 130px;
  display: flex;
}
.Small_Business .centent .mySwiper .swiper-slide .top .title {
  width: fit-content;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0%;
  color: #fff;
}
.Small_Business .centent .mySwiper .swiper-slide .top .title * {
  margin: 0;
}
.Small_Business .centent .mySwiper .swiper-slide .center {
  padding: 60px 48px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Small_Business .centent .mySwiper .swiper-slide .center .textBox {
  color: rgba(240, 240, 240, 0.5);
}
.Small_Business .centent .mySwiper .swiper-slide .center .textBox .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0%;
  margin-bottom: 30px;
}
.Small_Business .centent .mySwiper .swiper-slide .center .textBox .text_list {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.Small_Business .centent .mySwiper .swiper-slide .center .textBox .text_list .text_item {
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0%;
}
.Small_Business .centent .mySwiper .swiper-slide .center .textBox .text_list .text_item * {
  margin: 0;
}
.Small_Business .centent .mySwiper .swiper-slide .bottom {
  padding: 48px;
}
.Small_Business .centent .mySwiper .swiper-slide .bottom .text {
  color: rgba(240, 240, 240, 0.5);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.Small_Business .centent .mySwiper .swiper-slide .bottom .price {
  margin-top: 10px;
  width: fit-content;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -3%;
  background: linear-gradient(256.02deg, #0065FF 7.12%, #55EB5A 97.34%);
  -webkit-background-clip: text;
  /* 关键属性 */
  background-clip: text;
  color: transparent;
}
.mountings_collection {
  background: #000;
  padding: 100px 0 50px ;
}
.mountings_collection .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.mountings_collection .centent > .title {
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.mountings_collection .centent > .details {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  width: 50%;
  margin: 20px auto 0;
  color: #808080;
}
.mountings_collection .centent .list {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 22px;
  margin-top: 75px;
}
.mountings_collection .centent .list .item {
  background: #18191b;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.mountings_collection .centent .list .item .textBox {
  color: #fff;
  position: absolute;
  top: 40px;
  left: 25px;
  z-index: 1;
}
.mountings_collection .centent .list .item .textBox .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
}
.mountings_collection .centent .list .item .textBox .btn {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  width: fit-content;
}
.mountings_collection .centent .list .item .textBox .btn:hover::after {
  width: 100%;
  content: '';
  display: flex;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: #0065ff;
}
.mountings_collection .centent .list .item img.mobile {
  display: none;
}
.mountings_collection .centent .list .item:hover img {
  transform: scale(1.1);
  transition: ease-in-out 1s;
}
.mountings_collection .centent .list .item1 {
  grid-row: 1 / span 2;
}
.mountings_collection .centent .list .item1 .textBox {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.mountings_collection .centent .list .item1 .textBox .title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
}
.list_model_2 {
  background: #000;
  padding: 100px 0 50px ;
  width: 100%;
  overflow: hidden;
}
.list_model_2 .centent {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.list_model_2 .centent > .title {
  margin: 0;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -3%;
  text-align: center;
  color: #fff;
}
.list_model_2 .centent > .title * {
  margin: 0;
}
.list_model_2 .centent .mySwiper {
  width: 100%;
  margin-top: 50px;
}
.list_model_2 .centent .mySwiper .swiper-slide {
  background: #18191b;
  border-radius: 20px;
  overflow: hidden;
}
.list_model_2 .centent .mySwiper .swiper-slide .textBox {
  color: #fff;
  height: 230px;
  padding: 24px 30px;
  box-sizing: border-box;
}
.list_model_2 .centent .mySwiper .swiper-slide .textBox .title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -3%;
}
.list_model_2 .centent .mySwiper .swiper-slide .textBox ul {
  margin-left: -20px;
}
.list_model_2 .centent .mySwiper .swiper-slide .textBox ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5);
}
@keyframes navContactArrowHover {
  49% {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes navContactArrowHoverdown {
  49% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 1600px) {
  .Highlight .centent .list {
    margin-bottom: -10%;
    transform: scale(0.8) translate(-10%, -10%);
  }
}
@media screen and (max-width: 750px) {
  .navigation {
    height: fit-content;
  }
  .navigation .centent {
    flex-wrap: wrap;
    height: fit-content;
  }
  .navigation .centent .btn {
    max-width: 200px;
    height: fit-content;
    padding: 10px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #0065FF;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
  }
  .navigation .centent .btn:hover .arrow-svg {
    animation: navContactArrowHover 0.6s ease;
  }
  .navigation .centent .list {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #333;
  }
  .navigation .centent .list .item {
    font-size: 14px;
  }
  .navigation .centent .list .btn {
    display: none;
  }
  .banner {
    margin: -1px 0;
  }
  .banner .centent {
    overflow: hidden;
  }
  .banner .centent img {
    display: none;
  }
  .banner .centent img.mobile {
    display: flex;
  }
  .banner .centent video {
    width: 350%;
    transform: translateX(-60%);
    max-width: none;
  }
  .banner .centent .box {
    top: 18%;
  }
  .banner .centent .box .tag {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
  .banner .centent .box .title {
    font-size: 38px;
    text-align: center;
  }
  .banner .centent .box .btns {
    justify-content: center;
  }
  .banner .centent .box .btns .btn {
    width: 40%;
    height: 45px;
  }
  .Highlight {
    overflow: hidden;
    padding: 80px 0;
  }
  .Highlight .centent .title {
    font-size: 38px;
  }
  .Highlight .centent .list {
    display: none;
  }
  .Highlight .centent .list_mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .Highlight .centent .list_mobile .item {
    position: relative;
    border-radius: 10px;
  }
  .Highlight .centent .list_mobile .item img {
    width: 100%;
    object-fit: cover;
  }
  .Highlight .centent .list_mobile .item .text {
    position: absolute;
  }
  .Highlight .centent .list_mobile .item .text .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -3%;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  .Highlight .centent .list_mobile .item .text .details {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -3%;
    color: #fff;
  }
  .Highlight .centent .list_mobile .item .icon_btn {
    position: absolute;
    right: 16px;
    bottom: 15px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.5;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .Highlight .centent .list_mobile .item .icon_btn .icon-down {
    height: 12px;
  }
  .Highlight .centent .list_mobile .item .icon_btn:hover .icon-down {
    animation: navContactArrowHoverdown 0.6s ease;
  }
  .Highlight .centent .list_mobile .item_1 img {
    display: flex;
    width: 100%;
  }
  .Highlight .centent .list_mobile .item_1 .text {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .Highlight .centent .list_mobile .grid_box {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
  }
  .Highlight .centent .list_mobile .grid_box .item_2 {
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .Highlight .centent .list_mobile .grid_box .item_2 .text {
    bottom: 15px;
    left: 15px;
  }
  .Highlight .centent .list_mobile .grid_box .item_2 .text .title {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .grid_box .item_2 .text .details {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .grid_box .item_3 {
    background: #000000;
  }
  .Highlight .centent .list_mobile .grid_box .item_3 .text {
    bottom: 15px;
    left: 15px;
  }
  .Highlight .centent .list_mobile .grid_box .item_3 .text .title {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .grid_box .item_3 .text .details {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .grid_box .item_4 {
    background: #000000;
  }
  .Highlight .centent .list_mobile .grid_box .item_4 .text {
    bottom: 15px;
    left: 15px;
  }
  .Highlight .centent .list_mobile .grid_box .item_4 .text .title {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .grid_box .item_4 .text .details {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .grid_box .item_5 {
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .Highlight .centent .list_mobile .grid_box .item_5 .text {
    bottom: 15px;
    left: 15px;
  }
  .Highlight .centent .list_mobile .grid_box .item_5 .text .title {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .grid_box .item_5 .text .details {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .flex_box {
    display: flex;
    gap: 10px;
  }
  .Highlight .centent .list_mobile .flex_box .item_6 .text {
    bottom: 15px;
    left: 15px;
  }
  .Highlight .centent .list_mobile .flex_box .item_6 .text .title {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .flex_box .item_6 .text .details {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .flex_box .item_7 .text {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .Highlight .centent .list_mobile .flex_box .item_7 .text .title {
    font-size: 14px;
    text-align: center;
  }
  .Highlight .centent .list_mobile .flex_box .item_7 .text .details {
    font-size: 14px;
    text-align: center;
  }
  .Highlight .centent .list_mobile .flex_box .item_8 .text {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .Highlight .centent .list_mobile .flex_box .item_8 .text .title {
    font-size: 14px;
    text-align: center;
  }
  .Highlight .centent .list_mobile .flex_box .item_8 .text .details {
    font-size: 14px;
    text-align: center;
  }
  .Highlight .centent .list_mobile .flex_box .item_9 .text {
    bottom: 15px;
    left: 15px;
  }
  .Highlight .centent .list_mobile .flex_box .item_9 .text .title {
    font-size: 14px;
  }
  .Highlight .centent .list_mobile .flex_box .item_9 .text .details {
    font-size: 14px;
  }
  .grid_model {
    overflow: hidden;
    padding: 100px 0;
  }
  .grid_model .centent .title {
    font-size: 36px;
    max-width: none;
  }
  .grid_model .centent .grid_container {
    grid-template-columns: auto auto;
  }
  .grid_model .centent .grid_container .item {
    grid-column: auto;
    grid-row: auto;
  }
  .grid_model .centent .grid_container .item > img {
    display: none;
  }
  .grid_model .centent .grid_container .item > img.mobile {
    display: flex;
  }
  .grid_model .centent .grid_container .item .text {
    font-size: 16px;
    white-space: nowrap;
    left: 20px;
    bottom: 20px;
  }
  .grid_model .centent .grid_container .item .text img {
    width: 25px;
    height: 25px;
  }
  .swiper_model {
    width: 100%;
    overflow: hidden;
  }
  .swiper_model .centent .swiper-button {
    display: none;
  }
  .swiper_model .centent .swiper-container .swiper-slide {
    grid-template-columns: auto;
  }
  .swiper_model .centent .swiper-container .swiper-slide img {
    display: none;
  }
  .swiper_model .centent .swiper-container .swiper-slide img:nth-child(1) {
    display: flex;
  }
  .Animation_module {
    background: #000;
    padding: 50px 0;
    margin: -1px 0;
    height: fit-content;
  }
  .Animation_module .centent {
    display: none;
  }
  .Animation_module .mobile_content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .Animation_module .mobile_content .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -3%;
    color: #fff;
  }
  .Technical_highlights {
    overflow: hidden;
  }
  .Technical_highlights .centent {
    padding: 0 15px;
  }
  .Technical_highlights .centent .top {
    flex-direction: column;
  }
  .Technical_highlights .centent .top .left .text {
    font-size: 14px;
  }
  .Technical_highlights .centent .top .left .title {
    font-size: 36px;
  }
  .Technical_highlights .centent .top .left .details {
    font-size: 14px;
  }
  .Technical_highlights .centent .top .right {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .Technical_highlights .centent .top .right video {
    width: 100%;
  }
  .Technical_highlights .centent .bottom {
    flex-direction: column;
    gap: 50px;
  }
  .Technical_highlights .centent .bottom .left {
    width: 100%;
  }
  .Technical_highlights .centent .bottom .left .title {
    font-size: 20px;
  }
  .Technical_highlights .centent .bottom .left .item .progress_bar {
    height: 8px;
    width: 90%;
  }
  .Technical_highlights .centent .bottom .left .item .numerical_value {
    font-size: 18px;
  }
  .Technical_highlights .centent .bottom .left .item .txt {
    font-size: 12px;
  }
  .Technical_highlights .centent .bottom .right {
    width: 100%;
    align-items: flex-start;
  }
  .Technical_highlights .centent .bottom .right .number {
    font-size: 100px;
  }
  .Technical_highlights .centent .bottom .right .ico svg {
    height: 39px;
  }
  .Technical_highlights .centent .bottom .right .ico span {
    font-size: 38px;
  }
  .Technical_highlights .centent .bottom .right .text {
    transform: translateX(0);
  }
  .image_text {
    margin: -1px 0;
  }
  .image_text .centent {
    flex-direction: column;
  }
  .image_text .centent .image {
    width: 100%;
  }
  .image_text .centent .textContent {
    margin-top: 20px;
    width: 100%;
  }
  .image_text .centent .textContent .title {
    font-size: 36px;
  }
  .image_text .centent .textContent .details {
    font-size: 16px;
  }
  .image_text.video_text .centent .textContent {
    width: 100%;
  }
  .image_text.video_text .centent .video {
    width: 100%;
  }
  .image_text.video_text .centent .video video {
    width: 100%;
  }
  .model_1 {
    height: fit-content;
  }
  .model_1 .centent {
    top: 50px;
  }
  .model_1 .centent .box {
    display: none;
  }
  .model_1 .centent .box img {
    display: none;
  }
  .model_1 .centent .box img.mobile {
    display: flex;
  }
  .model_1 .centent .box .after .title {
    font-size: 32px;
    white-space: nowrap;
  }
  .model_1 .centent .box > .title {
    font-size: 32px;
    white-space: nowrap;
  }
  .model_1 .centent .box_mobile {
    display: flex;
    margin-top: 50px;
  }
  .frame_wise {
    height: fit-content;
    margin: -1px 0;
  }
  .frame_wise .centent {
    display: none;
  }
  .frame_wise .mobile_centent {
    width: 100%;
    display: flex;
  }
  .frame_wise .mobile_centent video {
    width: 100%;
    display: flex;
  }
  .swiper_model_2 {
    margin: -1px 0;
  }
  .swiper_model_2 .centent .text .title {
    font-size: 36px;
  }
  .swiper_model_2 .centent .text .swiper-button {
    display: none;
  }
  .swiper_model_2 .centent .mySwiper .swiper-slide {
    flex-direction: column;
    height: auto;
    word-break: break-all;
  }
  .swiper_model_2 .centent .mySwiper .swiper-slide .text {
    margin: 20px 20px 20px;
  }
  .swiper_model_2 .centent .mySwiper .swiper-slide .text .title {
    font-size: 20px;
  }
  .swiper_model_2 .centent .mySwiper .swiper-slide .text .details {
    font-size: 14px;
  }
  .swiper_model_2 .centent .mySwiper .swiper-slide img {
    width: 100%;
  }
  .model_1 .centent {
    width: 90%;
    margin: 0 auto;
  }
  .model_1 .centent .text {
    font-size: 20px;
  }
  .model_1 .centent .title {
    font-size: 36px;
  }
  .model_1 .centent .details {
    font-size: 16px;
  }
  .model_1 .centent .box {
    width: 100%;
  }
  .video_model {
    margin: -1px 0;
  }
  .video_model .centent {
    width: 90%;
    margin: 0 auto;
  }
  .video_model .centent .text {
    font-size: 20px;
  }
  .video_model .centent .title {
    font-size: 36px;
  }
  .video_model .centent .details {
    font-size: 16px;
  }
  .video_model .centent video {
    width: 100%;
    display: none;
  }
  .video_model .centent video.mobile {
    display: block;
  }
  .model_2 .centent {
    width: 90%;
    margin: 0 auto;
  }
  .model_2 .centent .top .text {
    font-size: 20px;
  }
  .model_2 .centent .top .title {
    font-size: 36px;
  }
  .model_2 .centent .top .details {
    font-size: 16px;
  }
  .Sequence_frames {
    margin: -1px 0;
    width: 100%;
    overflow: hidden;
    height: fit-content;
  }
  .Sequence_frames .box video {
    width: 100%;
    display: none;
  }
  .Sequence_frames .box video.mobile {
    display: flex;
  }
  .model_2_bottom {
    display: none;
  }
  .model_3 {
    width: 100%;
  }
  .model_3 .centent .item {
    flex-direction: column;
  }
  .model_3 .centent .item .textBox {
    width: 100%;
    padding: 20px 5% 50px;
  }
  .model_3 .centent .item .textBox .text {
    font-size: 20px;
  }
  .model_3 .centent .item .textBox .title {
    font-size: 34px;
  }
  .model_3 .centent .item .textBox .details {
    font-size: 16px;
  }
  .model_3 .centent .item .image {
    width: 100%;
  }
  .model_3 .centent .item.video_item {
    flex-direction: column-reverse;
  }
  .model_3 .centent .item.video_item video {
    display: none !important;
  }
  .model_3 .centent .item.video_item video.mobile {
    display: flex;
    width: 100%;
  }
  .model_3 .centent .item.video_item video.mobiles {
    display: flex !important;
    width: 100%;
  }
  .model_3 .centent .item.video_item video#secondVideo_2 {
    display: flex !important;
  }
  .list_model .centent .title {
    font-size: 36px;
  }
  .list_model .centent .list {
    display: none;
  }
  .list_model .centent .mySwiper.mobile {
    display: block;
    width: 100%;
  }
  .list_model .centent .mySwiper.mobile .swiper-slide {
    word-break: break-all;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .list_model .centent .mySwiper.mobile .swiper-slide .image {
    display: flex;
  }
  .list_model .centent .mySwiper.mobile .swiper-slide .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .list_model .centent .mySwiper.mobile .swiper-slide .textBox {
    flex: 1;
    background: #18191b;
    padding: 20px;
    color: #fff;
  }
  .list_model .centent .mySwiper.mobile .swiper-slide .textBox .title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -3%;
    text-align: left;
  }
  .list_model .centent .mySwiper.mobile .swiper-slide .textBox .details {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
  }
  .video_model_2 {
    display: flex;
    flex-direction: column-reverse;
    margin: -1px 0;
  }
  .video_model_2 video {
    display: none;
  }
  .video_model_2 video.mobile {
    display: flex;
    width: 100%;
  }
  .video_model_2 video#firstVideos_2 {
    display: none;
  }
  .video_model_2 .centent {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translate(0);
  }
  .video_model_2 .centent .title {
    font-size: 36px;
  }
  .grid_model_2 {
    margin: -1px 0;
    padding: 60px 0 50px;
  }
  .grid_model_2 .centent .title {
    font-size: 36px;
    max-width: none;
  }
  .grid_model_2 .centent .grid_container {
    grid-template-columns: auto auto;
  }
  .grid_model_2 .centent .grid_container .item .text {
    font-size: 16px;
    top: 20px;
    left: 20px;
  }
  .grid_model_2 .centent .grid_container .item img {
    display: none;
  }
  .grid_model_2 .centent .grid_container .item img.mobile {
    display: flex;
  }
  .grid_model_2 .centent .grid_container .item_1 {
    grid-row: auto;
  }
  .grid_model_2 .centent .grid_container .item_4 {
    grid-column: auto;
  }
  .parts_model {
    margin: -1px 0;
    padding: 60px 0 50px;
  }
  .parts_model .centent .title {
    font-size: 36px;
  }
  .parts_model .centent .list {
    grid-template-columns: auto auto;
  }
  .parts_model .centent .list .item .textBox {
    padding: 20px 20px 10px;
    height: fit-content;
    font-size: 16px;
  }
  .swiper_model_3 {
    margin: -1px 0;
  }
  .swiper_model_3 .centent .text .title {
    font-size: 36px;
  }
  .swiper_model_3 .centent .text .details {
    font-size: 16px;
  }
  .swiper_model_3 .centent .text .swiper-button {
    display: none;
  }
  .swiper_model_3 .centent .mySwiper .swiper-slide {
    word-break: break-all;
    height: auto;
    flex-direction: column;
  }
  .swiper_model_3 .centent .mySwiper .swiper-slide .text {
    margin: 0;
    padding: 10px;
  }
  .swiper_model_3 .centent .mySwiper .swiper-slide .text .information img {
    width: 60px;
    height: 60px;
  }
  .swiper_model_3 .centent .mySwiper .swiper-slide .text .information .textBox .title {
    font-size: 20px;
  }
  .swiper_model_3 .centent .mySwiper .swiper-slide .text .information .textBox .name {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
  }
  .swiper_model_3 .centent .mySwiper .swiper-slide > img {
    width: 100%;
    margin-top: 15px;
  }
  .Small_Business .centent .title {
    font-size: 36px;
  }
  .Small_Business .centent .mySwiper .swiper-slide .top {
    padding: 20px 24px;
  }
  .Small_Business .centent .mySwiper .swiper-slide .top img {
    width: 80px;
    height: 80px;
  }
  .Small_Business .centent .mySwiper .swiper-slide .top .title {
    font-size: 24px;
  }
  .Small_Business .centent .mySwiper .swiper-slide .center {
    padding: 30px 20px;
  }
  .Small_Business .centent .mySwiper .swiper-slide .center .textBox .text_list .text_item {
    white-space: nowrap;
  }
  .Small_Business .centent .mySwiper .swiper-slide .bottom {
    padding: 24px;
  }
  .Small_Business .centent .mySwiper .swiper-slide .bottom .price {
    font-size: 48px;
  }
  .mountings_collection {
    padding: 50px 0;
  }
  .mountings_collection .centent .title {
    font-size: 36px;
    width: 100%;
  }
  .mountings_collection .centent .details {
    width: 100%;
  }
  .mountings_collection .centent .list {
    display: flex;
    flex-direction: column;
  }
  .mountings_collection .centent .list .item .textBox {
    top: 10px;
  }
  .mountings_collection .centent .list .item .textBox .title {
    font-size: 26px;
  }
  .mountings_collection .centent .list .item img {
    display: none;
  }
  .mountings_collection .centent .list .item img.mobile {
    display: flex;
    width: 100%;
    height: auto;
  }
  .mountings_collection .centent .list .item1 .textBox {
    padding: 40px 0;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
  }
  .list_model_2 .centent > .title {
    font-size: 36px;
  }
}
