@import "iconfont.css";
#page {
  min-height: 100vh;
  background: linear-gradient(0deg, #010b2d 0%, #010b2d 100%),
    linear-gradient(0deg, #000f28 36.47%, #013796 98.71%);
}
.font1 {
  width: fit-content;
  margin: 0 auto;
  font-family: "TT Octosquares Trl";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 100% */
  background: linear-gradient(90deg, #1c30ff 0%, #ae33f9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c99 {
  color: #999;
}
.c66 {
  color: #666;
}
.c-fff {
  color: #fff;
}
.vm {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a:hover {
  text-decoration: none;
}
h3,
p {
  margin: 0;
}
html,
body {
  /* overflow-x: hidden !important; */
  width: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
body {
  font-family: 'Helvetica Neue', 'arial', "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  min-width: 320px;
  background-color: #fff;
  color: #46535A;
}
a,
a:hover {
  color: #46535A;
  cursor: pointer;
}
a:hover {
  color: #3a7fe4;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container {
  width: 1500px;
  padding: 100px 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wow {
  visibility: hidden;
}
.tac {
  text-align: center;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
img {
  max-width: 100%;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
div:focus,
a:focus,
li:focus,
*:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: 0;
}
.is_wap {
  display: none !important;
}
.is_pc {
  display: block;
}
.tar {
  text-align: right;
}
div:focus {
  outline: none;
}
div {
  outline: none;
}
.jbox {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #666;
  margin-left: 3px;
  vertical-align: middle;
}
.pics {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.trsAll {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
  position: relative;
}
.text-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c000 {
  color: #000;
}
.c1 {
  color: #00FBAA;
}
.menu-btn {
  height: 16px;
  width: 24px;
  position: relative;
  display: block;
  margin-left: 20px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  opacity: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.msec {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.flexs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.flex_mjustify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_crosscenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_mcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_box_1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.align-center {
  align-items: center;
}
.db {
  display: box;
  display: -webkit-box;
  box-align: center;
  -webkit-box-align: center;
}
.db > li,
.flex {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
.bet {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wrap {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.oh {
  overflow: hidden;
}
.stitle {
  font-family: 'myFont';
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 50px;
  color: #FFFFFF;
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  color: #fff;
  padding: 0 50px;
}
.header .h {
  height: 100px;
  transition: all 0.5s;
}
.header.on .h {
  height: 90px;
}
.header.on {
  background: linear-gradient(0deg, #010b2d 0%, #010b2d 100%),
    linear-gradient(0deg, #000f28 36.47%, #013796 98.71%);
  /* border-bottom: 1px solid #fff; */
}
.nav {
  align-items: center;
}
.navs {
  gap: 70px;
}
.navs-out {
  display: flex;
  gap: 100px;
  align-items: center;
}
.navs li:nth-child(1) {margin-left: 0;}
.navs li a {
  display: block;
  color: #A1B6E1;
  text-align: center;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.navs li.on a,
.navs li:hover a {
  color: #FFF;
}
.login {
  background: #00FBAA;
  color: #000;
  font-size: 12px;
  margin: 0 0 0 0;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
}
.login span {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.login .j1 {
  border-top-color: #141417;
  border-left-color: #141417;
  left: 0;
}
.login .j2 {
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #141417;
  border-bottom-color: #141417;
}
/* .lang {
  margin: 0 20px 0 30px;
  white-space: nowrap;
  line-height: 30px;
} */
.header .logo {
  width: 46px;
  height: auto;
  display: block;
}
.lang-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  border: 0.5px solid rgba(214, 221, 255, 0.30);
  background: rgba(247, 247, 247, 0.15);
  backdrop-filter: blur(3px);
}
.lang-btn img {
  width: 18px;
  height: 18px;
}
.nav_wap {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 54px;
  width: 100%;
  z-index: 9;
  background: linear-gradient(0deg, #010B2D 0%, #010B2D 100%), linear-gradient(0deg, #000F28 36.47%, #013796 98.71%);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.nav_wap li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav_wap li a {
  display: block;
  padding: 10px 0;
  color: #fff;
}
.nav_wap li a.user-ava {
  display: flex;
  align-items: center;
}
.nav_wap li a.user-ava img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.nav_wap li.on {
  color: #000;
}
.nav_wap li.on a {
  color: #000;
}
.nav_wap li .nav_btn_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
}
.nav_wap li .nav_btn_flex img {
  width: 12px;
  height: 12px;
}
.nav_wap li .img_rorate img {
  transform: rotate(180deg);
}
.nav_wap li .img_rorate .wap-lang-list {display: none;}
.nav_wap li .img_rorate_not .wap-lang-list {
  display: block;
  padding: 0 20px;
}
.nav_wap li .img_rorate_not .wap-lang-list .wap-lang-text {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav_wap li .img_rorate_not img {
  transform: rotate(0deg);
}
.h100 {
  height: 100px;
}
.color1 {
  color: #0081EB;
}
.n1 {
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
}
.n2 {
  font-size: 48px;
  font-weight: 700;
  color: #12263e;
  line-height: 60px;
}
.p1 {
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.color2 {
  font-size: 16px;
  color: #3A7FE4;
}
.n3 {
  font-size: 96px;
  font-family: PingFang HK, PingFang HK-Medium;
  font-weight: 500;
  text-align: CENTER;
  color: #23262f;
  line-height: 96px;
  letter-spacing: -0.19px;
}
.list4 {
  justify-content: start;
  -webkit-justify-content: start;
  margin: -16px;
}
.list4 li {
  width: 33.3333%;
}
.list4 li a {
  display: block;
  margin: 16px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #e6e8ec;
}
.list4 li a:after {
  content: '';
  height: 2px;
  background: #e6e8ec;
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.list4 li a:hover:after {
  content: '';
  background: #3a7fe4;
  position: absolute;
  display: block;
  width: 100%;
}
.list4 li a img {
  width: 100%;
}
.list4 li a .tag {
  margin: 30px 0 15px 0;
}
.list4 li a .tag span {
  background: #000000;
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
}
.list4 li a .t {
  font-size: 20px;
  font-family: Poppins, Poppins-SemiBold;
  font-weight: SemiBold;
  text-align: LEFT;
  color: #23262f;
  line-height: 32px;
}
.view_f1 {
  padding: 100px 0;
  background: #F8F8F8;
}
.view_f1 .p {
  font-size: 16px;
  line-height: 30px;
  padding: 50px 0;
}
.view_f1 .box {
  margin: 0 auto;
  border-top: 2px solid #e6e8ec;
  padding: 50px 0 0 0;
}
.view_f1 .box p {
  font-size: 16px;
  font-family: Poppins, Poppins-SemiBold;
  font-weight: SemiBold;
  color: #23262f;
  line-height: 24px;
  margin-bottom: 20px;
}
.view_f1 .box p span {
  display: block;
  font-size: 14px;
  font-family: Poppins, Poppins-Regular;
  font-weight: 400;
  color: #777e90;
  line-height: 24px;
}
.view_f1 .spage a {
  margin: 0 10px;
}
.ser_bg {
  position: relative;
  padding: 100px 0 150px 0;
}
.ser_bg .container {
  position: static;
}
.ser_bg .pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p3 {
  opacity: 0.7;
  font-size: 16px;
  font-family: DM Sans, DM Sans-Regular;
  font-weight: 400;
  color: #46535a;
  line-height: 26px;
}
.footer {
  overflow: hidden;
  background: #000619 url('../images/ft-bg.png') bottom no-repeat;
  background-size: 100% auto;
}
.footer .blogo {
  color: #FFF;
  font-family: "AR One Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
}
.footer .blogo img {
  width: 42px;
  height: auto;
  margin-right: 15px;
}
.footer p {
  margin: 20px 0;
}
.footer .it:nth-child(1) {
  width: 410px;
}
.footer .name {
  margin-bottom: 33px;
}
.footer .share {
  font-size: 0;
  flex: 1;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer .share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 47px;
  background: rgba(247, 247, 247, 0.12);
  backdrop-filter: blur(3px);
}
.footer .share a img {
  width: 24px;
  height: 24px;
}
.footer .navs {
  margin-bottom: 57px;
}
.footer .container {
  padding: 50px 100px;
}
.footer .copu {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9AA5BB;
  text-align: center;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.footer .copu a {
  margin: 0 5px;
  color: #9AA5BB;
  text-align: center;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.footer .copu a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .container {
    width: 100%!important;
    padding: 30px 20px;
  }
  .vertical-middle-sm {
    display: table;
  }
  .vertical-middle-sm > div,
  .vertical-middle-sm > li {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
    vertical-align: middle;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  body {overflow-x: auto;}
  #page,
  .header {
    width: 1200px;
  }
}
@media (max-width: 750px) {
  #page {
    width: 100%;
  }
  .header {
    width: 100%;
    padding: 0 15px;
  }

  
  .footer .it:nth-child(1) {
    width: 100%;
  }
  .footer .footer-flex {
    flex-wrap: wrap;
  }
  .is_pc,
  .lang-btn {
    display: none;
  }
  .is_wap {
    display: block !important;
  }
  .h100 {
    height: 54px;
  }
  .header .h {
    height: 54px;
  }
  .header .h .logo img {
    height: 30px;
  }
  .header.on .h {
    height: 54px;
  }
  .footer .container {
    padding: 50px 20px;
  }
  .footer:after,
  .footer:before {
    display: none;
  }
  .footer .it {
    margin-bottom: 20px;
  }


  .font1 {
    font-size: 28px;
    line-height: 32px;
  }
  .footer .it:nth-child(1) {
    width: 30%;
  }
  .footer .footer-flex {
    flex-wrap: nowrap;
  }
  .footer {
    text-align: center;
  }
  .footer .flexs {
    display: block;
  }
  .footer .navs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  .footer .share {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer .it:nth-child(1) {
    width: auto;
  }
}
.mm-page__blocker {
  z-index: 2000;
}
/*# sourceMappingURL=style.css.map */