

/* 用户反馈回复样式 */
.feedback-reply{
	padding-top: 40px;
	font-size: 14px;
}

.feedback-reply .row{
	margin-bottom: 10px;
    line-height: 20px;
}

.feedback-reply .form-group{
	margin-bottom: 160px;
}


.feedback-reply label{
	font-weight: normal;
	text-align: right;
}
#textareaFeedback{
	width:40%;
}
#bottonReplyFeedback{
	padding:8px 40px;
	font-size:16px;
	width:15%;
	margin-top:20px;
}


#feedbackReply fieldset{
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
    width:70%;
    margin:0 auto 20px;
}
#feedbackReply  fieldset legend{
	border-bottom: none;
	font-family: "Microsoft YaHei";
	width:auto;
}

fieldset div.row img{
	width: 120px;
    height:auto;
    margin-right: 6px;
}

fieldset div.row span{
	overflow:hidden;
	word-wrap: break-word;
	word-break: break-all;
}


/*  帖子分析页面 样式  */
*{
	font-family: "微软雅黑";
}

.good-info dl{
	
    margin-bottom: 10px;
}

.good-info dl dd{
	width:170px;
	border: 1px solid #e2e2e9;
	float: left;
    margin-right: 20px;
}

.good-info .shop-info h2{
	font-weight: normal;
	display: inline-block;
}
.good-info .shop-info span{
	display: inline-block;
	margin-left:6px;
}

div.post-good h3 a{
	color:#676a6c;
	line-height:20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    padding:0 10px;
	
}
div.post-good h3 a:hover{
	color:#676a6c;
}

.post-good p{
	    margin-top: -10px;
	    padding:0 10px;
}

.post-good p i{
	font-style: normal;
    color: red;
    font-size: 16px;
}

/* 我的信息 */

.line-height30{
	line-height: 30px;
}

.personal-test{
	float: left;
    margin-top:40px;
    color:red;
    position: relative;
    left: -266px;
    font-size: 12px;
}

.feedback-reply div.mt0{
	margin-bottom:10px;
}
