/* testing cdn font */
@import url("//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.css");
img{
  max-width: 100%;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.ttf");
  font-weight: 300;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Rubik";
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

.header-menu li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

div,
section,
li {
  box-sizing: border-box;
}

input,
textarea {
  outline: none;
  border: none;
  resize: none;
}

button {
  border: none;
}
img:not([src]):not([srcset]) {
  visibility: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.pc-style {
  display: block;
}

.mobile-style {
  display: none;
}

.android-style {
  display: none;
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* {
  font-family: "Rubik";
  font-style: normal;
}

@media (max-width: 770px) {
  .container {
    width: 100%;
  }

  .mobile-style {
    display: block;
  }

  .pc-style {
    display: none;
  }

  #android .android-style {
    display: block;
  }

  #android .equipment-style {
    display: none;
  }
}

/* header and footer
 */

body.header-menu-open {
  overflow: hidden;
}
header {
  width: 100%;
  background: #fff;
}
header .container {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
}
header .header-logo {
  flex: 0 0 200px;
}
header .header-logo .header-home {
  display: flex;
  align-items: center;
  column-gap: 12px;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 140.523%;
  text-transform: capitalize;
}
header .header-info {
  flex: 1;
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 56px;
}
header .header-menu {
  display: flex;
  align-items: center;
  gap: 56px;
}
header .header-menu .header-menu-link {
  display: block;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140.523%;
  text-transform: capitalize;
  cursor: pointer;
}
header .header-mobile {
  display: none;
}
header .btn-box {
  position: relative;
  border-radius: 70px;
  width: 140px;
  height: 40px;
  margin: 0;
}
header .btn-box .banner-btn {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 70px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #2c72ff 0%, #aa60ff 100%), #d9d9d9;
  box-sizing: border-box;
  transition: all 0.4s ease;
  z-index: 9;
  overflow: hidden;
  column-gap: 10px;
  box-shadow: none;
  padding: 0 14px 0 12px;
}
header .btn-box .banner-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #74c5ff, #576bff, #db8cff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
header .btn-box .banner-btn span {
  color: #e8ecff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140.523%;
  text-transform: capitalize;
}
header .btn-box .banner-btn img {
  width: 28px;
  height: 28px;
}
header .btn-box .banner-btn::after {
  position: absolute;
  top: -36px;
  animation: Luping_slide__C1m7F 1.5s linear infinite;
  content: "";
  background: url("../images/home/shaoguang.png") no-repeat center / cover;
  width: 640px;
  height: 144px;
}
header .btn-box::before {
  content: "";
  position: absolute;
  background: url("../images/home/btn-before.png") no-repeat center / cover;
  width: 130px;
  height: 60px;
  left: -10%;
  top: 50%;
  transform: translate(0, -50%);
}
header .btn-box::after {
  content: "";
  position: absolute;
  background: url("../images/home/btn-after.png") no-repeat center / cover;
  width: 130px;
  height: 60px;
  right: -12%;
  top: 50%;
  transform: translate(0, -50%);
}
header .btn-box .btn-aminate {
  position: absolute;
  top: -36px;
  animation: Luping_slide__C1m7F 1.5s linear infinite;
}
@keyframes Luping_slide__C1m7F {
  0% {
    left: -640px;
  }
  100% {
    left: 360px;
  }
}
footer {
  padding: 50px 0 38px;
  background: #050c1f;
}
footer .footer-bottom {
  color: rgba(255, 255, 255, 0.47);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
  text-transform: capitalize;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .footer-col .footer-tit {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  font-weight: 600;
  line-height: 140.523%;
  text-transform: capitalize;
}
footer .footer-col li {
  color: rgba(255, 255, 255, 0.69);
  font-size: 16px;
  font-weight: 400;
  line-height: 140.523%;
  text-transform: capitalize;
  margin-bottom: 20px;
}
footer .footer-col li{
  list-style: none;
}
footer .footer-col li a:hover{color: rgba(255, 255, 255, 0.69);}
footer .desc{
  color: #3097D1;
  text-decoration: none;
}
@media (max-width: 768px) {
  header {
    background: #070e22;
  }
  header .container {
    height: 64px;
    width: 100%;
  }
  header .header-mobile {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: end;
  }
  header .header-mobile .btn-box {
    display: flex;
  }
  header .btn-box {
    display: none;
    width: 84px;
    height: 24px;
  }
  header .btn-box .banner-btn {
    column-gap: 4px;
    padding: 0 8px 0 8px;
    margin: 0;
  }
  header .btn-box .banner-btn span {
    font-size: 10px;
  }
  header .btn-box .banner-btn img {
    width: 18px;
    height: 18px;
  }
  header .btn-box::before {
    width: 60px;
    height: 30px;
    left: -5%;
    bottom: -33%;
  }
  header .btn-box::after {
    width: 60px;
    height: 40px;
    right: -3%;
    bottom: -42%;
  }
  header .header-menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  header .header-menu-toggle .bar {
    display: block;
    width: 20px;
    height: 3px;
    background: #e0e8f4;
    border-radius: 32px;
    margin: 6px 0;
    transition: 0.3s;
  }
  header .header-menu-toggle.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  header .header-menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  header .header-menu-toggle.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-6.4px, -6.6px);
  }
  header .header-nav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    overflow-y: auto;
  }
  header .header-nav.active {
    transform: translateX(0);
  }
  header .header-logo {
    flex: 0 0 auto;
  }
  header .header-logo img {
    width: 38px;
    height: 38px;
  }
  header .header-logo .header-home {
    column-gap: 8px;
    font-size: 14px;
    color: #fff;
  }
  header .header-menu {
    gap: 0;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
  header .header-menu .header-menu-item {
    width: 100%;
  }
  header .header-menu .header-menu-link {
    color: #333;
    text-align: left;
    padding: 15px 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
  }
  header .header-btn {
    display: none;
  }
  footer {
    padding: 12px 0;
  }
  footer .footer-wrapper {
    flex-direction: column;
  }
  footer .footer-col {
    padding-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  footer .footer-col .footer-tit {
    position: relative;
    font-size: 16px;
  }
  footer .footer-col .footer-tit::after {
    content: "";
    position: absolute;
    background: url("../images/home/footer-arrow.svg") no-repeat center / cover;
    width: 16px;
    height: 9px;
    right: 0;
    top: 4px;
    transition: all 0.3s;
  }
  footer .footer-col ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  }
  footer .footer-col li {
    font-size: 14px;
    margin-bottom: 16px;
  }
  footer .footer-col.active ul {
    max-height: 500px;
    padding: 0 0 15px 0;
  }
  footer .footer-col.active .footer-tit::after {
    transform: rotate(180deg);
  }
  footer .footer-bottom {
    margin-top: 90px;
    padding-top: 12px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}

header .btn-box .btn-mac {
  display: none;
}
