.GuideBox{
	height:40px;
	line-height:40px;
	background:#FFF;
	text-indent:10px;
	overflow:hidden;
	color:#888;
}
.GuideBox a{
	color:369;
}
/***/
.SlideBox{
	width:100%;
	overflow:hidden;
	position:relative;
}
.SlideBox:before{
	content:'';
	display:block;
	padding-top:60%;
}
.SlideBox .Imgs,.SlideBox .Lists,.SlideBox .Imgs li{
	position:absolute;
	width:100%;
	left:0;
}
.SlideBox .Imgs,.SlideBox .Imgs li{
	height:100%;
	top:0;
	overflow:hidden;
	background:#F5F5F5;
}
.SlideBox .Imgs li img{
	max-height:100%;
	max-width:100%;
	position: absolute;
	left: 50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.SlideBox .Lists{
	height:30px;
	bottom:0;
	text-align:center;
	padding:0;
	line-height:0;
	z-index:1000;
}
.SlideBox .Lists li{
	display:inline-block;
	padding:0 3px;
}
.SlideBox .Lists li span{
	display:block;
	width:8px;
	height:8px;
	background:#999;
	overflow:hidden;
	line-height:60px;
	border-radius:50%;
}
.SlideBox .Lists li.ck span{
	background:#F60;
}
/***/
.ShowBigImgBox{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1000000;
	display:none;
}
.ShowBigImgBox li{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,1);
	left:0;
	top:0;
}
.ShowBigImgBox li img{
	max-height:100%;
	max-width:100%;
	position: absolute;
	left: 50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
/***/
.ShowOneImg li{
	text-align:center;
	padding:5px;
	background:#F5F5F5;
}
.ShowOneImg li img{
	max-width:100%;
}
/***/
.TopInfoBox{
	background:#FFF;
	padding:5px 10px;
	color:#888;
	font-size:16px;
}
.TopInfoBox .infotitle{
	line-height:25px;
	font-weight:bold;
	color:#333;
	padding:5px 0;
	font-size:18px;
}
.TopInfoBox div.posttime{
	text-indent:25px;
	background:url(time.png) left center no-repeat;
}
.TopInfoBox ul{
	height:30px;
	overflow:hidden;
}
.TopInfoBox ul ol{
	float:left;
	text-indent:25px;
	background:url(last.png) 3px center no-repeat;
}
.TopInfoBox ul li{
	float:right;
	text-indent:25px;
	background:url(hits.png) left center no-repeat;
}
.MoreInfoBox{
	width:100%;
	background:#FFF;
	overflow:hidden;
}
.MoreInfoBox .head{
	height:50px;
	line-height:50px;
	background:#F5F5F5;
	text-indent:10px;
	font-size:18px;
	font-weight:bold;
}
.MoreInfoBox .cont{
	padding:10px;
	font-size:16px;
	line-height:25px;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
　　word-wrap:break-word;/*支持IE，chrome，FF*/
}
.MoreInfoBox .cont img{
	max-width:100%;
}
.MoreInfoBox .cont .ListInfo li{
	padding:3px 0;
}
.MoreInfoBox .cont .ListInfo li span{
	color:#666;
}
.contactinfo li{
	text-indent:30px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.contactinfo li.tel{
	background:url(tel.png) left center no-repeat;
}
.contactinfo li.mob{
	background:url(mob.png) left center no-repeat;
}
.contactinfo li.qq{
	background:url(qq.png) left center no-repeat;
}
.contactinfo li.wx{
	background:url(wx.png) left center no-repeat;
}
.contactinfo li.email{
	background:url(email.png) left center no-repeat;
}
.AddComment{
	padding:15px 10px;
}
.AddComment div{
	line-height:45px;
	text-align:center;
	background:#F80;
	font-size:18px;
}
.AddComment div span{
	display:inline-block;
	padding-left:30px;
	background:url(post1.png) left center no-repeat;
	background-size:20px 20px;
	color:#FEFEFE;
}
.Reminded{
	padding:15px;
	line-height:25px;
	color:#666;
}
.Reminded div.head{
	line-height:40px;
	font-weight:bold;
	color:#333;
}
.Reminded ul li{
	padding:3px 0;
}
/***/
.PostComment{
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000000;
	left:0;
	top:0;
	display:none;
}
.PostComment .BackBox{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.6);
}
.PostComment .FormBox{
	width:300px;
	padding-bottom:15px;
	position: absolute;
	left: 50%;
	top: 50%;
	background:#FFF;
	border:#F60 solid 1px;
	border-radius:5px;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.PostComment .FormBox .head{
	text-align:center;
	padding:15px 5px 10px 5px;
	color:#F60;
}
.PostComment .FormBox dl{
	display:table;
	width:95%;
}
.PostComment .FormBox dl dt,.PostComment .FormBox dl dd{
	display:table-cell;
	vertical-align:top;
	padding:5px 0;
}
.PostComment .FormBox dl dt{
	width:60px;
	text-align:right;
	padding-right:5px;
	color:#666;
}
.PostComment .FormBox dl dd{
	vertical-align:middle;
}
.PostComment .FormBox dl dd input{
	border:#DDD solid 1px;
	border-radius:5px;
}
.PostComment .FormBox dl dd textarea{
	border:#DDD solid 1px;
	border-radius:5px;
	width:95%;
	height:100px;
}
.PostComment .FormBox .sub{
	width:100px;
	margin:auto;
	position:relative;
}
.PostComment .FormBox .sub span{
	display:block;
	text-align:center;
	line-height:35px;
	border:#F60 solid 1px;
	background:#F90;
	color:#FFF;
	border-radius:5px;
}
.PostComment .FormBox .sub input{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	cursor:pointer;
	opacity:0;
}
/*****/
@media (max-width: 400px) {
	.SlideBox .Lists{
		height:20px;
	}
	.TopInfoBox{
		font-size:14px;
	}
	.TopInfoBox .infotitle{
		font-size:16px;
	}
	.MoreInfoBox .head{
		height:40px;
		line-height:40px;
		font-size:16px;
	}
	.MoreInfoBox .cont{
		font-size:14px;
		line-height:20px;
	}
	.AddComment div{
		line-height:35px;
		font-size:16px;
	}
}