@charset "utf-8";
body,div,hr,p,blockquote,ul,ol,li,table,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select,textarea,fieldset,legend {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
}
body{
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
	color:#333;
}
html {
	overflow-y:auto!important;
	*overflow-y:scroll;
}
.clearfix {
	*zoom:1;
	*clear:both;
}
.clearfix:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0
}
*+html img{
	-ms-interpolation-mode:bicubic;
}
.clearboth{
	clear:both;
}
ul,ol{
	list-style:none
}
fieldset,img{
	border:0;
}
address,cite,dfn,em,var,i{
	font-style:normal;
}
strong,.fcu {
	font-weight:bold;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
button,.fhand{
	cursor:pointer;
}
button,input,select,textarea {
	font-size:12px;
    outline: none;
}
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.hide {
	display:none;
}
.show {
	display:block;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:none;
}
/* margin */
.mtop10 {
    margin-top: 10px;
}
.mtop20 {
    margin-top: 20px;
}
.mtop30 {
    margin-top: 30px;
}
.mtop40 {
    margin-top: 40px;
}
.mbottom10 {
    margin-bottom: 10px;
}
.mbottom20 {
    margin-bottom: 20px;
}
.mbottom30 {
    margin-bottom: 30px;
}
.mbottom40 {
    margin-bottom: 40px;
}
/* padding */
.ptop10 {
    padding-top: 10px;
}
.ptop20 {
    padding-top: 20px;
}
.ptop30 {
    padding-top: 30px;
}
.ptop40 {
    padding-top: 40px;
}
/* padding */
.pbottom10 {
    padding-bottom: 10px;
}
.pbottom20 {
    padding-bottom: 20px;
}
.pbottom30 {
    padding-bottom: 30px;
}
.pbottom40 {
    padding-bottom: 40px;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.no_bort {
    border-right: 0 !important;
}
.wrap1200 {width: 1200px;margin: 0 auto;}

/*注册协议 悟空源 码网www.w kym w.com*/
.container-protocal{
	padding: 25px;
}
.container-protocal h1{
	font-weight: 500;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.container-protocal h2{
	font-weight: 500;
	color: #000;
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0;
}
.container-protocal .txt2{
	font-size: 12px;
	color: #707070;
	line-height: 24px;
	text-indent: 25px;
}

.fix_gamebox_down{
	position: fixed;
	bottom:5px;
	right:5px;
	display: block;
	width: 120px;
	height: 168px;
	background: url('../images/gamebox_down.gif') center center no-repeat;
	z-index: 9999;
}

.flash_outer video{
	display: none\9;
}