.reply_info h3{
    font-size: 0.3rem;
		margin-bottom: 0.1rem;
}
.reply_info strong {
    font-size: 0.3rem;
}
.reply_info hr {
    border: none;
    height: 0.02rem;
    background-color: #DFDFDF;
    margin: 0.2rem 0;
}
.reply_info em{
		font-size: 0.24rem;
		font-style: initial;
		color: #b7b7b7;
		padding-bottom: 0.1rem;
		display: inline-block;
}
.reply_info img {
    position: relative;
    top: 0.3rem;
}
.reply_info li{
	    line-height: 0.45rem;
}
.reply_info table {
		width: 6rem;
		border-collapse: collapse;
		margin: 0.2rem 0;
		overflow: auto;
		display: block;
}
.reply_info table tr{
	display: flex;
}
.reply_info table tr th {
		width: 1.76rem;
		background-color: #e9e9e9;
		border: 1px solid #c6c6c6;
		color: #9a9aa6;
		font-weight: 400;
		border-bottom: none;
		border-left: none;
		padding: 0.1rem;
		display: flex;
		justify-content: center;
		align-items: center;
}
.reply_info table tr th:first-child{
	border-left: 1px solid #c6c6c6;
}
.reply_info table td {
		width: 1.76rem;
		border: 1px solid #c6c6c6;
		border-bottom: none;
		border-left: none;
		padding: 0.1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 0.45rem;
}
.reply_info table td:first-child{
	border-left: 1px solid #c6c6c6;
}
.reply_info table tr:last-child td{
	border-bottom: 1px solid #c6c6c6;
}
#fx_text .reply_info table{
	overflow: hidden;
}