.Ques-main {
	background-color: #F3F5F7;
	width: 100%;
	min-width: 1200px;
	border-top:1px solid transparent;
}

.question-main-content {
	width: 756px;
	margin: 0 auto;
}

.question-shadow-box {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 11px;
}

.question-nav-wrapper {
	font-size: 0;
	/*padding: 8px 0;*/
	padding: 8px 26px;
}

.question-nav-wrapper > a {
	padding: 10px 0;
	padding-bottom: 5px;
	margin-right: 35px;
	display: inline-block;
	font-size: 14px;
	color: #484848;
	border-bottom: 2px solid transparent;
}

.question-nav-wrapper > a:hover,
.question-nav-wrapper > a.active {
	border-color: #0ae;
	color: #0ae;
	text-decoration: none;
}

.q-all-list li {
	position: relative;
	padding: 30px 26px;
}

.q-all-list li .q-txt-box {
	position: relative;
	min-height: 80px;
	margin-left: 61px;
}

.q-all-list li .question-answer-count {
	float: left;
}

.q-all-list li .question-answer-count > span:first-child {
	width: 36px;
	height: 36px;
	display: block;
	box-shadow: 0 0 5px rgba(0, 170, 238, 0.5);
	border-radius: 2px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #ff4800;
}

.q-all-list li .question-answer-count > span:last-child {
	font-size: 12px;
	color: #0ae;
	display: block;
	margin-top: 6px;
	text-align: center;

}

.q-all-list li .question-title {
	font-weight: bold;
	color: #1d1d1d;
	font-size: initial;
}

.q-all-list li .question-title > a {
	font-size: 18px;
}

.question-commend-answer {
	margin-top: 10px;
	margin-bottom: 20px;
}

.question-commend-answer > span {
	font-size: 14px;
	color: #484848;
}

.hot-question-wrapper {
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
	padding: 25px 0;
	margin-bottom: 20px;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

.hot-question-wrapper .question-main-content > a {

}

.hot-question-wrapper .question-main-content > a > span {
	font-size: 26px;
	color: #1d1d1d;
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 550px;

}

.hot-question-wrapper .question-main-content > a:before {
	content: "鐑�";
	background-color: #F06C00;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.question-info-title > button,
.hot-question-wrapper .question-main-content > button,
.question-nav-wrapper button{
	background-color: #0ae;
	border: 0;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	width: 94px;
	height: 32px;
	margin-top: 2px;
	float: right;
}

.question-title-wrapper {
	padding: 27px;
	margin-top:11px
}

.question-title-wrapper .question-info-title > h1 {
	font-size: 26px;
	color: #1d1d1d;
	margin: 0;
}

.question-title-wrapper .question-info-title {
	margin-bottom: 10px;
}

.question-title-wrapper .ask-question-time {
	font-size: 14px;
	color: #a2a1a1;
}

.question-comment-wrapper {

}

.question-comment-header {
	padding: 13px 0 18px 27px;
	border-bottom: 1px solid #E4E6E7;
}

.question-comment-header > h6 {
	font-size: 16px;
	color: #1d1d1d;
	font-weight: bold;
	margin: 0;

}

.question-answer-list {
	padding: 38px 86px 38px 27px;
}

.question-answer-list > li {
	position: relative;
}

.question-comment-content {
	margin-left: 70px;
}

.comment-user-img {
	float: left;
}

.comment-user-img > img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

.question-comment-time {
	font-size: 12px;
	line-height: 50px;
	color: #a2a1a1;
	display: block;
}

.comment-content-text {
	font-size: 14px;
	color: #1d1d1d;
}

.comment-reply-wrapper {
	border: 1px solid #E8E8E8;

}

.comment-reply-header {
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-left: 11px;
}

.comment-reply-header > a {
	width: 76px;
	height: 47px;
	display: inline-block;
	line-height: 47px;
	text-align: center;
}

.comment-reply-header > a:hover,
.comment-reply-header > a:active {
	text-decoration: none;
}

.comment-reply-header > a.active {
	border: 1px solid #E8E8E8;
	border-bottom: 0;
	background-color: #fff;
}

.comment-reply-list {
	margin-bottom: 0;
}

.comment-reply-list > dd {
	position: relative;
}

.comment-reply-name {
	float: left;
	margin-right: 10px;
	color: #a2a1a1;
	font-size: 12px;
}

.comment-reply-content {
	display: table;
}

.comment-replay-time {
	margin: 0;
	font-size: 12px;
	color: #a2a1a1;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
}

.comment-replay-item {
	margin: 18px 19px 0;
}

.comment-reply-list .question-comment-content {
	margin-left: 60px;
	border-bottom: 1px dashed #e5e5e5;
	min-height: 50px;
	position: relative;
	padding-bottom: 30px;
}

.question-replay-submit-wrapper {
	padding: 20px;
	padding-left: 79px;
	text-align: right;
}

.question-btn-style {
	border: 0;
	background-color: #0ae;
	color: #fff;
	width: 87px;
	height: 31px;
	border-radius: 2px;
	outline: none;
}

.comment-replay-textarea {
	width: 100%;
	height: 126px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 20px;
	font-size: 12px;
	box-sizing: border-box;
	outline: none;
	margin-bottom: 10px;
}

.show-textarea-btn.hide,
.relay-textarea-wrapper.hide {
	display: none;
}

.submit-comment-wrapper {
	padding: 0 86px 20px 96px;
}

.submit-comment-wrapper textarea {
	width: 100%;
	height: 189px;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
}
.ask-question-content img{
	max-width: 100%;
}