html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
h1,
h2,
p,
img,
a,
i,
ul,
li {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: middle;
  list-style: none;
  box-sizing: border-box;
}

a {
  background-color: transparent;
  text-decoration: none;
}

.flex {
  display: flex;
  align-items: center;
}

html,
body {
  background: #111a0f;
  max-width: 750px;
  margin: 0 auto;
  font-size: 50px;
}

body {
  min-height: 100vh;
}

.wraper {
  position: relative;
  padding-bottom: .2rem;
}

.header {
  width: 100%;
  background: #111a0f;
  min-height: .84rem;
  padding: .2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 3.5rem;
  max-width: 80%;
}

.swiper-banner {
  position: relative;
  overflow: hidden;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  display: block;
}

.main-content {
  width: 92%;
  margin: .2rem auto 0;
}

.notice {
  display: flex;
  align-items: center;
  font-size: .26rem;
  color: #fff;
  background: #212939;
  height: .5rem;
  line-height: .5rem;
  padding: 0 .2rem;
  border-radius: 30px;
  margin-bottom: .2rem;
}

.notice .gg {
  width: .42rem;
  height: 100%;
  margin-right: .2rem;
  object-fit: contain;
}

.marquee-wrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  height: 100%;
}

.marquee-wrap p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee-scroll 20s linear infinite;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.net-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #212939;
  padding: .08rem .08rem .08rem .2rem;
  font-size: .24rem;
  color: #fff;
  border-radius: 50px;
  margin-bottom: .2rem;
}

.net-wrapper .img1 {
  width: .4rem;
  margin-right: .24rem;
}

.net-wrapper p {
  color: #20e133;
}

.net-wrapper span {
  color: #fbf600;
}

.net-wrapper .button {
  width: 1.28rem;
  margin-left: .8rem;
}

.net-wrapper > p {
  font-size: .24rem;
  color: #fbf600;
  text-align: center;
}

.text_vpn {
  font-size: .24rem;
  color: #fbf600;
  text-align: center;
  position: relative;
  top: -.2rem;
  line-height: 1.45;
}

.links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 .25rem;
}

.links img {
  width: 100%;
  margin-bottom: .2rem;
  display: block;
}

.copyright {
  margin-top: .1rem;
}
