body{
	margin:0px;
	font-size:12px;
	color:#888888;
}
input[type=text],input[type=password],select,textarea{
	/*border:1px #999999 solid;*/
}
input[type=text],input[type=password],textarea{
	/*border:1px #999999 solid;*/
	line-height:13px;
	height:15px;
}

a{
	color:#999999;
	font-size:12px;
	text-decoration:none;
}
a:hover{
	color:#990000;
	font-size:12px;
	text-decoration:underline;
}

a.blue{
	color:#2794be;
	font-size:12px;
	text-decoration:none;
}
a.blue:hover{
	color:#a7145e;
	font-size:12px;
	text-decoration:underline;
}

a.more{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
}
a.more:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
}

.logo{
	background:url(../images/logo.jpg) no-repeat;
}
.banner{
	background:url(../images/banner.jpg) no-repeat;
}

.footer{
	background:url(../images/banner.jpg) no-repeat;
}


/*头部导航链接*/
a.nav{
	display:block;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	width:101px;
	height:26px;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
a.nav:hover{
	display:block;
	margin:0px;
	padding-top:10px;
	width:101px;
	height:26px;
	color:#ffffff;
	/*font-weight:bold;*/
	font-size:14px;
	text-decoration:none;
}

a.home:hover,a.home-current{
	background:url(../images/nav_bg_hover.gif) no-repeat -41px top;
}
a.game:hover,a.game-current{
	background:url(../images/nav_bg_hover.gif) no-repeat -142px top;
}
a.pay:hover,a.pay-current{
	background:url(../images/nav_bg_hover.gif) no-repeat -243px top;
}
a.user:hover,a.user-current{
	background:url(../images/nav_bg_hover.gif) no-repeat -344px top;
}
a.cs:hover,a.cs-current{
	background:url(../images/nav_bg_hover.gif) no-repeat -445px top;
}
a.bbs:hover,a.bbs-current{
	background:url(../images/nav_bg_hover.gif) no-repeat -546px top;
}

/*用户操作栏,用户登录后快捷操作*/
a.logged{
	color:#2794be;
}

/*用户登录*/
#login-box{
	background:url(../images/login_box.jpg) no-repeat;
}
input#passport {
	background:transparent url(../images/passport_inp_bg.jpg) no-repeat -5px -1px;
	border:1px solid #d3d7d8;
	font-size:12px;
	height:15px;
	padding:3px 0px 0px 3px;
	width:168px;
}
input#password {
	background:transparent url(../images/password_inp_bg.jpg) no-repeat -5px -1px;
	border:1px solid #C3C7C8;
	font-size:12px;
	height:15px;
	padding:3px 0px 0px 3px;
	width:168px;
}

input.nav-text{
	background:transparent url(../images/password_inp_bg.jpg) no-repeat scroll -1px -1px;
	border:1px solid #C3C7C8;
	height:15px;
	padding:3px 0px 0px 3px;
	width:130px;
}

/*内容垂直列表列出******************************************/
/*内容表格列表*/
.content-table-list-v{
	border-top:1px #bbb solid;
	border-bottom:1px #bbb solid;
	border-left:0px;
	border-right:0px;
}
.content-table-list-v th{
	border:0px;
	height:25px;
	vertical-align:middle;
	background-color:#eeeeee;
}
.content-table-list-v td{
	border-top:1px #bbb solid;
	border-right:1px #bbb solid;
	height:25px;	
	vertical-align:middle;
	text-align:center;
}
.content-table-list-v td.last{
	border-top:1px #bbb solid;
	border-right:0px;
}

/*内容水平列表列出******************************************/
/*水平行 文本---内容 */
.content-table-list-h{
	border-bottom:1px #bbb solid;
	border-left:0px;
	border-right:0px;
}
.content-table-list-h th{
	border-top:1px #bbb solid;
	border-right:1px #bbb solid;
	height:35px;
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
	font-weight:normal;
	background-color:#eeeeee;
}
.content-table-list-h td{
	border-top:1px #bbb solid;
	/*border-right:1px #bbb solid;*/
	height:25px;	
	vertical-align:middle;
	text-align:left;
	
	margin:3px 0px;
}
.content-table-list-h td.last{
	border-top:1px #bbb solid;
	border-right:0px;
	text-align:left;
}
.content-inp{
	margin-left:10px;
}
.content-star{
	color:#008cac;
}
/*下方附加的表格*/
.content-table-list-h-add{}
.content-table-list-h-add td{
	padding-top:10px;
	height:25px;	
	vertical-align:middle;
	text-align:left;
}
/******************************************内容水平列表列出*/

/*客服中心*/
table.kfzx{
	margin:0px;
}
table.kfzx tr{
	height:20px;
	background:url(../images/border_dot.jpg) repeat left -5px;	
}
table.kfzx tr td{
	padding-left:10px;
}
.kfzx-hr{
	size:1px;
	width:250px;
	color:#999999;
}




/*新闻列表*/
.box-list{}
 /*标题*/
.box-list .title{}
.box-list .title .list-more{
	float:right;
	margin:6px 5px 0 0;
}
 /*内容*/
.box-list table.box-table{
	margin-top:7px;
}
.box-list table.box-table td{
	height:23px;
	background:url(../images/border_dot.jpg) repeat-x left bottom;
}
.box-list table.box-table td.arrow{
	
}
.box-list table.box-table td.content{
	padding:3px 0px 0px 7px;
}
.box-list table.box-table td.date{
	padding-right:7px;
}


