<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.help-content {
	padding: 20px 0;
}
.help-menu,
.help-block {
	background-color: #fff;
}
.help-menu {
	float: left;
	width: 210px;
}
.help-menu-title {
	padding: 20px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.help-menu-block {
	overflow: hidden;
}
.help-menu-name {
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	border-left: 2px solid #fff;
	color: #444;
	font-weight: 700;
}
.help-menu-name.active {
	background-color: #f3f9ff;
	border-color: #117ee7;
	color: #117ee7;
}
.help-menu-list {
	padding: 10px 0 20px 40px;
}
.help-menu-item {
	display: block;
	margin-top: 20px;
	color: #555;
}
.help-menu-item.first {
	margin-top: 0;
}
.help-menu-item:hover,
.help-menu-item.active {
	color: #117ee7;
}
.help-block {
	float: right;
	width: 1090px;
}
.help-title {
	padding: 20px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.help-body {
	padding: 0 20px 20px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
}
.help-body ol li {
	list-style: decimal;
	margin-left: 20px;
}
.help-body ul li {
	list-style: disc;
	margin-left: 20px;
}
.help-body img,
.help-body video {
	max-width: 100%;
}
.help-body video {
	background-color: #000;
}
.help-body table {
	border-collapse: collapse;
}
.help-body table th,
.help-body table td {
	padding: 3px 5px;
	min-width: 30px;
	border: 1px solid #eee;
	text-align: left;
}
.help-body table th {
	background-color: #f5f2f0;
	font-weight: 700;
	text-align: center;
}</pre></body></html>