<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 案例*/
.demoBox {
	padding: 0 20px 60px 20px;
	/*background: #f2f2f2;*/
	border-bottom: 1px dotted #ccc;
}
.demoBox .hd {
	padding: 40px 10px 0 10px;
}
.demoBox .hd h3 {
	font-size: 30px;
	font-weight: bold;
	color: #39A4DC;
	line-height: 60px;
}
.demoBox .hd h3 span {
	color: #ccc;
	font-style: italic;
	font-size: 35px;
}
.demoBox .bd {
	padding: 20px;
	overflow: hidden;
	zoom: 1;
}
.demoBox .bd .iframeWrap {
	overflow: hidden;
	float: left;
}
.demoBox iframe {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.demoBox .botTit {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: #eee;
	text-align: right;
	padding: 5px 0;
	overflow: hidden;
	display: none;
}
.demoBox .botTit em {
	float: left;
	font-weight: bold;
	padding-left: 10px;
}
.demoBox .botTit span a {
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #f60;
	margin-right: 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: none;
}
.demoBox .botTit span a:hover {
	text-decoration: none;
	background: #f60;
}
.rightNav {
	position: fixed;
	width: 140px;
	right: 0;
	top: 100px;
	_position: absolute;
	text-align: left;
	cursor: pointer;
	background-image: url(about:blank);
}
.rightNav a {
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	margin-bottom: 2px;
	background: #fff;
	padding-right: 10px;
	width: 130px;
	overflow: hidden;
	cursor: pointer;
	right: -110px;
}
.rightNav a:hover {
	text-decoration: none;
	color: #39A4DC;
}
.rightNav a:hover em {
	background: #00b700
}
.rightNav a em {
	display: block;
	float: left;
	width: 30px;
	background: #39A4DC;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-right: 10px;
}
.rightNav a.new em {
	background: #f60;
}
.demoBox .iframeWrap {
	width: 100%;
}

/* 扩展效果 */
.demoBoxEven {
	background: #fff;
}
.demoBoxEven .demoList li {
}
.demoBoxEven .demoList li.on {
	background: #666;
	color: #fff;
}

.demoBox p{
	font-size: 14px;
    text-indent: 30px;
	}
</pre></body></html>