﻿@charset "utf-8";
/*手机文章页*/
#toBack{display: none;}

@media (max-width: 992px){
body {
    width: 100%;
    background-image: url(http://zrzy.747365.xyz/material/wap/img/top.png);
    background-size: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}
#wapper #mainSub {width: auto;
    border-radius: 10px;
    margin: 220px 10px 0 10px;
    background-image: url(http://zrzy.747365.xyz/material/wap/img/btm.png);
	background-color: transparent;
}	
	
	#header,#footer,.location,.share_block{display:none;}
	body,#wapper{width:100%;}
	#wapper #ShowArtOne #title {border-bottom: 3px solid #6bb590;padding-bottom:30px;margin-bottom:30px;}
	#ShowArtOne #title p{font-size: 28px;}
	#ShowArtOne #title h1 {line-height: 44px;} 
	#content{padding: 0px 0px 20px 0px;line-height: 200%;word-break: break-all;}
	#contentPic img{max-width:100%;height:auto;min-width:90%;}
	#content p{margin-bottom:10px;}
	#content img{max-width:100%;height:auto;min-width:90%;}
	#toBack{
		background-image: url(../wap/img/back.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		position: fixed;
		right:10px;
		bottom:20px;
		z-index: 999;
		height: 110px;
		width: 110px;
		background-size:100%;
		display: block;opacity:0.8;
	}	

}