<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å…¨å±€æ&nbsp;·å¼ */
* {
    margin: 0;
    padding: 0;
    border: 0;
    /* -webkit-box-sizing: border-box;
    -moz-box-sizing: unset;
    box-sizing: unset; */
    list-style: none;
    outline: none;
    resize: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    vertical-align: top;
    /* font-weight: normal;
    font-stretch: normal; */
    letter-spacing: 0rem;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-width: 100%;
    scrollbar-width: none;
    overflow: -moz-scrollbars-vertical;
    /* font-weight: normal;
    font-stretch: normal; */
    letter-spacing: 0rem;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: unset;
    }
}

label {
    display: inline-block;
}

input:disabled,
button:disabled,
a:disabled,
div:disabled,
span:disabled {
    cursor: not-allowed;
    cursor: no-drop;
}

/* svg path {
    fill: currentColor
} */

label,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
th,
b,
td,
header,
nav,
footer,
article,
section,
aside,
time,
figure {
    margin: 0;
    padding: 0;
    /* font-weight: normal;
    font-stretch: normal; */
    letter-spacing: 0rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

em,
b,
strong {
    font-style: normal
}

input {
    border: none;
}

a,
a:focus,
a:hover,
a:visited,
a:active,
a {
    /* background-color: transparent; */
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

ul li {
    list-style: none;
}

ul {
    list-style: none;
    margin: 0;
}

.clear {
    clear: both;
}

img {
    border: none;
    width: 100%;
    vertical-align: middle;
}

hr {
    border: none;
}

video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.layui-layer-content {
    overflow: unset !important;
}

/******************* èƒŒæ™¯è‰² *******************/
.bg-color-1 {
    background-color: #fff;
}

.bg-color-2 {
    background-color: #000;
}

/******************* æŒ‰é’® *******************/
.g-btn,
button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
}

.g-btn.focus,
.g-btn:focus,
button.focus,
button:focus {
    outline: 0;
}

button.primary {
    color: #2049ee;
}

button.green {
    color: #18b93d;
}

button.warning {
    color: #dc3545;
}

button.danger {
    color: #f8b749;
}

button.dark {
    color: #343a40;
}

/******************* æ¸…é™¤æ¡†æž¶ TABLE æ&nbsp;·å¼ *******************/

/* .table thead th, .table thead td, .table tbody td, .table tbody th {
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 0.875rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #212529;
} */

.createPaginationHtml {
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin-top: 3.75rem;
}

.body-pagination {
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
    position: relative;
}

.body-pagination li {
    width: 8.375rem;
    height: 2.438rem;
    background-color: #ffffff;
    border: solid 0.063rem #105789;
    display: inline-block;
    text-align: center;
    line-height: 2.438rem;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.019rem;
    color: #105789;
    margin-right: 3.125rem;
    cursor: pointer;
}
</pre></body></html>