@font-face {
  font-family: Outfit;
  src: url(font/Outfit-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Outfit;
  src: url(font/Outfit-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Outfit;
  src: url(font/Outfit-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Outfit;
  src: url(font/Outfit-Regular.ttf);
  font-weight: 400;
}

@keyframes fadeInD {
  0% {
    transform: translate(0, -1.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translate(0, 1.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translate(-1.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translate(1.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

html {
  font-size: 100px;
}

html,
body {
  height: 100%;
}

:root {
  --green: #26b094;
  --marquee-gap: 0.68rem;
  --animate-delay: 0.25s;
}
button:hover {
  cursor: pointer;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Outfit";
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}
input,
button,
select {
  font-family: inherit;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

.body-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #284348;
  margin-top: 0.96rem;
}

header {
  height: 0.96rem;
  background: #1e383d;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 12;
}

.header-container {
  display: flex;
  height: 100%;
  align-items: center;
  color: white;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

nav {
  height: 100%;
}

nav ul {
  display: flex;
  list-style: none;
  padding-left: 0.66rem;
  margin: 0;
  height: 100%;
}

nav .a-div {
  cursor: pointer;
}
nav ul > a,
nav ul > .a-div {
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

nav ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

nav ul .nav-active li::after {
  opacity: 1;
}

nav ul > a:hover li::after,
nav ul > .a-div:hover li::after {
  opacity: 1;
}

nav ul > a:hover .sub_menu,
nav ul > div:hover .sub_menu {
  opacity: 1;
  transform: rotateX(0deg);
  transition-delay: 0s;
}
.sub_menu {
  position: absolute;
  display: block;
  left: 0;
  top: 0.96rem;
  width: 100%;
  background: #1e383d;
  transform-origin: top;
  opacity: 0;
  transform: rotateX(90deg);
  transition-duration: 0.5s;
  transition-delay: 100ms;
  height: 2.3rem;
  color: white;
}
.sub_menu_links_container {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  height: 100%;
  align-items: center;
  grid-template-rows: 60px 60px;
  align-content: center;
  padding-left: 0.5rem;
}
.sub_menu_links_container_onerow {
  grid-template-rows: 80px;
}

.sub_menu_links_container a {
  text-decoration: none;
  font-size: 0.2rem;
  color: white;
  transition: color 0.2s;
  /* display: block; */
  height: 100%;
  display: flex;
  align-items: center;
  width: 80%;
}

.sub_menu_links_container a:hover {
  color: #26b094;
}

.sub_menu_content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
nav li {
  font-weight: 400;
  font-size: 14px;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
}

.header-login-button {
  width: 126px;
  height: 41px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 39px;
  color: white;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: 16px;
  transition: all 0.3s;
}

.header-login-button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.header-register-button {
  width: 126px;
  height: 41px;
  background: linear-gradient(270deg, #04e5d6 0%, #437ef4 100%);
  border: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 39px;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: filter 0.3s;
}

.header-register-button:hover {
  filter: brightness(1.2);
}

.menu-button {
  background: transparent;
  border: none;
  margin-left: auto;
  display: none;
  height: 100%;
  width: 0.76rem;
}

.mobile_menu {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 1.6rem 0.3rem 0 0.3rem;
    z-index: 11;
    transition-duration: 0.5s;
    overflow: auto;
    background: #ebf8f8;
    height: 100vh;
    font-size: 0.3rem;
    box-sizing: border-box;
  }

  .show_m_menu .mobile_menu {
    left: 0;
  }

  .show_m_menu .menu-button img:nth-child(1),
  .menu-button img:nth-child(2) {
    display: none;
  }

  .show_m_menu .menu-button img:nth-child(2) {
    display: block;
  }

  .mobile_menu > ul > li p:after {
    width: 0.24rem;
    height: 0.24rem;
    margin: -0.12rem;
    content: "";
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 45%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    box-sizing: border-box;
    transform: rotate(-135deg);
  }

  .mobile_menu > ul > li.sub_show p:after {
    transform: rotate(45deg);
    top: 55%;
  }

  .mobile_menu > ul {
    display: block;
    padding-bottom: 0.3rem;
    margin-bottom: 0.7rem;
    padding-left: 0;
  }

  .mobile_menu > ul > li {
    display: block;
    padding: 0 0.1rem 0.1rem 0.1rem;
  }
  .mobile_menu > ul > li p {
    display: block;
    line-height: 1rem;
    font-size: 0.34rem;
    position: relative;
  }

  .mobile_menu > ul > li ul {
    display: block;
    overflow: hidden;
    transition-duration: 0.5s;
    padding-left: 0;
  }

  .mobile_menu > ul > li.sub_show ul li {
    height: auto;
  }

  .mobile_menu > ul > li ul li {
    display: block;
    height: 0;
    overflow: hidden;
    transition-duration: 0.5s;
  }
  .mobile_menu > ul > li ul li a {
    display: block;
    line-height: 0.84rem;
    color: #000;
    padding-left: 0.4rem;
    text-decoration: none;
  }
  .body-content {
    margin-top: 1.5rem;
  }
  .logo-img {
    width: 3.3rem;
  }
  .menu-button img {
    width: 0.76rem;
  }
  header {
    height: 1.5rem;
  }
  .menu-button {
    display: block;
  }
  nav {
    display: none;
  }
  .header-login-button {
    display: none;
  }
  .header-register-button {
    display: none;
  }
  .header-container {
    padding-right: 0.2rem;
  }
}

.text-green {
  color: var(--green);
}

footer {
  background: #1e383d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3rem;
  padding-right: 0.3rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-top-left h2 {
  font-weight: 600;
  font-size: 28px;
  width: 278px;
  color: white;
}

.footer-links-container {
  display: flex;
  gap: 62px;
  height: 190px;
}

.footer-links-container h3 {
  color: #26b094;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 22px;
}

.footer-links-container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  gap: 14px;
}

.footer-links-container li {
  padding: 0;
  display: flex;
}

.footer-links-container a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  transition: color 0.3s;
}

.footer-links-container a:hover {
  color: #26b094;
}

.footer-buttons-container {
  display: flex;
}

.footer-social-links {
  display: flex;
  gap: 16px;
  margin-left: auto;
  justify-content: flex-end;
}

.footer-title {
  height: 190px;
}

.register-footer-button {
  width: 126px;
  height: 41px;
  background: linear-gradient(270deg, #04e5d6 0%, #437ef4 100%);
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  margin-right: 26px;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  line-height: 41px;
  transition: filter 0.3s;
}

.register-footer-button:hover {
  filter: brightness(1.2);
}

.login-footer-button {
  width: 126px;
  height: 41px;
  background: transparent;
  border: 1px solid white;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 39px;
  transition: all 0.3s;
}

.login-footer-button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.footer-line2 {
  display: flex;
  margin-top: 16px;
}

.footer-middle {
  color: #26b094;
  font-weight: 400;
  font-size: 12px;

  max-width: 500px;
}

.footer-bottom {
  color: white;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0.25rem;
  padding-top: 0.2rem;
}

.footer-bottom > div {
  display: flex;
  align-items: center;
  margin-right: auto;
  gap: 24px;
}

.footer-bottom > div a {
  text-decoration: none;
  color: white;
  transition: color 0.3s;
}

.footer-bottom > div a:hover {
  color: #26b094;
}

.footer-logo {
  display: none;
}
.footer-bottom-split-mobile {
  display: none;
  color: rgba(255, 255, 255, 0.3);
}

.footer-mobile-br {
  display: none;
}

@media (max-width: 1140px) {
  .footer-links-container ul {
    gap: 0.32rem;
  }
  footer {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
  }
  .footer-bottom-split-mobile {
    display: block;
  }
  .footer-logo {
    display: block;
    width: 3.5rem;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top-left h2 {
    width: 6.42rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.48rem;
  }

  .footer-title {
    height: auto;
  }
  .footer-top-left {
    text-align: center;
  }
  .register-footer-button {
    width: 2.86rem;
    height: 0.84rem;
    line-height: 0.84rem;
    font-size: 0.32rem;
    border-radius: 0.4rem;
    margin-right: 0.26rem;
  }
  .login-footer-button {
    width: 2.86rem;
    height: 0.84rem;
    line-height: 0.84rem;
    font-size: 0.32rem;
    border-radius: 0.4rem;
  }
  .footer-buttons-container {
    justify-content: center;
  }
  .footer-links-container {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 1.2rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    height: auto;
    margin-bottom: 0.8rem;
  }
  .footer-links-container > div {
    width: 50%;
  }
  .footer-links-container h3 {
    font-size: 0.4rem;
  }
  .footer-links-container a {
    font-size: 0.24rem;
  }
  .footer-about-container {
    order: 0;
  }
  .footer-trading-container {
    order: 1;
  }
  .footer-product-container {
    order: 2;
  }
  .footer-promotion-container {
    order: 3;
    margin-top: 1.1rem;
  }
  .footer-container {
    padding-left: 0.76rem;
    padding-right: 0.76rem;
  }
  .footer-social-links {
    justify-content: flex-start;
    margin-top: 0.4rem;
    gap: 0;
    justify-content: space-between;
  }
  .footer-social-links img {
    width: 0.9rem;
    height: 0.9rem;
  }
  .footer-middle {
    border-top: none;
    font-size: 0.24rem;
    padding-bottom: 0.52rem;
    margin-top: 0.48rem;
  }
  .footer-bottom {
    flex-direction: row-reverse;
    font-size: 0.22rem;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0.3rem;
  }

  .footer-bottom > div {
    text-align: right;
    margin-right: 0;
  }
  .footer-bottom p {
    line-height: 1.5;
  }
  .footer-mobile-br {
    display: block;
  }
}

@media (max-width: 750px) {
  .footer-top-left h2 {
    margin-right: 0.32rem;
  }
}

.download-now-button {
  background: linear-gradient(270deg, #04e5d6 0%, #437ef4 100%);
  border-radius: 50px;
  width: 221px;
  height: 50px;
  border: none;
  line-height: 50px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  display: block;
  transition: filter 0.3s;
}

.download-now-button:hover {
  filter: brightness(1.2);
}

/* .header-container {
  position: relative;
  z-index: 5;
} */

.header-mask {
  left: 0;
  width: 100%;
  bottom: 100px;
  height: 100vh;
  z-index: 3;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  top: 0;
  visibility: hidden;
  transition: opacity 0.15s;
}

.header-mask-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header-mask.active {
  display: block;
}
.header-bg {
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  position: absolute;
  background: #1e383d;
  height: 0px;
}

.header-bg.active {
  height: 312px;
}

.download-now-button {
  display: none;
}

.qr-outer-container {
  opacity: 0;
  visibility: hidden;
}

.bottom-banner-button {
  display: none !important;
}


