<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
	font-size: 14px;
	color: #221e1f;
    -webkit-text-size-adjust: none;
}

html * {
    font-family: "abelRegular";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling : touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body,button,input,select,textarea {
    font-family: "arial, helvetica, sans-serif, Microsoft YaHei";
	font-size: 14px;
}

input,select,textarea {
    font-size:100%;
}

input {
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}

input[type=email],
input[type=password],
input[type=search],
input[type=text] {
	-webkit-appearance:none;
	-moz-appearance:none;
}

html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance:button;
    cursor:pointer;
}

button {
	outline: none;
	background-color: transparent;
	border: 1px solid #e6e6e6;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

del {
    text-decoration:line-through;
    color: #999;
}

a {
    color: #221e1f;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color:transparent;
}

ol,ul {
    list-style:none;
}

i, em {
    font-style: normal;
    font-size: inherit;
    color: inherit;
}

img {
	display: block;
	width: 100%;
	border: 0;
}

.icon {
	display: inline-block;
}

svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.clear:after {
	content: "";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
</pre></body></html>