/*全局*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
header,
footer,
section,
aside,
article {
  padding: 0;
  margin: 0;
}
body {
  background: #121011 url(../image/bg-body.jpg) repeat-y center top;
  font-size: 12px;
  font-family: "Microsoft YaHei", Tahoma, SimSun, Verdana;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
abbr,
acronym,
img,
input {
  border: 0;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.disb {
  display: block;
}
.hid {
  display: none;
}
.disib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a {
  color: #d7b591;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0;
}
img {
  border: 0;
  vertical-align: top;
}
.clr {
  clear: both;
}

.mainboxtop {
  margin: 0 auto;
  width: 100%;
  margin-top: 0;
  position: relative;
  z-index: 10;
  min-width: 1200px;
}
.mainbox {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  position: relative;
  min-width: 1200px;
}

/*------ banner大图 ------*/
#banner {
  width: 100%;
  height: 820px;
  min-width: 1200px;
  z-index: 9;
  margin: 0 auto;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}
.bannervideo {
  width: 100%;
  height: auto;
  position: absolute;
  margin: 0 auto;
  top: 0;
  z-index: 2;
  display: block !important;
  overflow: hidden;
}
.bannervideo video {
  object-fit: fill;
  width: 100% !important;
  height: auto;
  min-width: 1200px;
}
#bannerbg {
  width: 100%;
  height: 820px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  background: url(../image/bg.png) no-repeat center top;
  min-width: 1200px;
  background-size: cover;
  top: 0;
  background-size: 100% auto;
}
#bannertxt {
  width: 1200px;
  height: 820px;
  z-index: 999;
  margin: 0 auto;
  position: relative;
  display: block;
  min-width: 1200px;
}
#logo {
  width: 700px;
  height: auto;
  position: absolute;
  right: 0;
  top: 4%;
  z-index: 99;
  text-align: center;
  overflow: hidden;
}
#logo img {
  width: auto;
  height: 180px;
}

#logo h1 {
  display: none;
}

#banner .txt1 {
  width: 600px;
  height: auto;
  position: absolute;
  top: 28%;
  right: 3%;
}
#banner .txt2 {
  width: 400px;
  height: auto;
  position: absolute;
  top: 65%;
  right: 12%;
}
#banner .txt1 img,
#banner .txt2 img {
  width: 100% !important;
  height: 100%;
}

/*------下载------*/
.gamedownbox {
  height: 267px;
  width: 100%;
  position: absolute;
  top: 605px;
  display: block;
  margin: 0 auto;
  z-index: 9999;
  min-width: 1200px;
}
.gamedown {
  margin: 0 auto;
  height: 267px;
  width: 872px;
  position: relative;
  background: url(../image/down-bg.png) no-repeat center 0;
}
.gamedown .pc {
  width: 226px;
  height: 226px;
  border-radius: 50%;
  float: left;
  margin: 29px 0 0 45px;
  position: relative;
  background: url(../image/down-pcbg.gif) no-repeat center 0;
}
.gamedown .android,
.gamedown .ios {
  width: 200px;
  height: 70px;
  float: left;
}
.gamedown .android {
  background: url(../image/down-android.png) no-repeat center 0;
  margin: 134px 0 0 77px;
}
.gamedown .ios {
  background: url(../image/down-ios.png) no-repeat center 0;
  margin: 134px 0 0 47px;
}
.gamedown .android a,
.gamedown .ios a {
  width: 270px;
  height: 82px;
  display: block;
  text-indent: -9999px;
  position: absolute;
}
.gamedown .pc a {
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  top: 38px;
  left: 38px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.gamedown .pc a:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
#boxIOS,
#boxAndroid {
  display: none;
  width: 140px;
  height: 140px;
  margin: -165px 0 0 20px;
  background: #f6f6f6;
  border-radius: 0.5em;
  padding: 10px;
  text-align: center;
}
#boxIOS img,
#boxAndroid img {
  width: 140px;
  height: 140px;
}

