@charset "utf-8";
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;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: none;
}
input,
button,
select,
textarea {
  outline: none;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  list-style: none;
}
em,
i {
  font-style: normal;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
  text-decoration: none;
  color: #c7a880;
}
a,
a:hover {
  text-decoration: none;
}
a,
img,
div,
span {
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 700;
}
.hide {
  display: none;
}
body {
  width: 100%;
  font: 14px/30px "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
  color: #422c0b;
}
.clear {
  *clear: both;
  *zoom: 1;
}
.clear:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.btn {
  cursor: pointer;
}
.container {
  width: 100%;
  /* max-width: 1920px; */
  min-width: 1200px;
  background: url(//i-1.602.com/new/site/2024/1012/20241012022342542.jpg) center top no-repeat;
  background-size: 1920px 1479px;
  min-height: 1479px;
}
.container .age_tips {
  position: absolute;
  right: 309px;
  top: 410px;
  width: 110px;
  height: 120px;
  background: url(../images/age_limit.png) 0 0 no-repeat;
  cursor: pointer;
  z-index: 30;
}
.container .main_bg {
  width: 1200px;
  margin: 0 auto;
}
.container .main_bg .header_t {
  height: 669px;
  margin: 0 auto;
}
.container .main_bg .header_t .logo {
  width: 206px;
  height: 140px;
  background: url(//i-1.602.com/new/site/2024/1012/20241012021801795.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -103px;
}
.container .main_bg .header_t .nav {
  padding-top: 30px;
}
.container .main_bg .header_t .nav a {
  width: 90px;
  height: 34px;
  background: url(../images/top_menus.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 40px;
  float: left;
  display: inline;
}
.container .main_bg .header_t .nav a.n1 {
  background-position: 0 0;
}
.container .main_bg .header_t .nav a.n2 {
  background-position: -90px 0;
}
.container .main_bg .header_t .nav a.n3 {
  background-position: -180px 0;
  margin: 0 220px 0 40px;
}
.container .main_bg .header_t .nav a.n4 {
  background-position: -270px 0;
}
.container .main_bg .header_t .nav a.n5 {
  background-position: -360px 0;
}
.container .main_bg .header_t .nav a.n6 {
  background-position: -450px 0;
}
.container .main_bg .header_t .nav a:hover.n1 {
  background-position: 0 -34px;
}
.container .main_bg .header_t .nav a:hover.n2 {
  background-position: -90px -34px;
}
.container .main_bg .header_t .nav a:hover.n3 {
  background-position: -180px -34px;
}
.container .main_bg .header_t .nav a:hover.n4 {
  background-position: -270px -34px;
}
.container .main_bg .header_t .nav a:hover.n5 {
  background-position: -360px -34px;
}
.container .main_bg .header_t .nav a:hover.n6 {
  background-position: -450px -34px;
}
.container .main {
  position: relative;
}
.container .fix {
  zoom: 1;
}
.container .fix:after,
.container .fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.container .index_top {
  margin-bottom: 6px;
  position: relative;
}
.container .gamelog {
  width: 276px;
}
.container .gamelog .start_btn,
.container .gamelog .start_btn span,
.container .gamelog .start_btn span:after {
  background: url(../images/start_btns.png) no-repeat;
}
.container .gamelog .start_btn {
  display: block;
  height: 140px;
  background-position: 0 0;
}
.container .gamelog .start_btn span,
.container .gamelog .start_btn span:after {
  display: block;
  height: 140px;
  content: '';
  background-position: 0 -280px;
}
.container .gamelog .start_btn:hover {
  background-position: 0 -140px;
}
.container .gamelog .start_btn:hover span {
  -webkit-animation: fd 1.6s linear infinite;
  animation: fd 1.6s linear infinite;
}
.container .gamelog .start_btn:hover span:after {
  -webkit-animation: fd2 1.6s linear infinite;
  animation: fd2 1.6s linear infinite;
  opacity: 0.6;
}
@-webkit-keyframes fd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  30% {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
  45% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fd {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.05);
  }
  30% {
    transform: scale(0.93);
  }
  45% {
    transform: scale(1.04);
  }
  60% {
    transform: scale(1);
  }
}
@-webkit-keyframes fd2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes fd2 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.container .quick_btn {
  height: 38px;
  line-height: 35px;
  background: #3e3f4c;
  position: relative;
}
.container .quick_btn a {
  width: 135px;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  float: left;
  border-left: 1px solid #6d6e78;
  border-right: 1px solid #000000;
}
.container .quick_btn a:hover {
  background: #494a57;
}
.container .quick_btn a em {
  /* line-height:50px; */
  vertical-align: middle;
  font-size: 16px;
}
.container .quick_btn .line {
  width: 2px;
  height: 50px;
  background: #243d68;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.container .userlogbox {
  height: 190px;
  color: #333;
  background: #343340;
  overflow: hidden;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}
.container .log-box {
  padding-left: 10px;
}
.container .log-box .login-btn {
  left: 176px;
  top: 33px;
}
.container .log-box .other {
  margin-top: 16px;
}
.container .newsbox {
  height: 368px;
  width: 362px;
  background: #fff;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  margin-left: 20px;
  box-sizing: border-box;
}
.container .tabs {
  height: 38px;
}
.container .tabs li {
  float: left;
  width: 22%;
}
.container .tabs li a {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  padding: 0px 18px 0 15px;
  border-right: 1px solid #d7d7d7;
  height: 28px;
  color: #666;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-top: 9px;
}
.container .tabs .active a {
  width: auto;
  color: #c74649;
}
.container .news-top {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  margin: 8px 0;
}
.container .news-top a {
  color: #f57979;
  font-weight: 100;
}
.container .news_more {
  position: absolute;
  top: 13px;
  right: 16px;
  width: 34px;
  height: 34px;
  background-position: 0 0;
  background: url(../images/icon.png) no-repeat;
}
.container .news_more:hover {
  background-position: -34px 0;
}
.container .news-list ul li {
  line-height: 38px;
  color: #565656;
  overflow: hidden;
  padding: 0 5px;
}
.container .news-list ul li a {
  display: block;
  width: 250px;
  color: #7c7c7c;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  font-size: 14px;
}
.container .news-list ul li a:hover {
  color: #ff6000;
}
.container .news-list ul li span {
  float: right;
  color: #cecece;
}
.container .news_ico {
  width: 15px;
  height: 15px;
  background-image: url(../images/new_icon.png);
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 9px;
}
.container .news-top {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  margin: 8px 0;
}
.container .banner {
  width: 531px;
  height: 368px;
  float: left;
}
.container .banner #slideBox {
  width: 531px;
  height: 368px;
}
.container .banner #slideBox .bd li {
  width: 531px;
  height: 368px;
  overflow: hidden;
}
.container .banner #slideBox .bd li img {
  width: 531px;
  height: 368px;
}
.container .banner #slideBox .hd li {
  margin: 0 3px 0 0;
  float: left;
  list-style: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #e9ecfc;
  color: #fff;
  font-size: 11px;
  font-family: Arial;
  cursor: pointer;
  text-align: center;
  border: 1px solid #E6CAB4;
}
.container .mt20 {
  margin-top: 20px;
}
.container .gameintro {
  width: 277px;
  height: 383px;
  background: #fff;
}
.container .gameintro .bd {
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.container .home_title {
  font-size: 18px;
  padding: 10px;
  color: #5d5d5d;
  font-weight: 100;
}
.container .serverbox {
  height: 285px;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
}
.container .serverbox dt {
  height: 26px;
  padding: 10px;
  line-height: 22px;
  color: #6b2f0c;
}
.container .serverbox dt span {
  line-height: 26px;
  color: #fff;
  font-size: 14px;
}
.container .serverbox dt em {
  vertical-align: middle;
  display: inline-block;
}
.container .serverbox dt .input {
  width: 161px;
  height: 37px;
  line-height: 37px;
  text-align: left;
  color: #333;
  background: #f5f5f5;
  /* display: inline-block; */
  vertical-align: middle;
  text-indent: 9px;
  /* margin-right: 0px; */
  /* padding-right: 0px; */
}
.container .serverbox dt .enter {
  width: 91px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background: #ff5252;
  display: inline-block;
  vertical-align: middle;
  /* margin-left: 0px; */
  /* margin-left: 0px; */
  /* padding-left: 0px; */
}
.container .serverbox dt .enter:hover {
  background: #ff6d6d;
}
.container .serverbox dd {
  height: 260px;
  overflow: hidden;
  padding: 7px 0;
}
.container .serverbox dd li {
  height: 29px;
  line-height: 28px;
  color: #201f2b;
  display: block;
  width: 100%;
  text-align: center;
}
.container .serverbox dd li a {
  color: #646464;
  float: left;
  margin-left: 13px;
}
.container .serverbox dd li a:hover {
  color: #ff6000;
}
.container .serverbox dd li span {
  float: right;
  margin-right: 11px;
}
.container .serverbox dd li span.red {
  color: #ffffff;
  border-radius: 5px;
  padding: 0px 3px 0px 3px;
  margin-top: 3px;
  line-height: 19px;
  font-size: 12px;
  background: #ff2d2d;
}
.container .serverbox dd li span.green {
  color: #ffffff;
  border-radius: 5px;
  padding: 0px 3px 0px 3px;
  margin-top: 3px;
  line-height: 19px;
  font-size: 12px;
  background: #65a94e;
}
.container .all-server {
  display: block;
  width: 252px;
  height: 36px;
  line-height: 36px;
  color: #aaaaaa;
  font-size: 14px;
  text-align: center;
  border: 1px solid #dadada;
  margin: 0 auto;
  /* background: #d9b852; */
}
.container .all-server:hover {
  background: #efefef;
}
.container .jtbox {
  width: 892px;
  height: 383px;
  background: #fff;
  position: relative;
  margin-left: 20px;
}
.container .jtbox .bd {
  text-align: center;
  padding: 0;
  position: relative;
  background: #ddd;
  margin: 0 8px 0px 0px;
}
.container .screen_shots {
  width: 100%;
  height: 329px;
}
.container .screen_shots img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.container .kf {
  background-color: #2d2d35;
  position: fixed;
  right: -130px;
  bottom: 100px;
  z-index: 100;
  color: #fff;
  width: 130px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.container .kf_cur {
  right: 0;
}
.container .kf_tit {
  background-color: #232524;
  line-height: 32px;
  text-align: center;
  padding: 0 20px;
}
.container .kf_cont {
  padding: 5px 20px;
}
.container .kf_cont .item {
  margin: 7px 0;
  line-height: 1.5;
  font-size: 12px;
  color: #a3a4a6;
}
.container .kf_link {
  display: inline-block;
  background-color: #901f07;
  border-radius: 5px;
  line-height: 26px;
  padding: 0 10px;
  color: #fff;
  margin-top: 5px;
}
.container .kf_link:hover {
  background-color: #af2900;
}
.container .kf_close {
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  display: block;
  background: #2f3032 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAcCAYAAACQ0cTtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ1NURFMkNFRUMxMTFFODk2NkY4RDM2Mjk1RUIyMzEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ1NURFMkJFRUMxMTFFODk2NkY4RDM2Mjk1RUIyMzEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlFNkUxMzc4NThGNTExRThCNDkxRThDRjMxRjk2NzYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlFNkUxMzc5NThGNTExRThCNDkxRThDRjMxRjk2NzYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+v+7F6gAAAN9JREFUeNrMls0NgzAMhR0G6IUReu8B5ukWDNAVuk936CTuvaf0tRJSREOIjWMR6V1A8geOf16IMZ6J6AQ9qfHpoCv0gIZGjABNUE/4swDdIYYGiAw1x35Bl+VDS2AK+sXMvbQA/oGWMCtgFpSD7QWugtZgWmARVIJJgZugLVgtsPqjJOnJBROlW3rxaVDxvWoq7Rt81FSstofemtboyPMcMY1uBeJW+m5NrRlXrBlXewYxSwaxxYrhmhVjuTy5tDxb2ALO2YKWhodTw+Nh5Xi2crdGoBQ4QX3wtN8fAQYAAXzp4ZftFuEAAAAASUVORK5CYII=') no-repeat center / 18px;
  cursor: pointer;
}
.container .kf_show {
  width: 20px;
  padding: 40px 5px 12px;
  text-align: center;
  cursor: pointer;
  line-height: 1.4;
  background: #2196f3 url('../images/kf.png') no-repeat center 8px;
  position: absolute;
  left: -30px;
  top: 0;
  display: none;
}
.column_r {
  width: 916px;
  background-color: #fff;
  /* min-height: 1000px; */
}
.column_r .title {
  width: 100%;
  font-size: 18px;
  color: #5d5d5d;
  line-height: 34px;
  padding-left: 30px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-right: 20px;
}
.column_r .title .addr {
  color: #262626;
}
.column_r .title .addr a {
  color: #262626;
}
.column_r .bd {
  padding: 30px 46px;
  background: #fff;
  min-height: 658px;
}
.column_r .bd .news-list li {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #e5e5e5;
}
.column_r .bd .news-list a {
  width: 666px;
}
.column_r .page {
  margin: 30px auto;
  text-align: center;
  line-height: 30px;
}
.column_r .page a {
  padding: 4px 9px;
  color: #fff;
  margin: 0 2px;
  color: #a49a84;
}
.column_r .page a:hover {
  background: #7a8fd4;
  color: #fff;
}
.column_r .page span {
  padding: 4px 8px;
}
.column_r .page input {
  width: 80px;
  height: 22px;
}
.column_r .news_title {
  height: 34px;
  line-height: 30px;
  font-size: 30px;
  color: #4b4b4b;
  text-align: center;
}
.column_r .time {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.column_r .detail_content {
  margin-top: 30px;
}
.container .newsbox,
.container .gameintro {
  background: url(../images/menu-bg.png) top center no-repeat;
  background-size: 100%;
}
.container .news-list ul li a,
.container .serverbox dd li a,
.container .all-server,
.container .tabs li a,
.container .news-list ul li span {
  color: #827569;
}
.container .all-server {
  border: 1px solid #827569;
}
.container .tabs .active a {
  color: #ff7a00;
}
.container .news-list ul li a:hover,
.container .all-server:hover,
.container .serverbox dd li a:hover {
  color: #ffb856;
}
.container .all-server:hover {
  background: none;
  border: 1px solid #ffb856;
}
.container .news_ico {
  background: url(../images/news-icon.png) no-repeat;
}
.container .home_title {
  color: #858585;
}
.container .serverbox dd li span {
  color: #ff0000;
}
/* 前五个显示其他颜色 */
.container .serverbox dd li:nth-child(-n+5) span {
  color: #5dbe0f;
}
.container .jtbox {
  background: #1f1e28;
  border: 1px solid #4b4540;
  height: 381px;
}
.container .jtbox .home_title {
  padding-bottom: 15px;
}
body {
  background: #1b130c;
}

.game_bh {
  position: absolute;
  top: 38px;
  left: 0;
  color: #ccc;
  z-index: 10000;
}