<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS reSet */
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,th,td {
    padding:0;
    margin:0;
}
body {
    font-size:12px;
    line-height:18px;
    font-family:Simsun , sans-serif;
    color:#707070;
    background:#fff;
}
table {
    border-collapse:collapse;
    border-spacing:0px;
}
fieldset,img {
    border:0px;
}
img {
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}
a {
    color:#707070;
    text-decoration:none;
}
/*瀹氫綅*/

.tl {
    text-align:left;
}
.tr {
    text-align:right;
}
.tc {
    text-align:center;
}
.bc {
    margin-left:auto;
    margin-right:auto;
}
.fl {
    float:left;
    display:inline;
}
.fr {
    float:right;
    display:inline;
}
.cb {
    clear:both;
}
.cl {
    clear:left;
}
.cr {
    clear:right;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    font-size:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
.clearfix {
    zoom:1;
}
.vm {
    vertical-align:middle;
}
.pr {
    position:relative;
}
.pa {
    position:absolute;
}
.abs-right {
    position:absolute;
    right:0;
}
.zoom {
    zoom:1;
}
.hidden {
    display:hidden;
}
.none {
    display:none;
}

.mrgR20 {
	margin-right: 40px;
}
.mrgB80 {
	margin-bottom: 80px;
}
.nopadding {
	padding: 0!important;
}
.nobg {
	background: none!important;
}
.noborder {
	border: none!important;
}
.breakLine {
	margin: 20px 0;
	border-top: 1px solid #E3E2E1;
	height: 2px;
}
</pre></body></html>