<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 */
body,
td,
th,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol { font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI"; }
body
{
	margin: 0;
	padding: 0;
	color: #111;
	font-size: 16px;
	background-color: #FFF;
	min-width:1000px;
}
fieldset,
img { border: 0; }
img { vertical-align: middle; }
ol,
ul { list-style: none }
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a
{
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 { color: #58585a; }
h1
{
	font-size: 24px;
	font-weight: bold;
}
h2
{
	font-size: 18px;
	font-weight: bold;
}
h3
{
	font-size: 16px;
	font-weight: bold;
}
h4
{
	font-size: 14px;
	font-weight: bold;
}
h5
{
	font-size: 12px;
	font-weight: bold;
}
h6
{
	font-size: 9px;
	font-weight: bold;
}
a:link
{
	color: #111;
	text-decoration: none;
}
a:visited
{
	color: #111;
	text-decoration: none;
}
a:hover
{
	color: #00a651;
	text-decoration: none;
}
a:active
{
	color: #111;
	text-decoration: none;
}
.com_buffer_1s
{
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.22, 0.56, 0.25, 0.72);
	transition-delay: 0s;
}
.com_buffer_3s
{
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.22, 0.56, 0.25, 0.72);
	transition-delay: 0s;
}
/* Contain floats: h5bp.com/q */ 
.clearfix:before,
.clearfix:after
{
	content: "";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;
}
/*-------Common---------------*/
.fl { float: left; }
.fr { float: right; }
.ff_st { font-family: "宋体"; }
.f12 { font-size: 12px; }
.f12_tab { text-indent: 24px; }
.f14 { font-size: 14px; }
.f14_tab { text-indent: 28px; }
.f16 { font-size: 16px; }
.f16_tab { text-indent: 32px; }
.f18 { font-size: 18px; }
.f24 { font-size: 24px; }
.f32 { font-size: 32px; }
.lh24 { line-height: 24px; }
.lh32 { line-height: 32px; }
.lh40 { line-height: 40px; }
.lh50 { line-height: 50px; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p20 { padding: 20px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pl50 { padding-left: 50px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt80 { padding-top: 80px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pt120 { padding-top: 120px; }
.pt150 { padding-top: 150px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.mr40 { margin-right: 40px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.mr10 { margin-right: 10px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.boxCenter
{
	margin-left: auto;
	margin-right: auto;
}
.imgMiddle { vertical-align: middle; }
.abs { position: absolute !important; }
.rel { position: relative !important; }
.borderRadius { border-radius: 3px; }
.t_1_DDDDDD { border-top: solid 1px #DDDDDD; }
.b_1_DDDDDD { border-bottom: solid 1px #DDDDDD; }
.l_1_DDDDDD { border-left: solid 1px #DDDDDD; }
.r_1_DDDDDD { border-right: solid 1px #DDDDDD; }
.t_1_CCCCCC { border-top: solid 1px #CCCCCC; }
.b_1_CCCCCC { border-bottom: solid 1px #CCCCCC; }
.l_1_CCCCCC { border-left: solid 1px #CCCCCC; }
.r_1_CCCCCC { border-right: solid 1px #CCCCCC; }
.t_1_EEEEEE { border-top: solid 1px #EEEEEE; }
.b_1_EEEEEE { border-bottom: solid 1px #EEEEEE; }
.l_1_EEEEEE { border-left: solid 1px #EEEEEE; }
.r_1_EEEEEE { border-right: solid 1px #EEEEEE; }
.b_b_EEEEEE { border-bottom: dashed 1px #EEEEEE; }
.border_all_EEE { border: solid 1px #EEEEEE; }
.border_all_DDD { border: solid 1px #DDDDDD; }
.txtColor_blue { color: #24419a; }
.txtColor_red { color: #ed1c24; }
.txtColor_FFF { color: #FFFFFF; }
.txtColor_CCC { color: #CCCCCC; }
.txtColor_111 { color: #111; }
.txtColor_222 { color: #222; }
.txtColor_333 { color: #333333; }
.txtColor_666 { color: #666666; }
.txtColor_999 { color: #999999; }
.txtColor_green{ color: #1af396 !important; }
.txtColor_blue_2{ color: #0516ff !important; }
.txtColor_pink{ color: #fb59a7 !important;}

.txtColor_B30{color:hsla(0,0%,30%,1.00);}
.txtColor_B50{color:hsla(0,0%,50%,1.00);}
.txtColor_B70{color:hsla(0,0%,70%,1.00);}


.wordWarp{ word-wrap:break-word;}
.fwb { font-weight: bold; }
.fwb_shadow { text-shadow: 1px 0px 0px #222; }
.fwb_100 { font-weight: 100; }
.inlineBlock { display: inline-block; }
.blur { filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */ -webkit-filter: blur(20px); /* Chrome, Opera */ -moz-filter: blur(20px); -ms-filter: blur(20px); filter: blur(20px);  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false); /* IE6~IE9 */
}

.flex_row { display: flex; flex-direction: row; }
.flex_column { display: flex; flex-direction: column; }
.flex_start { justify-content: flex-start; }
.flex_end { justify-content: flex-end; }
.flex_center { justify-content: center; }
.flex_between { justify-content: space-between; }
.flex_around { justify-content: space-around; }
.align_start { align-items: flex-start; }
.align_end { align-items: flex-end; }
.align_center { align-items: center; }
.align_baseline { align-items: baseline; }
.align_stretch { align-items: stretch; }
.textRow1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.textRow2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.textRow3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.textRow4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.textRow5 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
/*阴影*/
.shadow { -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.10); box-shadow: 0px 5px 10px rgba(0,0,0,0.10); }

/*滚动条样式*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #999;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #999;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #999;
}

 doby::-webkit-scrollbar-track {
 box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
 -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 2px;
 background-color: #999;
}
body::-webkit-scrollbar-thumb {
 background-color: #000;
 border-top-right-radius:0px;
}
</pre></body></html>