html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}

div,
p,
ul,
li,
span,
h1,
h2,
h3,
h4,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "DIN-Regular";
  src: url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Regular.eot");
  src: url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"),
    url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Regular.woff") format("woff"),
    url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Regular.ttf") format("truetype"),
    url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Regular.svg#SentyZHAO") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "DIN-Bold";
  src: url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Bold.eot");
  src: url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"),
    url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Bold.woff") format("woff"),
    url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Bold.ttf") format("truetype"),
    url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-Bold.svg#SentyZHAO") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "DIN-Medium";
  src: url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-MediumAlternate.eot");
  src: url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-MediumAlternate.eot?#iefix") format("embedded-opentype"),
    url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-MediumAlternate.woff") format("woff"),
    url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-MediumAlternate.ttf") format("truetype"),
    url("https://lilithimage.lilithcdn.com/afk/v2/fonts/DIN-MediumAlternate.svg#SentyZHAO") format("svg");
  font-style: normal;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

img {
  border: 0 none
}

.afk-header {
  height: 68px;
  width: 100%;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  padding: 8px 70px;
}

.lilith-logo {
  width: 156.8px;
  height: 52px;
  display: inline-block;
  background: url('http://www.onegamevip.com/v2/imgs/logo_en_m.png') no-repeat center;
  background-size: 100% 100%;
  vertical-align: top;

}

.header-menu {
  display: inline-block;
  height: 52;
  margin-left: 34px;
}

.header-menu li {
  display: inline-block;
  height: 52px;
  position: relative;
  line-height: 52px;
  padding: 0 30px;
  font-family: "DIN-Regular";
  cursor: pointer;
}

.header-menu li.active {
  color: #E6CF84;
}

.header-menu li.shu::after {
  content: '';
  display: block;
  position: absolute;
  height: 35%;
  width: 1px;
  background: #d8d8d8;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.panel1 {
  width: 100%;
  height: 960px;
  background: url('http://www.onegamevip.com/v2/replace20200812/afk_en_banner.jpg') no-repeat center;
  /* background-size: auto 100%; */
  background-size: contain;
  position: relative;
}

.panel1top {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/panel1top.png') no-repeat center;
  background-size: auto 100%;
}

.panel1 .white {
  width: 830px;
  height: 750px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/white.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 2;
  position: absolute;
  left: 133px;
  bottom: 0;
  /* opacity: 0; */
}

 .whiteqiu {
  width: 733px;
  height: 733px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/sun.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  left: 0px;
  bottom: 140px;
  /* opacity: 0; */
}

.panel1 .black {
  width: 937px;
  height: 850px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/black.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 2;
  position: absolute;
  right: 50px;
  /* opacity: 0; */
  bottom: 0;
  /* transform: translateX(940px); */
}

.panel1 .blackqiu {
  width: 466px;
  height: 466px;
  background: url(https://lilithimage.lilithcdn.com/afk/v2/imgs/moon.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  right: 50px;
  bottom: 340px;
  /* opacity: 0; */
  /* transform: translateX(510px); */
}

.panel1 .download-btns {
  position: absolute;
  width: 100%;
  bottom: 125px;
  height: 80px;
  text-align: center;
  z-index: 4;
}

.panel1 .download-btns a {
  display: inline-block;
  width: 273px;
  height: 80px;
}

.panel1 .download-btns a.appstore {
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/appstore-d.png') no-repeat center;
  background-size: 100% 100%;
  margin-right: 110px;
}

.panel1 .download-btns a.googleplay {
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/googleplay-d.png') no-repeat center;
  background-size: 100% 100%;
  margin-right: 110px;
}

.panel1 .download-btns a.huaweiStore {
  background: url('http://www.onegamevip.com/v2/imgs/huaweiStore.png') no-repeat center;
  background-size: 100% 100%;
}

.panel2 {
  width: 100%;
  height: 861px;
  overflow: hidden;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/panel2.png') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.panel2 img {
  position: absolute;
}

.panel2 .panel-left {
  left: 0;
  width: 31%;
  bottom: 0;
  height: auto;
}

.panel2 .panel-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27%;
  height: auto;
}

.panel2 h2 {
  text-align: center;
  font-size: 64px;
  padding-top: 276px;
  font-family: "DIN-Bold";
}

.panel2 p {
  text-align: center;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "DIN-Regular";
  margin-top: 21px;
}

.panel3 {
  width: 100%;
  height: 960px;
  padding: 133px 155px;
  padding-bottom: 0;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/panel3.png') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.panel3 .swiper-container {
  width: 100%;
  height: 452px;
  box-sizing: content-box;
}

.panel3 .swiper-container .swiper-slide figure {
  position: absolute;
  width: 1610px;
  height: 452px;
}

