body,div,ul,li,ol,dl,dt,p,
dd,img,input,a,span,h1,h2,h3,h4,h5,h6,
figure,video {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  line-height: 1;
}
html,body {
	height: 100%;
	width: 100%;
	font-size: 16px;
	background-color: #ECECEC;
}
::-webkit-scrollbar {
	display:none
}
.clue-solicitation-detail {
	padding: 20px;
	box-sizing: border-box;
}
.comment-list {
	background: #fff;
	border-radius: 4px;
	padding: 20px 0px 40px;
	box-sizing: border-box;
}
.comment-item {
	padding: 0px 20px;
	display: flex;
}
.comment-list-block {
	margin-bottom: 20px;
}
.comment-item .text {
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 2px;
	background: #FE4B22;
	color: #fff;
}
.comment-item .text.green {
	background: #00CC02;
}
.comment-item .Q-and-A {
	width: calc(100% - 30px);
	padding: 0px 0px 0px 14px;
	box-sizing: border-box;
}
.Q-and-A span {
	display: block;
	font-size: 16px;
}
.Q-txt {
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	line-height: 25px;
}
.A-txt {
	padding: 12px 0px 16px;
	line-height: 22px;
	color: #666;
}
.A-txt.time {
	font-size: 15px;
	line-height: 18px;
}
.footer-bth{
	position: fixed;
	width: 100%;
	height: 30px;
	/*margin-top: 30px;*/
	margin-bottom: 30px;
	bottom: 0;
}

.footer-bth :nth-child(1){
	display: inline-block;
	float: left;
	width: 100px;
	height: 30px;
	margin-left: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
	background-color: #4EB0ED;
}

.footer-bth :nth-child(2){
	display: inline-block;
	float: right;
	width: 100px;
	height: 30px;
	margin-right: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
	background-color: #EC5C5C;
}