<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html {
	background: #fff none repeat scroll 0 0;
	color: #4b4a4a;
	font-family:"微软雅黑";
}
body {
	min-width: 1000px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font: 14px "微软雅黑", YaHei, tahoma, arial, "Hiragino Sans GB", 宋体;
}
ol, ul {
	list-style: outside none none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}
html a {
	color: #555;
	text-decoration: none;
}
html a:hover {
	text-decoration: none;

}
.fn-left, .fn-right {
	display: inline;
}
.fn-left {
	float: left;
}
.fn-right {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
	height: 0;
	font: 0/0 Arial;
	visibility: hidden;
}
a img {
	_border: 0px;
 *border:0px;
	border: 0px;
}
.curpointer {
	cursor: pointer;
}
/** 重置元素垂直居中 **/
img, input, select, textarea, button {
	vertical-align: middle;
}
/** 字体设置 **/
.smallFont {
	font-size: 12px;
}
.strong {
	font-weight: bold;
}
/** 显示样式元素 **/
.dp-hidden {
	display: none;
}
.dp-block {
	display: block;
}
.dp-inline {
	display: inline;
}
.dp-inlineblock {
	display: inline-block;
	_zoom: 1;
*display:inline;
}
/** 文字对齐方式设置 **/
.textRt {
	text-align: right!important;
}
.textLt {
	text-align: left!important;
}
.textCt {
	text-align: center!important;
}
.textInd {
	text-indent: 2em;
}
/** 下划线 **/
.fn-udline {
	text-decoration: underline;
}
/** 定位 **/
.posRlt {
	position: relative;
}
.posAb {
	position: absolute;
}
/** 清除浮动 **/
.clear {
	clear: both;
}
.section:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.section {
*zoom:1;
}
/** 页结构 **/
.ui-content {
	width: 1000px;
	margin: 0 auto;
}
/*外边距*/
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt13{ margin-top: 13px;}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml24{ margin-left: 24px;}
.ml38{ margin-left:38px;}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr5 {
	margin-right: 5px;
}
.mr34{ margin-right: 34px;}
.mb50{ margin-bottom:50px;}
/*内边距*/

.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt13{ padding-top: 13px;}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25{ padding-top: 25px;}
.pt35{ padding-top:35px;}
.pt40{ padding-top:40px;}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30{ padding-left:30px;}
.pl35{ padding-left:35px;}

.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
/*溢出隐藏*/
.hiddenCon {
	overflow: hidden;
}
.bor_radius2 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.bor_radius3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bor_radius4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.bor_radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bor_radius10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*字体颜色color*/
.snow {
	color: #fff;
}
.orange {
	color: #e8645a;
}
.co6 {
	color: #41403f;
}
.co8{ color: #777775;}
.co9 {
	color: #9e9e9e;
}
.co7{ color: #b7b7b7;}
.reds {
	color: #ff0000;
}
.blan{ color:#6bbde7;}
.ui-btn {
	padding: 0 20px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.ui-btn-orange {
	background: #fca762;
}
.ui-btn-blue {
	background: #6bbde7;
}
.font12{ font-size:12px;}
.font16{ font-size:16px;}
.font18{ font-size:18px;}
.font20{ font-size:20px;}
.font24{ font-size:24px;}
.font28{ font-size:28px;}
.font40{ font-size:40px;} 
</pre></body></html>