* { padding:0;margin:0;}

/*解决ie6 position:fixed的问题*/
*html{
background-image:url(about:blank);
background-attachment:fixed;
}

body { 
  font:'Microsoft Yahei';
  overflow-x: hidden;
  /* background:url(http://dl2.getapk.cn/file/smaltblue/1/bg.jpg) repeat 50% 0; */
}
a { text-decoration: none;color: #000;}
ul{ list-style: none;}
img { border:medium none;}
i,em{ font-style:normal;}

.top{
	width:1024px;
	margin:0 auto;
}
.logo{
	width:135px;
	height:58px;
	float:left;
	margin-left:60px;
	margin-top:5px;
}
.switch{
	display:inline-block;
	float:left;
	margin:35px 0 0 20px;
}
.nav{
	float:left;
	height:65px;
	margin-left:80px;
}
.nav ul li{
	display:inline-block;
	float:left;
	width:88px;
	height:65px;
}
.nav ul li a{
	display:inline-block;
	width:88px;
	height:61px;
	line-height:61px;
	font-size:18px;
	font-weight:bold;
	color:#464646;
}
.nav ul li a:hover,.nav ul li a.cur{
	background:#dbf2c4;
	color:#6cbf28;
	border-bottom:5px solid #6cbf28;
}
.ico{
	display:inline-block;
	width:24px;
	height:24px;
	background:url(http://dl2.getapk.cn/file/smaltblue/1/ico2.png) no-repeat;
	float:left;
	margin:18px 2px 0 13px;
}
.index{
	background-position:0 0;
}
.game{
	background-position:0 -24px;
}
.news{
	background-position:0 -48px;
}
.bbs{
	background-position:0 -72px;
}
.present{
	background-position:0 -96px;
}
.service{
	background-position:0 -120px;
}

.language{
	float:right;
	margin:20px 10px 0 0;
	width:94px;
	height:24px;
	border:1px solid #c2c2c2;
	border-radius:3px;
	position:relative;
}
.chinese{
	display:inline-block;
	width:72px;
	line-height:24px;
	border-right:1px solid #c2c2c2;
	text-align:center;
	font-size:14px;
	color:#888c83;
	float:left;
}
.arrow{
	display:inline-block;
	width:20px;
	_width:18px;
	height:22px;
	background:url(http://dl2.getapk.cn/file/smaltblue/1/arrow.png) no-repeat;
	background-position:0px 0px;
	font-size:0;
	cursor:pointer;
}
.select{
	width:72px;
	position:absolute;
	top:24px;
	left:-1px;
	z-index:9999;
	border:1px solid #c2c2c2;
	border-radius:0 0 3px 3px;
	overflow:hidden;
	background:#fff;
	display:none;
}
.select li{
	display:block;
	width:72px;
	height:24px;
	
}
.select li a{
	display:block;
	line-height:24px;
	font-size:12px;
	text-align:center;
	color:#888c83;
}
.select li a:hover{
	background:#f0f0f0;
}

.content{
	width:1024px;
	margin:0 auto 60px;
	overflow:hidden;
}

.footer{
	width:100%;
	line-height:40px;
	background:url(http://dl2.getapk.cn/file/smaltblue/1/footer-bg.png) repeat;
	background:url(../images/footer-bg.png) repeat;
	 
	bottom:0;
	left:0;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	 
}
.ft{
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}
.footer p{
	font-size:12px;
	color:#848484;
	text-align: center;
}
.footer ul{
	padding-left: 30px;
	text-align: center;
}
.footer ul li{
	display:inline-block;
	width:120px;
	position:relative;
}
.footer ul li a{
	display:inline-block;
	font-size:14px;
	color:#3b3b3b;
	margin-right:10px;
}
.footer ul li a i{
	margin:7px 2px 0 0;
}
.footer .about-us{
	background-position:0 -144px;
}
.footer .cooperation{
	background-position:-24px -144px;
}
.footer .joinus{
	background-position:-24px -168px;
}
.footer .link-us{
	background-position:0 -168px;
}
.footer .line{
	display:inline-block;
	width:2px;
	height:18px;
	background:url(http://dl2.getapk.cn/file/smaltblue/1/ft-line.png) no-repeat;
	position:relative;
	top:5px;
	left:10px;
	*+top:0px;
}
#service{
	position:fixed;
	right:0;
	top:45%;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.clientHeight/2));
	z-index:1000;
	width:110px;
	height:195px;
	border:1px solid #f0f0f0;
	border-radius:5px;
	box-shadow:-2px 2px 5px #999;
	padding:5px;
	background:#fff;
	display:none;
}
#service a{
	display:block;
	width:110px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#e3493d;
}
#service a img{
	display:block;
	margin-bottom:5px;
}
.footer .health{
	width:800px;position:relative;
	height:64px;
	margin:0 auto;
    /*margin-top: 40px;*/
	}
.footer .health p{
	margin-left: 0px;
	text-align:center;
	line-height:30px;
	}
.footer .health a{
	color: #848484;
	text-decoration:underline;
}

.footer .health .wen{position:absolute;width:70px;left: -17px; top: -10px;}



.login_group {
	position: absolute;
	top: 15px;
	right: 20px;
	text-align: center;
}


.login_group a {
	display: inline-block;
	border: 1px solid #464646;
	border-radius: 4px;
	padding: 4px 10px;
}

.m_dialog {
    position: absolute;
    z-index: 1111;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    background: #fff;
    border-radius: 15px;
   
}
.m_dialog .hd {
    padding-top: 35px;
    text-align: center;
}
.m_dialog .hd .title {
    font-size: 24px;
}

.m_dialog .bd{
    padding: 25px 30px;
    word-break: break-word;
    /*text-align: center;*/
    color: #666;
    /*font-size: 20px;*/
}
.m_dialog .ft {
    clear: both;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    border-top: 1px solid #999;
    width: 100%;
}
.m_dialog .ft a {
    float: left;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #333;
}


.m_popup {
    position: fixed;
    z-index: 111;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mask {
    position: fixed;
    z-index: 111;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
}

.form_block {
    width: 350px;
    margin: 10px auto;
}

.form_block li {
    line-height: 51px;
    margin-bottom: 2px;
}

.form_block li span {
    float: left;
    width: 85px;
    text-align: right;
    color: #999;
    font-size: 15px;
}
.form_block li span {
    color: #666;
    font-size: 15px;
}
.form_block li input {
    line-height: 35px;
    border: 1px solid #D1D1D1;
    padding: 0 4px;
    font-size: 12px;
    text-indent: 10px;
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.8);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.8);
    box-shadow: inset 0 1px 6px rgba(0,0,0,.2);
}
.form_block li img {
    border-radius: 3px;
    height: 35px;
    width: 100px;
    margin-left: 5px;
    vertical-align: middle;
}

#btn_login, #btn_register {
    padding: 10px 143px;
    border-radius: 8px;
    color: #FFF;
    background-color: #31AAE2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}





