﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,body{
	height: 100%
}

#wrap {
  overflow: hidden;
  width: 100%;
  background-color: #1D181F
}

#container {
  top: 0;
  position: relative;
  transform: translateY(0px);
}
#pageUl {
  position: fixed;
  right: 10px;
}
#Flash { 
  width:1920px; 
  height:924px; 
  position:absolute; 
  left:50%; 
  margin:0 auto 0 -960px; 
  z-index:0;}

.wrap {
  overflow: hidden;
}
.container {
  transition: 0.5s;
}
.page {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.wrap_server .page{
	height: auto;
}

.page1{
	background: url(../image/head_bg.jpg) center top no-repeat;
}
.page1 .w1200{
	max-height: 1080px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top_bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: url(../image/bar_top.png) center no-repeat;
  box-sizing: border-box;
  color: #c8c7c7;
  font-size: 14px;
  z-index: 2;
}
.top_list {
  margin-right: 30px;
  float: right;
}
.top_bar .top_list .top_item a{display: block;width: 100%;height: 100%}
.top_item {
  float: left;
  cursor: pointer;
}
.top_item.hot {
  position: relative;
}
.top_item.hot::after {
  content: "";
  background-image: url(../image/hot_icon.png);
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 18px;
  right: -5px;
}
.top_list span {
  float: left;
  margin: 0 16px;
}
.logo {
  position: absolute;
  background-image: url(../image/logo-002.png);
  width: 330px;
  height: 169px;
  background-size:100%;
  top: 50px;
  position: relative;
  left: -180px; 
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.page1_line {
  width: 1154px;
  position: absolute;
  bottom: 64px;
  padding-top: 1px;
}
.page1_line .ba-im{
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	margin-top: -20px;
	margin-left: 100px

}
.login_message {
  position: absolute;
  top: -32px;
  left: 0px;
  background-image: url(../image/user_info.png);
  width: 460px;
  height: 26px;
  padding-left: 40px;
  line-height: 26px;
  color: #dddddd;
  font-size: 14px;
  box-sizing: border-box;
}
.login_box {
  float: left;
  width: 445px;
  height: 155px;
  background-image: url(../image/user_box.png);
  padding-left: 72px;
  box-sizing: border-box;
  padding-top: 0px;
  color: #dddddd;
  font-size: 12px;
  padding-right: 60px;
}
.login_box a {
  color: #ddd;
}
.selection_box {
  float: right;
  background-image: url(../image/sever_list.png);
  padding-left: 4px;
  box-sizing: border-box;
  width: 445px;
  height: 167px;
  position: relative;
  top: -12px;
}
.username_input,
.password_input {
  border: 1px solid #9f8164;
  background-color: #dddddd;
  width: 198px;
  height: 24px;
  font-size: 14px;
  color: #706863;
  padding-left: 10px;
}
.username_input:focus,
.password_input:focus {
  outline: none;
}
.username_input {
  margin-bottom: 9px;
}
.login_box_line1 {
  width: 245px;
  margin-top: 9px;
  height: 14px;
}
.login_auto {
  float: left;
  margin-right: 38px;
}
.regist_a {
  float: left;
}
.regist_a:hover,
.forget_pass:hover {
  color: #f32326;
  text-decoration: underline;
}
.forget_pass {
  float: right;
}
.login_box_line2 {
  margin-top: 5px;
  overflow: hidden;
}
.login_box_line2 #agree_reg {
  margin-top: 2px;
}
.login_box_line2 a {
  color: #4ca0ff;
}
.login_box_line {
  width: 110%;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    #998771,
    #998771,
    #998771,
    #998771,
    rgba(0, 0, 0, 0)
  );
  margin-left: -20px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.login_box_line3 a {
  margin-left: 14px;
  padding-left: 20px;
}
.login_wx {
  background: url(../image/page1_icon.png) 0 -71px;
}
.login_sj {
  background: url(../image/page1_icon.png) 0 -97px;
}
.login_qq {
  background: url(../image/page1_icon.png) 0 -127px no-repeat;
}
.login_btn {
  background: url(../image/page1_icon.png);
  width: 72px;
  height: 61px;
  position: absolute;
  top: 11px;
  left: 307px;
  cursor: pointer;
}
.game_btn1 {
  width: 340px;
  height: 173px;
  background: url(../image/down1_game.png) no-repeat;
  position: absolute;
  left: 20%;
  margin-left: -154px;
  z-index: 10;
  top: -190px;
  cursor: pointer;
}
.game_btn2 {
  width: 340px;
  height: 173px;
  background: url(../image/down2_game.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -154px;
  z-index: 10;
  top: -190px;
  cursor: pointer;
}
.game_btn3 {
  width: 340px;
  height: 173px;
  background: url(../image/down3_game.png) no-repeat;
  position: absolute;
  left: 80%;
  margin-left: -154px;
  z-index: 10;
  top: -190px;
  cursor: pointer;
}
.game_btn1:hover {
  background-position-y: -214px;
}
.game_btn2:hover {
  background-position-y: -214px;
}
.game_btn3:hover {
  background-position-y: -214px;
}
.selection_box {
  font-size: 14px;
  color: #ddd;
}
.selection_box select {
  background: none;
  text-align: center;
  width: 70px;
  height: 20px;
  color: #aaa;
  border: 1px solid #ddd;
  font-size: 12px;
  outline: none;
}
.selection_box select option {
  color: #000;
}
/* .selection_box select::-ms-expand { display: none; } */
.selection_box input {
  width: 43px;
  height: 20px;
  background: none;
  border: 1px solid #ddd;
  color: #aaa;
  text-align: center;
}
.selection_box .select_top p {
  float: left;
  margin-right: 6px;
}
.selection_box .select_top {
  height: 21px;
  width: 365px;
  margin: 27px auto 16px;
  line-height: 20px;
}
#enter_game {
  width: 49px;
  height: 20px;
  background-position: -529px -296px;
  float: right;
  font-size: 12px;
  color: transparent;
  text-align: center;
  line-height: 19px;
  background: url(../image/page1_icon.png) -127px 0px;
}
#enter_game:hover {
  background-position-x: -194px;
}
#index_server_list_ul_id {
  width: 416px;
  margin: 0 auto;
}
#index_server_list_ul_id li {
  width: 163px;
  float: left;
  margin: 8px 14px 0;
  padding-left: 17px;
  background-position: -566px -343px;
  position: relative;
}
#index_server_list_ul_id li a {
  font-size: 14px;
  color: #dddddd;
}
#index_server_list_ul_id li .ser-txt {
  float: left;
  width: 94px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index_server_list_ul_id li a .status {
  float: right;
  font-size: 14px;
  width: 68px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index_server_list_ul_id li i {
  display: block;
  background: url(../image/page1_icon.png) -86px 0px no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
li.hot a .status {
  color: #be1313;
}
li.just a .status {
  color: #f3c063;
}
#index_server_list_ul_id li a:hover {
  color: #be1313;
}
#index_server_list_ul_id li a:hover span {
  text-decoration: underline;
  color: #be1313;
}
#index_server_list_ul_id .service {
  background: none;
  padding: 0;
  margin: 13px 0 0 108px;
}
#index_server_list_ul_id .service a {
  display: block;
  width: 180px;
  height: 14px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
