<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --c: #d22225;
    --cc: #f5620e;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #333;
    text-decoration: none
}

a:hover,
a:focus {
    color: #333;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

html {
    font-size: 14px;
}

body {
    opacity: 0;
    visibility: hidden;
}

body.wd-show {
    opacity: 1;
    visibility: visible;
    transition: 1s;
}

body.index {
    overflow-x: hidden;
    overflow-y: auto;
}

body.make {
    opacity: 1;
    visibility: visible;
}

.wd-scroll-ani {
    animation: fadeOut both;
}

body.wd-show .wd-scroll-ani.scrolled {
    animation: fadeInUp 1s both;
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}

.error-404 {
    display: block !important;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #fff;
}

.error-404 iframe {
    width: 100vw;
    height: 100vh;
    border: none;
    outline: none;
    overflow: hidden;
}

body.error-404&gt;div {
    display: none;
}

@keyframes wd-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wd-20210305095131 {
    display: none;
}

@media(max-width:768px) {
    .wd-sub-category&gt;div {
        display: none;
    }
    .wd-sub-category&gt;div.wd-20210305095131 {
        display: block;
    }
    .wd-20210305095131 .wd-item {
        display: none;
    }
    .wd-20210305095131 .wd-item a {
        display: block;
        text-align: center;
        line-height: 3;
        font-size: 16px;
        color: #333;
        background-color: #eee;
        border-bottom: 1px solid #ddd;
    }
    .wd-20210305095131 .wd-item.wd-current a {
        background-color: #d23a36;
        color: #fff;
    }
    .wd-20210305095228 {
        text-align: center;
        line-height: 4;
        font-size: 16px;
        background-color: #333;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wd-20210305095228 svg {
        width: 20px;
        height: 20px;
    }
}

.w_grid-000&gt;div&gt;.p_gridbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: visible;
}

.w_grid-001&gt;div&gt;.p_gridbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: visible;
}

.wd-right-float {
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 2229999;
    transform: translateY(-50%);
    margin-top: 20vh;
    transition: 1s;
}

.wd-right-float.wd-hide {
    right: -100px;
}

.wd-right-float .wd-item {
    animation: fadeOut both;
    position: relative;
}

.wd-right-float .wd-item .wd-sub {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    font-size: 16px;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: -1;
    overflow: hidden;
    transform: translateX(-100%);
    visibility: hidden;
}

.wd-right-float .wd-item:hover .wd-sub {
    visibility: visible;
}

.wd-right-float .wd-item .wd-sub div {
    background-color: #333;
    display: flex;
    height: 100%;
    width: 180px;
    align-items: center;
    padding: 0px 20px;
    animation: fadeOutLeft 1s both;
}

.wd-right-float .wd-item:hover .wd-sub div {
    animation: fadeIn 1s 0s both;
}

.wd-right-float.wd-show .wd-item {
    animation: flipInY 1s 0s both;
}

.wd-right-float.wd-show .wd-item:nth-child(1) {
    animation-delay: 0.2s;
}

.wd-right-float.wd-show .wd-item:nth-child(2) {
    animation-delay: 0.3s;
}

.wd-right-float.wd-show .wd-item:nth-child(3) {
    animation-delay: 0.4s;
}

.wd-right-float.wd-show .wd-item:nth-child(4) {
    animation-delay: 0.5s;
}

.wd-right-float .wd-item a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cc);
    margin-bottom: 2px;
    border-radius: 8px;
}

.wd-right-float .wd-item a svg {
    width: 30px;
    height: 30px;
    transition: 1s;
}

.wd-right-float .wd-item:hover a svg {
    transform: rotateY(180deg);
}

.wd-right-float .wd-item a svg path {
    fill: #fff;
}

@media(max-width: 768px) {
    .wd-right-float {
        display: none;
    }
}

.wd-title-ani span {
    opacity: 0;
    display: inline-block;
}

.wd-title-ani.scrolled span {
    animation: fadeInLeft 1.5s both;
}

.wd-title-ani.scrolled span:nth-child(odd) {
    animation: fadeInRight 1.5s both;
}

