﻿@font-face {
  font-family: AlimamaShuHeiTi;
  src: url(/font/ALIMAMASHUHEITI-BOLD.OTF);
}
@font-face {
  font-family: PingFang-SC;
  src: url(/font/PingFang-Regular.ttf);
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
tt,
td,
th,
body,
html {
  padding: 0;
  margin: 0;
}
ul,
li,
tt,
th {
  list-style: none;
}
section {
  height: 100vh;
  box-sizing: border-box;
}
.container {
  width: 62.5vw;
  margin: 0 auto;
}
html {
  font-size: 0.8333vw;
  font-family: PingFang-SC;
  user-select: none;
}
a {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s;
}
header {
  position: absolute;
  width: 100%;
  top: 0;
  height: 5.1042vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
header .container {
  display: flex;
  height: 100%;
  align-items: center;
}
header .container .logo {
  color: white;
}
header .container .logo a {
  display: flex;
  align-items: center;
  font-size: 1vw;
  font-weight: bold;
  user-select: none;
}
header .container .logo a img {
  width: 3.6458vw;
}
header .container ul {
  margin-left: 26vw;
  display: flex;
  font-weight: 500;
  font-size: 0.8333vw;
  color: #FFFFFF;
  gap: 3vw;
}
header .container ul li {
  cursor: pointer;
}
header .container ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
header .container #download_button {
  width: 6.2708vw;
  height: 2.1875vw;
  border: 2px solid #A067FF;
  border-radius: 100vw;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.0417vw;
  cursor: pointer;
  transition: all 0.1s linear;
}
header .container #download_button:active {
  background-color: #A067FF;
}
.footer {
  background-color: #000;
  display: flex;
  justify-content: center;
  gap: 2.6042vw;
  margin-top: auto;
  padding-bottom: 1.0417vw;
}
.footer .platform .title {
  font-size: 1.0417vw;
  color: #CCC;
  margin-bottom: 1.4vw;
}
.footer .platform ul {
  display: flex;
  width: 20vw;
  flex-wrap: wrap;
  gap: 1vw;
}
.footer .platform ul li {
  width: 5.8vw;
  height: 1.8vw;
  background-color: #fff;
  padding-left: 0.5208vw;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  box-sizing: border-box;
  border-radius: 0.3vw;
}
.footer .platform ul li img {
  width: 0.9375vw;
}
.footer .platform ul li span {
  color: #666;
}
.footer .about_us {
  color: #ccc;
}
.footer .about_us .title {
  font-size: 1.0417vw;
  color: #CCC;
  margin-bottom: 1.4vw;
}
.footer .about_us ul li {
  margin-bottom: 0.5208vw;
  font-size: 0.8vw;
}
.footer .attention_us {
  color: #FFFFFF;
}
.footer .attention_us .title {
  font-size: 1.0417vw;
  color: #CCC;
}
.footer .attention_us ul {
  display: flex;
}
.footer .attention_us ul li {
  padding-top: 1.4vw;
  width: fit-content;
  margin-right: 1.5625vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0.5208vw;
  position: relative;
  cursor: pointer;
}
.footer .attention_us ul li img {
  flex: 0 0 auto;
  width: 1.8vw;
  height: 1.8vw;
}
.footer .attention_us ul li p {
  margin-top: 0.5208vw;
}
.footer .attention_us ul li:hover .img_box {
  width: 8vw;
  height: 8vw;
}
.footer .attention_us ul li .img_box {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 100%;
  width: 0;
  height: 0;
}
.footer .attention_us ul li .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 0.5208vw;
}
.footer .contact_us .customer {
  width: 7.4479vw;
  height: 2.0313vw;
}
.footer .contact_us .customer a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208vw;
  border: 1px solid #CCC;
  border-radius: 100vw;
  color: #CCC;
  cursor: pointer;
}
.footer .contact_us .customer img {
  width: 1.2vw;
}
.footer .contact_us p {
  color: #ccc;
  margin-top: 1vw;
}
.footer .contact_us .other_page {
  margin-top: 0.7vw;
  display: flex;
  gap: 1.0417vw;
}
.footer .contact_us .other_page a {
  color: #ccc;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.footer .contact_us .other_page a .img_box {
  flex: 0 0 auto;
  border: 0.1042vw solid #999;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 2vw;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .contact_us .other_page a img {
  width: 1.0417vw;
  height: 1.0417vw;
}
.footer .contact_us .other_page a span {
  font-size: 0.7vw;
}
