@charset "utf-8";
/* 公共style  reset header side bottom */
/* reset开始 */
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button,input, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
form{
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1,h2,h3,h4, h5, h6 { font-size: 100%; font-weight:normal;}

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素  考虑上传  取消 */
/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/*reset结束*/
/*背景处理结束*/
body{
	background:#000 url(../images/main_bg.jpg) no-repeat center 35px;	
}
.bg-repeat{
	background:url(../images/main_topbg.jpg) repeat-x;
	margin:35px 0 0 0;
}
.nav li.active .link,.server_lists li,.server_lists .view-servers a,.login-item input,.login .button-item button,.login-chain,.gm-box .gm_center{
	background:url(../images/main_left.jpg) no-repeat;
}
/*背景处理开始*/
/*常用工具开始*/
.hide{
	display:none;
}
/*常用工具结束*/
/*背景图链接开始*/
.nav li .link,.start-game a,.server_lists .view-servers a,.login-in .login-in-button a,.side .left-box ul li a,.gm-box .gm_center a,#nav-lz div h3 a,.newyear-btn a,.safe-strong a,.vip-avo a{
	display:block;
	overflow:hidden;
	text-indent:-9000px;
}
.login-in .login-in-button a,.vip-avo a{
	background:url(../images/login-bg.jpg) no-repeat;
	}
/*背景图链接结束*/
/*置顶导航*/
#nav-lz div h3 a,#nav-lz div h6,#nav-lz div h6 span,#nav-lz .nav-lz,#nav-lz li .drop{
	background:url(../images/nav-qd.jpg) no-repeat;
}
#nav-lz{
	width:100%;
	height:35px;
	background:#f5f5f5 url(../images/nav-lz-bg.gif) repeat-x;
	font-size:12px;
	font-family:arial;
	color:#868686;
	position:fixed!important;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}
#nav-lz div{
	width:980px;
	height:35px;
	margin:0 auto;
}
#nav-lz div h3{
	height:35px;
	width:135px;
	float:left;
}
#nav-lz div h3 a{
	height:35px;
	width:135px;	
}
#nav-lz div h6{
	margin:0 0 0 25px;
	height:35px;
	width:210px;
	background-position:-148px 0;
	float:left;
	padding:0 0 0 15px;
}
#nav-lz div h6 span{
	display:block;
	height:34px;
	line-height:34px;
	background-position:-137px -35px;
	padding:1px 0 0 25px;
}
#nav-lz .nav-lz{
	float:right;
	width:350px;
	background-position:-148px 0;
	padding:0 0 0 20px;
	position:relative;
}
#nav-lz .nav-lz li{
	display:inline;
	height:18px;
	float:left;
	margin:8px 5px 7px;
	border:#999 solid 1px;
	border-style:solid none;
	background:#FFF;
}
#nav-lz .nav-lz li a,#nav-lz li .drop{
	position:relative;
	display:block;
	height:18px;
	line-height:18px;
	border:#999 solid 1px;
	border-style:none solid;	
	padding:0 5px;
	margin:0 -1px;
	float:left;
}
#nav-lz li .drop{
	padding:0 15px 0 5px;
	background-position:right -73px; 
	}
#gdyx.hover ul{
	display:block;	
}
#gdyx ul{
	display:none;
	position:absolute;
	top:28px;
	right:77px;
	overflow:hidden;
	background:#FFF;
	width:68px;
	}
#nav-lz #gdyx ul li{
	margin:1px 1px 0;
	border:none;
	}
#nav-lz #gdyx ul li a{
	border:none;
	color:#000;
	}
#wdlz a{
	color:#ff9000;
}
#cz a{
	color:#9600ff;
	}
