<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* AB模版网 Www.AdminBuy.Cn */
/* QQ：9490489 */
/* 仿站：Fang.AdminBuy.Cn */
/* 图标：Sc.AdminBuy.Cn */
 @charset "utf-8";
/*固定回到顶部层*/
.backToTop {
	background: url("../images/hui_icon.gif") no-repeat scroll transparent;
	bottom: 30px;
	cursor: pointer;
	height: 40px;
	position: fixed;
	width: 41px;
	display: none;
	_position: absolute;
	_bottom: "auto";
}
.backToTop:hover {
	background: url("../images/hui_icon.gif") 0 -40px no-repeat transparent;
}
/*--  reset  --*/
html {
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 10px;
	-ms-text-size-adjust: 100%;
}
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
body, button, input, select, textarea {
	font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, tahoma, arial, \5b8b\4f53;
}
input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: inherit;
}
fieldset, img {
	border: 0;
}
iframe {
	display: block;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
del {
	text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}
q:before, q:after {
	content: '';
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
a:hover {
	text-decoration: underline;
}
ins, a {
	text-decoration: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
body .undis {
	display: none;
}
.fl, .fr {
	display: inline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*--  base  --*/
.wrap {
	width: 1200px;
	margin: 0 auto
}
/*-- form --*/
input, button {
	overflow: visible;
}
input:focus, textarea:focus, select:focus {
	outline-width: 0
}
input[type=text], input[type=password], input[type=select], input[type=search], input[type=file], textarea, select {
	border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	color: #333
}
input[type=submit], input[type=reset], input[type=button] {
	margin-bottom: 0
}
input:focus, textarea:focus {
	-moz-box-shadow: 0 1px 1px rgba(196,196,196,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(196,196,196,0.5);
	box-shadow: 0 1px 1px rgba(196,196,196,0.5);
	-webkit-focus-ring-color: none;
	border-color: #c4c4c4;
	background-color: #FFF
}
textarea {
	line-height: 18px;
	overflow: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: text-top
}
input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	margin-right: 5px
}
</pre></body></html>