/*评论可见*/
.reply2view {
    display: inline-block;
    text-align: center;
    border: 1px dashed #ff5151;
    color: #F77;
    width: 100%;
    font-size: 16px;
	border-radius: 8px;
	margin:.875rem 0 1.5rem 0;
	padding:.5rem;
	background-color:#e8ffeb;
}
.reply2view-ok fieldset{
    display: inline-block;
    border: 1px dashed #ff5151;
    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 #ff5151;
    line-height: 12px;
    border-radius: 8px;    width: auto;    margin-bottom: 0;
	margin:.875rem 0 1.5rem 0;
	padding:.5rem;
}