@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "robotob";
  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Din";
  src: url("../fonts/D-DINCondensed.ttf");
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}

.wrapper > .swiper-slide {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #000;
}
.swiper-slide.part2 {
  height: auto;
}

.page1video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.page1video video {
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* @font-face {
    font-family: "zkkh";
    src: url('../fonts/zkkh.eot');
    src: url('../fonts/zkkh.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/zkkh.woff') format('woff'),
    url('../fonts/zkkh.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
.logo {
  width: 245px;
  height: 82px;
  background: url(../images/pc-logo.png) no-repeat 50% 50%;
  left: 47px;
  top: 46px;
  z-index: 999;
}
.nav {
  width: 100px;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.nav ul {
  overflow: hidden;
}
.nav ul li {
  position: relative;
  display: block;
  border-top: 2px solid transparent;
  padding-top: 10px;
}
.nav ul li a {
  display: block;
  text-align: left;
  font-family: "robotob";
  font-size: 16px;
  color: #656565;
  height: 80px;
  padding-left: 18px;
}

.nav ul li a em {
  display: block;
  font-size: 16px;
  color: #72727f;
}
.nav ul li.active {
  border-top: 2px solid transparent;
}

.nav ul li:after {
  content: "";
  background: #fff;
  height: 2px;
  width: 0;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.nav ul li.active:after {
  width: 100%;
}
.nav ul li.active a em {
  color: #fff;
}
.nav ul li.active a {
  color: #fff;
}

.content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 0;
  z-index: 99;
  overflow: hidden;
}
.slogan {
  width: 1297px;
  height: 214px;
  background: url(../images/slogan.png) no-repeat 50% 50%;
  top: 27%;
  left: 50%;
  margin-left: -648px;
  z-index: 10;
}

.ljyyBtn {
  width: 314px;
  height: 111px;
  background: url(../images/ljyyBtn.png) no-repeat 50% 50%;
  left: 50%;
  top: 55%;
  margin-left: -157px;
}
.ljyyBtn i {
  width: 207px;
  height: 48px;
  background: url(../images/light.png) no-repeat 50% 50%;
  position: absolute;
  left: -40px;
  top: 0px;
  -webkit-animation: shake 5s 0s linear infinite;
  -moz-animation: shake 5s 0s linear infinite;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(115px);
  }
  50% {
    -webkit-transform: translateX(230px);
  }
  75% {
    -webkit-transform: translateX(115px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  25% {
    -moz-transform: translateX(115px);
  }
  50% {
    -moz-transform: translateX(230px);
  }
  75% {
    -moz-transform: translateX(115px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

.swiper-slide-active .slogan {
  -webkit-animation: fadeInUp 1s 0.5s ease both;
  -moz-animation: fadeInUp 1s 0.5s ease both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.swiper-slide-active .ljyyBtn {
  -webkit-animation: fadeInUp 1s 1.2s ease both;
  -moz-animation: fadeInUp 1s 1.2s ease both;
}

/* footer */
.footer {
  width: 100%;
  height: 410px;
  background-color: #000;
  color: #d3d3d3;
  font-size: 20px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #000;
}

/* 弹层 */
.pop {
  display: none;
  z-index: 999;
}

.closebtn {
  width: 69px;
  height: 69px;
  background: url(../images/closeBtn.png) no-repeat 50% 50%;
  position: absolute;
  right: 0;
  top: -72px;
  z-index: 999;
  transform: rotate(-360deg);
}
.closebtn:hover {
  transform: rotate(360deg);
  transition: transform 1s;
}

.bg1 {
  background: url("../images/bg1.jpg") no-repeat center / cover;
  width:100%;height:100%;
}

.bg2 {
  background: url("../images/bg2.jpg") no-repeat center / cover;
  width:100%;height:100%;
}

.bg3 {
  background: url("../images/bg3.jpg") no-repeat center / cover;
  width:100%;height:100%;
}

.bg4 {
  background: url("../images/bg4.jpg") no-repeat center / cover;
  width:100%;height:100%;
}

/* footer */
.footer {
  padding-top: 60px;
  transform:scale(0.85);
  -webkit-transform:scale(0.85);
}

.logo-p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-p a {
  margin: 0 25px;
}

.foot-logo-1 {
  background: url("../images/foot-logo-1.png") no-repeat center;
  width: 259px;
  height: 65px;
}

.foot-logo-2 {
  background: url("../images/foot-logo-2.png") no-repeat center;
  width: 92px;
  height: 91px;
}

.foot-logo-3 {
  background: url("../images/foot-logo-3.png") no-repeat center;
  width: 315px;
  height: 85px;
}

.share-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-link a {
  margin: 0 26px;
}

.fb-link {
  background: url("../images/fb-ico.png") no-repeat center;
  width: 62px;
  height: 62px;
}

.disc-link {
  background: url("../images/disc-ico.png") no-repeat center;
  width: 81px;
  height: 57px;
}

.tw-link {
  background: url("../images/tw-ico.png") no-repeat center;
  width: 63px;
  height: 54px;
}

.game-name-p {
  font-family: "roboto";
  font-size: 47px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
}

.copyright-p {
  display: inline-block;
  border-top: 1px solid #5b5b5b;
  padding-top: 20px;
  margin-top: 30px;
}
.copyright-p a {
  color: #ffaf83;
}
.copyright-logo {
  display: inline-block;
  background: url("../images/copyright-logo.png") no-repeat center;
  width: 171px;
  height: 43px;
  vertical-align: -10px;
  font-family: "roboto";
  font-size: 16px;
}

/* kv */
.main-btn {
  position: absolute;
  background: url("../images/main-btn.png") no-repeat center;
  width: 413px;
  height: 73px;
  left:50%;
  top:50%;
  margin-left:-207px;
  margin-top:250px;
  cursor: pointer;
}

.main-btn::after {
  /* content: ""; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 69px;
  background: linear-gradient(
    45deg,
    transparent 32%,
    rgba(238, 231, 192, 0.6) 50%,
    transparent 68%
  );
  -webkit-mask-image: url("../images/main-btn.png");
  mask-image: url("../images/main-btn.png");
  -webkit-mask-size: 413px 73px;
  mask-size: 413px 73px;
  filter: blur(3px) brightness(1.2);
  animation: btn-flash 2.2s ease -1s infinite;
  animation-fill-mode: forwards;
}

@keyframes btn-flash {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    transform: translate(0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-mask-position: -313px 0;
    mask-position: -313px 0;
    transform: translate(313px, 0);
  }
}

.main-slogan {
  background: url("../images/slogan-txt.png") no-repeat center;
  width: 449px;
  height: 302px;
  /* margin: 435px auto 95px; */
  position: absolute;
  left:50%;
  margin-left:-225px;
  bottom:25%;
}
.main-logo {
  background: url("../images/logo_c.png") no-repeat center;
  width: 888px;
  height: 368px;
  /* margin: 435px auto 95px; */
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-444px;
  margin-top: -184px;
}
/* hd */
.area-hd {
  display: inline-block;
  position: relative;
  font-family: "Din";
  font-size: 89px;
  color: #fff;
  font-weight: bold;
  margin-top: 110px;
}
.area-hd span {
  color: #419cff;
}
.area-hd:after,
.area-hd:before {
  content: "";
  position: absolute;
  top: 30px;
  background: url("../images/hd-ico-l.png") no-repeat center / cover;
  width: 120px;
  height: 26px;
}

.area-hd:before {
  left: -140px;
}

.area-hd:after {
  right: -140px;
  transform: scaleX(-1);
}

.banner-swiper-wrap {
  position: relative;
  width: 1416px;
  height: 637px;
  background: #000;
  box-shadow: rgba(81, 151, 255, 0.3) 0 0 35px;
  margin: 35px auto 0;
}

.banner-arrow-l,
.banner-arrow-r {
  position: absolute;
  top: 275px;
  background: url("../images/swiper-arrow-btn.png") no-repeat center / cover;
  width: 76px;
  height: 78px;
}

.banner-arrow-l {
  left: -156px;
  transform: scaleX(-1);
}

.banner-arrow-r {
  right: -156px;
}

.news-swiper-wrap {
  border: 1px solid #fff;
  height: 370px;
}

.news-swiper-wrap img {
  height: 368px;
}

.news-wrap {
  display: flex;
  justify-content: center;
  margin-top: 145px;
}

.news-item-wrap {
  margin-left: 10px;
}

.news-item {
  position: relative;
  width: 460px;
  height: 180px;
  background: #fff;
  margin-bottom: 10px;
}

.news-item img {
  float: left;
  width: 230px;
  height: 180px;
  overflow: hidden;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.news-item .news-item-cont {
  position: relative;
  overflow: hidden;
  padding: 35px 0 0 20px;
  text-align: left;
  font-family: "roboto";
  font-size: 16px;
  box-sizing: border-box;
  height: 100%;
}

.news-item .news-item-cont .news-item-title {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  font-family: "robotob";
  margin-top: 10px;
}

.news-item-cont:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 20px;
  background: url("../images/news-link-ico.png") no-repeat center / cover;
  width: 83px;
  height: 4px;
}
.role-b-box {position: absolute;left:50%;bottom:0;}
.role-b-box > div {
  opacity: 0;
  transition: all 0.2s ease-in;
}

.role-b-box > div.active {
  opacity: 1;
}

.role-b-box > div.active .role-img {
  transform: translate(-50%, 0);
}

.role-select-box .swiper-slide {
  height: auto !important;
  cursor: pointer;
}

.role-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.role-img img {
  position: absolute;
  height: 80%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.role-bg-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
}

.role-1 .role-bg-ico {
  background: url("../images/role-1-ico.png") no-repeat center / cover;
  width: 1610px;
  height: 632px;
}
.role-2 .role-bg-ico {
  background: url("../images/role-2-bg-ico.png") no-repeat center / cover;
  width: 1003px;
  height: 792px;
}
.role-3 .role-bg-ico {
  background: url("../images/role-3-bg-ico.png") no-repeat center / cover;
  width: 548px;
  height: 1014px;
}
.role-4 .role-bg-ico {
  background: url("../images/role-4-bg-ico.png") no-repeat center / cover;
  width: 736px;
  height: 929px;
}
.role-5 .role-bg-ico {
  background: url("../images/role-5-bg-ico.png") no-repeat center / cover;
  width: 845px;
  height: 845px;
}
.role-6 .role-bg-ico {
  background: url("../images/role-6-bg-ico.png") no-repeat center / cover;
  width: 845px;
  height: 845px;
}
.role-7 .role-bg-ico {
  background: url("../images/role-7-bg-ico.png") no-repeat center / cover;
  width: 1555px;
  height: 710px;
}

.role-name {
  position: absolute;
  bottom: 175px;
  left: 50%;
}

.role-1 .role-name {
  background: url("../images/role-name.png") no-repeat center / cover;
  width: 505px;
  height: 137px;
}

.role-2 .role-name {
  background: url("../images/role-2-name.png") no-repeat center / cover;
  width: 680px;
  height: 144px;
}

.role-3 .role-name {
  background: url("../images/role-3-name.png") no-repeat center / cover;
  width: 680px;
  height: 144px;
}
.role-4 .role-name {
  background: url("../images/role-4-name.png") no-repeat center / cover;
  width: 680px;
  height: 146px;
}
.role-5 .role-name {
  background: url("../images/role-5-name.png") no-repeat center / cover;
  width: 680px;
  height: 138px;
}
.role-6 .role-name {
  background: url("../images/role-6-name.png") no-repeat center / cover;
  width: 727px;
  height: 160px;
}
.role-7 .role-name {
  background: url("../images/role-7-name.png") no-repeat center / cover;
  width: 723px;
  height: 160px;
}

.role-select-box-wrap {
  position: absolute;
  top: 140px;
  right: 50px;
  width: 176px;
  height: 750px;
  padding: 30px 0;
  z-index: 100;
}

.role-select-box {
  position: relative;
  width: 176px;
  height: 730px;
  overflow: hidden;
}

.role-select-item {
  position: relative;
  height: 155px;
  width: 155px;
  background: transparent;
  border: 1px solid #484848;
  margin: 0 auto 15px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.role-select-item.active {
  background: #fff;
  width: 176px;
  height: 174px;
  overflow: inherit;
  margin-top: 45px;
}

.content-ui {
}

.share-box {
  position: absolute;
  right: 48px;
  bottom: 48px;
  width: 127px;
}

.share-box a {
  margin-bottom: 30px;
}

.share-tw {
  display: block;
  background: url("../images/twitter-ico.png") no-repeat center / cover;
  width: 127px;
  height: 135px;
}

.share-fb {
  display: block;
  background: url("../images/facebook-ico.png") no-repeat center / cover;
  width: 127px;
  height: 136px;
}

.share-disc {
  display: block;
  background: url("../images/discord-ico.png") no-repeat center / cover;
  width: 127px;
  height: 136px;
}

.role-select-item > div {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

.role-select-item.active .role-1-s {
  top: -48px;
}
.role-select-item.active .role-2-s {
  top: -51px;
}
.role-select-item.active .role-3-s {
  top: -50px;
}
.role-select-item.active .role-4-s {
  top: -41px;
}
.role-select-item.active .role-5-s {
  top: -37px;
}
.role-select-item.active .role-6-s {
  top: -51px;
}
.role-select-item.active .role-7-s {
  top: -33px;
}

.role-1-s {
  background: url("../images/role-1-s.png") no-repeat center / cover;
  width: 168px;
  height: 222px;
}

.role-2-s {
  background: url("../images/role-2-s.png") no-repeat center / cover;
  width: 168px;
  height: 225px;
}

.role-3-s {
  background: url("../images/role-3-s.png") no-repeat center / cover;
  width: 168px;
  height: 224px;
}

.role-4-s {
  background: url("../images/role-4-s.png") no-repeat center / cover;
  width: 168px;
  height: 215px;
}

.role-5-s {
  background: url("../images/role-5-s.png") no-repeat center / cover;
  width: 168px;
  height: 211px;
}

.role-6-s {
  background: url("../images/role-6-s.png") no-repeat center / cover;
  width: 168px;
  height: 225px;
}

.role-7-s {
  background: url("../images/role-7-s.png") no-repeat center / cover;
  width: 168px;
  height: 207px;
}

.role-select-item {
  position: relative;
}

.role-select-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.role-select-item-1:after {
  background: url("../images/role-1-s-ico.png") no-repeat center / cover;
  width: 156px;
  height: 76px;
}

.role-select-item-3:after {
  background: url("../images/role-3-s-ico.png") no-repeat center / cover;
  width: 85px;
  height: 169px;
}

.role-select-item-4:after {
  background: url("../images/role-4-s-ico.png") no-repeat center / cover;
  width: 114px;
  height: 123px;
}

.role-select-item-5:after {
  background: url("../images/role-5-s-ico.png") no-repeat center / cover;
  width: 168px;
  height: 162px;
}

.role-select-item-6:after {
  background: url("../images/role-6-s-ico.png") no-repeat center / cover;
  width: 159px;
  height: 159px;
}

.role-select-item-7:after {
  background: url("../images/role-7-s-ico.png") no-repeat center / cover;
  width: 193px;
  height: 84px;
}

.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.dialog-wrap.active {
  display: block;
}

.dialog-box {
  position:absolute;
  z-index: 10;
  background: url("../images/dialog-bg.jpg") no-repeat center / cover;
  width: 600px;
  height: 371px;
  box-sizing: border-box;
  left:50%;
  top:50%;
  margin:-185px 0 0 -300px;
}

.dialog-close {
  position: absolute;
  top: -18px;
  right: -60px;
  background: url("../images/dialog-close-btn.png") no-repeat center / cover;
  width: 58px;
  height: 67px;
  cursor: pointer;
}

.dialog-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/dialog-close-ico.png") no-repeat center / cover;
  width: 32px;
  height: 32px;
}

.dialog-btn {
  background: url("../images/dialog-btn.png") no-repeat center / cover;
  width: 413px;
  height: 73px;
  margin: 0 auto;
  cursor: pointer;
}

.dialog-input-wrap {
  display: flex;
  margin: 166px 0 50px 60px;
}

.dialog-input {
  width: 310px;
  height: 50px;
  border: 1px solid #9063f2;
  background: #382e67;
}

.dialog-input input {
  background: transparent;
  height: 48px;
  border: 0;
  padding: 0 25px;
  width: 260px;
  color: #8f7de4;
}

.dialog-select-wrap {
  width: 146px;
  height: 50px;
  border: 1px solid #9063f2;
  background: #382e67;
  margin-right: 12px;
  position: relative;
}

.dialog-select {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  box-sizing: border-box;
  top: 50px;
  border: 1px solid #9063f2;
  background: #382e67;
  line-height: 50px;
  border-bottom: 0;
}

.dialog-select-wrap p {
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding-left: 28px;
}

.dialog-select li {
  padding-left: 28px;
  color: #fff;
  border-bottom: 1px solid #9063f2;
}

.bg1 .kv-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bg1 .kv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.role-select-box .swiper-wrapper {
  /* height: 760px !important;
  overflow: hidden; */
  /* overflow: hidden; */
}

.role-next,
.role-prev {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -28px;
  background: url("../images/arrow-ico.png");
  width: 56px;
  height: 41px;
}
.role-next {
  bottom: 0;
  top: auto;
}

.role-prev {
  transform: scaleY(-1);
}

.opening {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.opening video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
