

.bloginfo
{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #ff6600 2px solid;
	border-bottom: #dddddd 1px dashed;
	box-shadow: inset 0 1px 1px rgba(0,0,0, 0),0 0 8px rgba(0,0,0, 1);
    perspective: 10000px;
    margin-top: 10px;	
}

.bloginfo .blogwarp
{
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.bloginfo .blogwarp .blogheader
{
	float: left;
	width: 100%;
}

.bloginfo .blogwarp .blogheader h1
{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.bloginfo .blogwarp .blogbody
{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.bloginfo .blogwarp .blogbody .viewtext
{
	float: left;
	width: calc(100% - 20px);
	line-height: 30px;
	margin-left: 10px;
}

.bloginfo .blogwarp .blogbody .viewtext p
{
	float: left;
	width: 100%;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 15px;
}

.bloginfo .blogwarp .blogbody .viewtext img
{
	float: left;
	max-width: 600px;
}


.bloginfo .blogwarp .blogfooter
{
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 20px;
}

.bloginfo .blogwarp .blogfooter .timespan
{
	float: left;
	height: 30px;
	line-height: 30px;
	color: #aaaaaa;
}

.bloginfo .blogwarp .blogfooter .commdata
{
	float: right;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 6px;
	background-color: #eeeeee;
}

.bloginfo .blogwarp .blogfooter .commdata .iconspan
{
	float: left;
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.bloginfo .blogwarp .blogfooter .commdata .iconspan .svgicon
{
	float:left;
	width: 20px;
	height:20px;
	margin-top: 6px;
}


.bloginfo .blogwarp .blogfooter .commdata .textspan
{
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
}

.blogpages
{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	margin-top: 10px;
}


.listcommend
{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.listcommend .commheader
{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: #dddddd 1px solid;
}

.listcommend .commheader .titspan
{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
}

.listcommend .commbody
{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.listcommend .commbody ul 
{
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #dddddd 1px dashed;
}

.listcommend .commbody ul .headimage
{
	float: left;
	width: 60px;
	height: 60px;
	border: #dddddd 2px solid;
	border-radius: 6px;
}

.listcommend .commbody ul .headimage .oimg
{
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
 
.listcommend .commbody ul .commtent
{
	float: left;
	width: calc(100% - 80px);
	margin-left: 10px;
}

.listcommend .commbody ul .commtent ol
{
	float: left;
	width: 100%;
}

.listcommend .commbody ul .commtent ol .namespan
{
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
}

.listcommend .commbody ul .commtent ol .timespan
{
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
}

.listcommend .commbody ul .commtent ol .comtext
{
	float: left;
	width: 100%;
	line-height: 24px;
	text-align: left;
	line-height: 150%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.listcommend .commbody ul .commtent ol .comreplay
{
	float: left;
	width: 100%;
	border-top: #eaeaea 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
}

.listcommend .commbody ul .commtent ol .comreplay .repimage
{
	float: left;
	width: 60px;
	height: 60px;
	border: #dddddd 2px solid;
	border-radius: 6px;
}

.listcommend .commbody ul .commtent ol .comreplay .repimage .pimg
{
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
 
.listcommend .commbody ul .commtent ol .comreplay .replaytent
{
	float: left;
	width: calc(100% - 80px);
	margin-left: 10px;
}

.listcommend .commbody ul .commtent ol .comreplay .replaytent li
{
	float: left;
	width: 100%;
}

.listcommend .commbody ul .commtent ol .comreplay .replaytent li .repname
{
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
}

.listcommend .commbody ul .commtent ol .comreplay .replaytent li .reptime
{
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
}

.listcommend .commbody ul .commtent ol .comreplay .replaytent li .reptext
{
	float: left;
	width: 100%;
	line-height: 24px;
	text-align: left;
	line-height: 150%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.listcommend .commbody ul .commtent ol .iconitem
{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin-right: 20px;
	cursor: pointer;
}

.listcommend .commbody ul .commtent ol .iconitem .iconspan
{
	float: left;
	width: 20px;
	height: 40px;
	line-height: 40px;
}

.listcommend .commbody ul .commtent ol .iconitem .iconspan .svgicon
{
	float:left;
	width: 18px;
	height: 18px;
	margin-top: 11px;
}


.listcommend .commbody ul .commtent ol .iconitem .icontext
{
	float: left;
	height: 40px;
	line-height: 40px;
}


.listcommend .commbody ul .commtent ol .iconitem:hover
{
	color: #ff6600;
}

.listcommend .commbody ul .commtent ol .iconitem.act
{
	color: #ff6600;
}

.listcommend .commbody ul .commtent ol .comtextarea
{
	float: left;
	width: 100%;
	height: 100px;
	line-height: 24px;
	text-align: left;
}

.listcommend .commbody ul .commtent ol .btnsubmin
{
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	margin-left:10px;
	margin-top:10px;
	font-weight:bold;
	background-color:#26bf8c;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	text-align:center;
	border-radius: 3px;
}

.listcommend .commbody ul .commtent ol .btnsubmin:hover 
{
	background-color: #4be7b3;
}

.tipsTextspan
{
	float:left;
	display: none;
}


