/* 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;
}
.bt1{
	height: 10px;
}
.img{
	width: 100%;
}
/* Hides from IE-mac \*/
* html .clearfix {
}
.clearfix {
	display: block;
}
.mask {
	background: #000;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
/* End hide from IE-mac */
.wrap{
	min-width: 320px;
	max-width: 640px;
	margin:0 auto;
}
.content{
	padding:0 10px;
}
/* 通用底部 start */
.General{
	position:fixed;
	left:0px;
	bottom:0px;
	height:44px;
	background:#fff;
	width:100%;
	border-top:1px solid #b9b9b9;
	line-height:44px;
	z-index:9;
}
.General1{
	width:20%;
	padding-left:4%;
	color:#434953;
	font-size:17px;
	float:left;
}
.General1 img{
	float:left;
	margin-top:14px;
	margin-right:6px;
}
.General2{
	float:right;
	width:14%;
	height:44px;
}
.General2 img{
	display:block;
	margin:0 auto;
	margin-top:12px;
}
div.General3 img{
	margin-top:15px;
}
.general4{
	position:fixed;
	bottom:40px;
	width:30%;
	background:#fff;
	border:1px solid #c6c6c6;
	border-radius:8px;
	right:17px;
	z-index:1;
}
.general4 ul{
	padding:0 8px;
}
.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;
	text-decoration: none;
}
.general4 img{
	float: left;
	left: 50%;
	margin-bottom: -8px;
	margin-left: 42%;
}
.footer a{
	line-height: 30px;
	height: 30px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #848383;
}
/* 通用底部 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: 67%;
}
.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****/