#index_server_list_ul_id .service a:hover {
  border-color: #f3c063;
}
.page_scroll {
  background: url(../image/page_scroll.png) no-repeat;
  position: absolute;
  width: 290px;
  height: 68px;
  margin-left: -170px;
  left: 50%;
  bottom: 14px;
  animation: mouse 3s linear infinite;
  -webkit-animation: mouse 3s linear infinite;
  -moz-animation: mouse 3s linear infinite;
  -ms-animation: mouse 3s linear infinite;
  animation: mouse 3s linear infinite;
}
@keyframes mouse {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes mouse {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes mouse {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes mouse {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.page2 {
  background: url(../image/page2_bg.jpg) center top no-repeat;
  padding-top: 316px;
  box-sizing: border-box;
}
.page2_swiper {
  background: url(../image/page2_swiper.png) center top no-repeat;
  width: 642px;
  height: 440px;
  box-sizing: border-box;
  padding: 6px;
  float: left;
}
.mSwiper {
  width: 628px;
  height: 426px;
  border: 1px solid #eabc85;
  position: relative;
  overflow: hidden;
}
.swiper-pagination,
.swiper-pagination-special {
  right: 15px;
  bottom: 15px;
  height: 28px;
}
.swiper-pagination,
.swiper-pagination-special {
  height: 28px;
  margin-left: -6px;
  margin-right: 7px;
  top: 0px;
  left: 0;
  width: max-content;
  position: static;
  padding-top: 3px;
}
.swiper-pagination-box,
.swiper-pagination-special-box {
  height: 28px;
  position: absolute;
  right: 22px;
  bottom: 8px;
  width: max-content;
  background-color: rgba(32, 32, 44, 0.9);
  border-top: 1px solid rgba(32, 32, 44, 0.9);
  border-bottom: 1px solid rgba(32, 32, 44, 0.9);
  z-index: 9;
}
.swiper-pagination-before,
.swiper-pagination-special-before {
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  left: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px rgba(32, 32, 44, 0.9) solid;
  border-left: none;
}
.swiper-pagination-after,
.swiper-pagination-special-after {
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  right: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: none;
  border-left: 15px rgba(32, 32, 44, 0.9) solid;
}
.swiper-pagination-after:after,
.swiper-pagination-special-after:after {
  content: " ";
  display: inline-block;
  height: 20px;
  width: 20px;
  border-width: 1px 1px 0 0;
  border-color: rgba(32, 32, 44, 0.9);
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: -10px;
  right: 4px;
}
.swiper-pagination-before:after,
.swiper-pagination-special-before:after {
  content: " ";
  display: inline-block;
  height: 20px;
  width: 20px;
  border-width: 0 0 1px 1px;
  border-color: rgba(32, 32, 44, 0.9);
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: -10px;
  left: 4px;
}
.swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: url(../image/page1_icon.png) -79px -29px no-repeat;
  margin-left: 13px;opacity:1;
}
.swiper-pagination-bullet-active {
  background-position: -112px -29px;
}
.page2_box {
  position: relative;
  left: -10px;
  width: 1214px;
}
.page2_news {
  float: right;
  width: 564px;
  height: 440px;
  background: url(../image/page2_news.png) no-repeat;
  box-sizing: border-box;
  padding: 6px;
}
.page2_news_top {
  display: flex;
  height: 52px;
  background: url(../image/page2_new_a.png) bottom  no-repeat;
  background-position-x:-905px ;
  transition:0.2s all;
}
.page2_news_top a {
  line-height: 52px;
  color: #a8a8a8;
  width: 107px;
  text-align: center;
}
.page2_news_top a:hover,.page2_news_item:hover{
	color: #eabc85;
	text-decoration:none;
}
.page2_news_top a.active {
  color: #eabc85;
  border: none;
}
.page2_news_more {
  flex: 1;
  position: relative;
  display: none
}
.page2_news_more.more_1{
	display: block;
}
.page2_news_box {
  width: 550px;
  height: 426px;
  border: 1px solid #eabc85;
}
.page2_news_more a {
  width: 17px;
  height: 17px;
  background: url(../image/page1_icon.png) -159px -29px no-repeat;
  position: absolute;
  top: 16px;
  right: 18px;
  border-bottom: none;
}
.page2_news_more a:hover{
	background-position: -185px -29px;
}

.page2_news_content {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 25px 0;
  display: none
}
.page2_news_content.content_1{
	display: block;
}
.page2_news_item {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #d8dcdf;
  position: relative;
  border-bottom: 1px solid #101010;
}
.page2_news_time {
  font-size: 14px;
  color: #737373;
  float: right;
}
.page2_news_item:nth-child(11){display:none;}
.page2_news_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.jump_div{width:159px;height:155px;position:absolute;right:342px;bottom:328px;}
.jump_div p{width:100%;height:100%;background:url(../image/jump.png) 0 0 no-repeat;position:absolute;top:0;left:0;animation: circle_run 10s infinite linear;}
.jump_div a{display:block;height:100%;background:url(../image/jump_txt.png) center no-repeat;position:relative;z-index:2}
.page2_news_item.hot {
  color: #eaca85;
  background: url(../image/page1_icon.png) -122px -62px no-repeat;
  padding-left: 65px;
}

.page3 {
  background: url(../image/page3_bg.jpg) center top no-repeat;
  box-sizing: border-box;
}
.page3 {
  position: relative;
  padding: 1px;
  box-sizing: border-box;
}
.page3 .specialSwiperBox {
  width: 1200px;
  margin: 244px auto 0;
  /*overflow-x: hidden;*/
  height: 800px;
}
.page3 .specialSwiperBox .specialSwiper {
  width: 2161px;
  height: 562px;
  margin: 0 auto;
  margin-left: -480px;
  position: relative;
}
.page3 .specialSwiperBox .specialSwiper .swiper-slide{
  opacity: 0!important

}
.page3 .specialSwiperBox .specialSwiper .swiper-slide .swiper_stage{
	opacity: 0;
	transition: 0.3s opacity
}
.page3 .specialSwiperBox .specialSwiper .swiper-slide.swiper-slide-active .swiper_stage{
	opacity: 1
}
.page3 .specialSwiperBox .specialSwiper .swiper-slide.swiper-slide-active{z-index: 10;opacity: 1!important}
.page3 .specialSwiperBox .specialSwiper .swiper-slide.swiper-slide-next,
.page3 .specialSwiperBox .specialSwiper .swiper-slide.swiper-slide-prev{
	z-index: 5;
	display:block;
	opacity: 1!important
}
.page3 .specialSwiperBox .specialSwiper .swiper-slide {
  cursor: grab;
  transform: scale(0.8);
  transition: all 0.5s;
  border-radius: 0px;
  border: 1px solid #eabc85;
  box-sizing: border-box;
  filter: brightness(0.5);
  position: relative;
  z-index: 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 998px;
  height: 560px;
}
.page3 .specialSwiperBox .specialSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.page3 .specialSwiperBox .specialSwiper .swiper-slide-active {
  transform: scale(1);
  filter: brightness(1);
  z-index: 1;
}
.page3 .specialSwiperBox .specialSwiper .swiper-slide .slideImg {
  width: 100%;
  height: 100%;
}
.swiper-pagination-special-box {
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper_stage {
  width: 528px;
  height: 333px;
  background-image: url(../image/swiper_stage.png);
  position: absolute;
  bottom: -50px;
  right: -75px;
  z-index: 9;
}
.prev_btn {
  width: 86px;
  height: 62px;
  background: url(../image/page1_icon.png) -93px -177px no-repeat;
  left: -94px;
  margin-top: -133px;
}
.prev_btn:hover {
  background-position: -201px -177px;
}
.next_btn {
  width: 86px;
  height: 62px;
  background: url(../image/page1_icon.png) -93px -110px no-repeat;
  right: -94px;
  margin-top: -133px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  opacity: 0;
}
.next_btn:hover {
  background-position: -201px -110px;
}
.swiper_stage_img5 {
  width: 800px;
  height: 833px;
  position: absolute;
  top: -360px;
  right: -115px;
  background: url(../image/special5.png) 0 0 no-repeat;
  -webkit-animation: ds_enter5 1s steps(8) infinite;
  -moz-animation: ds_enter5 1s steps(8) infinite;
  -ms-animation: ds_enter5 1s steps(8) infinite;
  animation: ds_enter5 1s steps(8) infinite;
}
@-webkit-keyframes ds_enter5 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -6400px 0px;
  }
}
@-moz-keyframes ds_enter5 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -6400px 0px;
  }
}
@-o-keyframes ds_enter5 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -6400px 0px;
  }
}
@keyframes ds_enter5 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -6400px 0px;
  }
}
.swiper_stage_img1 {
  width: 1000px;
  height: 634px;
  position: absolute;
  top: -232px;
  right: -280px;
  background: url(../image/special1.png) 0 0 no-repeat;
  -webkit-animation: ds_enter1 1s steps(13) infinite;
  -moz-animation: ds_enter1 1s steps(13) infinite;
  -ms-animation: ds_enter1 1s steps(13) infinite;
  animation: ds_enter1 1s steps(13) infinite;
}
@-webkit-keyframes ds_enter1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -13312px 0px;
  }
}
@-moz-keyframes ds_enter1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -13312px 0px;
  }
}
@-o-keyframes ds_enter1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -13312px 0px;
  }
}
@keyframes ds_enter1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -13312px 0px;
  }
}
.swiper_stage_img2 {
  width: 1016px;
  height: 833px;
  position: absolute;
  top: -511px;
  right: -472px;
  background: url(../image/special2.png) 0 0 no-repeat;
  -webkit-animation: ds_enter2 1s steps(8) infinite;
  -moz-animation: ds_enter2 1s steps(8) infinite;
  -ms-animation: ds_enter2 1s steps(8) infinite;
  animation: ds_enter2 1s steps(8) infinite;
}
@-webkit-keyframes ds_enter2 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -8190px 0px;
  }
}
@-moz-keyframes ds_enter2 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -8190px 0px;
  }
}
@-o-keyframes ds_enter2 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -8190px 0px;
  }
}
@keyframes ds_enter2 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -8190px 0px;
  }
}
.swiper_stage_img3 {
  width: 1000px;
  height: 895px;
  position: absolute;
  top: -573px;
  right: -375px;
  background: url(../image/special3.png) 0 0 no-repeat;
  -webkit-animation: ds_enter3 1s steps(12) infinite;
  -moz-animation: ds_enter3 1s steps(12) infinite;
  -ms-animation: ds_enter3 1s steps(12) infinite;
  animation: ds_enter3 1s steps(12) infinite;
}
@-webkit-keyframes ds_enter3 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -12288px 0px;
  }
}
@-moz-keyframes ds_enter3 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -12288px 0px;
  }
}
@-o-keyframes ds_enter3 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -12288px 0px;
  }
}
@keyframes ds_enter3 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -12288px 0px;
  }
}
.swiper_stage_img4 {
  width: 1000px;
  height: 834px;
  position: absolute;
  top: -423px;
  right: -206px;
  background: url(../image/special4.png) 0 0 no-repeat;
  -webkit-animation: ds_enter4 1s steps(8) infinite;
  -moz-animation: ds_enter4 1s steps(8) infinite;
  -ms-animation: ds_enter4 1s steps(8) infinite;
  animation: ds_enter4 1s steps(8) infinite;
}
@-webkit-keyframes ds_enter4 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -8192px 0px;
  }
}
@-moz-keyframes ds_enter4 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -8192px 0px;
  }
}
@-o-keyframes ds_enter4 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -8192px 0px;
  }
}
@keyframes ds_enter4 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -8192px 0px;
  }
}


