<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
a,
div,
h1,
h2,
img,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

li,
ul {
  list-style-type: none;
}

.gameHeader a {
  text-decoration: none;
  cursor: pointer;
  color: #7e7e7e;
}

.gameHeader a:hover {
  text-decoration: none;
  color: #f58120;
}

i,
em {
    font-style: normal;
    -o-transition: none .4s ease-in-out!important;
    -ms-transition: none .4s ease-in-out!important;
    -moz-transition: none .4s ease-in-out!important;
    -webkit-transition: none .4s ease-in-out!important;
    transition: none .4s ease-in-out!important;
}


.hide {
  display: none;
}

.ir {
  overflow: hidden;
  line-height: 99em;
}

.cd,
.game-gameTop {
  *zoom: 1;
}

.cd:after,
.game-gameTop:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

.m-topGame a:hover {
  text-decoration: none;
}

.gameHeader {
  background: url(../img/headerIcon.png?12) repeat-x 0 -124px;
  height: 51px;
  border-bottom: 1px solid #e6e6e6;
  font: 14px/25px "\5FAE\8F6F\96C5\9ED1";
}

.gameHeader .u-gameLogo {
  position: absolute;
  top: 9px;
  left: 24px;
  width: 114px;
  height: 35px;
  float: left;
  z-index: 5;
}

.gameHeader .u-gameLogo a {
  display: block;
  width: 114px;
  height: 35px;
  background: url(../img/logo.png) no-repeat;
}

.game-gameTop {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10000;
  height: 52px;
  background: url(../img/headerIcon.png?12) repeat-x 0 -124px;
}

.game-gameAD {
  margin-left: 250px;
  cursor: pointer;
  float: left;
  height: 52px;
}

.game-gameAD .u-gameAD-big {
  top: 0;
  left: 0;
  position: absolute;
  width: 1200px;
  height: 197px;
  display: none;
  z-index: 1;
}

/*game nav*/
.game-gameNav {
  line-height: 51px;
  float: left;
  color: #7e7e7e;
  position: absolute;
  z-index: 7;
  right: 125px;
}

.game-gameNav li {
  float: left;
}

.game-gameNav a {
  padding: 0 12px;
  position:relative;
  float:left;
  display: block;
}
.game-gameNav li b{
  float:left;
  font-weight:500;
}
.game-gameNav .collect {
    background: url(../img/headerIcon.png?14) 47px -178px no-repeat;
    padding: 0 15px 0 12px;
    height: 42px;
    overflow: hidden;
}

/*collect*/
.u-collectBox {
  position: relative;
  float: right;
}

.u-collectBox .u-collect {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 6px;
  right: -61px;
  *width:120px;
}

.u-collectBox .u-collect.hover {
  height: 442px;
  -webkit-transition: height .3s ease 0s;
  -moz-transition: height .3s ease 0s;
  -ms-transition: height .3s ease 0s;
  -p-transition: height .3s ease 0s;
  transition: height .3s ease 0s;
}

.u-collectBox .u-tt {
  display: block;
  width: 67px;
  height: 36px;
  padding-top: 9px;
  border: 1px solid #d7d7d7;
  border-bottom: 0;
  text-indent: 15px;
  line-height: 19px;
  background: #fbfbfb url(../img/headerIcon.png?12) -35px -179px no-repeat;
}

.u-collectBox .u-lst {
  background: #fbfbfb;
  width: 118px;
  height: 118px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding-top: 7px;
}

.u-collectBox li {
  padding: 0 15px;
  line-height: 36px;
}

.u-collectBox li a {
  background: url(../img/headerIcon.png?12) no-repeat;
  padding-left: 20px;
  display: block;
}

.u-collectBox li a:hover {
  color: #000;
}

.u-collectBox li a.icon1 {
  background-position: 0 -214px;
}

.u-collectBox li a.icon1:hover {
  background-position: -107px -214px;
}

.u-collectBox li a.icon2 {
  background-position: 0 -250px;
}

.u-collectBox li a.icon2:hover {
  background-position: -107px -250px;
}

.u-collectBox li a.icon3 {
  background-position: 0 -286px;
}

.u-collectBox li a.icon3:hover {
  background-position: -107px -286px;
}

/*login*/
.header-login {
  float: left;
  text-align: right;
  max-width: 252px;
  position:relative;
}

.header-login .name{
  width: 110px;
  height: 51px;
  overflow: hidden;
  padding-right: 12px;
  display: inline-block;
  float: left;
  text-align: right;
}

/*topGame*/
.game-topGame {
  width: 103px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5; 
}

.game-topGame .top-game {
  background: #fff;
  border: 1px solid #d4dadf;
  display: block;
  width: 103px;
  height: 28px;
  color: #000;
  float: right;
  margin-top: 11px;
  line-height: 27px;
}

