html,
body {
  line-height: 1.571429;
  color: #000;
  font-family: "SF Pro Display", "PingFang SC", -apple-system, Arial, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Source Han Sans", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: #F6F7F8;
}
.al-bg_wrapper {
  width: 100%;
  height: 1020px;
  position: fixed;
  top: 0;
  background: linear-gradient(45deg, #C1DDFF 19%, #5472ED 37%, #3983DE 67%, #A054ED 88%);
  opacity: 0.05;
  filter: blur(112px);
  z-index: -1;
}
.al-bg-svg_wrapper {
  position: fixed;
  top: 0;
  z-index: 0;
  pointer-events: none;
  height: 1020px;
  left: 50%;
  overflow-x: clip;
  transform: translateX(-50%);
  width: auto;
}
.bg-active {
  background: linear-gradient(90deg, #8135D9 0%, #3983DE 100%);
  border-radius: 30px;
}
.al-index-bg2_wrapper {
  position: relative;
  background: url('../assets/image/BG-RangeWhite.png');
  width: 100%;
  z-index: 1;
}
.al-index-bg3_wrapper {
  background: url('../assets/image/BG-RangeGray.png');
  width: 100%;
}
.bg-dark {
  background: #080C1E;
}
.al-header {
  box-sizing: border-box;
  height: 64px;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0 24px;
  transition: top 0.3s;
  top: 0;
  left: 0;
  opacity: 1;
  backdrop-filter: blur(160px);
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.al-header .nav-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.al-header .nav-content {
  margin-left: 80px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  width: auto;
  padding: 4px;
  flex-direction: row;
  align-items: center;
}
.al-header .nav-content a {
  padding: 10px 40px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.al-header .nav-content a:hover {
  color: #5472ED;
}
.al-header .nav-content a.active {
  color: #5472ED;
  font-weight: bold;
  background: rgba(84, 114, 237, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(160px);
}
.al-button {
  display: flex;
  flex-direction: row;
  padding: 8px 20px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.al-button.al-button-primary {
  background: #5472ED;
  color: #fff;
}
.al-button.al-button-black {
  background: #080C1E;
  color: #fff;
}
.btn-active {
  background: linear-gradient(90deg, #8135D9 0%, #3983DE 100%);
}
.overflow-hidden {
  overflow: hidden;
}
.relative {
  position: relative;
}
.w-full {
  width: 100%;
}
.w-1600 {
  width: 1600px;
}
.w-800 {
  width: 800px;
}
.w-240 {
  width: 240px;
}
.h-full {
  height: 100%;
}
.h-1020 {
  height: 1020px;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-1 {
  flex: 1;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.gap-20 {
  gap: 20px;
}
.ml-auto {
  margin-left: auto;
}
.border-radius-8 {
  border-radius: 8px !important;
}
.text-center {
  text-align: center;
}
.p-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}
a {
  text-decoration: none;
}
.marquee-content {
  animation: marquee 10s linear infinite;
  will-change: transform;
}
.marquee-content.marquee-paused:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.nav-menu-btn {
  display: none;
}
.header-menu-drop {
  display: none;
}
.al-w-content {
  margin-left: auto;
  margin-right: auto;
}
.free-trial {
  display: flex;
  width: 100%;
  justify-content: center;
  background: rgba(84, 114, 237, 0.1);
  position: relative;
  z-index: 1;
}
footer {
  background-color: #080C1E;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .al-w-content {
  padding: 60px 0;
}
footer .svg-row {
  justify-content: end;
  align-items: end;
}
footer .svg-white-bg {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .svg-white-bg img {
  height: 20px;
}
footer .copyright {
  gap: 40px;
  margin-top: 40px;
}
.modal-mask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1000;
  background: rgba(38, 38, 38, 0.2);
}
.modal-mask.modal-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-mask .modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.modal-mask .modal-content .modal-header {
  height: 60px;
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0 20px;
}
.modal-mask .modal-content .modal-header .close_icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url('../assets/svg/close.svg');
}
.modal-mask .modal-content .modal-body .demoSubmitBtn {
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  border: 0;
}
.modal-mask .modal-content .modal-body .form-input-item-v {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-mask .modal-content .modal-body .form-input-item-v .labelName {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.modal-mask .modal-content .modal-body .layui-input {
  height: 40px;
  border: 0;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.connectUs-wrapper .company-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #5472ED;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 20px;
}
.connectUs-wrapper .company-info .border-wrapper {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.connectUs-wrapper .company-info .email-wrapper img {
  margin-bottom: 10px;
}
.connectUs-wrapper .company-info .in-wrapper {
  padding-left: 20px;
  display: flex;
}
.connectUs-wrapper .company-info .in-wrapper .in {
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
}
.connectUs-wrapper .company-info .in-wrapper .wx img {
  height: 80px;
  width: 80px;
}
.connectUs-wrapper .company-info .address-wrapper {
  padding: 0 !important;
}
.connectUs-wrapper .company-info .address-wrapper .addressIcon {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.connectUs-wrapper .company-info .address-wrapper .address-info {
  padding: 20px;
}
/* phone */
@media (max-width: 759.98px) {
  .al-w-content {
    width: 320px;
  }
  .al-header {
    height: 48px !important;
    padding: 0 20px !important;
  }
  .al-header .ml-auto,
  .al-header .nav-content {
    display: none;
  }
  .al-header .nav-menu-btn {
    display: block !important;
    margin-left: auto;
  }
  .free-trial {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .free-trial .al-w-content {
    flex-direction: column !important;
    gap: 20px;
  }
  .free-trial .al-w-content .flex-row {
    flex-direction: column !important;
    gap: 20px;
  }
  .free-trial .al-w-content .ml-auto {
    margin-left: 0 !important;
    display: flex;
  }
  footer .al-w-content {
    position: relative;
    padding: 40px 0 30px 0;
    height: 210px;
  }
  footer .al-w-content .flex-col {
    gap: 100px;
    align-items: flex-start !important;
  }
  footer .svg-row {
    position: absolute;
    margin-top: 68px;
  }
  footer .copyright {
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 0 !important;
  }
  .demoModalContainer {
    width: 360px;
    padding-bottom: 30px;
  }
  .demoModalContainer .demo-content {
    flex-direction: column !important;
    gap: 30px;
  }
  .demoModalContainer .demo-desc {
    padding: 0 15px;
    gap: 10px;
  }
  .demoModalContainer .form-gap {
    gap: 20px;
    padding: 0 15px;
  }
  .connectUsContainer {
    width: 360px;
  }
  .connectUsContainer .connectUs-wrapper {
    padding: 0 15px 25px 15px;
  }
  .connectUsContainer .connectUs-wrapper .company-info_row {
    flex-direction: column !important;
    gap: 20px;
  }
  .connectUsContainer .connectUs-wrapper .email-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }
  .connectUsContainer .connectUs-wrapper .company-desc {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .connectUsContainer .connectUs-wrapper .in-wrapper {
    display: flex;
    flex-direction: row;
  }
  .connectUsContainer .connectUs-wrapper .in-wrapper .wx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .header-menu-drop .modal-content {
    border-radius: 16px;
  }
  .header-menu-drop .menu-container {
    width: 198px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    gap: 10px;
  }
  .header-menu-drop .menu-container a {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 16px;
    gap: 10px;
  }
  .header-menu-drop .menu-container a.active,
  .header-menu-drop .menu-container a:hover {
    background: rgba(84, 114, 237, 0.1);
  }
}
/* pad */
@media (min-width: 760px) and (max-width: 1023.98px) {
  .al-w-content {
    width: 720px;
  }
  .free-trial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .free-trial .al-w-content .flex-row {
    flex-direction: column !important;
    gap: 20px;
  }
  .free-trial .al-w-content .flex-row .flex-1 {
    width: 341px;
  }
  footer .al-w-content {
    padding: 50px 0 80px 0;
  }
  footer .copyright {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .demoModalContainer {
    width: 760px;
    padding-bottom: 67px;
  }
  .demoModalContainer .demo-desc {
    padding: 0 30px;
    gap: 20px;
  }
  .demoModalContainer .form-gap {
    gap: 20px;
    padding: 0 30px;
  }
  .connectUsContainer {
    width: 540px;
  }
  .connectUsContainer .connectUs-wrapper {
    padding: 0 60px 90px 60px;
  }
  .connectUsContainer .connectUs-wrapper .company-desc {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .connectUsContainer .connectUs-wrapper .in-wrapper {
    border-left: 0 !important;
    display: flex;
    flex-direction: column;
  }
}
/* Book */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .al-w-content {
    width: 964px;
  }
  .free-trial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .free-trial .al-title-3 {
    margin-right: 40px;
  }
  footer .al-w-content {
    padding: 60px 0 70px 0 !important;
  }
  footer .copyright {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .demoModalContainer {
    width: 1000px;
    padding-bottom: 67px;
  }
  .demoModalContainer .demo-desc {
    padding: 0 40px;
    gap: 33px;
  }
  .demoModalContainer .form-gap {
    gap: 20px;
    padding: 0 40px;
  }
  .connectUsContainer {
    width: 540px;
  }
  .connectUsContainer .connectUs-wrapper {
    padding: 0 60px 90px 60px;
  }
  .connectUsContainer .connectUs-wrapper .company-desc {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .connectUsContainer .connectUs-wrapper .in-wrapper {
    border-left: 0 !important;
    display: flex;
    flex-direction: column;
  }
}
/* PC */
@media (min-width: 1280px) {
  .al-w-content {
    width: 1200px;
  }
  .free-trial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .free-trial .al-title-3 {
    margin-right: 80px;
  }
  .demoModalContainer {
    width: 1000px;
    padding-bottom: 67px;
  }
  .demoModalContainer .demo-desc {
    padding: 0 40px;
    gap: 33px;
  }
  .demoModalContainer .form-gap {
    gap: 20px;
    padding: 0 40px;
  }
  .connectUsContainer {
    width: 540px;
  }
  .connectUsContainer .connectUs-wrapper {
    padding: 0 60px 90px 60px;
  }
  .connectUsContainer .connectUs-wrapper .company-desc {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .connectUsContainer .connectUs-wrapper .in-wrapper {
    border-left: 0 !important;
    display: flex;
    flex-direction: column;
  }
}
.scroll-container {
  scroll-snap-type: x mandatory;
  transition: transform 600ms ease-out;
  -webkit-overflow-scrolling: touch;
}
.paddlenav {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  /* arrow style */
}
.paddlenav .swiper-button-next,
.paddlenav .swiper-button-prev {
  color: #000;
  left: 0;
  top: 0;
  margin: 0;
}
.paddlenav .swiper-button-prev.disabled,
.paddlenav .swiper-button-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.paddlenav .swiper-button-next:after,
.paddlenav .swiper-button-prev:after {
  font-size: 18px;
}
.paddlenav .paddlenav-arrow {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  position: relative;
}
.paddlenav .paddlenav-arrow:not(.disabled):hover {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