.title {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0 0 18px;
  padding-top: 55px;
  z-index: 99;
  text-align: center;
  font-size: 24px;
  color: #666;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/*游戏介绍*/
.newsbox {
  width: 100%;
  margin: 0 auto;
  height: 700px;
  padding-top: 90px;
  display: block;
  background: url(../image/bg-renwu01.png) no-repeat right bottom;
}
.title-news {
  background: url(../image/title-news.png) no-repeat center top;
}
.newslist {
  width: 880px;
  /* height: 690px; */
  padding: 40px 0 0 60px;
  float: left;
  background: url(../image/bg-news.png) no-repeat;
  background-size: 100% 100%;
}
.newslist ul {
  padding: 5px 0 0 0;
}
.newslist ul li {
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 18px;
}
.newslist ul li a {
  display: block;
  width: 700px;
  float: left;
  color: #989898;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist ul li a:hover {
  color: #a37432;
}

/*游戏特色*/
.tese {
  width: 100%;
  height: 820px;
  display: block;
  min-width: 1200px;
  position: relative;
}
.title-tese {
  background: url(../image/title-tese.png) no-repeat center top;
}
/*单张轮播*/
.projects {
  width: 1198px;
  height: 658px;
  margin: 0 auto;
  background: #292526;
  background: rgba(41, 37, 38, 0.9);
  border: 1px solid #403533;
}
.picScroll-left {
  overflow: hidden;
  position: relative;
  width: 1200px;
  height: 650px;
  margin: 0 auto;
}
.picScroll-left .bd {
  width: 1100px;
  margin: 5px auto 0;
  overflow: hidden;
  z-index: 9;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  position: relative;
  width: 1100px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left .bd ul li a {
  width: 1100px;
  overflow: hidden;
  height: 620px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  *font-size: 315px;
}
.picScroll-left .bd ul li a img {
  width: 1098px;
  height: 618px;
  display: block;
  vertical-align: middle;
  overflow: hidden;
  margin: 13px auto 0;
  border: 1px solid #493a40;
}
.picScroll-left .prev {
  cursor: pointer;
  width: 60px;
  left: 10px;
  top: 260px;
  background: url(../image/btn-prev.png) no-repeat center top;
  height: 120px;
  position: absolute;
  float: left;
  z-index: 999;
}
.picScroll-left .next {
  cursor: pointer;
  width: 60px;
  right: 10px;
  top: 260px;
  background: url(../image/btn-next.png) no-repeat center top;
  height: 120px;
  position: absolute;
  float: left;
  z-index: 999;
}
.picScroll-left .prev:hover {
  background: url(../image/btn-prev.png) no-repeat center top;
}
.picScroll-left .next:hover {
  background: url(../image/btn-next.png) no-repeat center top;
}

/*装备展示*/
.show {
  width: 100%;
  height: 690px;
  display: block;
  min-width: 1200px;
  position: relative;
  background: url(../image/bg-renwu02.png) no-repeat left bottom;
}
.title-show {
  background: url(../image/title-show.png) no-repeat center top;
}
/* 3D幻灯片CSS */
.zb-wrap {
  width: 1200px;
  height: 580px;
  z-index: 999;
  margin-left: -600px;
  left: 50%;
}
.ab {
  position: absolute;
}
.zb-wrap .swiper-slide {
  width: 420px;
  padding: 10px 0;
  background: #292526;
  background: rgba(41, 37, 38, 0.9);
  border: 1px solid #403533;
}
.zb-wrap .swiper-slide > img {
  width: 400px;
  height: 490x;
  margin: 0 auto;
  display: block; /*box-shadow:0px 0px 20px #000; opacity:0.4;filter:alpha(opacity=40);*/
}
.swiper-button-prev {
  background: url(../image/btn-prev.png) no-repeat left;
  height: 120px;
  width: 50px;
  top: 40%;
}
.swiper-button-next {
  background: url(../image/btn-next.png) no-repeat left;
  height: 120px;
  width: 50px;
  top: 40%;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.8)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.8)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.8)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.8)
  );
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zb-wrap {
    margin-left: -600px;
  }
}
/*游戏截图*/
.jietu {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  display: block;
  position: relative;
  min-width: 1200px;
  background: url(../image/bg-renwu03.png) no-repeat right bottom;
}
.title-jietu {
  background: url(../image/title-tese.png) no-repeat center top;
}
.imglist {
  padding: 0;
  display: block;
  clear: both;
}
.imglist ul {
  display: block;
  clear: both;
}
.imglist li {
  width: 1198px;
  height: 658px;
  text-align: center;
  margin-bottom: 20px;
  background: #292526;
  background: rgba(41, 37, 38, 0.9);
  border: 1px solid #403533;
}
.imglist li img {
  width: 1100px;
  height: 620px;
  margin: 18px 0 0 0;
}

