*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

body{
  background-color: #141414;
  color: white;
}

@font-face {
  font-family: 'Barlow-Bold';
  src: url(../font/Barlow-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Barlow-SemiBold';
  src: url(../font/Barlow-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url(../font/Poppins-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url(../font/Poppins-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../font/Poppins-SemiBold.ttf) format('truetype');
}

/* 确保页面一直使用明亮的颜色方案 */
@media (prefers-color-scheme: dark) {
  body {
    background-color: #141414; /* 设置明亮的背景颜色 */
    color: white; /* 设置明亮的文本颜色 */
  }
}

.font-regular{
  color: #FFFFFF;
  margin-top: 24px;
  width: 100%;
  text-align: center;
}

.font-header-content {
  color: #883CA3;
  font-family: 'Barlow-SemiBold';
  font-size: calc(0.5rem + 1.5vw) !important;
}

.text-content-box {
  position:absolute;
  width: 100%;
  max-width: 1320px;
  left: 0;
  right: 0;
  top: 25%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0 30px 100px 30px;
}

.bottom-text-box {
  position:absolute;
  width: 100%;
  max-width: 1320px;
  left: 0;
  right: 0;
  top: 60%;

  padding: 0 27px;
}

.font-header-title {
  line-height: 50px;
  font-weight: bold;
  min-width: 350px;
}

.font-header-title div {
  font-family: 'Barlow-SemiBold';
  font-size: calc(1.2rem + 1.5vw) !important;
}

.font-header-title span {
  font-family: 'Barlow-Bold';
  font-size: calc(3.2rem + 1.5vw) !important;
}

#fontHeaderContentPad {
  display: block;
  margin-top: 100px;
}

#fontHeaderContentPhone {
  display: none;
  color: #FFFFFF;
  margin-top: 16px;
}

@media (min-width: 1320px) {
  .bottom-text-box {
    top: 76%;
  }

  .font-header-title {
    line-height: 80px;
  }

  .font-header-title div {
    font-size: calc(1.2rem + 1.5vw) !important;
  }

  .font-header-title span {
    font-size: calc(4.6rem + 1.5vw) !important;
  }

  .font-header-content {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 400px){
  .font-header-title div {
    font-size: calc(1rem + 1.5vw) !important;
  }

  .font-header-title span {
    font-size: calc(2.6rem + 1.5vw) !important;
  }
}

img{
  -moz-user-select: none; /* 火狐浏览器专用，禁止选择 */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

html,body{
  /* height: 100vh; */
  width: 100vw;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.start-page{
  align-items: center;
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}

.start-page .content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.content-box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1320px;
  color: white;
  overflow-x: hidden;
  overflow-y: hidden;
}

a {
  color: white;
  text-decoration: none;
}

.header-icon-overlay {
  position: fixed;
  z-index: 500;
  height: 64px;
  background: white;
  pointer-events: none;
  opacity: 0;

  transition: opacity 0.4s ease-in-out;
}

.header-icon-overlay.active {
  opacity: 1;
}

.icon-row{
  position: fixed;
  z-index: 999;
  color: white;
  height: 64px;
  width: 100%;
  margin-bottom: auto;
  max-width: 1320px;
}

.youtube-icon,
.tiktok-icon {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.youtube-icon {
  width: 32px;
  height: 32px;
  background-image: url(../assets/cover-youtube.webp); /* YouTube图标 */
}

.tiktok-icon {
  width: 32px;
  height: 32px;
  background-image: url(../assets/cover-tik.webp); /* TikTok图标 */
}

.download-link-box{
  cursor: pointer;
  position: relative;
  width: 125px;
  height: 30px;
  margin-right: 30px;
  border-radius: 25px;
  font-size: 14px;
  font-family: 'Barlow-Bold';
  background: linear-gradient( 90deg, #EF678E 0%, #AD40F0 100%);
}

.download-link-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0); /* 初始透明度为0 */
  transition: background-color 0.3s ease; /* 添加过渡效果 */
  z-index: 1;
}

.download-link-box:hover::before {
  background-color: rgba(0, 0, 0, 0.2); /* 在悬停时设置背景颜色为黑色的 20% 透明度 */
}

.head-nav-icons {
  width: 120px;
  margin-right: 30px
}

.footer-nav-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1030px) {
  .footer-nav-icons {
    flex-direction: column;
  }

  .footer-nav-icons div {
    margin: 0 0 20px 0 !important;
  }
}

.footer-nav-icons div {
  margin: 0 20px;
}

.footer-nav-icons img {
  margin: 0 10px;
}

.footer-nav-icons img {
  width: 38px;
  height: 38px;
}

@media (max-width: 768px) {
  .download-link-box {
    display: none !important;
  }

  .head-nav-icons {
    width: 110px;
  }

  .footer-nav-icons img {
    width: 30px;
    height: 30px;
  }

  .text-content-box {
    top: 32%;
  }
}

.download-link{
  cursor: pointer;
  color: #fff;
  z-index: 2;
}

.download-click-show-box{
  position: relative;
  width: 160px;
  height: 100px;
  margin: 70px 30px 0 0;
  border-radius: 15px;
  background: linear-gradient(to right, #2FEAD3, #409AF5);
}

.download-click-apple,
.download-click-google,
.download-click-huawei{
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-click-apple::before,
.download-click-google::before,
.download-click-huawei::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33.33%;
  background-color: rgba(0, 0, 0, 0); /* 初始透明度为0 */
  transition: background-color 0.3s ease; /* 添加过渡效果 */
  z-index: 1;
}

.download-click-apple::before{
  top: 0;
  border-radius: 15px 15px 0 0;
}

.download-click-google::before{
  top: 33.33%;
}

.download-click-huawei::before{
  top: 66.67%;
  border-radius: 0 0 15px 15px;
}

.download-click-apple:hover::before,
.download-click-google:hover::before,
.download-click-huawei:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.download-app-btn{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index:999;
}

.mobile-download{
  width: 310px;
  height: 60px;
  line-height: 43px;
  font-size: 20px;
  background: linear-gradient( 90deg, #EF678E 0%, #AD40F0 100%), #4D49FF;
  margin: 0 auto;
  border-radius: 60px;
  font-family: 'Barlow-SemiBold';
}