<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
*/

/* -----------------------------------------------
contents name
----------------------------------------------- */
#contents-name h2 a {
	display: block;
	background: url(/img/chi/help/title_seed.gif) no-repeat 0 0;
	width: 208px;
	height: 50px;
}
/* =========================================================
header
========================================================= */
#seed {
	font-size: 14px;
	line-height: 137%;
}
#seed .header {
	background-image: url(/img/chi/help/seed/header.jpg);
	background-color: #f1eccf;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 30px;
	height: 300px;
}
#seed .header span {
	display: none;
}
/* =========================================================
common
========================================================= */
#seed dt {
	color: #ffffff;
	font-weight: bold;
	background-color: #777777;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 8px;
}
/* =========================================================
what
========================================================= */
#seed .what {
	margin-bottom: 30px;
}
#seed .what dd {
	margin-bottom: 15px;
}
#seed .what div {
	background-image: url(/img/chi/help/seed/part_01.png);
	background-color: #f0f0e8;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 20px;
	height: 443px;
}
#seed .what div ul {
	display: none;
}
/* =========================================================
howto
========================================================= */
#seed .howto ol {
	counter-reset: li;
	list-style:none;
	padding: 0;
	margin: 0;
}
#seed .howto ol li {
	position: relative;
	margin:0 0 25px 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#seed .howto ol li:before {
	position: absolute;
	top: 0;
	left: -1.5em;
	content: counter(li) ". ";
	counter-increment: li;
	font-weight:bold;
}

#seed .howto li p {
	font-weight: bold;
}
#seed .howto li div {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 2px solid #f0f0e8;
	margin: 10px auto 25px auto;
	width: 754px;
}
#seed .howto li div span {
	display: none;
}
#seed .howto li:nth-child(1) div {
	background-image: url(/img/chi/help/seed/part_02.png);
	height: 590px;
}
#seed .howto li:nth-child(2) div {
	background-image: url(/img/chi/help/seed/part_03.png);
	height: 423px;
}
#seed .howto li:nth-child(5) div {
	background-color: #f0f0e8;
	background-image: url(/img/chi/help/seed/part_04.png);
	padding: 10px 0;
	height: 42px;
}
#seed .howto li:nth-child(6) div {
	background-image: url(/img/chi/help/seed/part_05.png);
	height: 435px;
}
#seed .howto li:nth-child(7) div {
	border: none;
	background-image: url(/img/chi/help/seed/part_06.png);
	height: 134px;
}</pre></body></html>