/* 底部版权 */
#footer {
  height: 180px;
  width: 100%;
  background: #050406;
  min-width: 1200px;
}
.footerlogo {
  width: 220px;
  height: auto;
  display: block;
  float: left;
  margin: 25px 0 0 0;
  text-align: center;
}
.footerlogo img {
  width: 160px;
  height: auto;
}
.copyright {
  width: 940px;
  float: left;
  padding: 0 0 0 15px;
  margin: 35px 0 0;
  color: #888;
  font-size: 12px;
  line-height: 24px;
}
.copyright .tips {
  color: #8e5e2c;
  font-weight: normal;
}
.copyright a {
  color: #aaa;
}

/*右侧固定浮动*/
.fixedbox {
  position: fixed;
  right: 15px;
  top: 40px;
  z-index: 9999;
  width: 240px;
  height: 550px;
}
@media (max-width: 768px) {
  .fixedbox {
    display: none;
  }
}
.fixedbox div {
  text-align: center;
  color: #d1a254;
}
.fixedbox div img {
  margin: 5px 0;
}
.fixedbox .rightlogo {
  margin: -45px 0 0 10px;
}
.fixedbox .rightlogo img {
  width: 120px;
  height: auto;
}
.fixedbox .qq {
  margin: 8px 0;
}
.fixedbox .qq p,
.fixedbox .group p {
  display: inline;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.fixedbox .chongzhi {
  width: 160px;
  margin: 10px auto 15px;
}
.fixedbox .chongzhi a {
  width: 160px;
  height: 60px;
  display: block;
}
.fixedbox .chongzhi img {
  animation: pulse 1s infinite linear;
  -webkit-animation: pulse 1s infinite linear;
}
.fixedbox .code {
  margin: 5px auto;
}
.fixedbox .code p {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: bold;
}
.fixedbox .code div {
  width: 158px;
  height: 158px;
  margin: 0 auto;
  border-radius: 4px;
  background: #1b1516;
}
.fixedbox .code img {
  width: 135px;
  height: 135px;
  margin: 10px 0 0;
}
.fixedbox .top {
  width: 180px;
  height: 45px;
  bottom: 10px;
  margin: 0 0 0 15px;
  position: absolute;
}
.fixedbox .top a {
  width: 180px;
  height: 45px;
  display: block;
}
.h5bar {
  width: 208px;
  height: 548px;
  border: 1px solid #62482a;
  position: absolute;
  right: 0;
  background: #292526;
  background: rgba(41, 37, 38, 0.85);
  border: 1px solid #403533;
}
.h5open {
  position: fixed;
  z-index: 99999;
  bottom: 250px;
  right: 0px;
  height: 120px;
  width: 30px;
  padding: 12px 0 0;
  text-align: center;
  background: url(../image/btn.png) no-repeat;
}
.h5close {
  height: 100px;
  width: 30px;
  position: absolute;
  left: 0;
  padding: 25px 0 0;
  background: url(../image/btn.png) no-repeat;
  text-align: center;
  margin: 200px 0 0;
}
.h5btn {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
}

/*背景音乐*/
#musicbox {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 9999999;
  top: 30px;
  right: 50px;
  opacity: 0.6;
}
#musicbox a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #cccccc;
  border-radius: 60px;
  font-size: 26px;
  margin-top: 20px;
  background-image: url(../image/m.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#musicbox a.play {
  animation: rotates 3s linear infinite;
  -webkit-animation: rotates 3s linear infinite;
}
#musicbox a img {
  width: 100%;
  height: 100%;
}
@keyframes rotates {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/*------ banner自适应 ------*/
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  #banner,
  #bannertxt {
    height: 600px;
  }
  #logo {
    width: 600px;
    top: 3%;
    right: 12%;
  }
  #logo img {
    height: 160px;
  }
  #banner .txt1 {
    width: 45%;
    top: 30%;
    right: 13%;
  }
  #banner .txt2 {
    width: 32%;
    top: 72%;
    right: 15%;
  }
  .gamedownbox {
    top: 500px;
  }
  .mainboxtop {
    margin-top: 120px;
  }
  .newsbox {
    background: url(../image/bg-renwu01.png) no-repeat 780px bottom;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  #banner,
  #bannertxt {
    height: 600px;
  }
  #logo {
    width: 500px;
    top: 3%;
    right: 18%;
  }
  #logo img {
    height: 130px;
  }
  #banner .txt1 {
    width: 36%;
    top: 25%;
    right: 20%;
  }
  #banner .txt2 {
    width: 32%;
    top: 58%;
    right: 23%;
  }
  .gamedownbox {
    top: 450px;
  }
  .mainboxtop {
    margin-top: 60px;
  }
  .newsbox {
    background: url(../image/bg-renwu01.png) no-repeat 600px bottom;
  }
}
