﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}
a { color:#0977C0;}
a:hover, a:visited {color:#C74305}
/* list 
--------------------------------------------------------------------*/
ol,ul {list-style-type: none;}
li {list-style: none;}

/* body 
--------------------------------------------------------------------*/
body {
	background: url(../images/body_bg.jpg) repeat-x left top;
	font-size: 12px;
	text-align: center;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
}

.header,
.menu,
.main,
.footer,
.gameBox{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/* header */
.header {
	height: 115px;
	position: relative;
}

.header h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	position: absolute;
	top: 5px;
	left: 0;
}

.header .topLink {
	position: absolute;
	top: 8px;
	right: 0;
}

.header .topLink li {
	display: inline;
	padding: 0 10px 0 0;
	*padding: 0 2px 0 0;
	border-right: 1px solid #bebebe;
}

.header .topLink li.last,
.header .gameLink li.last{
	border: 0;
}

.header .topLink li a {
	margin-left: 8px;
	color: #bebebe;
	text-decoration: none;
}

.header .topLink li a:hover {
	color: #2999d9;
}

.header .topLink li.name a,
.header .gameLink li a{
	color: #2999d9;
	text-decoration: underline;
}

.header .topLink li.name a:hover,
.header .gameLink li a:hover{
	text-decoration: none;
}

.header .gameLink {
	position: absolute;
	top: 85px;
	right: 0;
}

.header .gameLink li {
	padding-left: 3px;
	display: inline;
	color: #f3762a;
	border-right: 1px solid #bebebe;
}

.header .gameLink li a {
	margin-right: 8px;
	*margin-right: 0px;
}

.header .logo {
	position: absolute;
	top: 54px;
	left: 27px;
}

/* menu */
.menu {
	height: 36px;
	background: url(../images/menu_bg.jpg) no-repeat;
}

.menu ul {
	padding: 5px 0 0 32px;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	display: block;
	height: 31px;
	width: 146px;
}

.menu ul li.menu01 {
	margin-right: 64px;
}
.menu ul li.menu01 a{
	background: url(../images/navi01_over.jpg) no-repeat;
}

.menu ul li.menu02 {
	margin-right: 68px;
}
.menu ul li.menu02 a{
	background: url(../images/navi02_over.jpg) no-repeat;
}

.menu ul li.menu03 {
	margin-right: 67px;
}
.menu ul li.menu03 a{
	background: url(../images/navi05_over.jpg) no-repeat;
}

.menu ul li.menu04 a{
	background: url(../images/navi04_over.jpg) no-repeat;
}

.menu ul li a:hover {
	background-color: #FFF;
}

.menu ul li a:hover img,
.menu ul li.hover a img{
	visibility: hidden;
}

/* main */
.main {
	padding: 12px 0;
}

.main .contents {
	width: 740px;
	float: left;
}

.main .contents h2 {
	margin-bottom: 16px;
}

.main .contents .border {
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: url(../images/line01.jpg) repeat-x left bottom;
	zoom: 1;
}

.main .contents h3 {
	margin-bottom: 10px;
	padding-left: 27px;
	background: url(../images/icon01.jpg) no-repeat 7px top;
	line-height: 1.4;
	font-size: 14px;
	color: #a93617;
	*zoom: 1;
	font-family: "微软雅黑";
}

.main .contents p{
	padding-left: 7px;
	line-height: 24px;
}

.main .index_side {
	width: 230px;
	float: right;
	background: url(../images/line02.jpg) repeat-y left top;
}

.main .index_side h3 {
	padding-left: 12px;
	height: 30px;
	line-height: 30px;
	background: url(../images/h3_img01.jpg) no-repeat;
	font-family: "微软雅黑";
	font-size: 12px;
	color:#000;
}

.main .index_side p.btn {
	padding: 26px 0 23px;
	margin-bottom: 10px;
	text-align: center;
	background: url(../images/line03.jpg) repeat-x left bottom;
	*zoom: 1;
}

.main .index_side p.ligon {
	padding: 0 20px 8px 15px;
	margin-bottom: 30px;
	line-height: 22px;
	color: #f3762b;
	background: url(../images/line03.jpg) repeat-x left bottom;
	*zoom: 1;
}

.main .index_side p.ligon img {
	float: right;
}

.main .index_side dl {
	padding: 0 0 0 30px;
}

.main .index_side dt {
	margin-bottom: 15px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.main .index_side dd {
	margin-bottom: 12px;
	line-height: 22px;
}

.main .index_side dd.last {
	margin-bottom: 30px;
}

.main .index_side dd img {
	float: left;
	margin-right: 5px; 
}

.main .index_side dd a {
	color: #ff671e;
	text-decoration: underline;
}

.main .index_side dd a:hover {
	text-decoration: none;
}

.main .index_side p.binding {
	padding-bottom: 40px;
	text-align: center;
	background: url(../images/sideBottom_bg.jpg) no-repeat left bottom;
	*zoom: 1;
}

.main .index_side p.binding a {
	color: #2995d5;
}

/* gameBox */
.gameBox {
	height: 165px;
	background: url(../images/box_bg.jpg) no-repeat;
	clear: both;
}

.gameBox ul {
	padding: 29px 0 0 62px;
}

.gameBox ul li {
	margin-right: 48px;
	float: left;
}

.gameBox ul li.last {
	margin-right: 0;
}

/* footer */
.footer {
	padding: 20px 0 30px;
	text-align: center;
	clear: both;
}

.footer p {
	display: inline;
	padding-right: 70px;
}

.footer ul,
.footer li {
	display: inline;
}

.footer li a {
	padding: 0 5px;
	color: #454545;
	text-decoration: underline;
}

.footer li a:hover {
	text-decoration: none;
}

/* stored */
.stored {
	width: 743px;
	float: right;
	/*background: url(../images/line04.gif) repeat-y left top;*/
}
.stored .text{ padding: 20px;}
.stored .text p {
	margin-bottom: 15px;
	line-height: 1.8;
	text-indent: 16px;
}

.stored .text .list {
	margin-bottom: 15px;
	line-height: 1.8;
}

.stored .text .list li {
	text-indent: 16px;
}
.stored .text h3 {
	margin-bottom: 5px;
	font-size: 12px;
}

.stored .clear {
	/*background: url(../images/line_bg.gif) no-repeat left bottom;*/
	height: 6px;
	clear: both;
}

.stored h2 {
	padding-left: 20px;
	margin-bottom: 12px;
	height: 30px;
	line-height: 30px;
	/*background: url(../images/h2_bg01.jpg) no-repeat;*/
	border-bottom:1px solid #D8D8D8;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #000;
}
.stored .rightBox,
.stored .rightBox p.binding{
	background: none;
	padding-right: 3px;
}

.stored .conts {
	width: 600px;
	float: left;
}

.stored .conts ul {
	padding: 10px 0 0 20px;
	overflow: hidden;
	zoom:1;
}

.stored .conts .tx li {
	margin: 0 22px 10px 0;
	float: left;
}

.stored .conts .tx li.en {
	margin-bottom: 30px;
	float: none;
}

.sideLeft {
	width: 230px;
	float: left;
	background: url(../images/sideLeft_bg.jpg) no-repeat left bottom;
	min-height: 400px;
	_height: 400px;
}

.sideLeft h3 {
	padding-left: 12px;
	height: 30px;
	line-height: 30px;
	background: url(../images/h3_bg02.jpg) no-repeat;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #b16a36;
}

.sideLeft .list {
	padding: 5px 3px 0;
}

.sideLeft .list li {
	padding-left: 20px;
	line-height: 40px;
	background: url(../images/line03.jpg) repeat-x left bottom;
	*zoom: 1;
}

.sideLeft .list li a {
	padding-left: 23px;
	background: url(../images/icon05.gif) no-repeat left top;
	color: #505050;
	text-decoration: none;
}

.sideLeft .list li.out a {
	background: url(../images/icon05_over.gif) no-repeat left top;
	font-weight: bold;
	color: #666;
}

.sideLeft .list li a:hover {
	color: #F60;
}

.sideLeft .ke {
	padding: 20px 0 0 22px;
	font-weight: bold;
	line-height: 2;
}

/* member */
.pass {
	margin: 10px 15px 20px;
	padding: 15px;
	border: 1px solid #999;
}

.pass h3 {
	font-size: 14px;
}

.stored .pass ul li{
	margin: 0;
	line-height: 2;
}

.stored h2.game {
	padding-left: 10px;
	margin: 0 5px 10px;
	font-size: 14px;
	clear: both;
	background: url(../images/line01.jpg) repeat-x left bottom;
}

.gameBox2 {
	padding: 12px 30px 10px;
}

.gameBox2 li {
	margin-bottom: 25px;
	overflow: hidden;
	zoom: 1;
}

.gameBox2 li p {
	line-height: 1.6;
	color: #666;
}

.gameBox2 li p strong {
	color: #454545;
}

.gameBox2 li p.link {
	padding-top: 15px;
}

.gameBox2 li img {
	margin-right: 10px;
	padding:2px;
	float: left;
	border: 1px solid #666;
}

.gameBox2 li p a {
	padding: 5px 10px;
	margin-right: 5px;
	display: inline-block;
	background-color: #ffe8b0;
	border: 1px solid #f1a55f;
	color: #b16a36;
	text-decoration: none;
}

.gameBox2 li p a:hover {
	color: #a93617;
}

/* information */
.information {
	padding: 20px;
}

.information p {
	padding: 15px;
	border: 2px solid #ccc;
	line-height: 1.8;
	margin-bottom: 42px;
}

.information p strong{
	margin: -3px 0 8px;
	color:#f90;
	display: inline-block;
}

.info th,
.info td {
	padding: 9px 0;
	color: #666;
	line-height: 1.4;
	font-weight: normal;
	vertical-align: middle;
}

.info th {
	padding-right: 5px;
	width: 26%;
	text-align: right;
	font-weight: normal;
	color: #666;
}

.info th span {
	color: #F00;
}

.info td label {
	padding: 0 15px 0 3px;}

.info td.vertical input{
	vertical-align: -2px;}

.button input {
	margin-right: 10px;
}

/* stored-record */
.record th,
.record td {
	padding: 7px 0;
	text-align: center;
	border: 1px solid #ccc;
}

.record th {
	background-color: #FC9;
	font-weight: bold;
}

.inquiry {
	margin-bottom: 10px;
}

/* */
.conts {}
.conts .info td{
	color: #666;
	padding-left: 15px;
}

.conts .info td.red {
	color: #F00;
	font-weight: bold;
}

.conts .explain {
	margin: 50px 20px 20px;
}

.explain {
	margin: 30px 0 10px;
	padding: 15px;
	border: 2px solid #ccc;
}

.explain dt {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.explain dd {
	margin-bottom: 5px;
	line-height: 1.6;
}

.mit td select {
	width: 180px;
}

.tabBox table {
	width: 720px;
	margin-left: 20px;
}

.tabBox table td{
	padding: 8px 0;
	line-height: 20px;
}

.g_paytableboxtext {
	margin: 20px 20px 20px 0;
	padding: 10px;
	border: 1px dashed #ccc;
	background-color: #f6f6f6;
	color: #447734;
	line-height: 1.8;
}

/* kefuzhongxin */
.sideBtn {
	padding: 30px 0 0 22px;
	overflow: hidden;
	zoom: 1;
}
.sideBtn li {
	margin-bottom: 9px;
	float: left;
	clear: left;
}

.leftBox {
	padding-left: 18px;
	width: 480px;
	float: left;
}

.leftBox ul.search {
	padding-left: 10px;
	height: 50px;
	background: url(../images/input_k.gif) no-repeat left top;
}

.leftBox ul.search input {
	padding: 5px;
	margin-top: 10px;
	border: 0;
	background: none;}
.leftBox ul.search input.button {
	width: 65px;
	height: 30px;
	font-size: 1px;
}

.leftBox ul.search li {
	float: left;
	margin-right: 10px;
}

.leftBox ul.search li.last {
	margin-right: 0;
}

.login_k {
	text-align: center;
	margin-bottom: 5px;
	padding-top: 8px;
}

.main .index_side h3.ke {
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(../images/line03.jpg) repeat-x left bottom;
	font-size: 14px;
	color: #a93617;
}

.list_k {
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/line03.jpg) repeat-x left bottom;
	overflow: hidden;
	zoom: 1;
}

.list_k li {
	padding: 5px 0;
	width: 110px;
	float: left;
}

.list_k li a {
	padding-left: 20px;
	color: #555;
	text-decoration: none;
}

.list_k li.out a {
	color: #F00;
	background: url(../images/k_icon01.gif) no-repeat 3px center;
}

.ques {	padding: 10px 0; line-height: 30px;}
.ques dt {
	float: left;
	clear: left;
	color: #333;
}
.ques dt span {color: #F00;}

.ques dd {
	padding-left: 80px;
}
.ques dd.textRight {
	padding-right: 50px;
	text-align: right;}

.ques dd a {
	color: #666;
	text-decoration: none;
}
.ques dd a:hover{ text-decoration: underline;} 

.tim {padding: 8px 20px 20px;	color: #848484;}
.tim p.top { text-align: center; margin-bottom: 5px;} 
.tim p.top span { color: #F00;}
.tim table { width: 100%;}
.tim table td,
.tim table th {
	padding: 4px 0;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

.tim table td img { vertical-align: top;}
.tim table th { padding-right: 5px; width: 10%; text-align:right;}
.tim table select { width: 120px;color: #848484;}
.tim table input,
.tim table textarea {color: #848484;}
.tim table span{ padding-left: 10px; color: #F00;}
.tim table td input.button {
	border: 0;
	background: url(../images/inp_k.gif) no-repeat;
	width: 87px;
	height: 29px;
	text-indent: -999px;
	cursor: pointer;
	display: block;
}

.question { padding: 5px 8px;}
.question .Title {
	border-bottom: 1px solid #c8c8c8;
	margin: 0 1px 1px;
	color: #848484;
}
.question .Title li { width: 130px; line-height: 23px; background: url(../images/q_bg.gif) no-repeat; text-align: center;}

.question table { width: 100%; background: url(../images/q_bg02.gif) no-repeat left top;}
.question table th,
.question table td { line-height: 30px; text-align: center; font-weight: normal; color: #848484;}
.question table th { padding-bottom: 8px;}

.quan { padding: 5px 0 5px 430px; border-bottom: 1px solid #76a2df;}
.quan li { display: inline; padding-left:60px; }
.quan li a { color:#848484; text-decoration: none;}
.quan li a:hover { color:#333; text-decoration: underline;}

.page { padding: 7px 0 0 240px; margin-bottom: 30px;}
.page li { display: inline; padding: 0 10px;color: #848484;}

.page ul.ul01 { margin-right: 70px; float: left;}
.page ul.ul02 li { padding: 0px;}
.page ul.ul02 a { font-weight: bold;color: #fff; text-decoration: none; display: inline-block; width: 16px; line-height: 15px; background: url(../images/page.gif) no-repeat; text-align: center;text-shadow:-1px 0 #de802c, 0 1px #de802c, 1px 0 #de802c, 0 -1px #de802c;}
.page ul.ul02 li.dn a {color: #848484; width: auto; background: none;text-shadow: none;}


.floatN { float: none; padding-left: 150px;}
.textBox { margin: 0 20px; padding-top: 15px; line-height:28px;}
.textBox .topBox {padding-bottom: 3px; margin-bottom: 15px;background: url(../images/line03.jpg) repeat-x left bottom;  height: 20px; line-height: 20px;}
.textBox h3 { font-size: 12px; float: left;}
.textBox .topBox span.ico { float: left;  padding: 0 4px 0 13px;margin-right: 10px; height: 19px; line-height: 19px; color: #FFF; background: url(../images/s_bg.gif) no-repeat;}
.textBox .topBox ul { float: right;}
.textBox .topBox ul li { padding: 0 10px; display: inline;}
.textBox .topBox ul li a { color: #848484; text-decoration: none;}
.textBox p { line-height: 30px; color: #848484; margin-bottom: 10px;}
.teBo { margin: 0 20px 20px; padding: 0 38px 0 16px; height: 199px; background: url(../images/w_bg.gif) no-repeat; }
.teBo p { padding-top: 30px;}
.teBo p.pl40 { padding: 30px 0 56px 40px;}

.reply {margin: 0 20px 15px; padding-top: 32px; background: url(../images/title_bg.gif) no-repeat left top; position: relative;}
.reply a.an { position: absolute; top:0; right: 30px; display: block; width: 25px; height: 25px; text-indent:-9999px;}
.reply p.rep_tit {padding: 0 30px 10px 15px; font-weight: bold;}
.reply p.rep_tit span { float: right;color:#a93617; font-weight: normal;}
.reply .Abox p.rep_tit { color: #3a7cdd;}

.reply .Abox,
.reply .Qbox { padding: 0 0 5px 0; margin-bottom: 15px;background: url(../images/line03.jpg) repeat-x left bottom;}
.reply .te { margin: 0 0 10px; padding: 8px 50px; border-top: 2px solid #c1c1c1; }
.reply .te p { line-height: 28px;color: #848484; text-indent: 28px;}
.reply .te p.indent {text-indent: 0;}

.ping { overflow: hidden;zoom: 1; line-height: 22px;}
.ping p,.msg { padding: 10px 0 0 0; margin-bottom: 5px; color: #696969; line-height: 1.5;}
.ping p span,.msg span { color: #F60;}
.T_btn { float: right; padding: 0 10px 0 0; margin-bottom:10px;}
.ping .but { margin:0 50px 0 0; height: 46px; text-align:right;position: relative;}
.ping .but ul { width: 299px; height: 46px; float: left; text-align:left;background: url(../images/ping_bg.gif) no-repeat left top; }
.ping .but ul li { float:left; padding: 2px 1px 0 0; line-height: 20px; color: #696969;}
.ping .but ul li.pl75 { padding-left: 75px;}
.ping .but ul li input { float: left;vertical-align: -2px; margin-right: 8px;}
.ping .but ul li label { float: left; margin-right: 3px;}
.ping .but input.submit { display: block; width: 75px; height: 46px; cursor: pointer; border: 0; background: url(../images/submit.gif) no-repeat; font-size:0; position:absolute; top:0; left: 298px;}
.ping .but input.button {border: 0;
background: url(../images/inp_k.gif) no-repeat;
width: 87px;
height: 29px;
text-indent: -999px;
cursor: pointer;
float: right;
display: block;}

.reply .Qbox2 { margin: 12px 0 15px; padding-top: 20px; border-top: 2px solid #c1c1c1; background: none; display:none;}
.reply .Qbox2 .te { padding: 0;border:0; margin: 0 0 10 0; overflow:auto; }
.reply .Qbox2 .te textarea { padding: 8px 0px 8px 15px; margin:0 0 0px 36px;*margin:0 0 0 18px; width: 610px; height: 110px; border: 2px solid #c1c1c1;}
.page2 li {padding: 0 2px;color: #848484;}
.page2 li a{color: #848484; display: inline-block; line-height: 18px; padding: 0 5px; border: 1px solid #848484; text-decoration:none;}
.page2 li a:hover,
.page2 li.out a{ border: 1px solid #F63; background-color: #F90; color: #FFF;}

/* clearfix
--------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/
* html .clearfix { zoom: 1; display: inline-block;}/* Hides from IE-mac \*/
.clearfix{ display:block;}/* End hide from IE-mac */

.zoom { zoom: 1; overflow: hidden;}

