/* 全局样式 */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0; padding:0; border:0; }
body{ color:#979797; font:12px Microsoft YaHei, Arial, Verdana;  }
a,a:active,a:hover{ text-decoration:none; }
ul,li{ list-style-type:none; }

#header{  background:#f8f8f8; background:-webkit-gradient(linear,0 0,0 100%,from(white),to(#ededed)); background:-moz-linear-gradient(top,white,#ededed); border-bottom:1px solid #d6d6d6; padding-left:18px; }

#header1{ height:67px; padding:0px 15px 15px 15px;  }

/* 基本信息 */
.basicInfo{  width:280px; margin:0 auto; padding:20px 0 0 0; }
.icon { width:57px; height:57px; float:left; margin-right:10px; }
.icon1{
	width:110px;
	height:110px;
	text-align:center;
	margin:0 auto;
	border-radius:20px;
	box-shadow: 0px 1px 6px 6px #f3f4f5;
	overflow:hidden;
}

.version{ width:213px; height:57px; float:right; }
.name{ font-size:18px; color:#057ecb; }
.feature{ font-size:14px; width:280px; height:100%; oveflow:hidden; margin:0 auto 10px auto; }

/* 下载专区 */
.download{ width:290px; height:100%; overflow:hidden; margin:0 auto 13px auto; }
.download1{ width:80%; height:100%; overflow:hidden; margin:40px auto 13px auto; }
.btn_Android{
	width:100%; 
	height:48px; 
	background:#2a9e02; 
	color:#ffffff; 
	border-radius:30px; 
	font-size:16px; 
	line-height:48px;  
	text-align:center;
	margin-bottom:16px; 
	float:left
	}
.btn_Android  i{
	height:50px;
	background:url(../images/icon_android.png) 0 8px no-repeat;
	background-size:30px;
	display:inline-block;
	font-style:normal;
	text-align:left;
	text-indent:40px;
	margin:0 auto;
	}
.btn_apple{
	width:100%; 
	height:48px; 
	background:#ee4433; 
	color:#ffffff; 
	border-radius:30px; 
	font-size:16px; 
	line-height:48px;  
	text-align:center;
	margin-bottom:10px; 
	float:left
	}
.btn_apple  i{
	height:50px;
	background:url(../images/icon_apple.png) 0 8px no-repeat;
	background-size:30px;
	display:inline-block;
	font-style:normal;
	text-align:left;
	text-indent:40px;
	margin:0 auto;
	}
.btn_tips{
	width:80%;
	text-align:center;
	margin:10px auto;
	}
.about{ height:100%; overflow:hidden; font-size:14px; padding:0 18px 15px 18px; }
.brief{ text-indent:2em; }
.distinct{ height:100%; overflow:hidden; margin-bottom:15px; }
.distinct p,.feature p{ font-weight:bold; color:#333; margin:10px 0 5px 0; }

/* 版权信息 */
#footer{ background:#ebebeb; text-align:center; padding:8px 0; line-height:22px; }
#footer p a{ color:#017ed6; margin:0 6px; }