@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #fff;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
  background: #030306;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
img{
  width: 100%;
}

body {
}

header{
  padding: 0 0.5rem;
  /* position: fixed;
  left: 0;
  right: 0;
  background: rgba(3,3,6, 0.5);
  z-index: 10; */
}

nav{
  border-bottom: 2px solid rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 1.1rem 0.3rem 0.9rem;
}

.logo{
  display: flex;
  font-weight: 800;
  font-size: 0.27rem;
  line-height: 0.5rem;
}

.logo img{
  width: 0.64rem;
  margin-right: 0.15rem;
}

.link{
  background: #4E63FF;
  border-radius: 0.4rem;
  color:#fff;
  font-size: 0.16rem;
  padding: 0.14rem;
  position: relative;
  z-index: 10;
}

.top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.8rem;
  position: relative;
}

.txt1{
  width: 10.4rem;
  margin-top: 1.57rem;
}

.banner1{
  position: absolute;
  right: 0;
  width: 10.8rem;
}
.tip{
  display: flex;
  align-items: center;
  margin: 1.53rem 0 0 0.47rem;
}
.tip span{
  background: rgba(255,255,255,0.15);
  border-radius: 0.3rem;
  border: 1px solid rgba(164,164,164,0.6);
  font-size: 0.44rem;
  color: #E6E6E6;
  padding: 0.22rem 0.28rem;
  margin-left: 0.42rem;
}

.center, .last{
  display: flex;
  align-items: center;
}

.banner2{
  width: 9.21rem;
}

.txt2{
  width: 8.14rem;
}

.center .tip{
  margin: 0;
}

.last{
  margin-left: 1.35rem;
}

.txt3{
  width: 7.86rem;
  margin-right: -1.35rem;
}

.banner3{
  width: 11.1rem;
}

.last .tip{
  margin-left: 0;
  margin-right: -3rem;
}

@media screen and (max-width: 640px) {
}