<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video,
a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a {
    color: #3f3f3f;
}
a:hover {
    color: #356bb3;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select,
button {
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
    -webkit-appearance: none;
}

/* WebKit浏览器 */
input:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Firefox 4 至 18 */
input:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */
input:focus::-moz-placeholder {
    color: transparent;
}

/* IE 10+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* WebKit浏览器 */
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Firefox 4 至 18 */
textarea:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* IE 10+ */
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
::-webkit-scrollbar {
    background: #f2f2f2;
    width: 5px;
    height: 5px;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}
html {
    height: 100%;
    line-height: 25px;
}

li {
    list-style: none;
}

body {
    font: 14px/1.6 "Microsoft YaHei","微软雅黑",Arial;
}

.el-pagination {
    display: flex;
    justify-content: center;
    margin: 0.3rem 0;
}


.el-pagination button:hover {
    color: #303133;
}


.el-pager li {
    border: 1px solid #999 !important;
    margin: 0 2px !important;
    font-weight: normal;
}

.btn-prev, .btn-next {
    border: 1px solid #999 !important;
}

.el-pager li.active {
    background: #B53939;
    color: #fff !important;
    border: 1px solid #B53939 !important;
}</pre></body></html>