.wd-title-ani.scrolled span:nth-child(1) {
    animation-delay: 0.1s;
}

.wd-title-ani.scrolled span:nth-child(2) {
    animation-delay: 0.1s;
}

.wd-title-ani.scrolled span:nth-child(3) {
    animation-delay: 0.2s;
}

.wd-title-ani.scrolled span:nth-child(4) {
    animation-delay: 0.2s;
}

.wd-title-ani.scrolled span:nth-child(5) {
    animation-delay: 0.3s;
}

.wd-title-ani.scrolled span:nth-child(6) {
    animation-delay: 0.3s;
}

.wd-title-ani.scrolled span:nth-child(7) {
    animation-delay: 0.4s;
}

.wd-title-ani.scrolled span:nth-child(8) {
    animation-delay: 0.4s;
}

.wd-title-ani.scrolled span:nth-child(9) {
    animation-delay: 0.5s;
}

.wd-title-ani.scrolled span:nth-child(10) {
    animation-delay: 0.5s;
}

.wd-title-ani.scrolled span:nth-child(11) {
    animation-delay: 0.6s;
}

.wd-title-ani.scrolled span:nth-child(12) {
    animation-delay: 0.6s;
}

.wd-title-ani.scrolled span:nth-child(13) {
    animation-delay: 0.7s;
}

.wd-title-ani.scrolled span:nth-child(14) {
    animation-delay: 0.7s;
}

.wd-title-ani.scrolled span:nth-child(15) {
    animation-delay: 0.8s;
}

.wd-title-ani.scrolled span:nth-child(16) {
    animation-delay: 0.8s;
}

.wd-title-ani.scrolled span:nth-child(17) {
    animation-delay: 0.9s;
}

.wd-title-ani.scrolled span:nth-child(18) {
    animation-delay: 0.9s;
}

.wd-title-ani.scrolled span:nth-child(19) {
    animation-delay: 1s;
}

.wd-title-ani.scrolled span:nth-child(20) {
    animation-delay: 1s;
}

.wd-title-ani.scrolled span:nth-child(21) {
    animation-delay: 1.1s;
}

.wd-title-ani.scrolled span:nth-child(22) {
    animation-delay: 1.1s;
}

.wd-title-ani.scrolled span:nth-child(23) {
    animation-delay: 1.2s;
}

.wd-title-ani.scrolled span:nth-child(24) {
    animation-delay: 1.2s;
}

body&gt;div.wd-20210310080847 {
    display: none;
}

@media(max-width:768px) {
    body.wd-shield-mo&gt;div.wd-20210310080847 {
        display: block !important;
        height: 100vh;
        font-size: 20px;
        color: #333;
        line-height: 100vh;
        text-align: center;
    }
    body.wd-shield-mo&gt;div {
        display: none !important;
    }
    body.wd-shield-mo .wd-header {
        display: none;
    }
}

.activeUrl {
    background-color: #d1191e!important;
    color: #fff!important;
}

