<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
tr,
td,
img,
div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    font-size: 16px;
}

ul,
ol,
li {
    list-style: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

/* table {
	border-spacing: 0;
	border-collapse: collapse;
} */
th,
td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
    text-align: center;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

label {
    font-weight: 100
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* 头部——HEADER */
.header {
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    overflow: hidden;
    line-height: 90px;
    font-size: 18px;
}

.con-head a img {
    margin-top: -4px;
    width: 170px;
    margin: -4px 40px 0 0;
}

.navv a {
    margin: 0 5px;

    color: #fff;
}</pre></body></html>