﻿@font-face {
  font-family: 'FontAwesome';
  src: url('../font/FontAwesome/FontAwesome.otf');
  src: url('../font/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../font/FontAwesome/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../font/FontAwesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../font/FontAwesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.translucent{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#pageCount{
	font-size: 10px;
	color: #969696;
	float: right;
}

div#clearfix {
	clear:both;
	height:0;!
}

#commentList{
	padding-left: 20px;
	padding-right: 20px;
}

.commentItem{
	list-style-type: none;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-left: 20px;
	border-bottom: 1px dashed #969696;
}

.commentContent{
	position: relative;
	display: block;
	padding: 6px 20px;
	margin-left: 110px;
	background-color: #393939;
	color: #e6e6e6;
	text-decoration: none;
	font-family: "微软雅黑" "华文黑体";
	font-size: 18px;
	border-top-right-radius: 8px;
  	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
  	border-bottom-left-radius: 8px;
}

.commentContent:before{
	position: absolute;
	border-top: 20px solid transparent;
	border-right: 20px solid #eee;
	border-bottom: 20px solid transparent;
	border-right-color: #393939;
	left: -11px;
	top: 5px;
	content: '';
}

.commentText{
	margin: 10px 5px;
}

.userInfo{
	padding: 15px 5px;
	float: left;
	width: 100px;
	text-align: center;

}

.userID{
	color: #393939;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 0px;
	font-family: "微软雅黑";
}

.userHead{
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.commentInfo{
	float: right;
	margin-top: 10px;
	font-size: 10px;
}

.timeInfo{
	margin-right: 30px;
	color: #969696;
}

.zan{
	color: #969696;
	font-family: FontAwesome;
}

.zan::before {
	content:"\f087";
}

.zan:hover{
	color: #0099FF;
	cursor:pointer;
}

#commentControl{
	padding: 20px 20px;
}

.previous,
.next{
	margin: 0px 20px;
	font-family: 'Microsoft Yahei';
	float: right;
	text-decoration: none;
}

.short{
	width: 30px;
}

.picView{
	overflow: hidden;
	position: relative;
	text-align: center;
}

.picView .mask{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	background: rgba(226,188,51,0.5);
	padding-top: 6%;
	width:100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.picView h2{
	font-family: 微软雅黑;
	color: #fff;
	margin: 0px 0px;
	padding: 14px 0px;
	background: rgba(57,57,57, 0.8);
	-webkit-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-o-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	transform: translateY(-150px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.picView p{
	margin: 8% 15%;
	color: #fff;
	line-height: 26px;
	font-size: 18px;
	font-family: "华文细黑" "微软雅黑";
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-o-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.picView a{
	display: inline-block;
	text-decoration: none;
	font-family: 微软雅黑;
	background: #393939;
	color: #fff;
	padding: 6px 8px;
	-webkit-transform: rotate(-359deg);
	-moz-transform: rotate(-359deg);
	-o-transform: rotate(-359deg);
	-ms-transform: rotate(-359deg);
	transform: rotate(-359deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.picView a:hover{
	text-decoration: none;
	color: #fff;
}

.picView:hover .mask{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.picView:hover p{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.picView:hover h2{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.picView:hover a{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}