@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #333;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  background: #1A0B00;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul,
li {
  list-style: none;
}
img{
  width: 100%;
}

.flex{
  display: flex;
}

.space-between{
  justify-content: space-between;
}

.items-center{
  align-items: center;
}

header{
  position: fixed;
  left: 0;
  right: 0;
  padding: 0.2rem 0;
  background: rgba(26,11,0, 0.1);
  backdrop-filter: blur(6px);
  color: #fff;
  z-index: 10;
}

nav{
  padding: 0 1.6rem;
}

.logo img{
  width: 0.8rem;
}

.logo span{
  font-weight: 800;
  font-size: 0.27rem;
  color: #fff;
  margin-left: 0.07rem;
}

.link{
  color: #fff;
  padding: 0.14rem;
  font-size: 0.16rem;
  border-radius: 40px;
  background: linear-gradient(270deg, #FF9C9C 2.69%, #FF40DC 100%);
}

.link:hover{
  background: #fff;
  color: #FF40DC;
  text-decoration: none;
}

h1{
  color: #F2F0F0;
  text-align: center;
  text-shadow: 0.05rem 0.02rem 0 #FF4ED1;
  font-size: 1.36rem;
  font-weight: 500;
  line-height: normal;
  width: 12rem;
  margin: 0 auto;
}

.box1{
  position: relative;
  z-index: 1;
  line-height: 0;
}

.box1 img{
  width: 100%;
}

.box1-inner{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 2.1rem;
  text-align: center;
}

.box1 p {
  font-weight: 400;
  font-size: 0.58rem;
  color: #C4BFBF;
  margin: 0.44rem auto 0;
  width: 12rem;
  line-height: normal;
}

.box2{
  padding: 0.92rem 1.93rem 0 1.59rem;
   gap: 0.4rem;
}

.box2 img{
  width:4.98rem;
}

.box2 .tip{
  margin-top: 1rem;
}

h2{
  color: #FFF;
  text-shadow: 2px 2px 0 #FF4ED1;
  font-family: Roboto;
  font-size: 0.89rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.03rem;
}

.tip{
  font-size: 0.58rem;
  color: #C4BFBF;
  line-height: normal;
  letter-spacing: -0.02rem;
}

.box3{
  position: relative;

}

.box3 img{
  width: 100%;
}

.box3-inner{
  position: absolute;
  top: 1.8rem;
  left: 9.36rem;
}

.box3-inner h2{
  width: 8.5rem;
}

.box3-inner .tip{
  margin-top: 0.57rem;
}

@media screen and (max-width: 640px) {
}