<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;
	/* word-break: break-all; */
}
/* -----------------------------------------------
no image
----------------------------------------------- */
#free #detail .picture .picbox .noimg {
	background-image: url(/img/common/mc/noimg_detail.png);
}
/* -----------------------------------------------
article
----------------------------------------------- */
#free #detail .title {
	border-top: 1px dashed #043c78;/* service color */
	border-bottom: 1px dashed #043c78;/* service color */
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#free #detail .contact {
	border-top: 1px dashed #043c78;/* service color */
	border-bottom: 1px dashed #043c78;/* service color */
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#free #detail .footer .top dt {
	background-image: url(/img/common/mc/icon_service_small.png);
}
/* -----------------------------------------------
official
----------------------------------------------- */
#detail .official {
	float: right;
	display: inline-block;
	background-image: url(/img/common/common/official_stamp.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	margin: 0 0 5px 5px;
	width: 80px;
	height: 80px;
	z-index: 2;
}
.official span {
	display: none;
}</pre></body></html>