@import "iconfont.css";
#page {
  min-height: 100vh;
  background-color: #080B13;
}
.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 {
  max-width: 1200px;
  padding: 0 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: #fff;
  padding: 0 50px;
}
.header .h {
  height: 100px;
  transition: all 0.5s;
}
.header.on .h {
  height: 90px;
}
.header.home {
  background: none;
  color: #fff;
}
.header.home .navs li a {
  color: #fff;
}
.header.home.on {
  background: #080B13;
  /* border-bottom: 1px solid #fff; */
}
.nav {
  align-items: center;
}
.navs li {
  font-size: 14px;
  margin-left: 32px;
  position: relative;
}
.navs li:nth-child(1) {margin-left: 0;}
.navs li a {
  display: block;
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.navs li:after {
  content: '';
  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;
  bottom: -24px;
  position: absolute;
  left: 50%;
}
.navs li.on a,
.navs li:hover a {
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}
.navs li.on:after,
.navs li:hover:after {
  content: '';
  width: 24px;
  height: 3px;
  flex-shrink: 0;
  background: #C059FF;
  fill: #C059FF;
  filter: drop-shadow(0px 6px 4px rgba(192, 89, 255, 0.50));
  border-radius: 111px;
  display: block;
  margin-left: -10px;
}
.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: 132px;
  height: auto;
  display: block;
}
.nav_wap {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 54px;
  width: 100%;
  z-index: 9;
  background: #080B13;
  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: 16px;
  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 {
  padding: 62px 0 0 0;
  overflow: hidden;
  background: #0C101C;
}
.footer .blogo {
  width: 180px;
  height: auto;
}
.footer p {
  margin: 20px 0;
}
.footer .it:nth-child(1) {
  width: 30%;
}
.footer .name {
  margin-bottom: 20px;
}
.footer .share {
  font-size: 0;
  width: 136px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .share a {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  border-radius: 50%;
}
.footer .share a:last-child {
  margin-right: 0;
}
.footer .share a:hover {
  background-color: #000000;
}
.footer .share a.a1 {
  background-image: url("https://cplexpres.com/template/static/images/tg.png");
}
.footer .share a.a2 {
  background-image: url("https://cplexpres.com/template/static/images/ig.png");
}
.footer .share a.a3 {
  background-image: url("https://cplexpres.com/template/static/images/youtube.png");
}
.footer .share a.a4 {
  background-image: url("https://cplexpres.com/template/static/images/twitte.png");
}
.footer .share a.a5 {
  background-image: url("https://cplexpres.com/template/static/images/tiktok.png");
}
.footer .share a.a6 {
  background-image: url("https://cplexpres.com/template/static/images/facebook.png");
}
.footer .bnav .bnav-img img {
  width: 180px;
  height: 50px;
  margin-bottom: 16px;
  cursor: pointer;
  display: block;
}
.footer .cr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 40px 0;
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  white-space: nowrap;
}
.footer .cr ul {
  display: flex;
  gap: 10px;
}
.footer .cr ul li a {
  color: #FFF;
  font-family: "TT Octosquares Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  white-space: nowrap;
}
.bnav li {
  color: #9FA3AB;
  font-family: "TT Octosquares Trl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 142.857% */
  margin-bottom: 18px;
}
.bnav li:last-child {margin-bottom: 0;}
@media (min-width: 768px) {
  .container {
    width: 100%!important;
    padding: 0 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 (min-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,
  .navs-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 {
    padding: 50px 0 0 0;
  }
  .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 .share {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer .it:nth-child(1) {
    width: auto;
  }
}
.mm-page__blocker {
  z-index: 2000;
}

.about-more {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 900px;
  padding: 26px 50px;
  z-index: 7;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.more-info {
  flex: 1;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
}

.more-info img {
  margin-top: 14px;
  width: 218px;
  height: 26px;
}
.more-btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg, #5D36FC 0%, #AE33F9 100%);
  cursor: pointer;
}


@media (max-width: 750px) {
  .home-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-more {
    bottom: 30px;
    left: 16px;
    transform: translateX(0);
    width: calc(100vw - 32px);
    padding: 12px 16px;
  }

  .more-info {
    font-size: 14px;
    line-height: 16px;
  }

  .more-info img {
    width: 121px;
    height: 20px;
  }

  .more-btn {
    height: 36px;
    padding: 0 12px;
    line-height: 36px;
  }

}
/*# sourceMappingURL=style.css.map */