.user_info {
	background: url(../image/line-x.png) bottom center no-repeat;
}



.blk_privilege ul li {
  float: left;
  margin: 7px 20px 10px 0;
  font-size: 12px;
}
.blk_privilege ul li a:hover {
  color: #f3c063;
}
.blk_privilege {
  height: 28px;
}



li.new a .status {
    color: #ff4e00;
}
.my_money,
.sign {
  display: none;
}
.page4{
	width: 100%;
  height: 1080px;
  background: url(../image/page4_bg.jpg) top center no-repeat;
  background-color: transparent!important;
  overflow: hidden;

}
.section {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
.article_new {
  position: relative;
  box-sizing: border-box;
  width: 1024px;
  height: 280px;
  margin: 336px auto;
  padding: 1px;
  background: url(../image/page4_content.png) no-repeat;
}
.article_new img {
  display: block;
  width: 113px;
  height: 113px;
}
.article_new .first_pic {
  margin-left: 60px;
  margin-top: 82px;
}
.article_new .first dt {
  position: absolute;
  bottom: 45px;
  left: 68px;
  font-size: 14px;
  color: #b5b8bc;
}
.article_new .first dd {
  position: absolute;
  bottom: 21px;
  left: 60px;
  font-size: 14px;
  color: #eaca85;
}

.article_new .second_pic {
  margin-left: 323px;
  margin-top: -113px;
}
.article_new .second dt {
  position: absolute;
  bottom: 49px;
  left: 58px;
  margin-left: 265px;
  font-size: 14px;
  color: #b5b8bc;
}
.article_new .second dd {
  position: absolute;
  bottom: 21px;
  left: 60px;
  margin-left: 252px;
  font-size: 14px;
  color: #eaca85;
}
.article_new .third_pic {
  margin-left: 587px;
  margin-top: -113px;
}
.article_new .third dt {
  position: absolute;
  bottom: 45px;
  left: 68px;
  margin-left: 517px;
  font-size: 14px;
  color: #b5b8bc;
}
.article_new .third dd {
  position: absolute;
  bottom: 21px;
  left: 60px;
  margin-left: 532px;
  font-size: 14px;
  color: #eaca85;
}
.article_new .fourth {
  position: absolute;
  bottom: 83px;
  left: 882px;
  margin-left: 1px;
  font-size: 14px;
  color: #eaca85;
}
.article_new .fifth {
  position: absolute;
  bottom: 64px;
  left: 833px;
  margin-left: 1px;
  font-size: 14px;
  color: #b5b8bc;
}
.article_new .sixth {
  position: absolute;
  bottom: 64px;
  left: 894px;
  margin-left: 1px;
  font-size: 14px;
  color: #eaca85;
}
.article_new .btn_service {
  display: block;
  position: absolute;
  bottom: 29px;
  left: 858px;
  width: 107px;
  height: 25px;
  background: url(../image/page4_icon.png) -13px -228px no-repeat;
}
.article_new .btn_service:hover {
  background: url(../image/page4_icon.png) -135px -228px no-repeat;
}


.aside_new {
  position: fixed;
  top: 50%;
  right: 44px;
  margin-top: -88px;
  width: 147px;
  height: 393px;
  background: url(../image/aside_11.png) 0 0 no-repeat;
  z-index: 99;
}
.aside_new .aside_qrcode {
  position: absolute;
  margin-left: 20px;
  margin-top: 24px;
  width: 106px;
  height: 106px;
  display: block;
}
.aside_new ul {
  margin-top: 166px
}
.aside_new ul li {
  width: 131px;
  height: 33px;
  margin: 0 auto 10px;
}
.aside_new ul li .android_download {
  position: relative;
  display: block;
  width: 131px;
  height: 33px;
  background: url(../image/page4_icon.png) 0 0 no-repeat;
}
.aside_new ul li .ios_download {
  position: relative;
  display: block;
  width: 131px;
  height: 33px;
  background: url(../image/page4_icon.png) 0 -283px no-repeat;
}
.aside_new ul li .ios_download:hover{background-position-y:-324px }
.aside_new ul li .android_download .border_first {
  display: none;
  position: absolute;
  top: -51px;
  right: 141px;
  width: 119px;
  height: 113px;
  background: url(../image/aside_pop.png) no-repeat;
}
.aside_new ul li .android_download .border_first .img_first {
  margin-left: 14px;
  margin-top: 16px;
  width: 80px;
  height: 80px;
  transform:scale(1.1);
}

.aside_new ul li .android_download:hover {
  background: url(../image/page4_icon.png) -133px 0 no-repeat;
}
.aside_new ul li .android_download:hover .border_first {
  display: block;
}
.aside_new ul li .box_download {
  display: block;
  width: 131px;
  height: 33px;
  background: url(../image/page4_icon.png) 0 -42px no-repeat;
}
.aside_new ul li .box_download:hover {
  background: url(../image/page4_icon.png) -133px -42px no-repeat;
}
.aside_new ul li .wechat_group {
  display: block;
  width: 131px;
  height: 33px;
  background: url(../image/page4_icon.png) 0 -83px no-repeat;
}
.aside_new ul li .wechat_group .border_second {
  display: none;
  position: absolute;
  top: 246px;
  right: 148px;
  width: 119px;
  height: 113px;
  background: url(../image/aside_pop.png) no-repeat;
}
.aside_new ul li .wechat_group .border_second .img_second {
  margin-left: 14px;
  margin-top: 16px;
  width: 80px;
  height: 80px;
}
.aside_new ul li .wechat_group:hover {
  background: url(../image/page4_icon.png) -133px -83px no-repeat;
}
.aside_new ul li .wechat_group:hover .border_second {
  display: block;
}
.aside_new ul li .wechat_official_account {
  display: block;
  width: 131px;
  height: 33px;
  background: url(../image/page4_icon.png) 0 -125px no-repeat;
}
.aside_new ul li .wechat_official_account .border_third {
  display: none;
  position: absolute;
  top: 280px;
  right: 148px;
  width: 119px;
  height: 113px;
  background: url(../image/aside_pop.png) no-repeat;
}
.aside_new ul li .wechat_official_account .border_third .img_third {
  margin-left: 14px;
  margin-top: 16px;
  width: 80px;
  height: 80px;
}
.aside_new ul li .wechat_official_account:hover {
  background: url(../image/page4_icon.png) -133px -125px no-repeat;
}
.aside_new ul li .wechat_official_account:hover .border_third {
  display: block;
}
.aside_new .top_return {
  display: block;
  position: absolute;
  bottom: -42px;
  left: 48px;
  width: 58px;
  height: 58px;
  background: url(../image/page4_icon.png) -37px -164px no-repeat;
}
.aside_new .top_return:hover {
  background: url(../image/page4_icon.png) -94px -164px no-repeat;
}







.bg_img1{position: absolute;background: url(../image/bg_img1.png);width: 550px;height: 623px;top: 361px;left: 51px;animation: circle_run 20s infinite linear;}
.bg_img2{position: absolute;background: url(../image/bg_img2.png);width: 311px;height: 311px;top: 170px;right: 3px;animation: circle_run 15s infinite linear;}
@keyframes circle_run{
    0%{ transform:rotate(0deg); }
    100%{ transform:rotate(360deg); }
}





.wrap .top_item:hover{
	text-decoration: underline;
	color: #efd8a3;
}












.wrap_server .w1200{
	margin-bottom: 200px;
}
.wrap_server .right_news {
    width:900px;
    background: rgba(255, 255, 255, 0.9);
    padding: 35px 50px;
    min-height: 560px;
    box-sizing: border-box;
    position: relative;
    right: -5px;
    height: min-content;
}
.wrap_server .right_news_t{
    display: flex;
    justify-content: space-between;
    border-left: 7px solid #AC0203;
    padding-left: 7px;
    height: 38px;
    line-height: 37px;
    font-size: 26px;
    color: #4e4e4e;
    padding-left: 7px;
}
.wrap_server .right_news_back{
    width: 43px;
    height: 22px;
    background: url(../image/news_back.png)  no-repeat;
    cursor: pointer;
    transition: all 0.2s ;
    margin-top: 10px;
    margin-left: 10px;
}
.wrap_server .right_news_back:hover{
    background: #AC0203;
    width: 70px;
}
.wrap_server .right_news_back:hover a{
    color: #fff;
}
.wrap_server .right_news_back a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    font-size: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
}
.wrap_server .right_news .news_classify {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #B5B5B5;
    margin-top: 35px;
}
.wrap_server .right_news .news_classify li {
    float: left;
    margin-right: 50px;
    font-size: 22px;
    color: #4e4e4e;
    height: 37px;
}
.wrap_server .right_news .news_classify li.active, .right_news .news_classify li:hover {
    font-weight: bold;
    color: #b50202;
    border-bottom: 2px solid #b50202;
}
.wrap_server .right_news .news_classify li.active a, .right_news .news_classify li:hover a {
    color: #b50202;
}
.wrap_server .news_classify a:hover{
	text-decoration: none
}
.wrap_server .news_list{
    margin-top: 25px;
}
.wrap_server .right_news .news_list li {
    height: 37px;
    line-height: 37px;
    color: #4e4e4e;
    width: 100%;
}
.wrap_server .right_news .news_list li a{
    font-size: 14px;
    display: block;
    float: left;
    height: 30px;
}
.wrap_server .news_list li a:hover {
    color: #b50202;
    text-decoration:underline
}
.wrap_server .right_news .news_list li span {
    float: right;
    font-size: 14px;
    color: #4e4e4e;
}
.wrap_server .right_news .public_page {
    font-size: 12px;
    text-align: center;
    margin-top: 50px;
}
.wrap_server .right_news .public_page a {
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid #4e4e4e;
    color: #4e4e4e;
    margin: 0 5px;
    line-height: 17px;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
}
.wrap_server .pageturn, .choose_page {
    display: none !important;
}
.wrap_server .right_news .public_page a:hover, .right_news .public_page a.currentpage {
    background: #AC0001;
    border-color: #AC0001;
    color: #fff !important;
}
.userCARDS_error p{text-align: left;}
.wrap_server .public_page a, .public_page span{margin-top: 0px;} 
.wrap_server .page_scroll{display: none}
.left_news .userCARDS_loginbtn{}
.left_news .userCARDS_input .t_c{width: 150px;}
.left_news .userCARDS_input .t_c .t{width: 150px;}
.left_news .userCARDS_loginbtn{top: 10px;right: 6px;}
.left_news .userCARDS_forget{top: 75px!important;left: 178px;}
.left_news #login_check_box{margin-left: -29px;position: relative;z-index: 9}
.left_news .game_btn{margin-top: 4px!important;margin-left: -150px;}
.left_news .selection_box{top: 12px;}
.left_news .login_box{padding-top: 9px;margin-top: 2px;}