.game-topGame .top-game:hover {
  background: -webkit-linear-gradient(#fff, #f1f1f1);
  background: -o-linear-gradient(#fff, #f1f1f1);
  background: -moz-linear-gradient(#fff, #f1f1f1);
  background: linear-gradient(#fff, #f1f1f1);
}

.game-topGame .top-game:hover i {
  background-position: -112px -91px;
}

.game-topGame .top-game i {
  margin: 0 7px 0 15px;
  float: left;
  line-height: 28px;
  background: url(../img/headerIcon.png?12) no-repeat -112px -60px;
  width: 12px;
  height: 25px;
  display: inline-block;
  float: left;
}

/*topGame Hover*/	
/*
.top-gameBox {
  background: #fff;
  position: absolute;
  top: 52px;
  width: 1200px;
  right: 0;
  height: 0;
  overflow: hidden;
}

.top-gameBox .top-ad {
  width: 545px;
  height: 442px;
  float: left;
  overflow: hidden;
  display: block;
}

.top-gameBox .top-lst {
  width: 654px;
  float: left;
  border-left: 1px solid #e9e9e9;
}*/
.top-gameBox.open.top-gameBox {
  height: 486px;
  -webkit-transition: height .3s ease 0s;
  -moz-transition: height .3s ease 0s;
  -ms-transition: height .3s ease 0s;
  -p-transition: height .3s ease 0s;
  transition: height .3s ease 0s;
}

.m-headerGame {
  width: 184px;
  float: left;
  margin: 14px 17px 0;
  height: 372px;
}

.m-headerGame .m-headerTitle {
  font: bold 16px/35px "\5FAE\8F6F\96C5\9ED1";
  border-bottom: 1px solid;
}

.m-headerGame .m-headerTitle.web-title {
  color: #f58120;
  border-bottom-color: #f58120;
}

.m-headerGame .m-headerTitle.mobile-title {
  color: #47c6f5;
  border-bottom-color: #47c6f5;
}

.m-headerGame .m-headerTitle.casual-title {
  color: #9dd428;
  border-bottom-color: #9dd428;
}

.u-gameLst {
  padding-top: 17px;
}

.u-gameLst li {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.u-gameLst a {
  margin-bottom: 5px;
  color: #505050;
  display: block;
  clear: both;
  height: 25px;
}

.u-gameLst a:hover {
  color: #f58120;
}

.u-gameLst span {
  float: left;
}

.u-gameLst i {
  float: left;
  background: url(../img/headerIcon.png?12) no-repeat;
  display: inline-block;
  width: 21px;
  height: 25px;
  margin-left: 10px;
}

.u-gameLst i.hot {
  background-position: 0 -25px;
}

.u-gameLst i.new {
  background-position: 0 0;
}

a.game-btnBig {
  width: 103px;
  height: 32px;
  display: block;
  clear: both;
  color: #f58120;
  margin: 0 auto;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  background: url(../img/headerIcon.png?12) no-repeat 0 -58px;
}

a.game-btnBig:hover {
  background-position: 0 -91px;
  color: #fff;
}
.letter{ display:inline-block; 
  width:20px;
  height:15px;
  display:inline-block;
  background:  url(../img/headerIcon.png?12) no-repeat 0 -343px;
  margin:18px 0 0 5px;
  float:left;
}
.letter.cur{
  background-position: -108px -343px;
}
 
.header-login .names span,.comNickname span{
  float:left;
  position: relative;
  width:100px;
  height:35px;
  overflow: hidden;
}


.header-login  .name   ,.comNickname  {
/*  float:left;
  position: relative;
  width:160px;  
  height:35px;
  overflow: hidden;*/
}
.header-login .name  a ,.comNickname a  {
	padding: 0 0px;
	position: inherit; text-align:right; 
	float: left;
	display: inline-block;
	width:85px;
	height:35px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	color: #7e7e7e;
}

.header-login .name  a b,.comNickname a b  {
	display: inline-block;
	width:85px;
	overflow: hidden;
    float: inherit;text-align:right; 
    font-weight: 500;
}


.header-prompt{
  position:absolute;
  width:240px;
  top:45px;
  right:166px;
  font-size:12px;
  background: #FFF7D6;
  border:1px solid #FFC99B;
  height:23px;
  line-height:23px;
  padding:0 9px;
}
.header-prompt a{
  color:#E96A00 !important;
  padding:0 !important;
  float: none !important;
  display: inline !important;
}
.header-prompt i{
  display: block;
  width:14px;
  height:6px;
  position:absolute;
  top:-6px;
  right:35%;
  background: url(../img/headerIcon.png?12) no-repeat 0 -367px;
}
.header-prompt b{
  font-size:18px;
  margin-left:5px;
  position:absolute;
  right:5px;
  cursor: pointer;
  display: block;
  top:0;
}
.header-prompt-close{
  padding-right:25px;
}
/*# sourceMappingURL=gameHeader.css.map */

    /*   ä¿¡æ¯å¼¹å±‚ */
.header-prompt-close{padding-right:25px}
.header-prompt span{font-size:18px;margin-left:5px;position:absolute;right:5px;cursor:pointer;display:block;top:0}
.message-icon,.p-message em{background-image:url(../img/header/message_icon.png);background-repeat:no-repeat;display:block;float:left;width:24px;height:18px}
.p-message{position:absolute;top:29px;right:-87px;z-index:7;width:348px;display:none;cursor:pointer;font-size:14px;overflow:hidden}
.p-message-box{margin-top:14px;border:1px solid #EF7F2F;position:relative;padding-bottom:15px;background:#fff}
.p-message-hover{display:block;transition:height .3s ease 0s}
.p-message-header{height:40px;line-height:40px;text-align:center;margin-left:12px}
.p-message-header i{color:#E3681A;padding:0 5px;font-weight:500}
.game-gameNav li .p-message-header  b { float:none; color:#E3681A;padding:0 5px;font-weight:500}
.p-message-list{overflow:hidden;border-top:1px dashed #EEEFF3;padding:8px 0 14px 12px;font-size:12px; text-align:left;  margin:0;}
.p-message-list:hover{background:#f5f5f5}
.p-message-list dt{padding-right:18px}
.p-message-list dt h4{height:18px;line-height:18px;overflow:hidden;margin:0}
.message-xt h4 i{background-position:0 3px}
.message-gr h4 i{background-position:0 -24px}
.message-hd h4 i{background-position:0 -49px}
.p-message-list dt span{float:right;font-weight:500}
.p-message-list dd{ position:relative;line-height:18px;margin-top:12px; padding:11px 10px 0  0px; margin:0; }
.p-message-list dd a.zi_xiangqi{
	position:absolute;
	right:12px;
	bottom:0;
	color:#EF7F2F;
	display: block;
}
.p-message-list dd a{     padding: 0 2px;
    position: inherit;
    float: none;
    display: 	inline-block ; }
 .see_more_info_ha{padding:13px 0 0 10px;text-align:center;line-height:30px;  }
 .see_more_info_ha a{width:88px;height:22px;border:1px solid #EF7F2F;border-radius:10px;text-align:center;line-height:22px;margin:0 4px;display:inline-block;font-size:12px;color:#EF7F2F!important; float:none; }
 .see_more_info_ha a:hover{color:#fff!important;background:#EF7F2F;   }
.p-message em{height:6px;width:10px;position:absolute;top:-6px;left:50%;background-position:-3px -74px}
.no-news{padding:50px 0 94px}
.no-news dt img{display:block;margin:0 auto}
.no-news dd{padding-top:10px;line-height:100%;text-align:center}



/* æ¸¸æˆåˆ—è¡¨ä¸‹æ‹‰ */
.TopGameShow_Group {
  position: absolute;
  z-index: 105;
  right: 0;
  top: 52px;
  width: 1200px;
  /*height: 487px;*/height: 0px;
  background: #fff;  
  overflow: hidden;
  }

.tGmQu_a {
  float: left;
  width: 488px;
  height: 487px; }

.tGmQu_b {
  float: right;
  width: 712px;
  height: 485px;
  border-bottom: 1px solid #e5e5e5; }

.tGm_tit_zu {
  position: relative;
  height: 55px;
  line-height: 55px;
  padding-left: 29px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }
  .tGm_tit_zu .t-dazi {
    font-size: 20px;
    color: #3a3a3a; }
  .tGm_tit_zu .tGm_zhutu {
    position: absolute;
    top: 0;
    right: 29px;
    text-align: right;
    line-height: 55px; }
    .tGm_tit_zu .tGm_zhutu span {
      display: inline-block;
      padding: 0px 0px 0px 28px; }
    .tGm_tit_zu .tGm_zhutu i {
      margin-right: 7px; }

.tGmlt_zu {
  float: left;
  width: 236px;
  height: 431px;
  border-right: 1px solid #e5e5e5; }
  .tGmlt_zu.tGmlt_01 {
    width: 237px; }
  .tGmlt_zu h2 {
    padding: 15px 0px 10px 33px;
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold; }
  .tGmlt_zu .tGmlt_xiao {
    padding: 0px 30px  0px 33px;
    font-size: 13px; height:362px;  
    line-height: 2.37; overflow:hidden;  }
    .tGmlt_zu .tGmlt_xiao p a {
      display: inline-block; color:#000 ;    width: 100%; }
      .tGmlt_zu .tGmlt_xiao p a span {
        padding-right: 8px; }
    .tGmlt_zu .tGmlt_xiao p a:hover {
      color: #f68121; }
	  
.TopGameShow_Group  .iconC {
display: inline-block;  vertical-align: middle;  zoom: 1;
*display: inline;
background-image:url(../img/headerIcon.png);  background-repeat: no-repeat; }
.iconC_gact_hot { width: 13px; height: 13px; background-position: -28px 0px  ;}
.iconC_gact_new { width: 13px; height: 13px; background-position: -48px 0px  ;}
.iconC_gact_beta { width: 13px; height: 13px; background-position: -67px 0px  ;}</pre></body></html>