@media only screen and (max-width:768px) {
    #c_portalResPublic_codeContainer-15681850799647220 {
        display: none;
    }
    #w_grid-1568013455977 {
        margin-top: 50%;
    }
    #w_common_text-1568011337945 span {
        font-size: 36px;
    }
    #w_common_text-1568011565702 span {
        font-size: 18px;
    }
    #w_common_text-1568014053466 {
        padding: 0 20px;
    }
    #w_fline-1568014143598 {
        margin-left: 20px;
    }
    #w_common_text-1568014053466 p&gt;span:first-child {
        font-size: 32px!important;
    }
    #w_common_text-1568014053466 p&gt;span:first-child&gt;span {
        color: #fff!important;
    }
    #w_common_text-1568014053466 p&gt;span:last-child {
        font-size: 14px!important;
    }
    #w_common_text-1568014126002 {
        padding: 0 20px;
    }
    #c_portalResPublic_codeContainer-15680147337164703 #box_2 {
        margin: 0 3%;
    }
    #c_portalResPublic_codeContainer-15680147337164703 .h_ad {
        width: 90px;
        height: 90px;
    }
    #c_portalResPublic_codeContainer-15680147337164703 div {
        text-align: center;
    }
    #w_fimg-1568013806482 {
        display: none;
    }
    #w_fline-1568014143598 .p_FLine {
        border-top-color: #fff
    }
    #w_common_text-1568014126002 span {
        color: #fff;
    }
    #c_portalResPublic_codeContainer-15680147337164703 span {
        color: #fff;
    }
    #c_portalResPublic_codeContainer-15680147337164703 {
        margin-top: 35px;
    }
    #w_fbtn-1568251503969 {
        position: unset;
    }
    #w_common_text-1568019273774 p span[style^="font-size:48px"] {
        font-size: 32px!important;
    }
    #w_common_text-1568019273774 p span[style^="font-size:24px"] {
        font-size: 14px!important;
    }
    #w_common_text-1568019275106 p {
        text-align: left!important;
    }
    #w_common_text-1568019275106 span {
        font-size: 32px!important
    }
    #w_common_text-1568078619345 p span[style^="font-size:48px"] {
        font-size: 32px!important;
    }
    #w_common_text-1568078619345 p span[style^="font-size:24px"] {
        font-size: 14px!important;
    }
    #w_common_text-1568078617729 p {
        text-align: left!important;
    }
    #w_common_text-1568078617729 span {
        font-size: 32px!important;
    }
    #w_grid-1568078615874 {
        position: unset;
        margin-top: 40px;
    }
    #c_portalResPublic_codeContainer-15680789393387124 {
        margin-top: 0;
        margin-bottom: 0px
    }
    #c_portalResPublic_codeContainer-15680819765724112 {
        margin-top: 0;
        margin-bottom: 0px
    }
    #c_portalResPublic_codeContainer-15680819661064629 {
        margin-top: 0;
        margin-bottom: 0px
    }
    #c_portalResPublic_codeContainer-15680820023084215 {
        margin-top: 0;
        margin-bottom: 0px
    }
    #c_portalResPublic_codeContainer-15680819943486983 {
        margin-top: 0;
        margin-bottom: 0px
    }
    #content_box-1568078699297-0,
    #content_box-1568078699297-1,
    #content_box-1568078699297-2,
    #content_box-1568078699297-3,
    #content_box-1568078699297-4 {
        width: 32%!important;
        margin-bottom: 25px!important;
    }
    #w_grid-1568078699297 {
        margin-top: 30px;
    }
    #c_portalResNews_list-15680861679874064 .horon .h_pic {
        width: 155px!important;
    }
    #w_common_text-1568083993573 p span[style^="font-size:48px"] {
        font-size: 32px!important;
    }
    #w_common_text-1568083993573 p span[style^="font-size:24px"] {
        font-size: 14px!important;
    }
    #w_fline-1568084000685 {
        margin-left: 0px;
        margin-top: -15px;
    }
    #w_grid-1568083953768 {
        margin-top: 30px;
    }
    #w_common_text-1568094749382 p span[style^="font-size:48px"] {
        font-size: 32px!important;
    }
    #w_common_text-1568094749382 p span[style^="font-size:24px"] {
        font-size: 14px!important;
    }
    #w_grid-1568094703713 {
        margin-top: 30px;
    }
    #c_portalResFriendlink_list-15682675180270566 {
        margin-top: 15px;
    }
    #w_fbtn-1568095916446 {
        margin-top: 40px;
        margin-right: auto;
    }
    #c_portalResPublic_codeContainer-15680989818039089 .img {
        display: none;
    }
    #c_portalResPublic_codeContainer-15680989818039089 .btn {
        position: unset;
    }
    #c_portalResPublic_codeContainer-15680989818039089 .foot_js {
        position: unset;
    }
    #w_grid-1568096365564 {
        margin-top: 0px;
    }
    #c_portalResPublic_codeContainer-15680989818039089 .foot_js {
        width: 100%;
        border-radius: unset;
        padding: 10px 0;
        margin-top: 10px;
    }
    #c_portalResPublic_codeContainer-15680989818039089 #font1 {
        margin-top: 20px;
    }
    #w_common_text-1568014126002 div p:last-child {
        display: none;
    }
    #w_grid-1568014076344 {
        margin-top: 10%;
    }
    #c_portalResPublic_codeContainer-15680229646958448 {
        margin-top: 20px;
    }
    #c_portalResPublic_codeContainer-15680989818039089 #font4 {
        display: none;
    }
    #c_portalResPublic_codeContainer-15680989818039089 .foot_box {
        margin: 20px 0;
    }
    #w_fline-1568094754046 {
        margin-top: -20px;
    }
    #w_fline-1568077565070,
    #w_fline-1568078625081 {
        margin-top: -15px;
    }
    #c_portalResNews_list-15680861679874064 {
        margin-top: 20px;
    }
    #w_fbtn-1568093656808 {
        margin-top: 30px;
    }
    #c_portalResPublic_codeContainer-15681057765880127 {
        display: none;
    }
}

