<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 {height:100%;} 
html {font-size: 9.259259vw;} 
body {
	background: #FAFAFA; font-family:"微软雅黑","Arial","宋体"; color: #333; font-size: 12px; min-width:320px;
	background: url(../images/bg.png) no-repeat 0 0; background-size: auto 100%;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,th,td {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,textarea,select {margin:0; font-size:100%; font-family:"微软雅黑","Arial","宋体";}
ul,li,ol {list-style-type: none;}
img {border:0;}
img[src=""],img:not([src]){opacity:0;}/*img取消无图片时的默认边框*/

/* 清除浮动 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html .clearfix {height:1%;}
*+html .clearfix {height:1%;}
.clrfix:before, .clrfix:after {content:""; display:table;}  
.clrfix:after {clear:both;}  
.clrfix {zoom:1;}
/* 清除浮动 适用100% */
.overflowfix {overflow:auto; zoom:1;}
.displayfix {display:inline-block; *display:inline; zoom:1; width:100%; _width: auto;}

/* 去掉A标签和按钮的虚线框 谷歌默认无虚线 */
a {blr:expression(this.onFocus=this.blur());} /* A标签：IE7 IE6  */
a:focus {outline:none;} /* A标签：FF IE8  */
input::-moz-focus-inner{border:0;} /* 按钮：FF */
/* 去掉谷歌两种文本框和下拉的阴影 */
input,textarea,select,button  {outline: none;}
/* 去掉谷歌文本框记住的样式 */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	/*-webkit-text-fill-color: #FF0000 !important;*/ /*文字颜色*/
	transition: background-color 50000s ease-in-out 0s; /*背景颜色*/
}

/* 特有 */
.clr {clear:both; font-size:0; height:0; line-height:0;}
.clr1 {clear: both; font-size: 0; height: .1rem; line-height: normal;}
.clr2 {clear: both; font-size: 0; height: .2rem; line-height: normal;}
.clr3 {clear: both; font-size: 0; height: .3rem; line-height: normal;}
.clr4 {clear: both; font-size: 0; height: .4rem; line-height: normal;}
.clr5 {clear: both; font-size: 0; height: .5rem; line-height: normal;}
.clr6 {clear: both; font-size: 0; height: .6rem; line-height: normal;}
.clr10 {clear: both; font-size: 0; height: 10px; line-height: normal;}
.fl {float: left;}
.fr {float: right;}
.va_t {vertical-align:text-top;}
.va_c {vertical-align: middle;}
.va_b {vertical-align:text-bottom;}
.align_l {text-align: left !important;}
.align_c {text-align: center !important;}
.align_r {text-align: right !important;}
.w_auto {width:auto;}
.h_auto {height:auto;}
.wh_auto {width:auto; height:auto;}
.padding_p0 {padding:0 !important;}
.padding_p4 {padding:.4rem !important;}
.padding_t0 {padding-top:0 !important;}
.padding_t2 {padding-top:.2rem !important;}
.padding_t3 {padding-top:.3rem !important;}
.padding_t4 {padding-top:.4rem !important;}
.padding_t5 {padding-top:.5rem !important;}
.padding_b0 {padding-bottom:0 !important;}
.padding_b4 {padding-bottom:.4rem !important;}
.padding_b5 {padding-bottom:.5rem !important;}
.padding_b6 {padding-bottom:.6rem !important;}
.padding_lr4 {padding-left:.4rem !important; padding-right:.4rem !important;}
.width100 {width:100% !important;}
.width_auto {width: auto !important;}
.margin_p0 {margin:0 !important;}
.margin_t0 {margin-top:0 !important;}
.margin_b2 {margin-bottom:.2rem !important;}
.margin_b4 {margin-bottom:.4rem !important;}
.border_n_b {border-bottom:none !important;}

/* 灰色 */
.public_grey, .public_grey * {
	filter: grayscale(1); /* 灰色；谷歌、火狐支持；所有ie都不支持 */
    filter: gray; /* 灰色 ie8、9 hover不用加*/
	/*opacity:0.80;*/
	/*color: #CCC;*/
}

/* 链接 */
a {text-decoration: none; color: #333;}
a:hover {text-decoration: none; color: #333;}

/*颜色*/
.xing{color:#FF0000; font-weight:bold; padding-right:3px;}

/* 文字垂直居中 */
.wrap {   
	display:table;
	width:100%;
	height:100%;
	*position:relative;
}   
.wrap .subwrap {   
	vertical-align:middle;
	display:table-cell;
	*position:absolute;
	*top:50%;
	left:0;
	width:100%;
}
.wrap .content {   
	*position:relative;
	*top:-50%;
}

/* 通用 */
.bg_white {
	background:#FFF !important;
}
.bg_grey {
	background:#F2F2F2 !important;
}
.bg_grey2 {
	background:#EDF0F5 !important;
}
.bg_none {
	background:none !important;
}

/* header */
.header_top {
    padding-bottom: 1.5rem;
}
.header_top .header_bg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	box-shadow:0 .03rem .1rem rgba(0,0,0,0.1);
}
.header {
    /*background: #fff;*/
	background: url(../images/header_bg.png) no-repeat;
	background-size: 100% auto;
    height: 1.5rem;
    text-align: center;
}
.header .header_c {
	color: #FFF;
	font-size: .44rem;
	line-height: 1.5rem;
}
.header .header_l {
	position: absolute;
	top: 0;
	left: 0;
}
.header .header_l a {
	background: url(/Content/Mobile/images/public/ico_return_white.png) no-repeat center center;
	background-size: .28rem auto;
	width: 1rem;
	height: 1.5rem;
	display: block;
}
.copyright {
	font-size: .36rem;
	text-align:center;
	line-height:.7rem;
	color:#666666;
}
.part_01 {
	padding:.5rem;
	text-align:center;
}
.part_01 .part_bg {
	background: #FFF;
	box-shadow:0 0 .14rem rgba(0,0,0,0.1);
	border-radius:.15rem;
}
.part_01 .ps {
	padding:.3rem .6rem 0;
	text-align:left;
	color:#FF6600;
}
.part_01 .title {
	padding:.6rem 0 0;
}
.part_01 .title img {
	width:5.99rem;
}
.part_01 ul {
	flex-wrap: wrap;
	display: flex;
	padding:.25rem .4rem .5rem;
}
.part_01 ul li {
	width:50%;
	padding:.2rem 0;
}
.part_01 ul li a {
	display:block;
	margin:0 .2rem;
}
.part_01 ul li a img {
	width:100%;
	display:block;
	margin:0 auto;
}</pre></body></html>