@charset "utf-8";
/* CSS Document */
#mobileNav, #mobileQr{
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	background-color:#FFF;
	opacity:0.9;
	position:absolute;
	top:40px;
	z-index:99;
}
.mobileLi{
	text-align: center;
	font-size: 1.3em;
    width: 100%;
    line-height: 60px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#navBt a img, #navLogo a img{
	height:40px;
}
#navQr a img{
	height:32px;
	margin:6px;
}
#headPlaceholder{
	float:left;
	width:100%;
	height:1px;
}
#mobileFooter{
	background-color:#f2f2f2;
	width:100%;
	overflow:auto; 
}
#comName{
	font-size:48px;
	color:#666666;
	float:left;
	width:100%;
}
#comName p{
	margin:20px;
	float:left;
}
.footNavUl{
	float:left;
	width:412px;
}
.footNav, .footNavIco{
	float:left;
	margin:15px;
}
.footNavIcoUl{
	float:right;
	width:273px;
	margin-left:auto;
	margin-right:auto;
}
.footNav{
	font-size: 1.3em;
    line-height: 60px;
}
.footCpr{
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
	width:100%;
}
.footCpr p{
	margin:20px;
}