.wd-color-c span {
    color: var(--c) !important;
}

#w_fline-1586329528510 .p_FLine {
    border-color: var(--cc) !important;
}

#w_common_text-1585815681413 p:nth-child(2) span {
    color: #555 !important;
}

#w_common_text-1585812797816 p:nth-child(2) span {
    color: #555 !important;
}

#c_portalResnav_main-15857107142773732 .nav_box {
    padding-right: 0;
}

#c_portalResNews_list-15858133568512693 .n_box:after {
    border-color: var(--cc);
}

#c_portalResNews_list-15858133568512693 .n_box:before {
    border-color: var(--cc);
}

#c_portalResNews_list-15858133568512693 .n_box:hover .n_title {
    color: var(--c);
}

#c_portalResNews_list-15858133568512693 .n_more {
    color: var(--c);
}

.w_fbtn-001 .p_CommonBtn {
    background-color: var(--c) !important;
    border-radius: 500px;
    border-color: var(--c) !important;
}

.w_fbtn-001 .p_CommonBtn:hover .font {
    color:#fff !important;
}

.w_fbtn-001 .p_CommonBtn .font {
    line-height: 50px;
}

.w_fbtn-001 .p_CommonBtn .font {
    color: #fff;
}

.wd-df {
    display: flex;
    flex-wrap: wrap;
}

.wd-item {
    flex: 1;
    position: relative;
}

.wd-pic {
    position: relative;
    overflow: hidden;
}

.wd-pic img {
    width: 100%;
    transition: 1s;
}

.wd-pic:hover img {
    transform: scale(1.05);
}

.form-horizontal .control-label {
    display: none;
}

#w_grid-1579426096146&gt;div&gt;.p_gridbox {
    border: none;
}

.c_portalResnav_main-01001002 .nav_link:hover {
    color: var(--cc);
}

.c_portalResnav_main-01001002 .nav_link:after {
    background-color: var(--cc);
}

.c_portalResnav_main-01001002 .d_menu {
    background-color: #e7c85cde;
}

.c_portalResnav_main-01001002 .nav_link1:hover {
    background-color: var(--c);
}

#w_grid-1562596236762&gt;div&gt;.p_gridbox {
    padding-top: 130px;
}

.btn-primary {
    width: 250px !important;
    height: 50px !important;
    background-color: var(--c) !important;
    border: none !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: var(--cc) !important;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#w_fimg-1585710659241 {
    max-width: 139px;
}

.wd #w_common_text-1621561008137 {
    display: none;
}

#w_common_text-1621561008137 {
    animation: none;
}

.wd-show #c_portalResEbizads_banner-15857212902081143 {
    animation: bounceInDown 1s 0.3s both;
}

