@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #000;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
img{
  width: 100%;
}

body{
  background: #030306;
}

nav{
  position: absolute;
  top:0;
  left:0;
  right:0;
}

.menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.31rem 1.6rem 0;
}


.menu-logo{
  font-size: 0.27rem;
  color: #fff;
  display: flex;
  align-items: center;
}

.menu-logo img{
  width: 0.52rem;
  margin-right: 0.18rem;
}


.menu-link a{
  background: #B466FF;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.16rem;
  color: #FFFFFF;
  display: block;
  padding: 0.14rem;
  display: flex;
  align-items: center;
}

.menu-link a img{
  width: 0.14rem;
}

.img{
  line-height: 0;
}
.container{
  padding-bottom: 0.4rem;
}

footer{
  text-align: center;
  color:#fff;
  font-size: 0.14rem;
  padding-bottom: 0.3rem;
}

@media screen and (max-width: 640px) {
}