.status_like{overflow: hidden;margin: 14px 0;display: flex;align-items: center;justify-content: center;}
.status_like div{height: 28px;padding-left: 45px;background: url(../image/zans.png) 0 -156px no-repeat;float: left;margin-right: 32px;line-height: 35px;cursor: pointer;color: #4d4d4d}
#tread_list{background-position: 0 -366px;}
#tread_list:hover,#tread_list.curr{background-position: 0 -227px}
.status_like div:hover{background-position: 0 -15px;color: #BE1313}
.status_like div.dones,.status_like div.curr{background-position: 0 -15px;color: #be1313}
.status_like div.nones{background-position: 0 -86px;color: #b5c6cd}
#tread_list.nones{background-position: 0 -296px}
.article_contain img{max-width: 827px !important}
.news_list ul{margin: 0 12px}
.article_page{margin-bottom: 40px}
.article_page p a:hover{color: #be1313}
.information .server_center p a:hover{background: #50dcd0}
.article_contain #copy_xsk{margin-left: 10px;}
.article_contain #copy_xsk a{color: #fff;background: #50dcd0;padding: 2px 5px; }
.article_contain #copy_xsk a:hover{text-decoration: underline;}
.pageturn,.choose_page{display: none !important;}
.article_contain h1{padding: 0}
.about_skill .title{border-bottom: 1px solid #a4a4a3}
.about_skill .bd_newslis_con{overflow: auto;margin-top: 17px;font-size: 12px;}
.about_skill .bd_newslis_con li{float: left;width: 362px;position: relative;padding-left: 11px;margin-left: 54px}
.about_skill .bd_newslis_con li:nth-child(2n-1){margin: 0}
.about_skill .bd_newslis_con li em{float: right;color: #4e4e4e}
.about_skill .bd_newslis_con li:hover a,.about_skill .bd_newslis_con li:hover em{color: #be1313}
.about_skill .bd_newslis_con li a{display: inline-block;width: 297px;float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #4e4e4e;line-height: 26px;}
.about_skill .bd_newslis_con li::before{content: "";display: block;width: 4px;height: 4px;background: #4e4e4e;border-radius: 50%;position: absolute;top: 50%;margin-top: -2px;left: 0}
.footers.page{ background-image: linear-gradient(to bottom, #0E0C10 , #2A252F)!important;height: 280px!important;width: 100%;color: #949395!important;}
.footers.page a{color: #949395!important;}
#wrap .footers.page{margin-top:  -10px;}
.game_footer{background: none!important;}
.game_footer {color: #949395!important;}
.add_twoway{top: 0;right: 85px;position: relative;}
.top-user{right: 287px;}
.top-user .unlog{margin-left: -210px;}
.an.active{animation: move 0.5s cubic-bezier(0.07, 0.26, 1, 1);}
.right_age_img{display: none!important}
.right_age_alert_mask{display: none}
.page1 .right_age_img{display: block!important;}
.page1 .right_age_alert_mask{display: block;}
.new_game{padding-right: 110px;box-sizing: border-box;}
@keyframes move {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.server_main .logo{
	background: url(../image/logo-002.png) center top / 100% no-repeat;
	width: 213px;
	height: 111px;
	left: 224px;
}
.login_message a{display: none;}
.cShow{display: block!important;}
#alert_server_list{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.7);top: 0;left: 0;z-index: 100;display: none;}
#alert_server_list div{width: 600px;height: 400px;background: url(../image/server_alert.png) 0 0 no-repeat;position: absolute;top: 50%;left: 50%;margin: -200px 0 0 -300px;}
#alert_server_list ul{width: 525px;margin: 46px auto 0;overflow-y: auto;height: 308px; }
#alert_server_list ul::-webkit-scrollbar {width: 3px;}
#alert_server_list ul::-webkit-scrollbar-thumb {border-radius: 3px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: #b4925f;}
#alert_server_list ul::-webkit-scrollbar-track {border-radius: 3px;-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.2);background: rgba(255,255,255,0.4);}
#alert_server_list .server_close {
    position: absolute;
    width: 56px;
    height: 56px;
    background: url(../image/aimg_b.png) 0 0 no-repeat;
    top: -40px;
    left: 646px;
    cursor: pointer;
}
#alert_server_list .server_close:hover {
    background-position: -97px 0;
}
.user-info-box{
	right: 40px;
}
html{
	background-color: #0E121D
}

/*.nav-header-content{    width: 100%;height: 60px;line-height: 60px;background: url(../image/bar_top.png) center no-repeat;box-sizing: border-box;color: #c8c7c7;font-size: 14px;}
.nav-header-content a{display: block;height: 100%; }*/
.wrapper-full.news_full.wrap_server .top_bar{top: 44px;}
.wrapper-full.news_full.wrap_server .w1200{margin-bottom: 0;}
.news_wrapper.warp_header .w1200.con{padding-top: 495px;display: flex;justify-content: space-between;}
.right_news .t h2{    display: flex;justify-content: space-between;border-left: 7px solid #AC0203;padding-left: 7px;height: 38px;line-height: 37px;font-size: 26px;color: #4e4e4e;padding-left: 7px;}
.right_news .t .guide{    width: 43px;height: 22px;background: url(../image/news_back.png) no-repeat;position: absolute;right: 37px;top: 39px;cursor: pointer;transition: all 0.2s;}
.right_news .t .guide a{    display: block;width: 100%;height: 100%;color: transparent;font-size: 12px;text-align: center;font-size: 12px;line-height: 22px;white-space: nowrap;}
.right_news .t .guide:hover{    background: #AC0203;width: 70px;}
.right_news .t .guide:hover a {color: #fff;}
.news_wrapper .article_contain h4 {
    text-align: center;
    color: #000;
    margin-top: 1px;
    font-size: 20px;
    font-weight: normal;
    font-weight: bold;
    line-height: 57px;
}
#getcard {
    background: #AC0203;
    border: none;
    color: #fff !important;
}
.article_contain .txt h2 {
    font-size: 18px;
    line-height: 25px;
}
.loged .user-exit{margin-right:6px}
