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('../font/DIN-Regular.eot');
  src: url('../font/DIN-Regular.eot#iefix') format("embedded-opentype"),
    url('../font/DIN-Regular.woff') format("woff"),
    url('../font/DIN-Regular.ttf') format("truetype"),
    url('../font/DIN-Regular.svg#SentyZHAO') format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "DIN-Bold";
  src: url('../font/DIN-Bold.eot');
  src: url('../font/DIN-Bold.eot#iefix') format("embedded-opentype"),
    url('../font/DIN-Bold.woff') format("woff"),
    url('../font/DIN-Bold.ttf') format("truetype"),
    url('../font/DIN-Bold.svg#SentyZHAO') format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "DIN-Medium";
  src: url('../font/DIN-MediumAlternate.eot');
  src: url('../font/DIN-MediumAlternate.eot#iefix') format("embedded-opentype"),
    url('../font/DIN-MediumAlternate.woff') format("woff"),
    url('../font/DIN-MediumAlternate.ttf') format("truetype"),
    url('../font/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: 132px;
  height: 52px;
  display: inline-block;
  background: url('../img/common/header/logo_en_m.webp') no-repeat center;
  background-size: 100% 100%;
  vertical-align: top;
}

.lilith-logo-tw {
  width: 174px;
  height: 52px;
  display: inline-block;
  background: url('../img/zh_CN/panel1/afk_tw_pc.webp') no-repeat center;
  background-size: 100% 100%;
  vertical-align: top;
}

.ori-logo-tw {
  margin-top: 4px;
  margin-left: 30px;
  width: 118px;
  height: 45px;
  display: inline-block;
  background: url('../img/common/header/logo_ori_tw.webp') 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%);
}
.header-menu li.pay::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('../img/common/panel1/panel1.webp') no-repeat center;
  background-size: auto 100%;
  position: relative;
}

.panel1top {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url('../img/zh_CN/panel1/panel1top.png') no-repeat center;
  background-size: auto 100%;
}

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

.panel1 .whiteqiu {
  width: 733px;
  height: 733px;
  background: url('../img/common/panel1/sun.webp') 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('../img/common/panel1/black.webp') 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('../img/common/panel1/moon.webp') 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:nth-of-type(3){
  height: 158px;
}

.panel1 .download-btns a.appstore {
  background: url('../img/zh_CN/btns/appstore-d.webp') no-repeat center;
  background-size: 100% 100%;
  margin-right: 110px;
}

.panel1 .download-btns a.googleplay {
  background: url('../img/zh_CN/btns/googleplay-d.webp') no-repeat center;
  background-size: 100% 100%;
}

.panel2 {
  width: 100%;
  height: 861px;
  overflow: hidden;
  background: url('../img/common/panel2/panel2.webp') 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('../img/common/panel3/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('../img/common/panel3/1.webp') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide2 figure {
  background: url('../img/common/panel3/2.webp') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide3 figure {
  background: url('../img/common/panel3/3.webp') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide4 figure {
  background: url('../img/common/panel3/4.webp') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide5 figure {
  background: url('../img/common/panel3/5.webp') no-repeat right;
  background-size: auto 100%;
}

.panel3 .swiper-container .slide6 figure {
  background: url('../img/common/panel3/6.webp') 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('../img/common/panel3/1.webp') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li2 {
  background: url('../img/common/panel3/2.webp') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li3 {
  background: url('../img/common/panel3/3.webp') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li4 {
  background: url('../img/common/panel3/4.webp') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li5 {
  background: url('../img/common/panel3/5.webp') no-repeat right;
  background-size: auto 100%;
}

.intro-list-li6 {
  background: url('../img/common/panel3/6.webp') 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('../img/common/panel4/panel4.webp') 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: auto;
  min-height: 432px;
  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;
  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 {
  width: 135px;
  height: 36px;
  background: url('../img/common/footer/facebook-tw.webp') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.youtube {
  width: 138px;
  height: 36px;
  background: url('../img/common/footer/youtube-tw.webp') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.bamuleite {
  width: 145px;
  height: 36px;
  background: url('../img/common/footer/bamuleite-tw.webp') no-repeat center;
  background-size: 100% 100%;
}

.footer-content li.discord {
  width: 165px;
  height: 36px;
  background: url('../img/common/footer/discord-tw.webp') no-repeat center;
  background-size: 100% 100%;
}

.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('../img/zh_CN/btns/appstore-b.webp') no-repeat center;
  background-size: 100% 100%;
  margin-right: 30px;
}

.footer-content .download-btns a.googleplay {
  background: url('../img/zh_CN/btns/google-b.webp') no-repeat center;
  background-size: 100% 100%;
}

.afk-footer .footer-bottom-cn {
  height: auto;
  min-height: 204px;
  font-size: 14px;
  color: #939393;
  align-items: flex-start;
  padding-top: 42px;
  padding-bottom: 40px;
}

.footer-bottom-cn a.logo {
  width: 138px;
  height: 42px;
  display: inline-block;
  background: url('../img/common/header/logo-red.png') no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 15px;
}

.footer-bottom a.ori {
  height: 57px;
  width: 154px;
  margin-top: 3px;
  display: block;
  background: url('../img/common/header/ori.webp') no-repeat center;
  background-size: 100% 100%;
  cursor: default;
  pointer-events: none;
}

.footer-bottom a.lilith {
  height: 66px;
  width: 218px;
  display: block;
  background: url('../img/zh_CN/panel1/afk_tw_pc.webp') no-repeat center;
  background-size: 100% 100%;
  margin: 0 30px;
  cursor: default;
  pointer-events: none;
}


.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('../img/zh_CN/footer/net_authentication.webp');
  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('../img/zh_CN/footer/youxidzbq.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.download-btns a.yuyue {
  width: 298px;
  height: 80px;
  background: url('../img/zh_CN/btns/yuyue-tw.webp') no-repeat center;
  background-size: 100% 100%;
}

.afk-footer .footer-bottom>img {
  width: 547px;
  height: 104px;
  position: relative;
  top: 22px;
}

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

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

.afk-footer .bottom-right {
  display: inline-block;
  width: 620px;
  min-height: 122px;
  position: relative;
  margin-top: 0;
}

.afk-footer .bottom-right  .img-style {
  width: 78px;
  height: 78px;
  position: absolute;
  left: 0;
  top: 0;
}
.afk-footer .bottom-right .notice-text {
  padding-left: 103px;
}
.afk-footer .bottom-right .notice-text p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #d9d9d9;
  letter-spacing: 0.2px;
}
.afk-footer .bottom-right .notice-text .policy-links {
  margin-top: 2px;
}
.privacy {
  position: absolute;
  width: 70px;
  height: 20px;
  bottom: -3px;
  left: 100px;
}
.termofservice{
  position: absolute;
  width: 72px;
  height: 20px;
  left: 176px;
  bottom: -3px;
}
.afk-footer .bottom-right .policy-links .privacy,
.afk-footer .bottom-right .policy-links .termofservice {
  position: static;
  display: inline;
  width: auto;
  height: auto;
  left: auto;
  bottom: auto;
  margin-right: 12px;
  color: #d9d9d9;
}
body.official .pay {
  display: none!important;
}
body.official .a_pay_btn {
  display: none!important;
}