<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	box-sizing: border-box;
}
html, body {
	width: 100%;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:14px;
	font-weight: normal;
	vertical-align: baseline;
	font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	outline:none;
}
.info-detail .content-txt table{
	max-width: 100%;
}

.info-detail .content-txt table th,
.info-detail .content-txt table td{
	padding: 5px 10px;
	border:1px solid #666;
}
button{
	outline:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom */
a {
	color: #7e8c8d;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}

li {
	list-style: none;
}

::-webkit-scrollbar {
	width:5px;
	height:5px;
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius:6px;
}

::-webkit-scrollbar-thumb:vertical {
	height:5px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius:6px;
}

::-webkit-scrollbar-thumb:horizontal {
	width:5px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius: 6px;
}

html, body {
	width: 100%;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dl_top{width:100%;  margin-top:30px; position:relative;}
.dl_top img{margin-right:28px; float:left;}
.dl_top h2{color:#1f1f1f; margin-top:5px;}
.dl_top .dl_top_des{margin-top:10px;}
.dl_top .dl_top_des p{color:#333333; line-height:24px; font-size:12px;}
.dl_top .dl_top_des span{margin-right:50px;}
.dl_top .dl_top_btn{bottom:1px; left:1px; position:absolute;}
.dl_top .dl_top_btn a{width:100px; height:30px; text-indent:10px; line-height:30px; display:inline-block; background-image:url(/r/cms/www/default/images/dl_top_btn.png); background-position:30px center; background-repeat:no-repeat; background-color:#ff6c00; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; color:#fff; font-size:16px; cursor:pointer;}
.dl_top .dl_top_btn a:hover{background-color:#ff8227;}
</pre></body></html>