#kf a{
	color:#00b7ff;
}
#sc a{
	color:#36d200;
}
#gdyx .drop{
	color:#ff3c7b;
	cursor:pointer;
}
/*置顶导航结束*/
.wapper{
	width:960px;
	margin:0 auto;
}
/* Box1 开始 */
.box1 .rc-tp, .box1 .rc-tp span,
.box1 .rc-bt, .box1 .rc-bt span {
    background: url(../images/main_boxbg.gif) no-repeat;
}
.box1 .rc-tp, .box1 .rc-bt {
    position: relative; /* raise z-index, hover .hd */
    display: block;
    height: 15px;
	overflow:hidden;
}
.box1 .rc-tp span, .box1 .rc-bt span {
    float: right;
    width: 15px;
    height: 15px;
}
.box1 .rc-tp {
    margin-bottom: -15px;
    background-position: -15px 0;
}
.box1 .rc-bt {
    margin-top: -15px;
    background-position: -15px -15px;
}
.box1 .rc-bt span {
    background-position: 0 -15px;
}

.box1 {
    position: relative; /* for .act list */
}

.box1 .bd-wapper {
    padding: 1px;
    border: 1px solid #876E48;
    background-color: #000;
	zoom:1;
}
.box1 .bd {
    padding: 5px;
    border: 1px solid #2A2114;
    background-color: #000;
}
/*box1结束*/
/*box2开始*/
.box2{
	overflow:hidden;
	margin-bottom:10px;
} 
.box2 .box2-top,.box2,.box2 .box2-bottom{
	background:url(../images/main_box2bg.jpg) repeat-y center top;
}
.box2 .box2-top{
	height:9px;
	font-size:0px;
	background-position:0 0;
}
.box2 .box2-bottom{
	height:9px;
	font-size:0px;
	background-position:-1390px 0;
}
/*box2结束*/
/*login left 背景 开始*/
.bd-top,.bd-con,.bd-bottom{
	width:228px;
	background:url(../images/main_box3bg.jpg) no-repeat;
}
.bd-top{
	height:6px;
	background-position:left top;
	font-size:1px;
}
.bd-con{
	background-position:center top;
	background-repeat:repeat-y;
	padding:2px 0;
}
.bd-bottom{
	height:6px;
	background-position:right top; 
	font-size:1px;
}
/*login left 背景 结束*/
/*header 开始*/
/*导航 开始*/
.nav{
	height:150px;
	background:url(../images/main_bg.jpg) no-repeat center top;
	padding:30px 0 0 0;
}
.nav li{
	width:65px;
	height:30px;
	float:left;
	display:inline;
}
.nav li .link{
	width:65px;
	height:30px;
}
.nav #nav-index{
	margin:0 0 0 122px;
}
.nav #nav-guide,.nav #nav-data{
	margin:0 0 0 10px;
}
.nav #nav-news,.nav #nav-gm,.nav #nav-forum,.nav #nav-cs{
	margin:0 0 0 13px;
}
.nav #nav-account{
	margin:0 0 0 131px;
}
.nav #nav-index.active .link{
	background-position:0 bottom; 
}
.nav #nav-news.active .link{
	background-position:-65px bottom; 
}
.nav #nav-guide.active .link{
	background-position:-130px bottom; 
}
.nav #nav-data.active .link{
	background-position:-195px bottom; 
}
.nav #nav-account.active .link{
	background-position:-260px bottom; 
}
.nav #nav-gm.active .link{
	background-position:-325px bottom; 
}
.nav #nav-forum.active .link{
	background-position:-390px bottom; 
}
.nav #nav-cs.active .link{
	background-position:-455px bottom; 
}
.nav li .sub-nav-top,.nav li .sub-nav .sub-nav-con,.nav li .sub-nav-bottom{
	background:url(../images/main_navpng.png) no-repeat;
	behavior: url("http://zz.lezi.com/modules/200903/style/iepngfix.htc");
}
.nav li .sub-nav{
	width:211px;
	padding-top:10px;
	position:absolute;
	z-index:-10;
}
.nav li.active .sub-nav{
	z-index:10;
}
.nav li .sub-nav .sub-nav-con{
	background-position:center top;
	background-repeat:repeat-y;
	overflow:hidden;
	zoom:1;
	padding:0;
}
.nav li .sub-nav ul{
	overflow:hidden;
	zoom:1;
	margin:0 0px 0 -12px;
}
.nav li .sub-nav-top,.nav li .sub-nav-bottom{
	height:5px;
	font-size:0;
}
.nav li .sub-nav-top{
	background-position:right top;
}
.nav li .sub-nav li{
	height:20px;
	padding:0 0 0 22px;
	width:50px;
	line-height:20px;
	text-align:center;
	background:url(../images/sub-li-bg.png) no-repeat 7px 9px;
}
.nav li .sub-nav li a{
	color:#FEF6D2;
}
/*导航 结束*/
.header-left{
	width:250px;
	margin:120px 0 0 0;
	position:relative;
	z-index:2;
}
.newyear-btn{
	position:absolute;
	top:-202px;
	left:82px;
	}
