body{
	padding:0;
	margin:0;
	max-width:640px;
	margin:auto;
}
.article-container{
	padding:10px;
}
.article-container .head h1 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	padding: 10px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
}
.article-container .head div{
	padding-bottom: 15px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.article-container .head div>a {
	color: #666;
	margin-left: 6px;
}
.article-container img{
	max-width:98%;
}

/*mod-share*/
.mod-share{
    overflow: hidden;
    width: 98%;
    margin:10px 2%;
    text-align: center;
}
.share-btn {
    background: #D6D6D6;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #444444;
    width: 48%;
    display: inline-block;
}
.share-btn span{ 
	height: 20px; 
	line-height: 20px; 
	display: inline-block;
}
.ico-share {
    background: url(ico-share.png) no-repeat 0 center;
    background-size:23px 20px;
    padding: 0 0 0 27px;
}
.ico-pyq{ 
	background:url(ico-pyq.png) no-repeat 0 center; 
	background-size:21px 20px; 
	padding:0 0 0 25px;
}
.text-share{ 
	background:url(text.png) no-repeat right center; 
	width:100%; 
	height:609px; 
	background-size:contain; 
	top:0; 
	display: block;
}
.Share_Message{ 
	position: fixed; 
	width:100%; 
	height: 100%; 
	background: rgba(0,0,0,0.8);
	z-index: 900000; 
	top:0; 
	left: 0; 
	display: none;
}
.Share_Message div{
	background:url(text.png) no-repeat right center; 
	width:100%; 
	height:350px; 
	background-size:contain; 
	top:0; 
	display: block;
}
/*
*
*/
footer{
	text-align:center;
	padding:10px 0 60px 0;
	font-size:14px;
	line-height:25px;
	color:#888;
	margin:0;
}
footer section{
	margin:0;
	padding:0 0 5px 0;
	word-spacing:10px;
}
footer section a{
	text-decoration:underline;
}
/*.footmenu*/
.footmenu{
	padding:0;
	margin:0;
	position:fixed; 
	height:45px; 
	display:block;
	width:100%;
	left:0; 
	bottom:0;
	background:linear-gradient(top,#504644,#4b4340); 
	background:-webkit-linear-gradient(top,#504644,#4b4340); 
	background:-moz-linear-gradient(top,#504644,#4b4340); 
	z-index:10000; 
	padding-top:2px;
}
.footmenu li{
	padding:0;
	margin:0;
	width:20%; 
	float:left; 
	height:45px; 
	position:relative;
	list-style:none;
}
.footmenu li a{
	display:block; 
	width:100%; 
	color:#fff;
	font-size:12px;
	text-align:center;	
}
.footmenu li a img{
	height:20px;
	margin:0;
}
.footmenu li a span{
	display:block;
	text-align:center;
	line-height:20px;
	padding:0;
	margin:0;
}
.footmenu li.home a{
	width:50px;
	margin:auto;
	position:relative;
}
.footmenu li.home a span{
	display:block;
	position:absolute;
	width:50px;
	height:50px;
	background:#403933;
	top:-15px;
	left:0;
	border-radius:25px;
	-webkit-box-shadow: 0 0 3px 1px #403933;
}
.footmenu li.home a span em{
	display:block;
	width:42px;
	height:34px;
	padding-top:8px;
	background:#FFF;
	position:absolute;
	top:4px;
	left:4px;
	border-radius:21px;
	text-align:center;
}
.footmenu li.home a span em img{
	height:22px;
}
/*
*wx_code
*/
.wx_code{
	position:fixed; 
	width:150px;
	overflow:hidden;
	border:#ddd solid 1px;
	border-radius:3px;
	right:5px; 
	top:5px;
	z-index:10000;
	padding:2px;
	background:#FFF; 
}
.wx_code img{
	max-width:100%;
}
.wx_code p{
	text-align:center;
}