/*评论可见*/
.reply2view {
    display: inline-block;
    text-align: center;
    border: 1px dashed #f1f3fa;
    color: #F77;
    width: 100%;
    font-size: 16px;
	border-radius: 8px;
	margin:.875rem 0 1.5rem 0;
	padding:.5rem;
}
.reply2view-ok fieldset{
    display: inline-block;
    border: 1px dashed #f1f3fa;
    width: 100%;
	border-radius: 8px;
	margin:.875rem 0 1.5rem 0;
	padding:.5rem;
}
.reply2view-ok fieldset legend {
    font-size: 12px;
    color: #F77;
    border: 1px solid #f1f3fa;
    line-height: 12px;
    border-radius: 8px;    width: auto;    margin-bottom: 0;
	margin:.875rem 0 1.5rem 0;
	padding:.5rem;
}