#c_portalResProduct_category-16274386328965668 .content{
  display:flex;
  justify-content:center;
}
#c_portalResProduct_category-16274386328965668 .contentBox {
  background-color:transparent;
  box-shadow:none;
}
#c_portalResProduct_category-16274386328965668 .yjTitle {
  border:none;
  padding-left: 0;
  background: #fff;
  border-radius: 30px;
  margin: 0 5px;
  padding: 0 2vw;
  display: flex;
}
#c_portalResProduct_category-16274386328965668 .yjTitle:hover {
    background-color:var(--c);
}
#c_portalResProduct_category-16274386328965668 .yjLink {
    color:#333;
    text-decoration:none;
    transition:0s;
}
#c_portalResProduct_category-16274386328965668 .yjLink::before {
    display:none;
}
#c_portalResProduct_category-16274386328965668 .yjTitle:hover .yjLink {
    color:#fff;
}
#c_portalResProduct_list-15620386297305948 .blue {
  background-color:var(--c);
}
#c_portalResProduct_list-15620386297305948 .proName2 {
  border-top-color:var(--cc);
}
#c_portalResProduct_list-15620386297305948 .productLi:hover .proName2 {
  background-color:var(--cc);
  border-top-color:var(--cc);
}
.c_portalResPublic_codeContainer-01001003 .about-num li h2 {
  color:var(--c);
}
.c_portalResPublic_codeContainer-01001003 li:nth-child(4) {
  display:block;
}
.c_portalResPublic_codeContainer-01001003 .about-num .count-unit {
  color:var(--c);
}
.c_portalResPublic_codeContainer-01001003 .about-num li {
  width:25%;
}
#c_portalResNews_list-15620560133540621 .newListCon::before{
  background-color:var(--c);
}
#w_common_text-1562051577203 span {
  color:var(--c) !important;
}
#c_portalResnav_main-15619720942916744 .navName::after {
  color:var(--c);
}
#c_portalResnav_main-15619720942916744 .navName {
  color:#333;
}
#c_portalResnav_main-15619720942916744 .tNavH::before {
  background-color:var(--c);
}
#c_portalResPublic_codeContainer-15619715743357041 .lv_toptel a {
  color:var(--c);
}
#c_portalResPublic_codeContainer-15619715743357041 .lv_toptel .iconfont {
  border-color:var(--c);
}
#c_portalResPublic_codeContainer-15619715743357041 .lv_toptel .iconfont:before {
  color:var(--c);
}
#w_fbtn-1627440327397 .p_CommonBtn:hover .font {
  color:#fff;
}
#c_portalResnav_main-15620654705225536 .btlink1 {
  display:none;
}
#c_portalResnav_main-15620654705225536 .btlink5 {
  display:block;
}
#c_portalResPublic_codeContainer-15620654705384243 .toTop {
  display:none !important;
}
#c_portalResnav_main-15620654705225536 .top-nav-a2:hover {
  color:#fff;
  text-decoration:underline;
}
#w_common_text-1562065469726 a:hover span {
  color:#fff !important;
}
#w_grid-1561969673372 {
  position:relative;
  z-index:100000;
}
#w_grid-1561970649941 {
  z-index:100000;
  width: 100%;
  position: absolute;
}
.c_portalResPublic_codeContainer-01001003 .about-num {
  border-radius:15px;
}
#c_portalResnav_main-15619720942916744 .navSli:hover .navSlink {
  color:var(--c);
}
#c_portalResnav_main-15619720942916744 .navSlink::after {
  background-color:var(--c);
}
#c_portalResnav_main-15619720942916744 .tNavMore:hover .txt {
  color:var(--c);
}
#c_portalResnav_main-15619720942916744 .tNavMore:hover .leanMore {
  color:var(--c);
}
#c_portalResnav_main-15619720942916744 .tNavMore {
  text-decoration:none;
}
#c_portalResnav_main-15619720942916744 .tNavMore {
  color:var(--c);
}
@media(min-width:769px) {
  #w_grid-1562065469700-1 {
    flex-wrap:nowrap;
  } 
  #content_box-1562065469700-0 {
    min-width: 770px !important;
  }
}
#c_portalResnav_main-15619720942916744 .navLi:nth-child(3) .navSli {
  width: calc(100% /6);
}
.c_portalResIntro_detail-01001 .p_dataSource.borderB_dividers {
  display:none;
}
.c_portalResIntro_detail-01001 .p_dataSource {
  display:none;
}
.c_portalResIntro_detail-01001 .p_summary {
  display:none;
}
.c_portalResIntro_detail-01001 .p_content p {
  font-size:18px;
  color:#333;
  margin-bottom:5px;
}
.c_portalResIntro_detail-01001 .p_QRCode {
  display:none;
}
.c_portalResIntro_detail-01001 .p_assist {
  display:none;
}
.c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
  padding:1%;
  background-color:#f3f3f3;
}
.c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst {
  color:#444;
}
.c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .font {
  color:#444;
}
.c_portalResIntro_category-01001001 .NavList_a1 a {
  text-decoration:none;
}
#c_portalResProduct_list-15692962645256947 .porTbox {
  border:1px solid #eee;
}
#c_portalResProduct_category-16276130234645608 .yjLink {
  color:#333;
}
#c_portalResProduct_category-16276130234645608 .yjLink::before {
  background-color:var(--c);
  top:-20px;
}
@media(min-width:769px) {
  #content_box-1569296242630-0 {
    position:sticky;
    top:100px;
  } 
}
.e_SideMajorStyleBox-001 .stylebox_top {
  background-color:var(--c);
}
.e_SideMajorStyleBox-001 .stylebox_title {
  background-color:var(--c);
}
.w_fline-001 .p_FLine {
  border-color:var(--c) !important;
}
.c_portalResProduct_detail-01001 .d_summary {
  line-height:1.8;
  font-size:12px;
  margin-top:15px;
}
.c_portalResProduct_detail-01001 .p_PriceBox {
  display:none;
}
.c_portalResProduct_detail-01001 .d_NumberBox {
  display:none;
}
.c_portalResProduct_detail-01001 .d_NumBox {
  display:none;
}
.c_portalResProduct_detail-01001 .d_SortName {
  padding:10px;
  background-color:#eee;
  display:block;
  margin-left:0;
  display:flex;
  margin-top:15px;
}
.c_portalResProduct_detail-01001 .d_SortName a {
  float:none !important;
}
.c_portalResProduct_detail-01001 .p_content {
  border:none;
  margin:0;
  padding:0;
}
.wd-20210708115438 {
  margin-top:10%;
  display:flex;
}
.wd-20210708115438 a {
  display:block;
  padding:15px 3vw;
  background-color:var(--c);
  color:#fff;
  border-radius:6px;
  margin-right:10px;
  text-decoration:none;
}
.wd-20210708115438 a:hover {
  background-color:var(--cc);
}
.c_portalResProduct_detail-01001 .d_description p {
  font-size:18px;
  line-height:1.8;
  margin-bottom:5px;
  color:#333;
}
.c_portalResProduct_detail-01001 .p_QRCode {
  display:none;
}
#c_portalResProduct_list-16276140493802199 .cate-pic-box {
  padding-bottom:75%;
}
#c_portalResProduct_list-16276140493802199 .summary {
  display:none;
}
#c_portalResNews_list-16276148277051344 h3 {
  display:none;
}
#c_portalResNews_list-16276148277051344 .box {
  padding:15px;
}
.e_FlowCommonStyleBox-001 .stylebox_top {
  background-color:var(--c);
}
.e_FlowCommonStyleBox-001 .stylebox_title {
  background-color:var(--c);
}
.c_portalResNews_detail-01001 .p_dataSource&gt;li:nth-child(2) {
  display:none;
}
.c_portalResNews_detail-01001 .p_dataSource&gt;li:nth-child(3) {
  display:none;
}
@media(min-width:769px) {
  #content_box-1627614855627-1 {
    position:sticky;
    top:110px;
  } 
}
.c_portalResNews_detail-01001 .p_articles p {
  font-size:18px;
  line-height:1.8;
  color:#333;
  margin-bottom:5px;
}
.w_grid-000 {
  min-height:auto !important;
}
.c_portalResNews_detail-01001 .p_NewsDetail {
  border:1px solid #eee;
  padding: 3%;
}
#c_portalResNews_detail-15693055790132176 {
  margin-top:0;
}
#w_grid-1627614855627 {
  margin-bottom:3%;
  margin-top:6%;
}
@media(max-width:768px) {
  #c_portalResnav_main-15619720942916744 .navBtn {
    background-color:var(--c);
  } 
  #w_grid-1627615135363 &gt; div &gt; .p_gridbox {
    padding:15px;
  }
  #w_grid-1627615135359 {
    padding:0;
    margin-bottom: 0;
  }
  #w_grid-1561970661889 &gt; div &gt; .p_gridbox &gt; div {
    width:auto !important;
  }
  #w_grid-1561970661889&gt; div &gt; .p_gridbox &gt; .p_gridCell:nth-child(3n+1) {
    max-width:70vw !important;
  }
  #w_grid-1561970661889&gt; div &gt; .p_gridbox &gt; .p_gridCell:nth-child(3n+2) {
    min-width:100px;
  }
  #c_portalResnav_main-15619720942916744 .navName {
    color:#fff;
  }
  #c_portalResnav_main-15619720942916744 .tNavHBac {
    background-color:var(--c)
  }
  #w_common_text-1569293457711 {
    padding:0 15px;
  }
  #w_common_text-1569293457701 span {
    font-size:24px !important;
  }
  #w_common_text-1569293457701 {
    padding:0 15px;
  }
  .c_portalResIntro_category-01001001 {
    display:none !important;
  }
  .c_portalResIntro_detail-01001 .p_header {
    display:none;
  }
  .c_portalResIntro_detail-01001 .p_tit {
    display:none;
  }
  .c_portalResIntro_detail-01001 .p_con {
    padding:15px;
  }
  #w_grid-1569296242630 &gt; div &gt; .p_gridbox &gt; .p_gridCell:nth-child(2n+1) {
    display:none;
  }
  #w_common_text-1569296139616 {
    padding:0 15px;
  }
  .c_portalResBreadcrumb_nav-01001 .p_breadcrumb {
    color:#333;
  }
  #c_portalResProduct_list-15692962645256947 .porTbox {
    height:auto;
  }
  #c_portalResProduct_list-15692962645256947 .porTbox img {
    position:relative !important;
    top:0 !important;
    left:0 !important;
    transform:none !important;
  }
  #content_box-1562065469700-1 {
    display:none !important;
  }
}
@media(max-width:768px) {
  .c_portalResNews_detail-01001 .p_articles img {
    max-width:100%;
    height:auto !important;
  } 
  .c_portalResProduct_detail-01001 .d_description img {
    max-width:100%;
    height:auto !important;
  }
}
.c_portalResProduct_detail-01001 .p_interaction {
  display:none;
}
.c_portalResProduct_detail-01001 .d_KeywordBox {
  white-space:normal;
}
.c_portalResProduct_detail-01001 .p_products {
  display:none;
}

