@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
html,
body {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  min-height: 900px;
  height: auto;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  background: #fff;
  line-height: 1.5;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}
/*宽度限制板块*/
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
body {
  width: 100%;
  min-width: 1200px;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hide {
  display: none;
}
/**** DEMO单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
.noSize {
  font-size: 0;
  text-indent: -9999em;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.vux-fade-enter-active,
.vux-fade-leave-active {
  opacity: 1;
  transition: opacity linear 0.2s;
}
.vux-fade-enter,
.vux-fade-leave-to {
  opacity: 0;
}
.vux-dialog-enter-active,
.vux-dialog-leave-active {
  opacity: 1;
  transition-duration: 400ms;
  transform: translate(-50%, -50%) scale(1) !important;
  transition-property: transform, opacity!important;
}
.vux-dialog-leave-active {
  transition-duration: 300ms;
}
.vux-dialog-enter {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.185) !important;
}
.vux-dialog-leave-active {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85) !important;
}
.vux-mask-enter,
.vux-mask-leave-active {
  opacity: 0;
}
.vux-mask-leave-active,
.vux-mask-enter-active {
  transition: opacity 300ms;
}
body {
  color: #6a6a6a;
}
html,
body {
  max-width: 1920px;
  margin: 0 auto;
}
#wrap {
  position: relative;
  min-height: 1080px;
}
#art {
  text-align: center;
}
.nav {
  height: 78px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/nav-bg_f9f356b1.png) no-repeat top right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.nav .links {
  height: 78px;
  float: right;
  margin-right: 37px;
}
.nav .links .qrcode-cnt {
  display: block;
  width: 175px;
  height: 194px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-179px -0px;

  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -87px;
  display: none;
}
.nav .links .qrcode-cnt .qrcode {
  width: 150px;
  height: 150px;
  background: #fff;
  display: block;
  left: 12px;
  top: 30px;
  position: absolute;
}
.nav .links .link {
  display: inline-block;
  height: 76px;
  line-height: 76px;
  color: #cac9c9;
  padding: 0 10px;
  text-decoration: none;
}
.nav .links .link:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.nav .links .link-gz {
  display: inline-block;
  color: #cac9c9;
}
.nav .links .link-gz a {
  margin-right: 10px;
}
.nav .links .link-gz a:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.nav .links .link-wb {
  display: inline-block;
  width: 42px;
  height: 35px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -656px;

  vertical-align: middle;
  position: relative;
}
.nav .links .link-wb:hover .qrcode-cnt {
  display: block;
}
.nav .links .link-wx {
  display: inline-block;
  width: 43px;
  height: 36px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -496px;

  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.nav .links .link-wx:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.nav .links .link-wx:hover .qrcode-cnt {
  display: block;
}
.nav .links .link-bi {
  display: inline-block;
  width: 41px;
  height: 40px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -452px;

  vertical-align: middle;
  position: relative;
}
.nav .links .link-bi:hover .qrcode-cnt {
  display: block;
}
.nav .links .link-steam {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-294px -276px;

  vertical-align: middle;
}
.nav .links .gap {
  width: 1px;
  height: 24px;
  display: inline-block;
  border-left: 1px solid #545050;
  vertical-align: middle;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  margin: 0 10px;
}
.nav .links .select {
  display: inline-block;
  position: relative;
}
.nav .links .select:hover .current {
  color: #fff;
}
.nav .links .select:hover .change {
  display: block;
}
.nav .links .select .current {
  color: #cac9c9;
  display: block;
  padding: 0 10px;
  cursor: pointer;
  height: 76px;
}
.nav .links .select .current::after {
  display: inline-block;
  content: '';
  width: 9px;
  height: 7px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-779px -496px;

  vertical-align: middle;
  margin-left: 10px;
}
.nav .links .select .change {
  position: absolute;
  top: 76px;
  left: 0px;
  padding-top: 20px;
  display: none;
  text-align: center;
  width: 100px;
}
.nav .links .select .change a {
  display: block;
  height: 40px;
  color: #cac9c9;
  padding: 0 10px;
  width: 100px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 40px;
  text-align: center;
}
.nav .links .select .change a:hover {
  color: #fff;
}
.nav .links .select .change a.share-wx {
  width: 43px;
  height: 36px;
  margin: 0 auto;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -496px;

  margin-bottom: 10px;
  box-sizing: border-box;
}
.nav .links .select .change a.share-wx:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.nav .links .select .change a.share-wb {
  width: 42px;
  height: 35px;
  margin: 0 auto;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -656px;

  box-sizing: border-box;
}
.nav .links .select .change a.share-wb:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.nav .logo {
  display: block;
  width: 206px;
  height: 101px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/logo_1fdc651f.png) no-repeat;
  position: absolute;
  top: 16px;
  left: 30px;
}
.nav .logo {
  display: block;
  cursor: default;
  width: 250px;
  height: 122px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-0px -198px;

  position: absolute;
  top: 0px;
  left: 20px;
}
.link-home {
  display: none !important;
}
.gap-home {
  display: none !important;
}
.home-page .section {
  width: 100%;
  height: 1080px;
}
.home-page .section-1 {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/bg_b7ab15bd.jpg) no-repeat center top;
}
.home-page .section-1 .video-cnt {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  position: relative;
}
.home-page .section-1 .video-cnt video {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.home-page .section-1 .slogan {
  width: 597px;
  height: 275px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/slogan_794dd4d4.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 450px;
  margin-left: -307px;
}
.home-page .section-1 .cnt {
  width: 474px;
  height: 80px;
  position: absolute;
  top: 724px;
  left: 50%;
  margin-left: -237px;
  display: flex;
  justify-content: space-between;
}
.home-page .section-1 .cnt .video-btn {
  display: block;
  width: 225px;
  height: 65px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-0px -635px;

}
.home-page .section-1 .cnt .video-btn:hover {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-480px -551px;
width:225px;
height:65px;

  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.home-page .section-1 .cnt .subscribe-btn {
  display: block;
  width: 225px;
  height: 65px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-347px -324px;

}
.home-page .section-1 .cnt .subscribe-btn:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.home-page .section-1 .cnt .gz-cnt {
  width: 370px;
  height: 80px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-358px -0px;

  text-align: center;
  line-height: 80px;
}
.home-page .section-1 .cnt .gz-cnt .label {
  color: #fff;
  font-size: 25px;
}
.home-page .section-1 .cnt .gz-cnt .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.home-page .section-1 .cnt .gz-cnt .icon:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.home-page .section-1 .cnt .gz-cnt .icon-1 {
  width: 42px;
  height: 35px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -656px;

  margin-top: -15px;
}
.home-page .section-1 .cnt .gz-cnt .icon-2 {
  width: 43px;
  height: 36px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -496px;

  margin-top: -10px;
}
.home-page .section-1 .cnt .gz-cnt .icon-3 {
  width: 41px;
  height: 38px;
  margin-top: -12px;
}
.home-page .section-2 {
  position: relative;
  height: 880px;
}
.home-page .section-2 .prev-btn {
  display: block;
  width: 72px;
  height: 132px;
  position: absolute;
  top: 426px;
  left: 0;
  z-index: 99;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -136px;

}
.home-page .section-2 .prev-btn:hover {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -272px;
width:72px;
height:132px;

}
.home-page .section-2 .next-btn {
  display: block;
  width: 72px;
  height: 132px;
  position: absolute;
  right: 0;
  top: 426px;
  z-index: 99;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-611px -398px;

}
.home-page .section-2 .next-btn:hover {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -0px;
width:72px;
height:132px;

}
.home-page .section-2 .bottom {
  position: absolute;
  height: 446px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/bottom_e32b347c.png) no-repeat center top;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 99;
  color: #fff;
  box-sizing: border-box;
  padding-top: 230px;
}
.home-page .section-2 .bottom .intro {
  width: 1200px;
  margin: 0 auto;
}
.home-page .section-2 .bottom .title {
  font-size: 45px;
  font-weight: bold;
}
.home-page .section-2 .bottom .line {
  width: 1247px;
  height: 7px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/line_3cb2d6b4.png) no-repeat;
  margin: 20px 0;
}
.home-page .section-2 .img-cnt {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
.home-page .section-2 .img-cnt .kv-img {
  position: absolute;
  width: 100%;
  overflow-y: hidden;
}
.home-page .section-media {
  height: auto;
  -webkit-user-select: none;
}
.home-page .section-media .video-cnt {
  height: 539px;
  position: relative;
}
.home-page .section-media .video-cnt .item {
  width: 100%;
  height: 539px;
  position: relative;
  color: #fff;
}
.home-page .section-media .video-cnt .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .section-media .video-cnt .tag {
  font-size: 18px;
  position: absolute;
  top: 160px;
  right: 50%;
  margin-right: -600px;
}
.home-page .section-media .video-cnt .title {
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  top: 200px;
  right: 50%;
  margin-right: -600px;
}
.home-page .section-media .video-cnt .video-btn {
  display: block;
  width: 236px;
  height: 80px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-240px -551px;

  position: absolute;
  top: 278px;
  right: 50%;
  margin-right: -600px;
}
.home-page .section-media .video-cnt .video-btn:hover {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-0px -551px;
width:236px;
height:80px;

}
.home-page .section-media .video-cnt .next-btn {
  display: block;
  width: 20px;
  height: 36px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-777px -408px;

  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -18px;
  z-index: 9;
}
.home-page .section-media .video-cnt .prev-btn {
  display: block;
  width: 20px;
  height: 36px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-777px -452px;

  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: -18px;
  z-index: 9;
}
.home-page .section-media .video-cnt .progressBar {
  height: 2px;
  width: 1%;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.home-page .section-media .video-cnt .spagination {
  width: 600px;
  text-align: right;
  position: absolute;
  top: 406px;
  right: 50%;
  margin-right: -600px;
  z-index: 9;
}
.home-page .section-media .video-cnt .spagination .swiper-pagination-bullet {
  width: 52px;
  height: 5px;
  background: #fff;
  border-radius: 0;
  margin-left: 8px;
}
.home-page .section-media .news-cnt {
  height: 540px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/new-bg_2980a69d.jpg) no-repeat center top;
}
.home-page .section-media .news-cnt .cnt {
  width: 1200px;
  margin: 0 auto;
  padding-top: 170px;
  color: #fff;
}
.home-page .section-media .news-cnt .cnt .title {
  font-size: 45px;
  font-weight: bold;
}
.home-page .section-media .news-cnt .cnt .line {
  width: 743px;
  height: 7px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/line_410aa6d5.png) no-repeat;
  margin: 20px 0;
}
.home-page .section-media .news-cnt .cnt ul {
  width: 680px;
}
.home-page .section-media .news-cnt .cnt ul li {
  line-height: 36px;
}
.home-page .section-media .news-cnt .cnt ul li::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  content: '';
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-right: 5px;
}
.home-page .section-media .news-cnt .cnt ul li .date {
  float: right;
}
.home-page .section-media .news-cnt .cnt ul a {
  color: #fff;
  width: 520px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.home-page .section-media .news-cnt .cnt ul a:hover {
  text-decoration: underline;
}
.home-page .section-3 {
  height: 1080px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/bg_af18c9a3.jpg) no-repeat center top;
  position: relative;
}
.home-page .section-3 .cnt {
  top: 170px;
  left: 50%;
  margin-left: -600px;
  position: absolute;
}
.home-page .section-3 .title {
  width: 942px;
  height: 237px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/title_e21c79b2.png) no-repeat;
}
.home-page .section-3 p {
  font-size: 20px;
  padding: 26px 17px;
}
.home-page .section-3 .icon-cnt {
  width: 530px;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}
.home-page .section-3 .icon-cnt .icon {
  width: 149px;
  height: 149px;
  position: relative;
}
.home-page .section-3 .icon-cnt .icon p {
  font-size: 25px;
  font-weight: bold;
  width: 160px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  box-sizing: border-box;
  top: 100px;
  color: #2c2c2c;
}
.home-page .section-3 .icon-cnt .icon-1 {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-0px -398px;
width:149px;
height:149px;

}
.home-page .section-3 .icon-cnt .icon-2 {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-306px -398px;
width:149px;
height:149px;

}
.home-page .section-3 .icon-cnt .icon-3 {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-153px -398px;
width:149px;
height:149px;

}
.home-page .section-3 .join-btn {
  display: block;
  width: 343px;
  height: 70px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-358px -158px;

  margin: 50px 20px;
  line-height: 70px;
  text-indent: 138px;
  font-size: 27px;
  color: #fff;
  font-weight: bold;
}
.home-page .section-3 .join-btn:hover {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-358px -84px;
width:343px;
height:70px;

}
.pop-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #6b5d3c;
  font-size: 20px;
  z-index: 10000;
}
.pop-video .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.pop-video .pop-video-content {
  max-width: 960px;
  min-width: 480px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.pop-video .pop-video-content .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -40px;
  top: 0;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/close_367a7fbe.png) no-repeat;
  background-size: 30px 30px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.pop-video .pop-video-content .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.pop-video video {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  min-width: 480px;
  max-height: 600px;
}
.top-btn {
  display: block;
  width: 148px;
  height: 148px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-459px -398px;

  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 99;
  display: none;
}
.top-btn:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.pop-subscribe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #6b5d3c;
  font-size: 20px;
  z-index: 999;
}
.pop-subscribe .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.43;
}
.pop-subscribe .pop-subscribe-content {
  width: 938px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding-top: 38px;
}
.pop-subscribe .pop-subscribe-content .title {
  font-size: 40px;
  color: #2f2f2f;
  font-weight: bold;
  text-align: center;
}
.pop-subscribe .pop-subscribe-content .line {
  width: 708px;
  height: 14px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/subscribe-line_a78d6b3f.png) no-repeat;
  margin: 0 auto;
}
.pop-subscribe .pop-subscribe-content .form {
  width: 345px;
  margin: 30px auto;
}
.pop-subscribe .pop-subscribe-content .form input {
  width: 100%;
  height: 50px;
  border: 1px solid #2f2f2f;
  text-indent: 60px;
  color: #212121;
}
.pop-subscribe .pop-subscribe-content .form input.phone {
  background: #fff url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/phone-icon_2c335689.png) no-repeat 21px 11px;
}
.pop-subscribe .pop-subscribe-content .form .dun {
  width: 100%;
  margin: 20px auto;
  background: #fff;
  text-align: center;
}
.pop-subscribe .pop-subscribe-content .form .code-input {
  position: relative;
}
.pop-subscribe .pop-subscribe-content .form .code-input input {
  height: 53px;
  width: 250px;
  text-indent: 20px;
}
.pop-subscribe .pop-subscribe-content .form .code-input .get-code {
  display: block;
  width: 132px;
  height: 55px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/subcribe-code-btn_d0333dd3.png) no-repeat;
  position: absolute;
  top: 0px;
  right: 0;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #fff;
}
.pop-subscribe .pop-subscribe-content .form .code-input .get-code.gray {
  cursor: default;
}
.pop-subscribe .pop-subscribe-content .form .submit {
  display: block;
  width: 343px;
  height: 70px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-0px -324px;

  text-indent: -999px;
  margin-top: 20px;
}
.pop-subscribe .pop-subscribe-content .form .submit:hover {
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-358px -232px;
width:343px;
height:70px;

}
.pop-subscribe .pop-subscribe-content .privacy-cnt {
  padding: 30px;
  font-size: 16px;
  color: #2f2f2f;
}
.pop-subscribe .pop-subscribe-content .privacy-cnt .privacy-wrap {
  margin-top: 40px;
}
.pop-subscribe .pop-subscribe-content .privacy-cnt .privacy {
  margin-top: 10px;
}
.pop-subscribe .pop-subscribe-content .privacy-cnt .btn-privacy {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
.pop-subscribe .pop-subscribe-content .privacy-cnt .btn-privacy:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 14px;
  height: 14px;
  border: 1px solid #2f2f2f;
  background: #ffffff center no-repeat;
}
.pop-subscribe .pop-subscribe-content .privacy-cnt .btn-privacy a {
  color: inherit;
  text-decoration: underline;
}
.pop-subscribe .pop-subscribe-content .privacy-cnt .btn-privacy a:hover {
  color: #9b8d74;
}
.pop-subscribe .pop-subscribe-content .privacy-cnt .check-privacy:checked + .btn-privacy:before {
  background-image: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/checked_5147fce6.png);
}
.pop-subscribe .pop-subscribe-content .privacy-cnt .p-text {
  text-indent: 2em;
}
.pop-subscribe .pop-subscribe-content .gz-cnt {
  text-align: center;
  color: #1c1c1c;
}
.pop-subscribe .pop-subscribe-content .gz-cnt > a,
.pop-subscribe .pop-subscribe-content .gz-cnt > span {
  position: relative;
  margin-right: 5px;
}
.pop-subscribe .pop-subscribe-content .gz-cnt > a:hover,
.pop-subscribe .pop-subscribe-content .gz-cnt > span:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.pop-subscribe .pop-subscribe-content .gz-cnt > a:hover .qrcode-cnt,
.pop-subscribe .pop-subscribe-content .gz-cnt > span:hover .qrcode-cnt {
  display: block;
}
.pop-subscribe .pop-subscribe-content .gz-cnt > a .qrcode-cnt,
.pop-subscribe .pop-subscribe-content .gz-cnt > span .qrcode-cnt {
  display: block;
  width: 175px;
  height: 194px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-179px -0px;

  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -87px;
  display: none;
}
.pop-subscribe .pop-subscribe-content .gz-cnt > a .qrcode-cnt .qrcode,
.pop-subscribe .pop-subscribe-content .gz-cnt > span .qrcode-cnt .qrcode {
  width: 150px;
  height: 150px;
  background: #fff;
  display: block;
  left: 12px;
  top: 30px;
  position: absolute;
}
.pop-subscribe .pop-subscribe-content .gz-cnt .wb {
  display: inline-block;
  width: 42px;
  height: 35px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-254px -237px;

  vertical-align: middle;
}
.pop-subscribe .pop-subscribe-content .gz-cnt .wx {
  display: inline-block;
  width: 43px;
  height: 36px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -616px;

  vertical-align: middle;
}
.pop-subscribe .pop-subscribe-content .gz-cnt .bi {
  display: inline-block;
  width: 41px;
  height: 40px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-732px -408px;

  vertical-align: middle;
}
.pop-subscribe .pop-subscribe-content .gz-cnt .steam {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/sprite-d36319_d3631965.png) no-repeat;background-size:804px 700px;
background-position:-254px -276px;

  vertical-align: middle;
}
.pop-subscribe .pop-subscribe-content .close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/close_367a7fbe.png) no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.pop-subscribe .pop-subscribe-content .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.pop-qrcode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #6b5d3c;
  font-size: 20px;
  z-index: 10000;
  display: none;
}
.pop-qrcode .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.43;
}
.pop-qrcode .pop-qrcode-content {
  width: 400px;
  height: 300px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -150px;
  box-sizing: border-box;
  padding-top: 38px;
}
.pop-qrcode .pop-qrcode-content .qrcode-cnt p {
  text-align: center;
  color: #323232;
}
.pop-qrcode .pop-qrcode-content .qrcode-cnt .qrcode {
  width: 160px;
  margin: 20px auto 0;
}
.pop-qrcode .pop-qrcode-content .close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/close_367a7fbe.png) no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.pop-qrcode .pop-qrcode-content .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.footer {
  position: relative;
  width: 100%;
  padding: 30px 0;
  text-align: left;
  background: #000000;
  z-index: 4;
  color: #444;
  font-size: 14px;
}
.footer a {
  color: #444;
}
.footer .content {
  width: 800px;
  margin: 0 auto;
  display: flex;
}
.footer .content .logo {
  position: relative;
  width: 125px;
  height: 64px;
  z-index: 99;
}
.footer .content p {
  line-height: 64px;
}
.footer .content p a {
  text-decoration: underline;
}
.footer .content p a:hover {
  color: #9b8d74;
}
.pop-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #6b5d3c;
  font-size: 20px;
  z-index: 10000;
}
.pop-alert .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.pop-alert .pop-alert-content {
  width: 400px;
  height: 250px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -150px;
  box-sizing: border-box;
  padding-top: 38px;
}
.pop-alert .pop-alert-content .alert-cnt {
  text-align: center;
  padding: 20px;
}
.pop-alert .pop-alert-content .close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://narakathegame.s3.cn-northwest-1.amazonaws.com.cn/pc/gw/20191209110006/img/close_367a7fbe.png) no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.pop-alert .pop-alert-content .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