.newyear-btn a{
	width:166px;
	height:34px;
	margin-bottom:10px;
	}
/*开始游戏 开始*/
.start-game{
	height:121px;
	position:relative;
}
.start-game .enter-flash{
	width:110px;
	height:110px;
	z-index:1;
	top:-11px;
	left:70px;
}
.start-game h3,.start-game .reg-link,.start-game .pay-link,.enter-flash{
	position:absolute;
	z-index:100;
}
.start-game h3,.start-game h3 a{
	width:80px;
	height:90px;
	outline:none;
	background:url(../images/blank.gif) repeat;
}
.start-game .reg-link,.start-game .pay-link{
	width:55px;
	height:25px;
	top:80px;
}
.start-game h3{
	left:87px;
	top:0;
}
.start-game .reg-link{
	left:32px;
}
.start-game .pay-link{
	left:173px;
}
/*开始游戏 结束*/
/*服务器列表  开始*/
.server_lists{
	margin:0 0 0 21px;
}
.server_lists ul{
	overflow:hidden;
	zoom:1;
}
.server_lists li{
	width:210px;
	height:35px;
	background-position:right -159px;
	overflow:hidden;
	zoom:1;
	line-height:35px;
	text-align:center;
	color:#FFDB5D;
}
.server_lists li span{
	margin-left:3px;
}
.server_lists .view-servers{
	text-align:left;
}
.server_lists .view-servers a{
	width:177px;
	height:27px;
	background-position:right -200px;
	margin:5px 0 0 18px;
} 
.server_lists li a{
	color:#FFDB5D;
	position:relative;
} 
li a.list_highlight{
	color:blue;
}
/*服务器列表  结束*/
/*登录  开始*/
.user-login{
	margin:6px 3px 0;
	position:relative;
	z-index:2;
}
.login-chain{
	height:13px;
	width:200px;
	position:absolute;
	background-position:-310px -232px;
	left:26px;
	top:-6px;
	font-size:0px;
}
.login,.login-in{
	height:125px;
}
.user-login .bd-con{
	padding:5px 0;
}
.login-item{
	color:#FEF6D2;
	font-size:14px;
	font-weight:bold;
	line-height:26px;
	margin:3px 28px 0;
	height:26px;
	overflow:hidden;
	zoom:1;
}
.login-item label{
	display:block;
	float:left;
	height:26px;
	width:60px;
} 
.login-item input{
	width:101px;
	margin:2px 0;
	height:16px;
	padding:3px 3px;
	border:none;
	background-position:right -250px;
}
.login .button-item,.login-in .login-in-button{
	zoom:1;
	overflow:hidden;
	margin:6px 0 0;
}
.login .button-item button{
	border:none;
	width:184px;
	height:46px;
	background-position:0 -247px;
	margin:0px 22px;
	cursor:pointer;
}
.login-in .login-in-button a{
	width:121px;
	height:30px;
	cursor:pointer;
	background-position:0 bottom;
	margin:0 0 0 53px;
}
.login .link-item{
	text-align:center;
	overflow:hidden;
	margin:3px 0 0;
}
.login .link-item a{
	color:#FFD492;
	margin:0 15px;
}
.login-in-link-item{
	text-align:center;
	color:#FEF6D2;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
}
.login-in-item{
	font-weight:normal;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:16px;
	}
