/*页面reset、页面布局、基础样式 */

/*HTML5 mobile resize*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,article,figcaption,figure,header,hgroup,menu,nav,section{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{
 font-weight:normal;
 
 margin:0;
 padding:0;
}
input{ font-family:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "微软雅黑",serif;}
img{ border:none;}
ol,ul{ list-style:none;}
i,em{ font-style:normal;}
a{ text-decoration:none; color: #dea502;}
a:hover{color:#F30;}
/*页面高度固定*/
body{min-width: 320px; max-width:720px;
	font-size: 1em;	line-height: 1.25em;
	font-family:'微软雅黑',Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	background:#e6e4e4;
	position: relative; margin:0 auto; /*url(/static/img/mb_img/bg.jpg) repeat*/
}
/*页面内容缩进*/
.frame{ -webkit-text-size-adjust:none; font:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "微软雅黑"; color:#333;background:#e6e4e4; /*url(/static/img/mb_img/bg.jpg) repeat*/}
/*左右边框*/
.border-lf {border-left: 1px solid #dadada; height:50px;}
.border-rg {
	border-right: 1px solid #dadada;  height:50px;
}
/*end 左右边框*/

/*浮动清除*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/*end 浮动清除*/

/*列表内联*/
ul.inline li, ol.inline li{
	display:inline-block;
	list-style: none;
	margin: 5px 10px;
}
/*end 列表内联*/

/*原子性样式*/
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hidden{
	visibility: hidden;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
.align-center {
	text-align: center;
}
.padding-b-10{ padding-bottom:10px;}

.muted {color: #e9e7e7;}

.text-warning {
  color: #c09853;
}
.text-error {
  color:#F00;
}
.text-info {
  color:#0b85db;
}
.text-success {
  color:#FA9B3C;
}
/*end 原子性样式*/
/*媒介查询字体定义*/
@media screen and (max-width: 320px) {
	body {
	font-size: 14px;
}
.nav_bar{ padding-bottom:0.8em;  } 
}
@media screen and (min-width: 320px) {
	body {
	font-size: 14px;
}
.nav_bar{ padding-bottom:0.8em; } 
}
@media screen and (min-width: 480px) {
	body {
	font-size: 19px;
}
.nav_bar{ padding-bottom:0.8em;  } 
}
@media screen and (min-width: 640px) {
	body {
	font-size: 24px;
}
.nav_bar{padding-bottom:0.8em; } 
}
@media screen and (min-width: 720px) {
	body {
	font-size: 27px;
}
.nav_bar{ padding-bottom:0em; font-size:22px;} 
}



.bgWhite{background: #fff;}


/*========header=======*/
#header{ text-align: center; padding: 16px 0; position: relative; border-bottom: 2px solid #f2f2f2;}

#header .user-center{ display: block; height:52px; width:48px; background: url(/static/img/sprite.png) no-repeat; background-position:-298px 0; position: absolute; top: 16px; right: 50px;}

/*===copy===*/
#copy{ padding: 30px 0; text-align: center; margin-bottom: 100px;}
#copy p{ color: #444; font-size: 20px; margin-top: 3px;}

/*=====footer====*/
#footer{ position: fixed; left: 0; bottom: 0; width: 100%;}
#footer ul{ border-top: 2px solid #d3d3d3; padding: 10px 0; max-width: 720px; margin: 0 auto;}
#footer li{ float: left; width: 25%; text-align: center;}
#footer li span{ display: block; width: 65px; height: 50px; background: url(/static/img/sprite.png) no-repeat -606px 0; margin: 0 auto 2px;}
#footer li span.game-icon{ background-position: -346px 0;}
#footer li span.gift-icon{ background-position: -411px 0;}
#footer li span.kefu-icon{ background-position: -476px 0;}
#footer li a{ display: block; color: #444; font-size: 20px;}
#footer li a.active{ color: #00beef;}
#footer li a.active span.home-icon{ background-position: -671px 0;}
#footer li a.active span.game-icon{ background-position: -736px 0;}
#footer li a.active span.gift-icon{ background-position: -541px 0;}
#footer li a.active span.kefu-icon{ background-position: -801px 0;}

/*=====sideMenu====*/
.frame_mask{position: absolute; right: 0; top: 0; z-index: 2; width:100%; height:100%; background:rgba(0, 0, 0, 0.5)!important; filter:Alpha(opacity=50); }
#sideMenu {background: #1f2638; min-width: 100px; width: 50%; margin-left: 50%; max-width: 720px; text-align: right; height: 100%; font-family: "微软雅黑"; color: #fff; font-size: 30px; position: absolute; right: 0; top: 0; z-index: -2;display: none;}
#sideMenu .user-pic{ color: #fff;}
#sideMenu .user-pic img{ width: 70px; height: 70px; border-radius: 50%; margin: 20px;}
#sideMenu h3{ padding: 20px 0; text-align: center; font-weight: normal; font-size: 30px; color: #8b8b8b;}
#sideMenu li{ background: #293043; border-bottom: 1px solid #686e7c; padding: 25px 20px;}
#sideMenu li a{ display: block; color: #a4aab7; font-size: 26px;}
#sideMenu li i{ float:left; width: 0; height: 0; border-top: 5px solid transparent; border-right: 6px solid #686e7c; border-bottom: 5px solid transparent; margin-top: 10px;}
.page-content{width: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: #f2f2f2;}
.open{-webkit-transform: translate(-50%, 0px); -moz-transform: translate(-50%, 0px); transform: translate(-50%, 0px); overflow-y: hidden;}

#sideMenu img.user-face{ display: inline-block; vertical-align: middle; }