.panel3 .swiper-container .slide1 figure {
  background: url('http://www.onegamevip.com/v2/replace20200812/P1.jpg') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide2 figure {
  background: url('http://www.onegamevip.com/v2/replace20200812/P2.jpg') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide3 figure {
  background: url('http://www.onegamevip.com/v2/replace20200812/P3.jpg') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide4 figure {
  background: url('http://www.onegamevip.com/v2/replace20200812/P4.jpg') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide5 figure {
  background: url('http://www.onegamevip.com/v2/replace20200812/P5.jpg') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide6 figure {
  background: url('http://www.onegamevip.com/v2/replace20200812/P6.jpg') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .desc {
  position: absolute;
  width: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}

.panel3 .swiper-container .desc h3 {
  font-size: 40px;
  color: #000;
  font-family: "DIN-Bold";
}

.panel3 .swiper-container .desc p {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "DIN-Regular";
}

.panel3 .ul-wrap {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  margin-top: 60px;
}

.panel3 .ul-wrap ul {
  height: 143px;
}

.panel3 .ul-wrap ul li {
  height: 143px;
  width: 255px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.mr15 {
  margin-right: 16px;
}

.panel3 .ul-wrap p {
  position: absolute;
  bottom: -35px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-family: "DIN-Bold";
}

.intro-list-li1 {
  background: url('http://www.onegamevip.com/v2/replace20200812/P1.jpg') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li2 {
  background: url('http://www.onegamevip.com/v2/replace20200812/P2.jpg') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li3 {
  background: url('http://www.onegamevip.com/v2/replace20200812/P3.jpg') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li4 {
  background: url('http://www.onegamevip.com/v2/replace20200812/P4.jpg') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li5 {
  background: url('http://www.onegamevip.com/v2/replace20200812/P5.jpg') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li6 {
  background: url('http://www.onegamevip.com/v2/replace20200812/P6.jpg') no-repeat right;
  background-size: auto 100%;
}

.line {
  position: absolute;
  width: 1610px;
  margin: 0 auto;
  bottom: 0;
  height: 1px;
  background: rgba(57, 43, 30, 0.2);
  left: 50%;
  margin-left: -805px;
}

.panel4 {
  width: 100%;
  height: 960px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/panel4.png') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.play-wrap {
  width: 1157px;
  height: 651px;
  margin: 0 auto;
}

.panel4 h2 {
  padding-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 40px;
  font-family: "DIN-Bold";
}

.afk-footer {
  width: 100%;
  height: 630px;
  background: #2e2319;
  color: #fff;
}

.afk-footer .footer-top {
  height: 460px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.afk-footer .footer-top-cn {
  height: 228px;
}

.afk-footer .footer-bottom {
  height: 170px;
  width: 1610px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.afk-footer .footer-bottom img {
  width: 53px;
  min-height: 50px;
  margin-right: 22.5px;
}

.afk-footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.afk-footer img.bottom-hero {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 622px;
}

.afk-footer .footer-top-cn img.bottom-hero {
  width: 447px;
}

.footer-content {
  position: relative;
  width: 1610px;
  margin: 0 auto;
  padding-top: 100px;
}

.footer-content-cn {
  padding-top: 56px;
}

.footer-content h2 {
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "DIN-Bold";
}

.footer-content li {
  width: 36px;
  height: 36px;
  margin-right: 30px;
  display: inline-block;
}

.footer-content li a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-content li.facebook {
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/facebook.png') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.youtube {
  width: 54px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/youtube.png') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.vk {
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/vk.png') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.reddit {
  background: url('http://www.onegamevip.com/v2/imgs/reddit.png') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.discord {
  background: url('http://www.onegamevip.com/v2/imgs/discord.png') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.insgram {
  background: url("https://lilithimage.lilithcdn.com/afk/v2/imgs/instagram.png") no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.discord {
  width: 40px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/discord.png') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.twitter {
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/twitter.png') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.reddit {
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/reddit-alien.png') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.wiki {
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/wikipedia.png') no-repeat center;
  background-size: 100% 100%;
}

.footer-content-cn li.wechat {
  width: 156px;
  height: 36px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/wechat-pc.png') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.footer-content-cn li.weibo {
  width: 134px;
  height: 36px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/weibo-pc.png') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.footer-content-cn li.bilibili {
  width: 208px;
  height: 36px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/bilibili-pc.png') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.footer-content-cn li.taptap {
  width: 125px;
  height: 36px;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/taptap-pc.png') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.footer-content .download-btns a {
  display: inline-block;
  vertical-align: top;
  width: 275px;
  height: 81px;
  margin-top: 30px;
}

.footer-content .download-btns a.appstore {
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/appstore-b.png') no-repeat center;
  background-size: 100% 100%;
  margin-right: 30px;
}

.footer-content .download-btns a.googleplay {
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/google-b.png') no-repeat center;
  background-size: 100% 100%;
  margin-right: 30px;
}

.footer-content .download-btns a.huaweiStore {
  background: url('http://www.onegamevip.com/v2/imgs/huaweiStore.png') no-repeat center;
  background-size: 100% 100%;
}

.afk-footer .footer-bottom-cn {
  height: 380px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #939393;
  padding-top: 42px;
}

.footer-bottom-cn a.logo {
  width: 138px;
  height: 42px;
  display: inline-block;
  background: url('https://lilithimage.lilithcdn.com/afk/v2/imgs/logo-red.png') no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 15px;
}

.footer-bottom-cn p {
  line-height: 28px;
}

.afk-footer .footer-bottom .footer-bottom-img {
  width: 20px;
  float: left;
  margin-right: 0px;
  height: 20px;
}

.afk-footer a.icon-culture {
  display: inline-block;
  width: 27px;
  height: 20px;
  margin-right: 2px;
  background-image: url(https://lilithimage.lilithcdn.com/aoc/pc/net_authentication.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.afk-footer a.icon-pending {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(https://lilithimage.lilithcdn.com/aoc/pc/youxidzbq.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.wechat-img {
  width: 156px;
  height: 156px;
  background: url(https://lilithimage.lilithcdn.com/afk/v2/imgs/wechat-qrcode.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  border: 15px solid rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  top: 100px;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}

.footer-content-cn li.wechat:hover .wechat-img {
  top: 60px;
  z-index: 1;
  opacity: 1;
}

.wechat-img::after {
  content: "";
  position: absolute;
  border-bottom: 15px solid rgba(0, 0, 0, 0.6);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 50%;
  margin-left: -15px;
  top: -30px;
}

.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}

.swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
}
