/* CSS Document */ 
*:not(input) {
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-appearance: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a {
	text-decoration: none;
}
* {
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', Tahoma, Helvetica, arial, sans-serif;
	-webkit-appearance: none;
}
.pr {
	position: relative;
}
.hide {
	display: none;
}
body {
	font-family: 'Microsoft YaHei', Tahoma, Helvetica, arial, sans-serif;
	font-size: 14px;
	font: "微软雅黑";
	font: "宋体";
	background: #f0f0f0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-table;
}
.bt {
	clear: both;
}
.img{
	width: 100%;
}
/* Hides from IE-mac \*/
* html .clearfix {
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.wrap{
	min-width: 320px;
	max-width: 640px;
	margin:0 auto;
}
.content{
	padding:0 10px;
}

.mask {
	background: #000;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
/*技术支持 start*/
.footer{
	line-height: 30px;
	height: 30px;
	width: 100%;
	text-align: center;
}
.footer a{
	font-size: 12px;
	color: #848383;
}
/*技术支持 end*/

/*通用底部 start*/
.bottom{
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
}
.bottom ul li{
	height: 50px;
	float: left;
	width: 33%;
	border-right:1px solid #f0f0f0;
	box-shadow:outset;
}
.bottom ul li img{
	display: block;
	margin:0 auto;
	margin-top: 6px;
}
.bottom ul li p{
	text-align: center;
	font-size: 12px;
	margin-top: 4px;
	color: #666;
}
.bottom ul li:last-child{
	border:none;
}
.general4 {
	position: fixed;
	bottom: 55px;
	width: 30%;
	background: #fff;
	border: 1px solid #c6c6c6;
	border-radius: 8px;
	right: 4px;
	z-index: 1;
}
.general4 img {
	float: left;
	left: 50%;
	margin-bottom: -8px;
	margin-left: 42%;
}
.general4 ul li {
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #c6c6c6;
}
.general4 ul li:last-child{
	border:none;
}
.general4 ul li a {
	color: #434447;
	text-align: center;
}
/*通用底部 end*/
/***相册start****/
.jq_contents {
	width: 100%;
	position: relative;
}
.jq_contents img {
	display: block;
}
.jq_contents p {
	line-height: 40px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	color: #fff;
	right:10px;
}
.jq_contents1 {
	background: #fff;
	padding: 10px 20px;
}
.jq_contents1 h1 {
	float: left;
	font-size: 20px;
	width: 64%;
}
.jq_contents1 img {
	margin: 8px 4px 0 0;
	float: left;
}
.w_photosingle {
	box-sizing: border-box;
	width: 100%;
}
.picbt {
	width: 150px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -75px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border: 0;
}
.singlepic_box {
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 100000000;
}
#singlepic_ul {
	z-index: 1000;
	width: 1000em;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
.big_img li {
	display: table-cell;
	vertical-align: middle;
	background: url(../images/picload.gif) center center no-repeat;
	border: none;
	-webkit-appearance: none;
	paddin: 0px;
}
.singlepic_text {
	position: absolute;
	bottom: 5px;
	left: 0px;
	height: 100px;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	color: #fff;
	z-index: 11000;
	padding: 5px;
	box-sizing: border-box;
	line-height: 16px;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
}
.single_series {
	position: absolute;
	right: 10px;
	bottom: 110px;
	z-index: 11000;
	color: #fff;
	width: 60px;
	height: 30px;
	line-height: 30px;
	display: block;
	border-radius: 10px;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
.single_close {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.album_li {
	padding: 15px 10px;
	padding-bottom: 0px;
}
.car_ck, .selectall {
	-webkit-appearance: checkbox;
}
/***相册end****/