<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html, body {
	padding: 0;
	margin: 0;
	background: #fff;
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';*/
	border: 0;
	outline: medium;
	text-shadow: none;
	text-decoration: none;
}
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
	vertical-align: middle;
}
textarea {
	resize: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}
hr {
	border-width: 1px;
	border-style: inset;
}
ul {
	list-style: none;
	margin-bottom: 0;
}
p {
	margin: 0;
}
a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
html {
	height: 100%;
}
html, body {
	width: 100%;
	min-height: 100%;
}
.gray {
	background: #f6f6f6;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.padding_0 {
	padding-left: 0;
	padding-right: 0;
}
.padding_50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding_t30 {
	padding-top: 30px;
}
.padding_b30 {
	padding-bottom: 30px;
}
.padding_t50 {
	padding-top: 50px;
}
.padding_b50 {
	padding-bottom: 50px;
}
.dH {
	overflow: hidden;
}
.center-align {
	text-align: center;
}
.right-align {
	text-align: right;
}
/*宽屏相应*/
.container {
	margin: 0 auto;
	max-width: 1400px;
}
@media only screen and (max-width: 600px) {
.container {
	width: 95%;
}
}
 @media only screen and (min-width: 601px) {
.container {
	width: 95%;
}
}
 @media only screen and (min-width: 993px) {
.container {
	width: 95%;
}
}
 @media only screen and (min-width: 1201px) {
.container {
	width: 95%;
}
}

/*修改滚动条*/

::-webkit-scrollbar {
 width:6px;
 height:6px;
}
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 6px transparent;
 background: #f8f8f8;
 border-radius: 6px;
}
::-webkit-scrollbar-thumb {
 border-radius: 6px;
 background: #bbb;
}


div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	background-position: 50% center;
	color: #666;
	margin-right: 3px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-size: 13px;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #fa331c;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #fa331c;
}
div.flickr span {
	color: #999;
	margin-right: 5px;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	background-position: 50% bottom;
	color: #fff;
	background: #fa331c;
	margin-right: 5px;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-weight: bold;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}

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