<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*/
body,
html{
	color: #333;
	font-size:12px;}
body,
html,
div,
blockquote,
label,
p,
h1,h2,h3,h4,h5,h6,
pre,
ul,ol,li,
dl,dt,dd,
form,
a,
fieldset,
input,
th,
td{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	word-break: break-all;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif}
select,textarea{
	outline:none;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif}
table {
	border-collapse:collapse;
	border-spacing:0}
fieldset,img {
	border:0;
	vertical-align: top;
}
address,caption,cite,code,dfn,strong,th,var{
	font-weight:normal}
em,i{
	font-style:normal;
}
ol,ul {
	list-style:none;
	list-style-position:inside}
a{
	color:#333;
	text-decoration:none}
caption,th{
	text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal}
q:before,q:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden}
abbr,acronym{
	border:0}
@font-face {font-family: "st-iconfont";
	src: url('../fonts/iconfont.eot?t=1471499964'); /* IE9*/
	src: url('../fonts/iconfont.eot?t=1471499964#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/iconfont.woff?t=1471499964') format('woff'), /* chrome, firefox */
	url('../fonts/iconfont.ttf?t=1471499964') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.svg?t=1471499964#iconfont') format('svg'); /* iOS 4.1- */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #aaa !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
	color: #aaa !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
	color: #aaa !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #aaa !important;
}
/* 滚动条美化 */
/**::-webkit-scrollbar{*/
/*	width: 5px;*/
/*}*/

/**::-webkit-scrollbar-button{*/
/*	height: 0;*/
/*	background: #d5d5d5*/
/*}*/

/**::-webkit-scrollbar-track{*/
/*	background: #d5d5d5*/
/*}*/

/**::-webkit-scrollbar-thumb{*/
/*	background: #a5a5a5;*/
/*}*/
.hide{
	display:none !important;}
.big{
	float:left;
	width:100%;
	min-width:1200px}
.wm-1200{
	width:1200px;
	margin:0 auto;
	position:relative}
.wm-1200:before,
.wm-1200:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	overflow:hidden}

.clearfix:before,
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}

.mt-20{
	margin-top: 20px;
}

.big{
	float: left;
	width: 100%;
	min-width: 1200px;
}

/* 面包屑 */
.st-guide{
	color: #999;
	font-size:12px;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis
}
.st-guide a{
	font-size: 12px;
	color: #333;
}
.st-guide a:hover{
	color: #2577e3;
}

/* 翻页 */
.next-pages{
	text-align: center;
	padding: 16px 0;
}
.laypage_main a,
.laypage_main span{
	border: none!important;
	font-size: 14px!important;
	color: #999;
	border-radius: 0!important;
}
.laypage_main span,
.laypage_main a{
	padding: 0!important;
	width: 30px!important;
	height: 30px!important;
	line-height: 30px!important;
	text-align: center!important;
}
.laypage_main a.laypage_prev,
.laypage_main a.laypage_next{
	padding: 0!important;
	width: 46px!important;
	height: 30px!important;
	line-height: 30px!important;
	text-align: center!important;
}

.st-main-page {
	float: left;
	width: 1200px
}
.st-sidebox{
	float: right;
	width: 280px;
	/*position: sticky;*/
	/*top: 0;*/
}
.side-module-block{
	padding: 0 9px;
	background-color: #f6f6f6;

}
.side-module-tit{
	font-size: 14px;
	line-height: 37px;
	height: 37px;
}
.side-module-con{
	background-color: #fff;
}
.side-recommend-list{
	padding: 0 8px;
}
.side-recommend-list li{
	border-bottom: 1px solid #eee;
}
.side-recommend-list li:nth-last-of-type(1){
	border-bottom: none;
}
.side-recommend-list li a{
	display: block;
	padding: 10px 0;
}
.side-recommend-list li a .pic{
	float: left;
	width: 90px;
	height: 64px;
	background-color: #e5e5e5;
	position: relative;
}
.side-recommend-list li a .pic img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.side-recommend-list li a .info{
	float: right;
	width: 148px;
	height: 64px;
}
.side-recommend-list li a .info .tit{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.side-recommend-list li a .info .price{
	color: #fc6000;
	font-size: 12px;
	margin-top: 7px;
}
.side-module-block .more-btn{
	display: block;
	font-size: 14px;
	color: #2577e3;
	line-height: 50px;
	text-align: center;
	height: 50px;
}
/*分页代码样式*/
.main_mod_page{
	width:100%;
	padding:20px 0;
	overflow:hidden}
.main_mod_page p.page_right{
	width:100%;
	height:30px;
	text-align:center}
.main_mod_page .back-first,
.main_mod_page .go-last,
.main_mod_page .prev,
.main_mod_page .next{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:30px;
	height:30px;
	font-size:14px;
	vertical-align:top}
.main_mod_page .back-first{
	width:11px;
	background:url(../images/page_home_bg.png) center no-repeat}
.main_mod_page .back-first:hover{
	background:url(../images/page_home_bg_hover.png) center no-repeat}
.main_mod_page .go-last{
	width:11px;
	background:url(../images/page_last_bg.png) center no-repeat}
.main_mod_page .go-last:hover{
	background:url(../images/page_last_bg_hover.png) center no-repeat}
.main_mod_page .prev{
	background:url(../images/page_prev_bg.png) center no-repeat}
.main_mod_page .prev:hover{
	background:url(../images/page_prev_bg_hover.png) center no-repeat}
.main_mod_page .next{
	background:url(../images/page_next_bg.png) center no-repeat}
.main_mod_page .next:hover{
	background:url(../images/page_next_bg_hover.png) center no-repeat}
.main_mod_page .mod_pagenav_count{
	display:inline-block;
	height:30px;
	vertical-align:top}
.main_mod_page .mod_pagenav_count a{
	display:inline-block;
	*zoom:1;
	*display:inline;
	color:#ccc;
	width:28px;
	height:28px;
	line-height:28px;
	font-size:14px;
	text-align:center;
	margin:0 1px 0;
	border:1px solid #ccc;
	border-radius:3px}
.main_mod_page .mod_pagenav_count a.current,
.main_mod_page .mod_pagenav_count a:hover{
	color:#f60;
	border:1px solid #f60}
.main_mod_page p.page_right .txt{
	line-height: 30px;
	padding-left: 15px;
	color: #666;
}
.main_mod_page p.page_right .txt b{
	color: #ff6600;
	font-weight: normal;
}


</pre></body></html>