.p_page .pageNum:hover {
    color: #fff;
    border-color: var(--c);
    cursor: pointer;
    text-decoration: none;
    background-color: var(--c);
  }
  .p_page .pageNum.active {
    text-decoration: none;
    background-color: var(--c);
    color: #fff;
    border-color: var(--c);
}
#c_portalResProduct_list-15692962645256947 .p_page .pageNum.active {
  border-color:var(--c);
  background-color:var(--c);
}
.p_page .next:hover {
  background-color:var(--c);;
  border-color:var(--c);;
  color: #fff;
  cursor: pointer;
}
.p_page .pre:hover {
  color: #fff;
  background-color:var(--c);;
  border-color:var(--c);;
  cursor: pointer;
}
.c_portalResEbizads_banner-01001004 .subpage_ad {
  background-color:#000;
}
.c_portalResEbizads_banner-01001004 .bgimg {
  opacity:0.7;
}
.c_portalResIntro_category-01001001 .NavList_a1 a:hover {
  color:var(--c);
}
.c_portalResIntro_category-01001001 .NavList_a1 a:hover:before {
  background-color:var(--c);
}
.c_portalResIntro_detail-01001 .p_con .wd-20210810094848 img {
  width:25vw !important;
  height:auto !important;
  float:left;
  margin:15px;
}
@media(max-width:768px) {
 .c_portalResIntro_detail-01001 .p_con .wd-20210810094848 img {
    width:100% !important;
    height:auto !important;
    float:none;
    margin:15px 0;
  } 
}

