a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}
ul{
    list-style: none;
}
img{
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

.down {
    z-index: 99;
    position: absolute;
    top: 40px;
    width: 100px;
    height: 100px;
    background-color: red;
    display: none;
}

.qrcode:hover .down {
    display: block;
}

.qrcode{
    padding-right: 10px;
}

.h-197{
    height: 197px;
}
.h-100{
    height: 100px;
}
.p9{
    padding: 9px;
}
.p4{
    padding-top: 3px;
    padding-bottom: 3px;
}
.pr-12 {
    padding-right: 12px;
    padding-left: 12px;
}
.pr-13 {
    padding-right: 13px;
}
.ml-158{
    margin-left: 158px;
}
.p018{
    padding: 0 18px;
}
.float-right {
    float: right
}
.mr-60 {
    margin-right: 60px
}
.border-solid {
    border-style: solid
}
.border {
    border-width: 1px
}
.border-r {
    display: inline-block;
    border-right: 1px solid #666666;
}
.br-l-6 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.br-r-6 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.leading-31 {
    line-height: 31px
}
.line-h-1 {
    line-height: 1
}
.h-31 {
    height: 31px
}
.box-border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.-mt-3 {
    margin-top: -3px
}
.mb-20{
    margin-bottom: 20px;
}
.w-652{
    width: 652px;
}
.w-623{
    width: 623px;
}
.relative {
    position: relative
}
.py-8 {
    padding-bottom: 8px;
    padding-top: 8px
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px
}
.pr-10 {
    padding-right: 10px
}
.hover\:text-nav:hover {
    --text-opacity: 1;
    color: #0a4895;
    color: rgba(10, 72, 149, var(--text-opacity))
}
.absolute {
    position: absolute
}

.text-center {
    text-align: center
}
.w-1320{
    width: 1320px;
}
.w100p{
    width: 100%;
}
.w66{
    width: 66%;
}
.w76{
    width: 76% !important;
}
.w24{
    width: 24%;
}
.w32{
    width: 32%;
}
.w-620{
    width: 620px;
}
.w-225{
    width: 225px;
}
.w-5{
    width: 5px;
}
.h100p{
    height: 100%;
}
.h-440{
    height: 440px;
}
/* .h-430{
    w
} */
.h-5{
    height: 5px;
}
.mt-15{
    margin-top: 15px;
}
.mt-10{
    margin-top: 10px;
}
.mg-a{
    margin: 0 auto;
}
.mr-8 {
    margin-right: 8px
}
.font-900 {
    font-weight: 900
}
.text-15 {
    font-size: 15px
}
.text-16 {
    font-size: 16px
}
.text-17 {
    font-size: 17px
}
.fl-bt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fl{
    display: flex;
    align-items: center;
}
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    border: 0 solid #e2e8f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a0aec0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    height: auto;
    max-width: 100%
}

.qrcode svg{
    width: 22px;
    height: 18px;
    color: cornflowerblue;
    display: inline-block;
}
