<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;
}
.ques-top {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.ques-ad {
	float: left;
	width: 926px;
}
.ques-ad img {
	width: 926px;
	height: 512px;
	border-radius: 10px 0px 0px 10px;
}
.my-ques-data {
	float: right;
	width: 260px;
	height: 512px;
	background: #ffffff;
	border: 1px solid #faa089;
	border-radius: 0px 10px 10px 0px;
}
.my-data {
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.my-name {
	margin-top: 20px;
	text-align: center;
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #2f2f2f;
	line-height: 22px;
}
.my-help {
	text-align: center;
	margin-top: 14px;
}
.my-help div:nth-child(1) {
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #f54013;
	line-height: 20px;
}
.my-help div:nth-child(2) {
	margin-top: 4px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	color: #2f2f2f;
	line-height: 20px;
}
.my-qa {
	margin-top: 10px;
}
.my-ques {
	display: inline-block;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #2f2f2f;
	line-height: 20px;
}
.my-ques-line {
	display: inline-block;
	margin-left: 19px;
	margin-right: 19px;
	width: 1px;
	height: 8px;
	background: #dddddd;
}
.my-ques:last-child {
	margin-right: 0;
}

.my-ques label {
	color: #F54013;
	display: inline-block;
	margin-left: 6px;
}
.my-ques-list {
	margin-top: 14px;
	box-sizing: border-box;
	padding-left: 14px;
	padding-right: 17px;
}
.my-ques-item {
	margin-bottom: 10px;
	max-width: 229px;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.my-ques-item:hover {
	color: #999999;
}
.my-ques-empty {
	text-align: center;
	margin-top: 40px;
}
.my-ques-empty div {
	height: 22px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #2f2f2f;
	line-height: 22px;
	margin-top: 30px;
}
.my-name.login {
	color: #f54013;
}
.ques-header {
	display: table;
	width: 100%;
	margin-top: 14px;
	margin-bottom: 14px;
}
.ques-tabs {
	float: left;
}
.ques-tab {
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	margin-right: 58px;
	margin-left: 22px;
}
.ques-tab:last-child {
	margin-right: 0;
}
.ques-tab.on {
	font-weight: 600;
	color: #f54013;
}
.ques-publish {
	float: right;
	width: 150px;
	height: 42px;
	background: #f54013;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(245,64,19,0.5); 
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
.ques-publish svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: sub;
}
a:hover {
	color: #fff;
}
.ques-search {
	float: right;
	margin-right: 14px;
	width: 482px;
	height: 42px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 10px;
}
.ques-search input {
	width: 290px;
	border: 0;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 14px;
	float: left;
}
.ques-search-btn {
	float: right;
	width: 150px;
	height: 42px;
	background: #f54013;
	border-radius: 0px 10px 10px 0px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
.ques-search-btn svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: sub;
}
.ques-list {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(47,47,47,0.1); 
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
	min-height: 600px;
}

.ques-item {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px #ddd solid;
}
.ques-item:last-child {
	border-bottom: 0;
}
.ques-item-left {
	float: left;
	width: 800px;
}
.ques-item-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 22px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #2f2f2f;
	line-height: 22px;
	display: block;
}
.ques-item-name:hover {
	color: #2f2f2f;
}
.ques-item-user {
	margin-top: 16px;
}

.ques-item-user-name {
	height: 20px;
	line-height: 20px;
	margin-left: 6px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #2f2f2f;
	display: inline-block;
	vertical-align: top;
}
.ques-item-user-tips {
	height: 20px;
	line-height: 20px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #999999;
	display: inline-block;
	vertical-align: top;
}
.ques-item-right {
	float: right;
	padding-top: 10px;
}
.ques-item-right svg {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 6px;
}
.ques-item-view {
	min-width: 20px;
	margin-right: 10px;
	display: inline-block;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 20px;
}
.ques-item-view:last-child {
	margin-right: 0;
}
.ques-item-views {
	line-height: 36px;
	height: 36px;
	display: inline-block;
	min-width: 110px;
	text-align: left;
}

.ques-item-answer-btn {
	width: 100px;
	height: 36px;
	background: #f54013;
	border: 1px solid #f54013;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(245,64,19,0.5); 
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	margin-left: 80px;
	display: inline-block;
}
.list-pager {
	text-align: center;
	margin-top: 20px;
}</pre></body></html>