.wd-scroll-container {
  width:100000vw;
  position:relative;
}
.wd-scroll-wrapper {
  display:inline-block;
}

#c_portalResProduct_list-16285916507173097 .wd-item {
  display:inline-block;
  width: calc((100% - 10px * 2 * 3) / 3);
  margin: 10px;
}
@media(min-width:769px) {
  .wd-20210914104935 {
    display:flex;
  } 
  .wd-20210914104935 .wd-left {
    width:50%;
  }
  .wd-20210914104935 .wd-right {
    width:47%;
    background-color:#fafafa;
    padding:2%;
    margin-left:3%;
  }
  .wd-20210914104935 p {
    border-bottom:1px dashed #ddd;
    padding-bottom:15px !important;
    margin-bottom:15px !important;
  }
}
#c_portalResProduct_list-16285916507173097 .wd-20210810183738 {
  display:block;
  font-size: 0;
}
#c_portalResProduct_list-16285916507173097 img {
  object-fit:cover;
}
@media(max-width:768px) {
  #w_common_text-1627440232529 span {
    font-size:18px !important;
  } 
  #c_portalResEbizads_banner-15619728421301970 .wd-20210728091110 h1 {
    font-size:24px;
  }
  #c_portalResEbizads_banner-15619728421301970 {
    margin-top:60px;
  }
  #c_portalResEbizads_banner-15619728421301970 .wd-20210728091110 h1 {
    min-width:auto;
  }
  #c_portalResEbizads_banner-15619728421301970 .wd-20210728091110 {
    display:block;
  }
  #c_portalResEbizads_banner-15619728421301970 p {
    padding:0 5%;
  }
  #c_portalResEbizads_banner-15619728421301970 .bannerBox .m-banner-img {
    height:50vh;
    object-fit:cover;
  }
  #c_portalResEbizads_banner-15619728421301970 .wd-20210728091110 .wd-20210728091143 {
    margin-top:10px;
  }
  #c_portalResEbizads_banner-15619728421301970 .wd-20210728091110 .wd-20210728091143 a {
    animation-name:fadeOutLeft;
  }
  #c_portalResEbizads_banner-15619728421301970 .wd-20210728091110 .wd-20210728091143 a.wd-current {
    animation-name:fadeInRight;
  }
  .c_portalResPublic_codeContainer-01001003 .about-num li {
    width:100%;
  }
  #c_portalResProduct_category-16274386328965668 {
    display:none;
  }
  #w_grid-1568170396570 &gt; div &gt; div &gt; div {
    width:100% !important;
  }
  #w_grid-1568170396597 {
    padding-left:20px;
    padding-right:20px;
  }
  #w_grid-1568170396603 {
    padding-left:20px;
    padding-right:20px;
  }
  #w_grid-1628588173366 {
    padding:0 20px;
  }
  #w_fimg-1628590078474 {
    margin-top:20px;
  }
  #c_portalResProduct_list-16285928781485307 {
    width:100%;
  }
  #w_fimg-1628590078461 {
    margin-top:20px;
  }
  #c_portalResProduct_list-16285928781485307 .wd-20210810183738 {
    display:block;
  }
  #w_fimg-1628590188492 {
    margin-top:20px;
  }
  #w_fimg-1628590188503 {
    margin-top:20px;
  }
  #c_portalResProduct_list-16285916507173097 .wd-item {
    width:100%;
    margin:0;
    margin-bottom:15px;
    padding:0;
  }
  #c_portalResProduct_list-16285916507173097 img {
    height:auto;
    border:none;
  }
  #w_grid-1569296242630 {
    width:100%;
  }
  #c_portalResProduct_list-16276140493802199 .pagination-wyz9 {
    display:none;
  }
  #w_grid-1627615135367 &gt; div &gt; .p_gridbox {
    padding:3%;
  }
}</pre></body></html>