body{
	background-color:var(--default-main-content-bg-color);
}
.thread-div{
	width:100%;height:auto;
}
.thread-div h2{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
}
.thread-create-info{
	height:40px;line-height: 40px;
}
.thread-create-info .user-a{
	display:inline-block;float:left;height:32px;width:auto;text-decoration: none;
}
.thread-create-info .user-a img{
	width:32px;height:32px;
	border-radius: 1px;border-radius: 50%;margin-top:2px;
}
.thread-create-info .user-a span{
	color:#444;position: relative;bottom:10px;left:5px;
}

.thread-create-info .thread-time{
	float:right;color:#888;
}
.thread-content{
	height:auto;overflow: hidden;
	text-size-adjust: none;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	margin:20px 0 30px 0;
}
.thread-content p{
	margin-top: 0;
	margin-bottom: 8px;
	min-height: 24px;
}
.thread-content img{
	max-width:100% !important;
}


.thread-action{
	height:auto;
}
.action-button-div{
	height:auto;
}
.action-button-div .button-a{
	padding:5px 10px;text-decoration: none;
	font-size:12px;margin-right:10px;
	color:var(--default-a-next-color);
	/* background-color:#ccc; */
}
.action-button-div .button-a:hover{
	background-color:var(--default-a-hover-color);border-radius: 2px;
	color:#FFFFFF;
}
.action-button-div .button-a span{
	margin-left:3px;
}
.action-button-div .button-a i{
	display:inline-block;width:15px;height:15px;
	position: relative;top: 3px;right: 3px;
}
.action-button-div .button-a i.icon_collect{
	background:url(../img/icon_collect.png) no-repeat center center;background-size:15px;
}
.action-button-div .button-a i.icon_zan{
	background:url(../img/icon_zan.png) no-repeat;background-size:14px 14px;
	background-position: top;
}
.action-button-div .button-a i.icon_share{
	background:url(../img/icon_share.png) no-repeat center center;background-size:15px;
}
.action-button-div .button-a i.icon_comment{
	background:url(../img/icon_comment.png) no-repeat center center;background-size:15px 15px;
}

.login-tips{
	height:40px;line-height:40px;font-size:14px;color:#333;margin-top:20px;
	border-bottom:1px solid #EEEEEE;
}
.login-tips a{
	color:var(--default-a-hover-color);font-size:16px;
}

.comment-num{
	height:30px;line-height:30px;color:var(--default-a-color);
	position: relative;top:15px;
}

.comment-floor{
	width:100%;height:auto;background-color:#fcfcfc;position: relative;
	padding:20px;margin-top:18px;box-sizing: border-box;
	border:1px solid var(--default-content-bg-color);
}
.comment-floor>.comment-floor,.comment-floor>.comment-floor>.comment-floor>.comment-floor{
	background-color: #FFFFFF !important;
}
.comment-floor>.comment-floor>.comment-floor,.comment-floor>.comment-floor>.comment-floor>.comment-floor>.comment-floor{
	background-color:#fcfcfc !important;
}
.comment-floor>.comment-div{
	height:auto;width:auto;
}
.comment-floor>.comment-div::after{
	display:none;content:"";position: absolute;top:0px;bottom:0px;left:0px;right:0px;
	pointer-events:none;
}
.comment-floor>.comment-div:hover::after{
	display:block;box-shadow:#ccc 0 0 10px;
}
.comment-floor .user-a{
	display:inline-block;float:left;height:20px;width:auto;text-decoration: none;
}
.comment-floor .user-a img{
	width:20px;height:20px;
	border-radius: 1px;
}
.comment-floor .user-a span{
	color:var(--default-a-next-color);position: relative;bottom:5px;left:3px;
}
.comment-floor span.best-answer{
	background-color:var(--st-pink);color:#FFFFFF;display:inline-block;float:left;
	font-size:12px;padding:0 5px;margin-left:10px;border-radius: 1px;
}
.comment-floor span.time-span{
	display:inline-block;float:right;color:var(--default-a-next-color);
	font-size:12px;
}
.comment-floor>.comment-div>p{
	display:block;
	width:100%;line-height: 1.5;overflow: hidden;
	margin:10px 0;font-size:14px;color:var(--default-a-color);
	/* max-height:40px;
 	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; */
}
.comment-floor .action-button-div{
	width:100%;height:auto;margin-top:15px;
}
.comment-floor .action-button-div .button-a{
	padding:5px 10px;text-decoration: none;
	font-size:12px;margin-right:10px;
	color:var(--default-a-next-color);
	/* background-color:#ccc; */
}
.comment-floor .action-button-div .button-a:hover{
	background-color:var(--default-a-hover-color);border-radius: 2px;
	color:#FFFFFF;
}
.comment-floor .action-button-div .button-a span{
	margin-left:3px;
}
.comment-floor .action-button-div .button-a i{
	display:inline-block;width:15px;height:15px;
	position: relative;top:1px;right: 3px;
}
.comment-floor .action-button-div .button-a i.icon_collect{
	background:url(../img/icon_collect.png) no-repeat center center;background-size:15px;
}
.comment-floor .action-button-div .button-a i.icon_zan{
	background:url(../img/icon_zan.png) no-repeat;background-size:14px 14px;
	background-position: top;
}
.comment-floor .action-button-div .button-a i.icon_share{
	background:url(../img/icon_share.png) no-repeat center center;background-size:15px;
}
.comment-floor .action-button-div .button-a i.icon_comment{
	background:url(../img/icon_comment.png) no-repeat center center;background-size:15px 15px;
}


	/* 相似问题 */
.hot-info-ul{
	display:block;margin-top:10px;
}
.hot-info-ul>li{
	display:block;height:auto;overflow: hidden;padding-bottom:10px;
	border-bottom:1px solid var(--default-content-bg-color);margin-bottom:10px;
}
.hot-info-ul>li:last-child{
	border:0px;margin-bottom:0px;
}
.hot-info-ul>li a{
	text-decoration: none;color:var(--default-a-color);
}
.hot-info-ul>li .info-order{
	width:25px;height:25px;background-color:#E1EEFA;line-height:25px;
	text-align: center;color:var(--default-a-hover-color);float:left;
	position: relative;top:3px;
}
.hot-info-ul>li .info-div{
	width:285px;float:right;
}
.hot-info-ul>li .info-div p{

	overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;
}
.hot-info-ul>li .info-div h4{
	width:100%;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom:10px;
}
.hot-info-ul>li .info-div .tag{
	padding:1px 5px;background-color:#999;color:#FFFFFF;
	float:right;font-size:13px;
}
.hot-info-ul>li .info-div .tag-ok{
	background-color: var(--default-a-hover-color);
}
.hot-info-ul>li .info-answer-num {
	float: left;
	height:25px;line-height:20px;
	font-size: 13px;
	color: var(--default-a-next-color);
	position: relative;
	bottom:2px;
}
.hot-info-ul>li .info-answer-num::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	position: relative;
	right: 5px;
	top: 5px;
	background: url(../img/icon_answer.svg);
	background-size: cover;
}
.hot-info-ul>li a:hover h4{
	color:var(--default-a-hover-color);
}
.tattl { float: left; overflow: hidden; padding: 10px 10px 10px 0; width: 45%; min-height: 64px; }