<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*çƒ­é”€äº§å“*/
.product-list .item{
	position: relative;
}
.product-list .icon-hot{
	position: absolute;
	top: 0;
	right: 20px;
	width: 20px;
	line-height: 0;
}











/*äº§å“ç­”ç–‘*/
.remark .know .titlebox {
	background: url(../images/dayi.png) no-repeat center;
	background-size: cover;
}
.remark .related .titlebox {
	background: url(../images/uppdt2.png) no-repeat center;
	background-size: cover;
}




.answer-form{
	padding: 20px 17px 5px 23px;
	min-height: 270px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.answer-form li{
	display: flex;
	width: 46%;
	float: left;
	margin-bottom: 15px;
	/*padding: 0 3%;*/
	float: left;
}
.answer-form li:nth-child(2n){
	float: right;
}
.answer-form p{
	display: block;
	min-width: 80px;
}
.answer-form .input{
	flex: 1;
	width: 100%;
	height: 32px;
	font-size: 14px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #F8F8F8;
	padding: 0 10px;
}
.answer-form .radiobox{
	margin-right: 50px;
}
.answer-form .radiobox:last-child{
	margin-right: 0;
}
.answer-form .checkradio{
	/*margin-right: 5px;*/
}
.answer-form textarea{
	width: 100%;
	height: 60px;
	background: #F8F8F8;
	padding: 10px 16px;
	border: none;
	font-size: 14px;
	line-height: 20px;
}
.answer-form .submit{
	text-align: right;
}
.answer-form .submit button {
	width: 126px;
	height: 32px;
	background: var(--themeColors);
	font-size: 14px;
	color: #FFFFFF;
}
















/*ç­”ç–‘åˆ—è¡¨*/
.answer-list li{
	display: flex;
	background: #FFFFFF;
	padding: 16px;
	margin-bottom: 15px;
}
.answer-list li .icon {
	width: 20px;
	margin-right: 6px;
}
.answer-list li .intro {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	flex: 1;
}
.answer-list li .title {
	color: #333333;
	line-height: 25px;
	font-weight: bold;
}
.answer-list li .admin {

	color: var(--themeColors);
	margin: 15px 0 10px;
}
.answer-list li .text {
	padding: 14px 16px;
	background: #FBF9F9;
	color: #333333;
}










@media screen and (max-width: 768px){
/*äº§å“ç­”ç–‘*/
.answer-form li {
    width: 100%;
}
.answer-form .radiocard{
	display: block;
}
.answer-form .radiobox {
    margin: 0 0 10px 0;
}
.answer-form .submit {
    margin-bottom: 15px;
}
}</pre></body></html>