* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}

p,
h3,
h2 {
  margin: 0;
  padding: 0
}

i {
  font-style: normal
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0
}

img {
  border: 0
}

input,
textarea,
button {
  border: 0;
  outline: 0;
  font-size: 14px;
}

button {
  cursor: pointer;
}

a {
  color: #333;
  border: none;
  outline: none;
  text-decoration: none;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e2e8f0;
  padding: 0 32px;
  height: 60px;
  background: #fff;
}

.header-block {
  height: 60px;
}

.header-scroll-active {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%
}

.header-inner .left {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header-inner .right {
  display: none;
}

.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo img {
  width: 115px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav a {
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  padding: 3px 20px;
  box-sizing: border-box;
  line-height: 26px;
}

.nav a.active {
  border-radius: 25px;
  background: #4C6AFE;
  color: #fff;
}

.nav a:hover {
  border-radius: 25px;
  background: #4C6AFE;
  color: #fff;
}

.nav-cta {
  font-size: 16px;
  padding: 8px 28px;
  box-sizing: border-box;
  border-radius: 25px;
  background: linear-gradient(90deg, #3768ff 0%, #e150e7 100%);
  color: #fff !important;
}

.nav-cta:hover {
  background: linear-gradient(90deg, #3768ff 0%, #e150e7 100%) !important;
  box-shadow: 1px 1px 1.4px #00000040 !important;
}

.section {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
}

.section2 {
  background: #f8fafc;
}

.section-title {
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  margin-bottom: 32px;
}

.section-title span {
  background: linear-gradient(90deg, #3768ff 0%, #e350e6 50%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.section-title2 {
  color: #222222;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 48px;
}

.section-title3 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #4a5565;
  margin-top: 10px;
}

.section-title4 {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #4a5565;
  margin-top: 10px;
}

.contact {
  background: #020618;
  position: relative;
  text-align: center;
}

.contact::before {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
  height: 150px;
  background: #0d1032b3;
  filter: blur(100px);
  z-index: 0;
}

.contact .p1 {
  color: #c7d2ff;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  border-radius: 50px;
  border: 0.5px solid #ffffff;
  box-sizing: border-box;
  background: #63626266;
  display: inline-block;
  padding: 5px 25px;
}

.contact .p2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 5px;
  margin: 20px 0 10px;
}

.contact .p3 {
  display: inline-block;
  background: linear-gradient(90deg, #3768ff 0%, #e150e7 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 5px;
  margin: 5px 0 15px;
}

.contact .p4 {
  color: #92959e;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.contact .btn {
  width: 238px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin: 22px auto 0;
  border-radius: 40px;
  background: #ffffff;
  font-size: 18px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contact .btn:hover {
  box-shadow: 0 2px 4px 2px #adadad80;
}

.contact .btn .img-box {
  width: 40px;
  height: 40px;
  background-color: #222;
  color: #fff;
  border-radius: 50%;
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-top .footer-warp {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px;
  padding: 38px 0;
  display: flex;
  justify-content: space-between;
}

.footer .footer-top .footer-top-left p {
  color: #4a5565;
  font-size: 15px;
  line-height: 26px;
}

.footer .footer-top .footer-top-left .p1 {
  color: #000000;
  font-size: 24px;
  line-height: 40px;
}

.footer .footer-top .footer-top-right p {
  color: #4a5565;
  font-size: 15px;
  line-height: 26px;
}

.footer .footer-top .footer-top-right .p1 {
  color: #000000;
  font-size: 18px;
  line-height: 32px;
}

.footer .footer-bottom {
  background: #0a192f;
  padding: 7px 0;
}

.footer .footer-bottom div {
  width: 1200px;
  margin: 0 auto;
  color: #dbdbdbcc;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  gap: 10px;
}

.footer .footer-bottom div a {
  color: #dbdbdbcc;
}

.footer .footer-contact {
  display: none;
  position: fixed;
  bottom: 155px;
  right: 10px;
  z-index: 888;
}

.footer .footer-contact .suspend {
  width: 50px;
  height: 50px;
  box-shadow: 0px 8px 30px 0px rgba(178, 198, 223, 0.6);
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .footer-contact .suspend img {
  width: 24px;
  height: 24px;
}

.app-nav {
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: none;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .nav,
  .nav-cta {
    display: none;
  }

  .header-inner .right {
    display: block;
  }

  .header-inner .right img {
    height: 20px;
  }

  .footer .footer-contact {
    display: block;
  }

  .header,
  .header-inner,
  .container {
    width: 100%;
  }

  .header {
    padding: 0 15px;
  }

  .app-nav-top {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
  }

  .app-nav-top .logo a {
    height: 60px;
    display: flex;
    align-items: center;
  }

  .app-nav-top .logo img {
    width: 115px;
  }

  .app-nav-top .right img {
    width: 20px;
    height: 20px;
  }

  .app-nav-block {
    display: block !important;
  }

  .app-nav .item.click-active>a,
  .app-nav .item.click-active>p {
    color: #4581fb;
  }

  .nav-close img {
    height: 20px;
    width: 20px;
  }

  .nav-menu a,
  .nav-menu p {
    padding: 12px 0;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu p {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-menu p img {
    width: 16px;
    height: 16px;
  }

  .nav-menu a .label {
    background: linear-gradient(89deg, #FF8B08 0%, #FF6801 53%, #FF4201 100%);
    border-radius: 2px;
    color: #fff;
    padding: 2px 6px;
    font-size: 10px;
    line-height: normal;
  }

  .item.click-active .collapse.show {
    display: block;
  }

  .collapse:not(.show) {
    display: none;
  }

  .app-nav .item.active>a,
  .app-nav .item.active>p {
    color: #4581fb;
  }

  .section {
    padding: 25px 0;
    width: 100%;
    margin: 0 auto;
  }

  .section-title {
    margin: 0 auto 5px;
    width: calc(100% - 40px);
    font-size: 22px;
    line-height: 32px;
  }

  .section-title2 {
    margin: 0 auto;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
  }

  .section-title3 {
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 24px;
    margin: 3px auto 0;
  }

  .contact {
    padding: 22px 0 10px;
  }

  .contact .p1 {
    font-size: 8px;
    line-height: 18px;
    padding: 0 6px;
  }

  .contact .p2 {
    font-size: 18px;
    line-height: 28px;
    margin: 8px 0 2px;
  }

  .contact .p3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 2px;
    font-weight: 500;
  }

  .contact .p4 {
    font-size: 13px;
    line-height: 23px;
  }

  .contact .btn {
    width: 138px;
    height: 35px;
    line-height: 35px;
    margin: 10px auto 10px;
    font-size: 12px;
  }

  .contact .btn .img-box {
    width: 25px;
    height: 25px;
  }

  .footer .footer-top .footer-top-left p,
  .footer .footer-top .footer-top-right p {
    font-size: 12px;
    line-height: 22px;
  }

  .footer .footer-top .footer-top-left .p1 {
    font-size: 16px;
    line-height: 26px;
  }

  .footer .footer-top .footer-top-right .p1 {
    font-size: 14px;
    line-height: 24px;
  }

  .footer .footer-top .footer-warp {
    width: calc(100% - 40px);
    padding: 10px 0;
  }

  .footer .footer-bottom div {
    display: block;
    width: calc(100% - 40px);
    font-size: 11px;
    line-height: 20px;
  }
}