/*头部菜单*/
.header a,.header a:hover{text-decoration: none;}
.header{ background: #000 url(../img/bg-top.png) repeat-x left top; min-width: 1000px;}
.header .content {position: relative;width: 1000px;height: 90px;margin: 0 auto;overflow: hidden; }
.header .content h1{display: none;font-size: 0;}
.header .content .logo{float: left;width: 248px;}
.header .content .logo a{display: block;width:100%;height: 100%}
.header .content .logo a img{margin: 9px 0 0 16px; width: 213px; height: 73px;}

.header .content .nav{float: right; text-align: left; height: 100%; width: 720px;}
.header .content .hnav{height: 36px;}
.header .content .hnav .hnav-list{padding: 8px 0 0 380px;}
.header .content .hnav .hnav-list a{background: #fe6906;color: #fff;margin-left: 6px;padding: 4px 6px;border-radius: 3px;}
.header .content .hnav .hnav-list a:hover{background: #f89500;}

.header .content .inav{}
.header .content .inav a{float: left; padding:0 15px; margin-top: 5px; background: url(../img/nav-line.png) center right no-repeat;}
.header .content .inav a em{display: block; text-align: left;font:bold 15px "微软雅黑,黑体";color: #FFF;}
.header .content .inav a em.pay{color: #f00000;}
.header .content .inav a span{display:block; text-align: left; font: normal 10px Arial;color:#7d7d7d;margin-top: 3px;}
.header .content .inav a.bbs{background: none;}
.header .content .inav a.focus em,.header .content .inav a:hover em{color:#ff781e}
.header .content .inav a.focus span,.header .content .inav a:hover span{color:#a84200}
.header .inav a:hover{color:#f6620a;}

.header .nav-card{position: relative;}
.header .nav-card .nav-card-icon{position: absolute; top:-32px; left: 0; display: block; width:54px;height: 25px;background: url(../img/sprite.gif) -100px 0 no-repeat;}

/*所有游戏*/
.all-game-tag{text-align:left; background:url(../img/sprite.gif) no-repeat 0px 0px;width:96px; height:21px; line-height:21px;margin-left:5px; display:inline-block;  padding-left:3px; color:#f6620a; cursor:hand; cursor:pointer; }
.all-games-tra{padding:4px 8px;position:absolute; top:-8px; right:20px;  z-index:999; background: url(../img/sprite.gif) -160px 0 no-repeat;}
.all-game{display:none;background:#efefef;position:absolute; width:526px; top:40px; left:50%; margin-left: -70px; border:solid 1px #d6d6d6; z-index:999; border-radius:4px; padding:6px; }
.all-game{font-family: "微软雅黑,Tohoma,宋体"; font-size: 12px; color: #464646; }
.all-wel{ background:#fff; color:#0096d0; padding:5px 0 0 5px;height:20px; border:1px solid #d6d6d6;}
.all-wel span{ display:inline-block;  color:#666; margin-left:15px;}
.all-wel span img{ margin-right:4px;}
.all-games-list{ background:#fff; border-left:solid 1px #d6d6d6; overflow:hidden;}
.all-games-list li{ float:left;width:99px; border:solid 1px #d6d6d6; border-top:none;border-left:none; height:25px; line-height:25px; padding:0 0 0 5px; background:#f8f8fd; position:relative;}
.all-games-list li:hover{ background:#e8e8ed; }
.all-games-list li a{width:99px; display:inline-block;}
.all-games-list li a.h{color: #f60;}
.all-games-list li a.n{color: #0896d4;}
.all-games-list li a.c{color: #378107;}
.all-games-list li img{ position:absolute; right:10px; top:6px;}
.all-games-list li a:hover{ color:red; text-decoration:none;}
