<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
zh-CN
*/

/* common */
@import "/css/chi/common/detail_free.css";
@import "/css/chi/common/related.css";

/* =========================================================
detail
========================================================= */
#detail {
	word-wrap: break-word;
}
/* =========================================================
free
========================================================= */
/* -----------------------------------------------
no image
----------------------------------------------- */
#free #detail .picture .picbox .noimg {
	background-image: url(/img/common/ev/noimg_detail.png);
}
/* -----------------------------------------------
article
----------------------------------------------- */
#free #detail .title {
	border-top: 1px dashed #660000;
	border-bottom: 1px dashed #660000;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#free #detail .tag a {
	color: #8e3737;
	border: 1px solid #caa1a1;
	background-color: #faf7f7;
}
#free #detail .tag a:hover {
	color: #65ab31;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#free #detail .contact {
	border-top: 1px dashed #660000;
	border-bottom: 1px dashed #660000;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#free #detail .footer .top dt {
	background-image: url(/img/common/ev/icon_service_small.png);
}</pre></body></html>