/*列表*/
.simple-list{}
.simple-list title{}
.simple-list ul{
	list-style-position:outline;
	list-style-image:url(../images/dot_add.gif);
}
.simple-list ul li{
	margin:0;
	text-align:left;
	margin-right:10px;
	line-height:20px;
	height:25px;
}


/*用户登录后,左侧菜单*/
ul.logged-item{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:20px;
	width:210px;
}	
	
}
ul.logged-item li.logged{
	padding:2px 0px;
	list-style-position:outside;
}
ul.logged-item li.wycz{
	padding:2px 0px;
	background:url(../images/logged/logged_item_bg.jpg) no-repeat -1px -1px;
	height:23px;
	text-indent:4em;
	line-height:23px;
}
ul.logged-item li.yxye{
	padding:2px 0px;
	background:url(../images/logged/logged_item_bg.jpg) no-repeat 0px -28px;
	height:26px;
	text-indent:4em;
	line-height:26px;
}
ul.logged-item li.czls{
	padding:2px 0px;
	background:url(../images/logged/logged_item_bg.jpg) no-repeat 0px -57px;
	height:23px;
	text-indent:4em;
	line-height:23px;
}
ul.logged-item li.zlxg{
	padding:2px 0px;
	background:url(../images/logged/logged_item_bg.jpg) no-repeat 0px -83px;
	height:23px;
	text-indent:4em;
	line-height:23px;
}
ul.logged-item li.mmxg{
	padding:2px 0px;
	background:url(../images/logged/logged_item_bg.jpg) no-repeat 0px -109px;
	height:24px;
	text-indent:4em;
	line-height:24px;
}
ul.logged-item li.aqtc{
	padding:2px 0px;
	background:url(../images/logged/logged_item_bg.jpg) no-repeat 0px -136px;
	height:23px;
	text-indent:4em;
	line-height:23px;
}
ul.logged-item li.logged a{
	color:#666666;
	text-decoration:none;
}
ul.logged-item li .current,ul.logged-item li.logged a:hover{
	color:#2794be;
}

/*首页*/
#game-text p{
    margin: 3px 0;
    font-style: normal;
    font-size: 12px;
}


/*内容页*/
/*标题+路径*/
.content-title{
	background:url(../images/arrow_title.jpg) no-repeat left top;
	height:16px;
	width:706px;
}
.content-title .left-title{
	float:left;
	margin-left:20px;
	padding:0px;
	display:inline;
	text-align:left;
	font-family:宋体;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	width:106px;
}
.content-title .right-nav{
	float:right;
	padding-right:10px;
	font-family:宋体;
	font-size:12px;
	color:#666666;	
	width:500px;
	text-align:right;
}
.content-title .right-nav .last{
	font-family:宋体;
	font-size:12px;
	color:#f97917;
}

/*客服中心*/
.customer-list{
	margin:20px 0 20px;
	margin-left:0px;
	padding:20px 0 10px 30px;
	width:600px;
	border:1px #bbbbbb solid;
}
.customer-list .customer-list-table td{
	vertical-align: top;
	padding-bottom:10px;
}
.customer-list .customer-list-table td.arrow{
	padding-top:1px;
}
.customer-list .customer-list-table td.content p{
	margin:3px 0 3px;
}

/*充值中心*/
.cz-step1-game{
	padding-top:0px;
	background:url(../images/cz/cz_step1_game_bg.gif) no-repeat left top;
	width:157px;
	height:192px;
	border:1px #fff solid;
}
.cz-step1-game .cz-step1-game-logo{
	margin:12px 15px 0px;
	padding-top:0px;
}
.cz-step1-game .cz-step1-game-btn{
	margin:15px auto;
	width:77px;
	height:21px;	
	text-align:center;
}

.cz-step2-mode{
	padding-top:-5px;
	background:url(../images/cz/cz_step2_mode_bg.gif) no-repeat left top;
	width:328px;
	height:220px;
	border:1px #fff solid;
}
.cz-step2-mode .cz-step2-mode-logo{
	margin:12px 15px 0px;
	padding-top:0px;

}
.cz-step2-mode .cz-step2-mode-text{
	margin:40px 15px 0px;
	padding-top:0px;
	line-height:15px;
	font-size:12px;
	vertical-align:top;
	text-align:left;
	height:45px;

}
.cz-step2-mode .cz-step2-mode-btn{
	margin:15px 10px 1px 230px;
	width:61px;
	height:27px;	
	text-align:right;
}

.cz-step3-data{
	font-size:12px;
}
.cz-step3-data td{
	font-size:12px;
	height:25px;
}
.cz-step3-data td.in_text{
	padding-left:10px;
}
.cz-step3-data td.in_text .game_money{
	color:#FF6500;
	font-weight:bold;
}
.cz-step3-data td.in_text input, .cz-step3-data td.in_text select{
	font-size:12px;
	/*border:1px #999999 solid;*/
}
.cz-step3-data td.in_text table.cz-bank td{
	height:70px;
}
/*用户中心*/


/*----------------------------------------------------------------------------------
	author: Ivan
	qq:		303410541
	email:  chenjiebin1984@gmail.com
----------------------------------------------------------------------------------*/

.span_star {color:#F37256}