.login-in-link-item{
	margin:10px 0 0 0;
}
.login-in-link-item a{
	color:#FEF6D2;
	margin:0 3px;
}
/*登录  结束*/
/*header 结束*/

/* bottom 开始 */
.bottom{
	background:url(../images/main_botbg.jpg) repeat-x center top #000;
	overflow:hidden;
	zoom:1;
	font-family:"\5b8b\4f53";
}
.bottom .copyright_t {
	width:470px;
	margin:22px auto 0 auto;
	color:#4b4b15;
	background:url(../images/main_bottomlogo.png) 0 5px no-repeat;
	position:relative;
}
.bottom .copyright_t .police{
	position:absolute;
	top:-5px;
	right:-120px;
	width:110px;
	height:53px;
	z-index:2;
	}
.bottom .copyright_t ul li {
	padding-left:125px;
	line-height:190%;
}
.bottom .copyright_b {
	color:#372c1a;
	text-align:center;
	margin:0 auto 25px auto;
	padding-top:22px;
}
.bottom .logo{
	position:absolute;
	width:110px;
	height:45px;
	top:22px;
}
.bottom .logo a{
	height:100%;
	width:100%;
	display:block;
}
/*bottom 结束*/

/*主内容左侧 开始*/
.guide,.left-box-top,.left-box-bottom{
	background:url(../images/main_box4bg.jpg) no-repeat;
}
.guide{
	width:211px;
	margin:0 auto 10px auto;
	background-position:center;
	background-repeat:repeat-y;
}
.left-box-top{
	height:14px;
	overflow:hidden;
	background-position:left top;
}
.left-box-bottom{
	height:14px;
	overflow:hidden;
	background-position:-422px 0;
}

/* 精彩互动 开始*/
.side .left-box ul li a{
	display:block;
	width:100%;
	height:100%;
}
.side .wow-box ul{
	padding-left:9px;
	margin-top:-8px;
	overflow:hidden;
}
.side .wow-box ul li{
	clear:both;
	margin-top:8px;
}
.side .wow-box ul li img{
	vertical-align:bottom;
}
/* 精彩互动 结束*/

/* 客户服务 结束*/
.gm-box .gm_center{
	margin:-8px 10px 0 11px;
	height:33px;
	background:url(../images/gm_center.png) 0 0 no-repeat;
}
.gm-box .gm_center a{
	display:block;
	width:100%;
	height:100%;
}
.gm-box ul{
	padding:10px 0 0 22px;
}
.gm-box ul li{
	clear:both;
	line-height:18px;
	color:#281801;
}
/* 客户服务 结束*/

/*主内容左侧 结束*/

.content{
	margin:10px 0 10px 0;
	overflow:hidden;
	zoom:1;
}
.main-content{
	float:right;
	width:695px;
	margin:0 7px 0 8px;
	display:inline;
}
.side{
	float:right;
	width:250px;
}
.left{
	margin:0 3px;
} 
/* severbox 开始 */
.pop-fwq{
	background:url(../images/pop-fwq-bg.gif) repeat-y 0 0;
	width:411px;
	position:absolute;
	z-index:999;
	top:-265px;
	left:257px;
	font-weight:normal;
}
.pop-fwq2{
	left:200px;
}
.fwq-list{
	margin:0 0 10px 17px;
	width:377px;
	background:#312517 url(../images/fwq-box.gif) no-repeat left top;
}
.fwq-list ul{
	width:377px;
	background:url(../images/fwq-box.gif) no-repeat right bottom;
	overflow:hidden;
	zoom:1;
	min-height:100px;
	_height:100px;
	_overflow:visible;
}
.fwq-list li{
	color:#FFDB5D;
	font-size:12px;
	height:32px;
	line-height:32px;
	padding-left:20px;
	width:168px;
	float:left;
}
.fwq-list li a.server_list_a{
	color:#FFDB5D;
}
.pop-fwq h3{
	width:411px;
	background:url(../images/pop-fwq.gif) no-repeat left top;
	height:40px;
	text-align:center;
	font-size:18px;
	color:#f5eed4;
	padding-top:10px;
	line-height:24px;
}
.pop-fwq-bottom{
	width:411px;
	background:url(../images/pop-fwq.gif) no-repeat right bottom;
	height:3px;
}
.pop-fwq .close{
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../images/fwq-close.gif) no-repeat 0 0;
	height:16px;
	position:absolute;
	right:8px;
	top:8px;
	width:16px;
}

