<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #fff  !important;
}
a.hover-opacity:hover {
	color: #fff;
}
.ques-left {
	float: left;
	width: 826px;
	margin-top: 20px;
	width: 826px;
}
.ques-main-data {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(47,47,47,0.1);
}
.ques-user {
	float: right;
	width: 360px;
	margin-top: 20px;
}
.ques-user-info {
	width: 360px;
	height: 246px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(47,47,47,0.1); 
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.question-user-name {
	display: inline-block;
	position: relative;
}
.ques-user-logo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.ques-user-level {
	position: absolute;
	background-image: url("/application/index/static/images/index1/xingzhuang.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 42px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	padding-top: 6px;
	box-sizing: border-box;
	left: 50%;
	bottom: -16px;
	margin-left: -21px;
}
.question-user-data {
	display: table;
	width: 100%;
	margin-top: 40px;
}
.question-user-data-item {
	float: left;
	width: calc(100% / 3);
	position: relative;
}
.question-user-data-item .m1 {
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #f54013;
	line-height: 20px;
}
.question-user-data-item .m2 {
	margin-top: 6px;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #666666;
	line-height: 20px;
	position: relative;
}
.question-user-data-item .m2::after {
	content: "";
	position: absolute;
	height: 12px;
	width: 1px;
	background-color: #d8d8d8;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
.question-user-data-item:last-child .m2::after {
	content: initial;
}
.ques-list {
	width: 360px;
	margin-top: 14px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(47,47,47,0.1); 
	position: relative;
}
.ques-list-header {
	border-bottom: 1px #ddd solid;
	box-sizing: border-box;
	padding: 20px;
}
.ques-list-header-name {
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #f54013;
	line-height: 20px;
	position: relative;
	display: inline-block;
}
.ques-list-header-name::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #f54013;
	border-radius: 1px;
	left: 50%;
	margin-left: -20px;
	bottom: -22px;
}
.ques-list-repeat {
	float: right;
	height: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 25px;
	display: inline-block;
}
.ques-list-repeat svg {
	width: 16px;
	height: 16px;
	vertical-align: sub;
}
.ques-list-random {
	padding: 0 20px;
}
.ques-list-item {
	box-sizing: border-box;
	border-bottom: 1px #ddd solid;
	padding: 20px 0;
}
.ques-list-item:last-child {
	border-bottom: 0;
}

.ques-list-item-name {
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #2f2f2f;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ques-list-item-action {
	display: table;
	width: 100%;
	margin-top: 16px;
}
.ques-list-item-answer-btn {
	width: 100px;
	height: 34px;
	background: #f54013;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(245,64,19,0.5); 
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	display: inline-block;
}
.ques-list-item-answer-persons {
	height: 34px;
	float: right;
	display: inline-block;
}
.ques-list-item-answer-person-count {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 34px;
	margin-left: 6px;
}
.ques-list-item-answer-logo {
	position: relative;
	height: 34px;
	width: 34px;
	vertical-align: middle;
	display: inline-block;
}
.ques-list-item-answer-logo img {
	position: absolute;
	left: 0;
	top: 0;
	background: #f2f4f8;
	border-radius: 10px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1); 
}
.ques-info {
	box-sizing: border-box;
	padding: 20px;
}
.ques-name {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	color: #2f2f2f;
	line-height: 25px;
}
.ques-context {
	margin-top: 10px;
	line-height: 20px;
}
.ques-context img {
	width: 100%;
	height: auto;
}
.ques-context.min {
	max-height: 50px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.ques-info-action {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.ques-info-answer {
	width: 120px;
	height: 40px;
	background: #f54013;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(245,64,19,0.5); 
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-right: 20px;
}
.ques-info-user-name {
	height: 20px;
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	color: #2f2f2f;
	margin-left: 6px;
}
.ques-info-view-icon {
	width: 16px;
	height: 14px;
	margin-left: 20px;
}
.ques-info-time,
.ques-info-view {
	display: inline-block;
	margin-left: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}
.ques-info-more {
	float: right;
	color: #999;
	margin-top: 24px;
}
.ques-info-more.none {
	margin-top: 0;
}
.ques-info-more svg {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: transform 200ms;
	-moz-transition: transform 200ms;
	-webkit-transition: transform 200ms;
	-o-transition: transform 200ms;
}
.ques-info-more svg.expand {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.ques-answer {
	display: table;
	width: 100%;
	padding: 14px;
	background: #f2f4f8;
	border-radius: 10px;
	margin-top: 20px;
}
.ques-answer-user-logo {
	border-radius: 50%;
	float: left;
	width: 44px;
	height: 44px;
	border-radius: 10px;
}
.ques-answer-user-content {
	float: left;
	width: 696px;
	margin-left: 12px;
}
.ques-answer-editor {
	width: 100%;
	height: 272px;
	display: table;
}
.ques-answer-submit {
	margin-top: 10px;
	text-align: right;
}
.ques-answer-submit-btn {
	width: 120px;
	height: 40px;
	background: #f54013;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(245,64,19,0.5); 
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}
.ques-answer-user-login-btn {
	display: inline-block;
	width: 52px;
	height: 24px;
	background: #f54013;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 0px rgba(245,64,19,0.5); 
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	margin: 0 4px;
}
.ques-answer-user-login {
	text-align: center;
	background-color: #fff;
	line-height: 120px;
	height: 120px;
}
.ques-info-line {
	width: 100%;
	height: 10px;
	background: #f2f4f8;
}
.editable-div:empty::before {
	content: attr(placeholder);
	font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-top: 10px;
}
.editable-div .emoji_icon {
	max-width: 18px;
	max-height: 18px;
	vertical-align: sub !important;
}
.editable-div:focus {
	background-color: #fff;
	border: 1px #f54013 solid;
}

.ques-comment-tabs {
	display: table;
	width: 100%;
	padding: 20px;
	border-bottom: 1px #ddd solid;
}
.ques-comment-tab {
	float: left;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	position: relative;
	margin-right: 40px;
}
.ques-comment-tab.on {
	font-weight: 600;
	color: #f54013;
}
.ques-comment-tab.on::after {
	content: "";
	bottom: -21px;
	width: 40px;
	height: 2px;
	background: #f54013;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}
.ques-comment-count {
	float: right;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}
.ques-comment-list {
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
}
.ques-comment-list.mh {
	min-height: 600px;
}
.ques-comment-item {
	border-bottom: 1px #ddd solid;
	padding: 20px 0;
	position: relative;
	display: table;
	width: 100%;
}
.ques-comment-user {
	float: left;
	position: relative;
}
.ques-comment-user  img {
	width: 60px;
	height: 60px;
	border: 1px #ddd solid;
	border-radius: 50%;
}
.ques-comment-user .ques-user-level {
	width: 28px;
	height: 28px;
	font-size: 8px;
	padding-top: 4px;
	bottom: -10px;
	margin-left: -14px;
}
.ques-comment-contents {
	width: 716px;
	float: left;
	margin-left: 10px;
}
.ques-comment-user-name {
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: #f54013;
	line-height: 22px;
	margin-top: 10px;
}
.ques-comment-user-comment {
	font-size: 14px;
	line-height: 20px;
	color: #2f2f2f;
	margin-top: 6px;
	white-space: pre-line;
	word-wrap: break-word;
}
.ques-comment-user-time {
	margin-top: 10px;
}
.ques-comment-user-time .time {
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 17px;
	display: inline-block;
}
.ques-comment-user-time .fabulous {
	display: inline-block;
	margin-left: 24px;
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 17px;
}
.ques-comment-user-time .fabulous svg {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.ques-comment-user-time .recover {
	margin-left: 20px;
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 17px;
	display: inline-block;
}
.ques-comment-user-time .agree {
	margin-left: 20px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #f54013;
	line-height: 17px;
	display: inline-block;
}
.ques-comment-top-recover {
	margin-top: 25px;
	position:relative;
}
.ques-comment-top-recover .editable-div {
	width: 100%;
	height: 128px;
	background-color: #f2f4f8;
	border: 0;
	border-radius: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	resize: none;
	padding: 10px;
	font-size: 14px;
	outline: none;
	border: 1px #f2f4f8 solid;
}
.editable-div-login {
	background-color: #f2f4f8;
	padding: 10px;
	border-radius: 10px;
}
.recover-action {
	display: table;
	width: 100%;
	margin-top: 12px;
}
.emoji-btn-txt {
	height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #2f2f2f;
	line-height: 24px;
	display: inline-block;
}
.emoji-btn-txt svg {
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin-right: 5px;
}
.recover-submit-btn {
	float: right;
	width: 120px;
	height: 40px;
	background: #f54013;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(245,64,19,0.5); 
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
.ques-reply-comment {
	width: 716px;
	background: #f2f4f8;
	border-radius: 10px;
	padding: 0 14px;
	margin-top: 10px;
}
.ques-reply-item {
	display: table;
	width: 100%;
	padding-top: 14px;
}
.ques-reply-item-user-logo {
	float: left;
	width: 44px;
	height: 44px;
	border-radius: 10px;
}
.ques-reply-content {
	width: 632px;
	float: right;
	border-bottom: 1px #ddd solid;
	padding-bottom: 14px;
}
.ques-reply-content.last {
	border-bottom: 0;
}
.ques-reply-names {
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #2f2f2f;
	line-height: 20px;
}
.ques-reply-names span {
	display: inline-block;
	color: #999999;
	margin: 0 10px;
}
.ques-reply-recover .editable-div {
	background-color: #fff;
}
.ques-reply-recover {
	margin-top: 10px;
}
.ques-reply-pager {
	padding: 20px 0;
	text-align: center;
}
.ques-reply-sum {
	padding: 14px 0;
}
.ques-reply-sum .more {
	color: #f54013;
}
.list-pager {
	padding-top: 20px;
	text-align: center;
}

.ques-user-vip {
	position: absolute;
	transform: scale(0.4);
	left: -75px;
	top: -10px;
}
.ques-comment-user-lv {
	color: #f54013;
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 400;
}
.ques-comment-user-vip {
	position: absolute;
	transform: scale(0.4);
	top: -6px;
	left: -50px;
}
.ques-comment-user-name .agree {
	font-size: 14px;
	font-weight: 400;
	margin-left: 30px;
	display: inline-block;
	vertical-align: bottom;
}
.emoji_icon {
	max-width: 16px;
	max-height: 16px;
	vertical-align: text-bottom;
}
.emtyp-img {
	padding-bottom: 60px;
}</pre></body></html>