@charset 'UTF-8';
/* 
 * 手机端通用样式
 */

/* --------------------------------reset-------------------------------------- */
/** 扫除内外边距 **/
* {
	padding: 0;
	margin: 0;
}
body {
}
div, input, button, figure {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
}
ul, ol { 
	list-style: none; 
}
a { 
	text-decoration: none; 
	color: #333;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
/* 整理浮动 */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; 
}
/* -------------------------------header--------------------------------------- */
#header {
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-bottom: 3px solid #319ee3;
}
#header .m-logo {
	display: inline-block;
	height: 45px;
	margin-left: 10px;
	vertical-align: middle;
}
#header .m-more {
	position: relative;
	z-index: 999;
	float: right;
	width: 30px;
	height: 30px;
	margin: 10px;
}
#header .m-nav {
	position: relative;
	z-index: 999;
	display: none;
	background-color: #242A2F;
}
#header .mask-index {
	position: fixed;
	z-index: 99;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
#header .m-nav li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	background-color: #242A2F;
}
#header .m-nav li a{
	display: block;
	font-size: 16px;
	color: #ddd;
}
#header .m-nav .active {
	background-color: #363C41;
}
/* -------------------------------footer--------------------------------------- */
#footer {
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .contact {
	height: 45px;
	line-height: 45px;
	background-color: #319ee3;
	text-align: center;
}
#footer .contact .icon {
	vertical-align: middle;
}
#footer .contact .num,
#footer .contact .num a {
	font-size: 12px;
	color: #fff;
}
#footer .footer-wrapper {
	padding: 0 6%;
}
#footer .bottom-links {
	padding: 8px 0;
	background-color: #242427;
}
#footer .bottom-links .lunan-logo {
	float: left;
	display: block;
	width: 27%;
}
#footer .bottom-links ul {
	float: right;
	width: 60%;
}
#footer .bottom-links li {
	float: left;
	margin-right: 6px;
}
#footer .bottom-links a {
	font-size: 12px;
	color: #fff;
}
#footer .beian {
	padding: 5px 0;
	font-size: 12px;
	background-color: #1a1a1d;
}
#footer .beian p {
	text-align: center;
	line-height: 1.8;
}
<!--耗时1757897274.2552秒-->