@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;}

/*注册协议*/
.container-protocal{padding: 25px;}
.container-protocal .nav{text-align: center;color: #303030;font-size: 16px;margin:0;padding-bottom: 10px;font-weight: 500;display: flex;justify-content: center;border-bottom: 1px solid #e8e8e8;}
.container-protocal .nav span{width: 50%;height:24px;line-height: 24px;cursor: pointer;}
.container-protocal .nav span.register{border-right:1px solid #e8e8e8;}
.container-protocal .nav span.on{color:#F77400;}
.container-protocal .txt1{font-weight: bold;color: #333333;font-size: 15px;line-height:30px;margin:10px 0;}
.container-protocal .txt2 {font-size: 12px;color: #333;line-height: 24px;text-indent:25px;}
.container-protocal .txt2 p{text-indent:25px;font-size: 12px;}
.container-protocal .text-level1 {padding-bottom: 10px;}
.container-protocal .time {font-size: 12px;color:#494949;margin-top: 6px;margin-bottom: 5px;}
.container-protocal .bold {font-weight: bold;}
.container-protocal.hide{display: none;}

.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;
}