<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button, img {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
    _background: url(about:blank);
}

body {
    background: #fff;
    font-family: 宋体 !important;
}


blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

fieldset, img, abbr, acronym {
    border: 0 none;
}

img {
    vertical-align: top;
}

abbr, acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

blockquote, q {
    quotes: none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

caption {
    display: none;
}

caption, th {
    text-align: left;
}

dl, ul, ol, menu, li {
    list-style: none
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}


input, select, textarea, button {
    vertical-align: middle;
    outline: none;
}

textarea {
    resize: none
}

input[type="submit"] {
    cursor: pointer;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

a:visited {
}

a:hover {
}

a:active {
}

del, ins, a {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
::selection{color: #fff;}
::-moz-selection{color: #fff;background-color: #4C6E78;}
*/
a {
    outline: none;
    transition: color 0.2s ease 0s;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '\20';
    display: block;
    clear: both;
}

.f_yh {
    font-family: "Arial, Helvetica, sans-serif";
}

/*f_yh为英文字体样式*/
.cursor {
    cursor: pointer;
}

.pr {
    position: relative
}

/*相对定位*/
.pa {
    position: absolute
}

/*绝对定位*/
.fl {
    float: left;
}

/*左浮动*/
.fr {
    float: right;
}

/*右浮动*/
.fl, .fr {
    display: inline;
}


.w1200 {
    width: 1200px;
    margin: auto
}

.c1 {
    color: #5d5d5d
}

.c2 {
    color: #8f8f8f
}

.c3 {
    color: #e44cea
}

.c4 {
    color: #f49bff
}

.c5 {
    color: #ff0000
}

.bc1 {
    background: #f3f3f3
}

.bc2 {
    background: #f8f8f8
}

.bc3 {
    background: #ffffff
}

a {
    color: #333;
    text-decoration: none;
}

/*上边距*/
.mt1 {
    margin-top: 10px;
}

.mt2 {
    margin-top: 20px;
}

.mt3 {
    margin-top: 30px;
}

.mt4 {
    margin-top: 40px;
}

.mt5 {
    margin-top: 50px;
}

.mb1 {
    margin-bottom: 10px;
}

.mb2 {
    margin-bottom: 20px;
}

.mb3 {
    margin-bottom: 30px;
}

.mb4 {
    margin-bottom: 40px;
}

.mb5 {
    margin-bottom: 50px;
}


.mr1 {
    margin-right: 5px;
}

.mr2 {
    margin-right: 10px;
}

.mr3 {
    margin-right: 2%;
}
.ml3 {
    margin-left: 10%;
}

.mr4 {
    margin-right: 20px;
}

.mr5 {
    margin-right: 25px;
}

















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