/* 登陆修改 */
.safe-strong{
	padding:4px 0 0 43px;
	height:20px;
	clear:both;
}
.safe-strong a{
	display:inline;
	margin-right:16px;
	float:left;
	}
.safe-strong .safe2,.safe-strong .safe1,.safe-strong .safe0{
	background:url(../images/safe.png) no-repeat;
	width:68px;
	height:27px;
	}
.safe-strong .strong0,.safe-strong .strong1,.safe-strong .strong2,.safe-strong .strong3,.safe-strong .strong4{
	background:url(../images/strong.png) no-repeat;
	height:27px;
	width:57px;
	}
.safe-strong .safe2{background-position:3px 3px}
.safe-strong .safe1{background-position:3px -25px}
.safe-strong .safe0{background:url(../images/login-03.gif) 3px 3px no-repeat;}

.safe-strong .strong0{background-position:3px 3px}
.safe-strong .strong1{background-position:3px -25px}
.safe-strong .strong2{background-position:3px -53px}
.safe-strong .strong3{background-position:3px -81px}
.safe-strong .strong4{background-position:3px -109px}

.safe-strong .tip-box{
	width:269px;
	position:absolute;
	overflow:hidden;
	padding-bottom:10px;
}
.safe-strong .ztip-1{left:8px;bottom:56px;_bottom:322px;}
.safe-strong .ztip-2{left:15px;bottom:56px;_bottom:322px;}
.safe-strong .tip-box .top-b,.safe-strong .tip-box .bot-b,.safe-strong .tip-box .close,.safe-strong .img-box{background:url(../images/tip-bg.png) 0 0 no-repeat;}
.safe-strong .img-box{
	width:14px;
	height:8px;
	position:absolute;
	background-position:0 -27px;
	bottom:10px;
	_bottom:2px;
	}
.safe-strong .ztip-1 .img-box{
	left:70px;
}
.safe-strong .ztip-2 .img-box{
	left:141px;
	}
.safe-strong .tip-box .bot-b{
	height:12px;
	font-size:0;
	}
.safe-strong .tip-box .top-b{
	height:5px;
	font-size:0;
	background-position:0 -12px;
	}
.safe-strong .tip-box .cont{
	overflow:hidden;
	padding:30px 9px 16px;
	border-left:solid 1px #ff7109;
	border-right:solid 1px #ff7109;
	background:#fff;
	}
.safe-strong .tip-box .cont .c-2{color:#005fcb}
.safe-strong .tip-box .cont .c-1{color:#f97b00}
.safe-strong .tip-box .cont .c-0{color:#fe0000}
.safe-strong .tip-box .close{
	position:absolute;
	display:block;
	height:9px;
	width:9px;
	right:4px;
	top:1px;
	background-position:right top;
	overflow:hidden;
	text-indent:-999em;
	}
.safe-strong .tip-box h5{
	color:#5e5e5e;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	top:8px;
	left:30px;
	width:230px;
	padding-bottom:2px;
	background:none; margin:0; 
	z-index:2;
}
/* 防沉迷 vip */
.vip-avo{
	padding:7px 0 10px 17px;
	clear:both;
	}
.vip-avo a{
	float:left;
	width:75px;
	height:21px;
	display:inline;
	}
.vip-avo .fcm{
	margin-left:45px;
	background-position:-122px 0;
	}
.vip-avo .vip0{
	background-position:0 -147px;
	}
/* 退出 */
.p-logout{
	padding-right:10px;
	}
.p-logout a{
	padding-top:2px;
	float:right;
	font-size:12px;
	color:#9b9b9b;
	}