@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  color: #303133;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
  transition: background-color 0.5s ease, color 0.5s ease;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a8abb2;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 1620px) {
  .container {
    width: 1440px;
  }
}
@media only screen and (min-width: 1921px) {
  .container {
    width: 1920px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row > .col,
.row [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.offset-1 {
  margin-left: 4.16666667%;
}
.order-1 {
  order: 1;
}
.col-2 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.offset-2 {
  margin-left: 8.33333333%;
}
.order-2 {
  order: 2;
}
.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.offset-3 {
  margin-left: 12.5%;
}
.order-3 {
  order: 3;
}
.col-4 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.offset-4 {
  margin-left: 16.66666667%;
}
.order-4 {
  order: 4;
}
.col-5 {
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.offset-5 {
  margin-left: 20.83333333%;
}
.order-5 {
  order: 5;
}
.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}
.offset-6 {
  margin-left: 25%;
}
.order-6 {
  order: 6;
}
.col-7 {
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.offset-7 {
  margin-left: 29.16666667%;
}
.order-7 {
  order: 7;
}
.col-8 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.offset-8 {
  margin-left: 33.33333333%;
}
.order-8 {
  order: 8;
}
.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.offset-9 {
  margin-left: 37.5%;
}
.order-9 {
  order: 9;
}
.col-10 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.offset-10 {
  margin-left: 41.66666667%;
}
.order-10 {
  order: 10;
}
.col-11 {
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.offset-11 {
  margin-left: 45.83333333%;
}
.order-11 {
  order: 11;
}
.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}
.offset-12 {
  margin-left: 50%;
}
.order-12 {
  order: 12;
}
.col-13 {
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.offset-13 {
  margin-left: 54.16666667%;
}
.order-13 {
  order: 13;
}
.col-14 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.offset-14 {
  margin-left: 58.33333333%;
}
.order-14 {
  order: 14;
}
.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.offset-15 {
  margin-left: 62.5%;
}
.order-15 {
  order: 15;
}
.col-16 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.offset-16 {
  margin-left: 66.66666667%;
}
.order-16 {
  order: 16;
}
.col-17 {
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.offset-17 {
  margin-left: 70.83333333%;
}
.order-17 {
  order: 17;
}
.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}
.offset-18 {
  margin-left: 75%;
}
.order-18 {
  order: 18;
}
.col-19 {
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.offset-19 {
  margin-left: 79.16666667%;
}
.order-19 {
  order: 19;
}
.col-20 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.offset-20 {
  margin-left: 83.33333333%;
}
.order-20 {
  order: 20;
}
.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.offset-21 {
  margin-left: 87.5%;
}
.order-21 {
  order: 21;
}
.col-22 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.offset-22 {
  margin-left: 91.66666667%;
}
.order-22 {
  order: 22;
}
.col-23 {
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.offset-23 {
  margin-left: 95.83333333%;
}
.order-23 {
  order: 23;
}
.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-24 {
  margin-left: 100%;
}
.order-24 {
  order: 24;
}
@media only screen and (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .offset-sm-1 {
    margin-left: 4.16666667%;
  }
  .order-sm-1 {
    order: 1;
  }
  .col-sm-2 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 8.33333333%;
  }
  .order-sm-2 {
    order: 2;
  }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .order-sm-3 {
    order: 3;
  }
  .col-sm-4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .offset-sm-4 {
    margin-left: 16.66666667%;
  }
  .order-sm-4 {
    order: 4;
  }
  .col-sm-5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .offset-sm-5 {
    margin-left: 20.83333333%;
  }
  .order-sm-5 {
    order: 5;
  }
  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .order-sm-6 {
    order: 6;
  }
  .col-sm-7 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .offset-sm-7 {
    margin-left: 29.16666667%;
  }
  .order-sm-7 {
    order: 7;
  }
  .col-sm-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .offset-sm-8 {
    margin-left: 33.33333333%;
  }
  .order-sm-8 {
    order: 8;
  }
  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .order-sm-9 {
    order: 9;
  }
  .col-sm-10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .offset-sm-10 {
    margin-left: 41.66666667%;
  }
  .order-sm-10 {
    order: 10;
  }
  .col-sm-11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .offset-sm-11 {
    margin-left: 45.83333333%;
  }
  .order-sm-11 {
    order: 11;
  }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .order-sm-12 {
    order: 12;
  }
  .col-sm-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .offset-sm-13 {
    margin-left: 54.16666667%;
  }
  .order-sm-13 {
    order: 13;
  }
  .col-sm-14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .offset-sm-14 {
    margin-left: 58.33333333%;
  }
  .order-sm-14 {
    order: 14;
  }
  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .order-sm-15 {
    order: 15;
  }
  .col-sm-16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .offset-sm-16 {
    margin-left: 66.66666667%;
  }
  .order-sm-16 {
    order: 16;
  }
  .col-sm-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .offset-sm-17 {
    margin-left: 70.83333333%;
  }
  .order-sm-17 {
    order: 17;
  }
  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .order-sm-18 {
    order: 18;
  }
  .col-sm-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .offset-sm-19 {
    margin-left: 79.16666667%;
  }
  .order-sm-19 {
    order: 19;
  }
  .col-sm-20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .offset-sm-20 {
    margin-left: 83.33333333%;
  }
  .order-sm-20 {
    order: 20;
  }
  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .order-sm-21 {
    order: 21;
  }
  .col-sm-22 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .offset-sm-22 {
    margin-left: 91.66666667%;
  }
  .order-sm-22 {
    order: 22;
  }
  .col-sm-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
  .order-sm-23 {
    order: 23;
  }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-24 {
    margin-left: 100%;
  }
  .order-sm-24 {
    order: 24;
  }
}
@media only screen and (min-width: 998px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .offset-md-1 {
    margin-left: 4.16666667%;
  }
  .order-md-1 {
    order: 1;
  }
  .col-md-2 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 8.33333333%;
  }
  .order-md-2 {
    order: 2;
  }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .order-md-3 {
    order: 3;
  }
  .col-md-4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .offset-md-4 {
    margin-left: 16.66666667%;
  }
  .order-md-4 {
    order: 4;
  }
  .col-md-5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .offset-md-5 {
    margin-left: 20.83333333%;
  }
  .order-md-5 {
    order: 5;
  }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .order-md-6 {
    order: 6;
  }
  .col-md-7 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .offset-md-7 {
    margin-left: 29.16666667%;
  }
  .order-md-7 {
    order: 7;
  }
  .col-md-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .offset-md-8 {
    margin-left: 33.33333333%;
  }
  .order-md-8 {
    order: 8;
  }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .order-md-9 {
    order: 9;
  }
  .col-md-10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .offset-md-10 {
    margin-left: 41.66666667%;
  }
  .order-md-10 {
    order: 10;
  }
  .col-md-11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .offset-md-11 {
    margin-left: 45.83333333%;
  }
  .order-md-11 {
    order: 11;
  }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .order-md-12 {
    order: 12;
  }
  .col-md-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .offset-md-13 {
    margin-left: 54.16666667%;
  }
  .order-md-13 {
    order: 13;
  }
  .col-md-14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .offset-md-14 {
    margin-left: 58.33333333%;
  }
  .order-md-14 {
    order: 14;
  }
  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .order-md-15 {
    order: 15;
  }
  .col-md-16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .offset-md-16 {
    margin-left: 66.66666667%;
  }
  .order-md-16 {
    order: 16;
  }
  .col-md-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .offset-md-17 {
    margin-left: 70.83333333%;
  }
  .order-md-17 {
    order: 17;
  }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .order-md-18 {
    order: 18;
  }
  .col-md-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .offset-md-19 {
    margin-left: 79.16666667%;
  }
  .order-md-19 {
    order: 19;
  }
  .col-md-20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .offset-md-20 {
    margin-left: 83.33333333%;
  }
  .order-md-20 {
    order: 20;
  }
  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .order-md-21 {
    order: 21;
  }
  .col-md-22 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .offset-md-22 {
    margin-left: 91.66666667%;
  }
  .order-md-22 {
    order: 22;
  }
  .col-md-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .offset-md-23 {
    margin-left: 95.83333333%;
  }
  .order-md-23 {
    order: 23;
  }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-24 {
    margin-left: 100%;
  }
  .order-md-24 {
    order: 24;
  }
}
@media only screen and (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .offset-lg-1 {
    margin-left: 4.16666667%;
  }
  .order-lg-1 {
    order: 1;
  }
  .col-lg-2 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 8.33333333%;
  }
  .order-lg-2 {
    order: 2;
  }
  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .order-lg-3 {
    order: 3;
  }
  .col-lg-4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .offset-lg-4 {
    margin-left: 16.66666667%;
  }
  .order-lg-4 {
    order: 4;
  }
  .col-lg-5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .offset-lg-5 {
    margin-left: 20.83333333%;
  }
  .order-lg-5 {
    order: 5;
  }
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .order-lg-6 {
    order: 6;
  }
  .col-lg-7 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .offset-lg-7 {
    margin-left: 29.16666667%;
  }
  .order-lg-7 {
    order: 7;
  }
  .col-lg-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .offset-lg-8 {
    margin-left: 33.33333333%;
  }
  .order-lg-8 {
    order: 8;
  }
  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .order-lg-9 {
    order: 9;
  }
  .col-lg-10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .offset-lg-10 {
    margin-left: 41.66666667%;
  }
  .order-lg-10 {
    order: 10;
  }
  .col-lg-11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .offset-lg-11 {
    margin-left: 45.83333333%;
  }
  .order-lg-11 {
    order: 11;
  }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .order-lg-12 {
    order: 12;
  }
  .col-lg-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .offset-lg-13 {
    margin-left: 54.16666667%;
  }
  .order-lg-13 {
    order: 13;
  }
  .col-lg-14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .offset-lg-14 {
    margin-left: 58.33333333%;
  }
  .order-lg-14 {
    order: 14;
  }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .order-lg-15 {
    order: 15;
  }
  .col-lg-16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .offset-lg-16 {
    margin-left: 66.66666667%;
  }
  .order-lg-16 {
    order: 16;
  }
  .col-lg-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .offset-lg-17 {
    margin-left: 70.83333333%;
  }
  .order-lg-17 {
    order: 17;
  }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .order-lg-18 {
    order: 18;
  }
  .col-lg-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .offset-lg-19 {
    margin-left: 79.16666667%;
  }
  .order-lg-19 {
    order: 19;
  }
  .col-lg-20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .offset-lg-20 {
    margin-left: 83.33333333%;
  }
  .order-lg-20 {
    order: 20;
  }
  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .order-lg-21 {
    order: 21;
  }
  .col-lg-22 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .offset-lg-22 {
    margin-left: 91.66666667%;
  }
  .order-lg-22 {
    order: 22;
  }
  .col-lg-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
  .order-lg-23 {
    order: 23;
  }
  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-24 {
    margin-left: 100%;
  }
  .order-lg-24 {
    order: 24;
  }
}
@media only screen and (min-width: 1620px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .offset-xl-1 {
    margin-left: 4.16666667%;
  }
  .order-xl-1 {
    order: 1;
  }
  .col-xl-2 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 8.33333333%;
  }
  .order-xl-2 {
    order: 2;
  }
  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .order-xl-3 {
    order: 3;
  }
  .col-xl-4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .offset-xl-4 {
    margin-left: 16.66666667%;
  }
  .order-xl-4 {
    order: 4;
  }
  .col-xl-5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .offset-xl-5 {
    margin-left: 20.83333333%;
  }
  .order-xl-5 {
    order: 5;
  }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .order-xl-6 {
    order: 6;
  }
  .col-xl-7 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .offset-xl-7 {
    margin-left: 29.16666667%;
  }
  .order-xl-7 {
    order: 7;
  }
  .col-xl-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .offset-xl-8 {
    margin-left: 33.33333333%;
  }
  .order-xl-8 {
    order: 8;
  }
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .order-xl-9 {
    order: 9;
  }
  .col-xl-10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .offset-xl-10 {
    margin-left: 41.66666667%;
  }
  .order-xl-10 {
    order: 10;
  }
  .col-xl-11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .offset-xl-11 {
    margin-left: 45.83333333%;
  }
  .order-xl-11 {
    order: 11;
  }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .order-xl-12 {
    order: 12;
  }
  .col-xl-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .offset-xl-13 {
    margin-left: 54.16666667%;
  }
  .order-xl-13 {
    order: 13;
  }
  .col-xl-14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .offset-xl-14 {
    margin-left: 58.33333333%;
  }
  .order-xl-14 {
    order: 14;
  }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .order-xl-15 {
    order: 15;
  }
  .col-xl-16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .offset-xl-16 {
    margin-left: 66.66666667%;
  }
  .order-xl-16 {
    order: 16;
  }
  .col-xl-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .offset-xl-17 {
    margin-left: 70.83333333%;
  }
  .order-xl-17 {
    order: 17;
  }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .order-xl-18 {
    order: 18;
  }
  .col-xl-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .offset-xl-19 {
    margin-left: 79.16666667%;
  }
  .order-xl-19 {
    order: 19;
  }
  .col-xl-20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .offset-xl-20 {
    margin-left: 83.33333333%;
  }
  .order-xl-20 {
    order: 20;
  }
  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .order-xl-21 {
    order: 21;
  }
  .col-xl-22 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .offset-xl-22 {
    margin-left: 91.66666667%;
  }
  .order-xl-22 {
    order: 22;
  }
  .col-xl-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
  .order-xl-23 {
    order: 23;
  }
  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-24 {
    margin-left: 100%;
  }
  .order-xl-24 {
    order: 24;
  }
}
.img-scale {
  transition: transform 0.3s linear;
}
.img-scale:hover {
  transform: scale(1.1);
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-overflow-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  transition: background-color 0.5s ease;
}
.header:hover,
.header.fixed {
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}
.header .header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap {
    flex-wrap: nowrap;
  }
}
.header .header-wrap > .header-brand {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap > .header-brand {
    padding: 0;
  }
}
.header .header-wrap > .header-brand > .header-brand-logo {
  display: block;
  flex-shrink: 0;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap > .header-brand > .header-brand-logo {
    margin-right: 0.75rem;
  }
}
.header .header-wrap > .header-brand > .header-brand-logo > img {
  height: 2rem;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap > .header-brand > .header-brand-logo > img {
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1620px) {
  .header .header-wrap > .header-brand > .header-brand-logo > img {
    height: 2.75rem;
  }
}
@media only screen and (min-width: 1921px) {
  .header .header-wrap > .header-brand > .header-brand-logo > img {
    height: 3rem;
  }
}
.header .header-wrap > .header-brand > .header-brand-text {
  text-align: left;
}
.header .header-wrap > .header-brand > .header-brand-text > h2 {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: bold;
  color: #0099ff;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap > .header-brand > .header-brand-text > h2 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1620px) {
  .header .header-wrap > .header-brand > .header-brand-text > h2 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1921px) {
  .header .header-wrap > .header-brand > .header-brand-text > h2 {
    font-size: 1.25rem;
  }
}
.header .header-wrap > .header-brand > .header-brand-text > p {
  margin-top: 0.25rem;
  font-size: 0.625rem;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap > .header-brand > .header-brand-text > p {
    margin-top: 0.125rem;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1620px) {
  .header .header-wrap > .header-brand > .header-brand-text > p {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1921px) {
  .header .header-wrap > .header-brand > .header-brand-text > p {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
.header .header-wrap .header-toggle {
  display: block;
  padding: 0.375rem 0.5rem;
  background-color: transparent;
  border: 1px solid #0099ff;
  border-radius: 0.25rem;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-toggle {
    display: none;
  }
}
.header .header-wrap .header-toggle > svg {
  width: 1.5rem;
  fill: #0099ff;
}
.header .header-wrap .header-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-collapse {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
  }
}
.header .header-wrap .header-collapse:not(.active) {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-collapse:not(.active) {
    display: block;
  }
}
.header .header-wrap .header-nav {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav {
    flex-direction: row;
    align-items: center;
  }
}
.header .header-wrap .header-nav > li {
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1620px) {
  .header .header-wrap .header-nav > li:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media only screen and (min-width: 1921px) {
  .header .header-wrap .header-nav > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li.header-nav-item-pro {
    position: static;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-wrap .header-nav > li.has-dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.header .header-wrap .header-nav > li > a {
  display: block;
  flex-shrink: 0;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #303133;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > a {
    padding: 1.25rem 0;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1620px) {
  .header .header-wrap .header-nav > li > a {
    padding: 1.5rem 0;
    font-size: 1rem;
  }
}
.header .header-wrap .header-nav > li > a.active,
.header .header-wrap .header-nav > li > a:hover {
  font-weight: 600;
  color: #0099ff;
}
.header .header-wrap .header-nav > li > i {
  display: block;
  flex-shrink: 0;
  padding: 0.5rem;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > i {
    display: none;
  }
}
.header .header-wrap .header-nav > li > i > svg {
  width: 1rem;
  fill: #808080;
}
.header .header-wrap .header-nav > li.active > i {
  transform: rotate(180deg);
}
.header .header-wrap .header-nav > li > .header-sub-nav,
.header .header-wrap .header-nav > li > .header-sub-nav-pro {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav,
  .header .header-wrap .header-nav > li > .header-sub-nav-pro {
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav:not(.active),
.header .header-wrap .header-nav > li > .header-sub-nav-pro:not(.active) {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav:not(.active),
  .header .header-wrap .header-nav > li > .header-sub-nav-pro:not(.active) {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li:hover > .header-sub-nav,
  .header .header-wrap .header-nav > li:hover > .header-sub-nav-pro {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav {
    left: 50%;
    transform: translateX(-50%);
    min-width: 12rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav > li {
  text-align: center;
}
.header .header-wrap .header-nav > li > .header-sub-nav > li > a {
  display: block;
  padding: 0.5rem 0.75rem;
  background-color: #f5f5f5;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav > li > a {
    padding: 1rem 0.5rem;
    background-color: #ffffff;
    font-size: 1rem;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav > li > a:hover {
  background-color: #0099ff;
  color: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav > li > a:hover {
    background-color: #f5f5f5;
    color: #0099ff;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro {
  background-color: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro {
    left: 0;
    border-top: 1px solid #e5e5e5;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div {
    flex-wrap: nowrap;
    padding: 2rem 0;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.625rem;
  width: 100%;
  border-bottom: 1px solid #ececec;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu {
    flex-shrink: 0;
    padding-bottom: 0;
    width: 30%;
    border-right: 1px solid #ececec;
    border-bottom: none;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li {
    flex-wrap: nowrap;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > a {
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  width: 3rem;
  margin-right: 0.625rem;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > a {
    margin-right: 1rem;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > a > img {
  width: 100%;
  transition: transform 0.3s linear;
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > a > img:hover {
  transform: scale(1.1);
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > div > h3 {
  font-size: 0.875rem;
  color: #999999;
  transform: translateY(1rem);
  transition: transform 0.5s ease;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > div > h3 {
    font-size: 1rem;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > div > p {
  font-weight: bold;
  font-size: 0.875rem;
  color: #f1f1f1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > div > p {
    font-size: 1.5rem;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > div > i {
  display: block;
  margin-top: 0.25rem;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #0099ff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li > div > i {
    margin-top: 0.5rem;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li.active > div > h3 {
  color: #000000;
  transform: translateY(0);
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li.active > div > p {
  visibility: visible;
  opacity: 1;
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-menu > li.active > div > i {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body {
    padding-left: 3rem;
    width: 70%;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div .swiper-slide {
  text-align: center;
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div .swiper-slide > a:nth-child(1) {
  display: block;
  overflow: hidden;
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div .swiper-slide > a:nth-child(1) > img {
  width: 100%;
  transition: transform 0.3s linear;
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div .swiper-slide > a:nth-child(1) > img:hover {
  transform: scale(1.1);
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div .swiper-slide > h5 {
  margin-top: 0.375rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div .swiper-slide > h5 {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div .swiper-slide > h5 > a:hover {
  color: #0099ff;
}
.header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div .swiper-slide > a:nth-child(3) {
  font-size: 0.75rem;
  color: #0099ff;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-nav > li > .header-sub-nav-pro > div > .header-sub-nav-pro-body > div .swiper-slide > a:nth-child(3) {
    font-size: 0.875rem;
  }
}
.header .header-wrap .header-tools {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-tools {
    display: block;
  }
}
.header .header-wrap .header-tools .header-phone {
  font-weight: 600;
  font-size: 1.125rem;
  color: #0099ff;
}
@media only screen and (min-width: 1280px) {
  .header .header-wrap .header-tools .header-phone {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1620px) {
  .header .header-wrap .header-tools .header-phone {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1921px) {
  .header .header-wrap .header-tools .header-phone {
    font-size: 1.75rem;
  }
}
.footer {
  background-color: #242832;
  color: #ffffff;
}
.footer .footer-top {
  padding: 2rem 0 1rem;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top {
    padding: 5rem 0 2rem;
  }
}
.footer .footer-top .footer-top-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-left {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-left {
    flex-wrap: nowrap;
    width: 60%;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-left > dl {
  width: 50%;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-left > dl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-left > dl > dt {
  margin-bottom: 0.875rem;
  line-height: 1;
  font-size: 1rem;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-left > dl > dt {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-left > dl > dd:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-left > dl > dd:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-left > dl > dd > a {
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
.footer .footer-top .footer-top-wrap .footer-top-left > dl > dd > a:hover {
  opacity: 1;
}
.footer .footer-top .footer-top-wrap .footer-top-right {
  flex-shrink: 0;
  margin-top: 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-right {
    margin-top: 0;
    width: auto;
    text-align: right;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-brand {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-brand {
    display: block;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-brand > a {
  display: inline-block;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-brand > a > img {
  width: 8rem;
  filter: brightness(1000) grayscale(100);
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-contact {
    margin-top: 2rem;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li:not(:last-child) > i {
  display: inline-block;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li > p {
  font-weight: 300;
  line-height: 1;
  font-size: 1rem;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li > p {
    font-size: 1rem;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li > p:nth-child(2) {
  margin-top: 0.5rem;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li > p.phone-number {
  font-size: 1.5rem;
  color: #0099ff;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li > p.phone-number {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1620px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li > p.phone-number {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1921px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li > p.phone-number {
    font-size: 2.5rem;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li > i {
  display: none;
  margin-top: 0.625rem;
  width: 2rem;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-contact > li > i {
    margin-top: 1.25rem;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode {
  margin-top: 1rem;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode {
    margin-top: 3rem;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li {
  display: inline-block;
  position: relative;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li:not(:last-child) {
  margin-right: 1.5rem;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li:hover > div {
  opacity: 1;
  visibility: visible;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li > i {
  display: block;
  padding: 0.5rem;
  width: 3rem;
  background-color: #ffffff;
  border-radius: 100%;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li > i > svg {
  width: 100%;
  fill: #0099ff;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li > img {
  padding: 0.5rem;
  width: 3rem;
  background-color: #0099ff;
  border-radius: 100%;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li > div {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 0.75rem;
  width: 12rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li > div {
    left: auto;
    right: 0;
  }
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li > div > img {
  width: 100%;
}
.footer .footer-top .footer-top-wrap .footer-top-right .footer-qrcode > li > div > p {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: #666666;
}
.footer .footer-bottom .footer-bottom-wrap {
  padding: 0.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 0.875rem;
  color: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-bottom .footer-bottom-wrap {
    padding: 2rem 0;
    color: rgba(255, 255, 255, 0.4);
  }
}
.footer .footer-bottom .footer-bottom-wrap .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-bottom .footer-bottom-wrap .footer-bottom-links {
    font-size: 1rem;
  }
}
.footer .footer-bottom .footer-bottom-wrap .footer-bottom-links > li:not(:last-child) {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid currentColor;
}
.footer .footer-bottom a:hover {
  color: #0099ff;
}
.banner-bar > img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
@media only screen and (min-width: 1280px) {
  .banner-bar > img {
    height: 25rem;
  }
}
.position-bar .position-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0;
  color: #888888;
}
.position-bar .position-wrap > img {
  flex-shrink: 0;
  margin-right: 0.75rem;
  width: 1.5rem;
}
.position-bar .position-wrap a:hover {
  color: #0099ff;
}
.position-bar.border .position-wrap {
  border-bottom: 1px solid #cccccc;
}
.pagination-bar {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 0.875rem;
  color: #666666;
}
@media only screen and (min-width: 1280px) {
  .pagination-bar {
    margin-bottom: 4rem;
  }
}
.pagination-bar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination-bar ul > li {
  display: block;
  margin: 0.25rem;
}
.pagination-bar ul > li > * {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.125rem;
  background-color: #ececec;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.pagination-bar ul > li > *:not([href]) {
  color: #999999;
  cursor: not-allowed;
}
.pagination-bar ul > li > *.current,
.pagination-bar ul > li > *[href]:hover {
  background-color: #0099ff;
  color: #ffffff;
}
.pagination-bar ul > li.active > * {
  background-color: #0099ff;
  color: #ffffff;
}
.aside-contact-bar {
  display: none;
  position: fixed;
  right: 0.75rem;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1280px) {
  .aside-contact-bar {
    display: block;
  }
}
.aside-contact-bar > ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.aside-contact-bar > ul > li#backTop {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.aside-contact-bar > ul > li#backTop.show {
  visibility: visible;
  opacity: 1;
}
.aside-contact-bar > ul > li > a {
  display: block;
  position: relative;
  padding: 0.375rem 0.5rem;
  border-radius: 0.375rem;
  background-color: #0099ff;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.aside-contact-bar > ul > li > a > img {
  display: block;
  margin: 0 auto;
  width: 2rem;
}
.aside-contact-bar > ul > li > a > span {
  display: block;
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  color: #ffffff;
}
.aside-contact-bar > ul > li > a > div {
  position: absolute;
  right: 100%;
  top: 50%;
  padding-right: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: opacity 0.5s ease;
}
.aside-contact-bar > ul > li > a > div > div {
  position: relative;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.aside-contact-bar > ul > li > a > div > div > img {
  max-width: 12rem;
}
.aside-contact-bar > ul > li > a > div > div > img + p {
  margin-top: 0.5rem;
  text-align: center;
}
.aside-contact-bar > ul > li > a > div > div > p {
  font-size: 1rem;
}
.aside-contact-bar > ul > li > a > div > div > p.phone-number {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  color: #0099ff;
}
.aside-contact-bar > ul > li > a > div > div::after {
  content: '';
  display: block;
  position: absolute;
  right: -0.375rem;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  transform: translateY(-50%) rotate(45deg);
  background-color: inherit;
}
.aside-contact-bar > ul > li > a:hover > div {
  opacity: 1;
  visibility: visible;
}
.home-banner .swiper {
  --swiper-theme-color: #ffffff;
}
.home-banner .swiper .swiper-slide a {
  position: static;
  z-index: 5;
}
.home-banner .swiper .swiper-slide a > img,
.home-banner .swiper .swiper-slide a > video {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1280px) {
  .home-banner .swiper .swiper-slide a > img,
  .home-banner .swiper .swiper-slide a > video {
    height: 100vh;
  }
}
.home-banner .swiper .swiper-slide a > video + img,
.home-banner .swiper .swiper-slide a > video + img + img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 1280px) {
  .home-banner .swiper .swiper-slide a > video + img,
  .home-banner .swiper .swiper-slide a > video + img + img {
    opacity: 1;
  }
  .home-banner .swiper .swiper-slide a > video + img:hover,
  .home-banner .swiper .swiper-slide a > video + img + img:hover {
    opacity: 0;
  }
}
.home-banner .swiper .swiper-slide a .pc-img {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .home-banner .swiper .swiper-slide a .pc-img {
    display: block;
  }
}
.home-banner .swiper .swiper-slide a .mobile-img {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .home-banner .swiper .swiper-slide a .mobile-img {
    display: none;
  }
}
.home-banner .swiper .swiper-button-prev,
.home-banner .swiper .swiper-button-next {
  --swiper-navigation-size: 1rem;
  width: calc(var(--swiper-navigation-size) + 1rem);
  height: calc(var(--swiper-navigation-size) + 1rem);
  border-radius: 0.25rem;
  line-height: 1;
}
@media only screen and (min-width: 1280px) {
  .home-banner .swiper .swiper-button-prev,
  .home-banner .swiper .swiper-button-next {
    --swiper-navigation-size: 2rem;
  }
}
.home-banner .swiper .swiper-button-prev::after,
.home-banner .swiper .swiper-button-next::after {
  display: none;
}
.home-banner .swiper .swiper-button-prev > svg,
.home-banner .swiper .swiper-button-next > svg {
  fill: #000000;
}
.home-banner .swiper .swiper-button-prev:hover > svg,
.home-banner .swiper .swiper-button-next:hover > svg {
  fill: #0099ff;
}
@media only screen and (min-width: 1280px) {
  .home-banner .swiper .swiper-button-prev {
    left: 10rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home-banner .swiper .swiper-button-next {
    right: 10rem;
  }
}
.home-banner .swiper .swiper-pagination {
  bottom: 1rem;
}
@media only screen and (min-width: 1280px) {
  .home-banner .swiper .swiper-pagination {
    bottom: 2rem;
  }
}
.home-banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}
@media only screen and (min-width: 1280px) {
  .home-banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  }
}
.home-section {
  padding: 2rem 0;
}
@media only screen and (min-width: 1280px) {
  .home-section {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1620px) {
  .home-section {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1921px) {
  .home-section {
    padding: 4rem 0;
  }
}
.home-section-title {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: #1a1a1a;
}
@media only screen and (min-width: 1280px) {
  .home-section-title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-section-title {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }
}
.home-product .home-product-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap {
    flex-wrap: nowrap;
  }
}
.home-product .home-product-wrap .home-product-menu {
  padding: 1.5rem 1rem;
  width: 100%;
  background-color: rgba(0, 153, 255, 0.2);
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-menu {
    flex-shrink: 0;
    padding: 3rem 2rem;
    width: 30%;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-menu {
    padding: 3rem 4rem;
    width: 33%;
  }
}
@media only screen and (min-width: 1921px) {
  .home-product .home-product-wrap .home-product-menu {
    padding: 3rem 5%;
    width: 30%;
  }
}
.home-product .home-product-wrap .home-product-menu > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.home-product .home-product-wrap .home-product-menu > div > h2 {
  position: static;
  z-index: 5;
  line-height: 1;
  font-weight: bold;
  font-size: 1.75rem;
  color: #0099ff;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-menu > div > h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-menu > div > h2 {
    font-size: 2.75rem;
  }
}
.home-product .home-product-wrap .home-product-menu > div > p {
  position: static;
  margin-top: -0.5rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  font-size: 1.5rem;
  color: #f5f5f5;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-menu > div > p {
    margin-top: -1rem;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-menu > div > p {
    margin-top: -2rem;
    font-size: 3rem;
  }
}
.home-product .home-product-wrap .home-product-menu > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-menu > ul {
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
.home-product .home-product-wrap .home-product-menu > ul > li {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-menu > ul > li {
    padding: 0.875rem 1.25rem;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-menu > ul > li {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
  }
}
.home-product .home-product-wrap .home-product-menu > ul > li.active {
  background-color: #0099ff;
  color: #ffffff;
}
.home-product .home-product-wrap .home-product-body {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-body {
    flex-grow: 1;
    padding: 3rem 2rem 0;
  }
}
.home-product .home-product-wrap .home-product-body > div {
  display: none;
  height: 20rem;
}
.home-product .home-product-wrap .home-product-body > div.active {
  display: block;
  height: 44rem;
  overflow-y: auto;
}
.home-product .home-product-wrap .home-product-body > div > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-body > div > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.home-product .home-product-wrap .home-product-body > div > ul > li {
  padding: 0.875rem 1.25rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  min-height: 14rem;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li {
    padding: 1.5rem 40% 1.5rem 1.5rem;
    min-height: 20rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li {
    padding: 1.75rem 45% 1.75rem 2rem;
    min-height: 22rem;
  }
}
@media only screen and (min-width: 1921px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li {
    padding: 2rem 50% 2rem 3rem;
    min-height: 28rem;
  }
}
.home-product .home-product-wrap .home-product-body > div > ul > li > h5 {
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.75rem;
  color: #0099ff;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > h5 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > h5 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1921px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > h5 {
    font-size: 2.5rem;
  }
}
.home-product .home-product-wrap .home-product-body > div > ul > li > p {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  color: #666666;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > p {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > p {
    font-size: 1rem;
  }
}
.home-product .home-product-wrap .home-product-body > div > ul > li > ul {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > ul {
    margin-top: 0.75rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > ul {
    margin-top: 0.875rem;
  }
}
@media only screen and (min-width: 1921px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > ul {
    margin-top: 1rem;
  }
}
.home-product .home-product-wrap .home-product-body > div > ul > li > ul > li {
  font-size: 0.875rem;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > ul > li {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > ul > li {
    font-size: 1rem;
  }
}
.home-product .home-product-wrap .home-product-body > div > ul > li > ul > li::before {
  content: '';
  display: inline-block;
  margin-right: 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #0099ff;
  border-radius: 100%;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > ul > li::before {
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > ul > li::before {
    margin-right: 0.5rem;
  }
}
.home-product .home-product-wrap .home-product-body > div > ul > li > a {
  display: block;
  margin-top: 0.75rem;
  width: 2rem;
}
@media only screen and (min-width: 1280px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > a {
    margin-top: 1.25rem;
    width: 2.5rem;
  }
}
@media only screen and (min-width: 1620px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > a {
    margin-top: 1.5rem;
    width: 3rem;
  }
}
@media only screen and (min-width: 1921px) {
  .home-product .home-product-wrap .home-product-body > div > ul > li > a {
    margin-top: 2rem;
    width: 4rem;
  }
}
.home-product .home-product-wrap .home-product-body > div > ul > li > a > svg {
  width: 100%;
  fill: #0099ff;
  transition: fill 0.5s ease;
}
.home-product .home-product-wrap .home-product-body > div > ul > li > a:hover > svg {
  fill: #0099ff;
}
.home-adv .home-adv-media > img,
.home-adv .home-adv-media > video {
  width: 100%;
  object-fit: cover;
}
.home-adv .home-adv-media > video + img,
.home-adv .home-adv-media > video + img + img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 1280px) {
  .home-adv .home-adv-media > video + img,
  .home-adv .home-adv-media > video + img + img {
    opacity: 1;
  }
  .home-adv .home-adv-media > video + img:hover,
  .home-adv .home-adv-media > video + img + img:hover {
    opacity: 0;
  }
}
.home-adv .home-adv-media .pc-img {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .home-adv .home-adv-media .pc-img {
    display: block;
  }
}
.home-adv .home-adv-media .mobile-img {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .home-adv .home-adv-media .mobile-img {
    display: none;
  }
}
.home-adv1 {
  padding-bottom: 0;
}
.home-case .home-case-card {
  position: relative;
}
.home-case .home-case-card .home-case-card-media {
  position: relative;
  height: 24rem;
}
@media only screen and (min-width: 1280px) {
  .home-case .home-case-card .home-case-card-media {
    height: 35rem;
  }
}
.home-case .home-case-card .home-case-card-media > video,
.home-case .home-case-card .home-case-card-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-case .home-case-card .home-case-card-media > video + img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 1280px) {
  .home-case .home-case-card .home-case-card-media > video + img {
    opacity: 1;
  }
}
.home-case .home-case-card .home-case-card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  color: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .home-case .home-case-card .home-case-card-content {
    padding: 1.5rem;
  }
}
.home-case .home-case-card .home-case-card-content > h5 {
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1280px) {
  .home-case .home-case-card .home-case-card-content > h5 {
    font-size: 2.25rem;
  }
}
.home-case .home-case-card .home-case-card-content > a {
  display: flex;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1280px) {
  .home-case .home-case-card .home-case-card-content > a {
    font-size: 1.25rem;
  }
}
.home-case .home-case-card .home-case-card-content > a > svg {
  margin-left: 0.25rem;
  width: 1rem;
  fill: currentColor;
  transition: margin-left 0.5s ease;
}
.home-case .home-case-card .home-case-card-content > a:hover > svg {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 1280px) {
  .home-case .home-case-card:hover .home-case-card-media > video + img {
    opacity: 0;
  }
}
.home-case .swiper-pagination {
  --swiper-pagination-color: #000000;
  position: static;
  margin-top: 1rem;
}
@media only screen and (min-width: 1280px) {
  .home-case .swiper-pagination {
    margin-top: 1.5rem;
  }
}
.home-case .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.25rem;
  border-radius: unset;
}
.home-advantage {
  padding-top: 0;
}
.home-strength {
  padding: 0;
}
.home-strength .home-strength-item {
  background-color: #0099ff;
}
.home-strength .home-strength-item .home-strength-wrap {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1620px) {
  .home-strength .home-strength-item .home-strength-wrap {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1921px) {
  .home-strength .home-strength-item .home-strength-wrap {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap {
    flex-wrap: nowrap;
    align-items: start;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-title {
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-title {
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 5rem;
    width: 30%;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-title > h3 {
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.75);
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-title > h3 {
    font-size: 5rem;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-title > p {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-title > p {
    font-size: 2.5rem;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-title > span {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-title > span {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    flex-grow: 1;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-content > li {
  padding: 1rem 1.5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-content > li {
    padding: 2.5rem 3.5rem;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > h5 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #0099ff;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > h5 {
    font-size: 2.5rem;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > p {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  color: #666666;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > p {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > ul {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > ul {
    margin-top: 1rem;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > ul > li {
  font-size: 0.875rem;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > ul > li {
    font-size: 1rem;
  }
}
.home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > ul > li::before {
  content: '';
  display: inline-block;
  margin-right: 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #0099ff;
  border-radius: 100%;
}
@media only screen and (min-width: 1280px) {
  .home-strength .home-strength-item .home-strength-wrap .home-strength-content > li > ul > li::before {
    margin-right: 0.5rem;
  }
}
.home-strength .home-strength-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.home-custom-process {
  padding-bottom: 0;
}
.home-after-sales {
  padding-bottom: 0;
}
.home-adv2 {
  padding-bottom: 0;
}
.home-news .swiper {
  padding-bottom: 0.625rem;
}
.home-news .swiper .swiper-slide > div > a {
  display: block;
  overflow: hidden;
  border-radius: 0.625rem;
  height: 14rem;
}
@media only screen and (min-width: 1280px) {
  .home-news .swiper .swiper-slide > div > a {
    border-radius: 1.25rem;
    height: 22rem;
  }
}
.home-news .swiper .swiper-slide > div > a > img {
  transition: transform 0.3s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news .swiper .swiper-slide > div > a > img:hover {
  transform: scale(1.1);
}
.home-news .swiper .swiper-slide > div > div {
  position: relative;
  z-index: 10;
  margin-top: -1.5rem;
  padding: 1rem;
  height: 10rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1280px) {
  .home-news .swiper .swiper-slide > div > div {
    margin-top: -1.5rem;
    padding: 1.25rem;
    height: 12rem;
    border-radius: 1.25rem;
  }
}
.home-news .swiper .swiper-slide > div > div > h5 {
  font-weight: 700;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1280px) {
  .home-news .swiper .swiper-slide > div > div > h5 {
    font-size: 1.25rem;
  }
}
.home-news .swiper .swiper-slide > div > div > span {
  font-size: 0.875rem;
  color: #8d8d8d;
}
@media only screen and (min-width: 1280px) {
  .home-news .swiper .swiper-slide > div > div > span {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.home-partner {
  background-color: #f5f5f5;
}
.home-partner .swiper-pagination {
  --swiper-pagination-color: #000000;
  position: static;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 1280px) {
  .home-partner .swiper-pagination {
    margin-top: 1.5rem;
  }
}
.home-partner .swiper-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.25rem;
  border-radius: unset;
}
.product-list {
  padding: 2rem 0;
  background-color: #f2f3f5;
}
.product-list .product-menu {
  display: flex;
  flex-wrap: wrap;
}
.product-list .product-menu > li > a {
  display: block;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: transparent;
}
@media only screen and (min-width: 1280px) {
  .product-list .product-menu > li > a {
    padding: 0.5rem 1rem;
  }
}
.product-list .product-menu > li > a:hover,
.product-list .product-menu > li > a.active {
  background-color: #ffffff;
}
.product-list .product-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 1280px) {
  .product-list .product-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.product-list .product-card > li {
  background-color: #ffffff;
}
.product-list .product-card > li > a {
  display: block;
  overflow: hidden;
}
.product-list .product-card > li > a > img {
  width: 100%;
}
.product-list .product-card > li > div {
  padding: 0.625rem;
}
@media only screen and (min-width: 1280px) {
  .product-list .product-card > li > div {
    padding: 2rem;
  }
}
.product-list .product-card > li > div > h3 {
  font-weight: 600;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1280px) {
  .product-list .product-card > li > div > h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1280px) {
  .product-list .product-card > li > div > p {
    font-size: 0.875rem;
  }
}
.product-list .product-card > li > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.375rem;
}
@media only screen and (min-width: 1280px) {
  .product-list .product-card > li > div > ul {
    margin-top: 0.5rem;
  }
}
.product-list .product-card > li > div > ul > li {
  margin: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #d1d5db;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
}
.product-list .product-card > li > div > a {
  display: block;
  margin-top: 0.625rem;
  padding: 0.375rem 1rem;
  width: max-content;
  background-color: #0099ff;
  font-size: 0.875rem;
  color: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .product-list .product-card > li > div > a {
    margin-top: 1.5rem;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}
.product-detail .product-detail-item > img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.img-hero {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .img-hero {
    border-radius: 2rem;
  }
}
.img-hero > img {
  width: 100%;
  min-height: 16rem;
  object-fit: cover;
}
@media only screen and (min-width: 1280px) {
  .img-hero > img {
    min-height: 26rem;
  }
}
.img-hero > div {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .img-hero > div {
    padding: 6rem 60% 6rem 7rem;
  }
}
.img-hero > div > h4 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1280px) {
  .img-hero > div > h4 {
    font-size: 2.5rem;
  }
}
.img-hero > div > p {
  margin-top: 1rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1280px) {
  .img-hero > div > p {
    margin-top: 2rem;
    font-size: 1.25rem;
  }
}
.about-content {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .about-content {
    padding-top: 4rem;
  }
}
.about-content .about-content-text {
  line-height: 1.75;
}
@media only screen and (min-width: 1280px) {
  .about-content .about-content-text {
    max-width: 60%;
    margin: 0 auto;
    font-size: 1.25rem;
  }
}
.about-intro .about-intro-item {
  margin-top: 2rem;
}
@media only screen and (min-width: 1280px) {
  .about-intro .about-intro-item {
    margin-top: 4rem;
  }
}
.about-history {
  padding: 2rem 0;
}
@media only screen and (min-width: 1280px) {
  .about-history {
    padding: 4rem 0;
  }
}
.about-history .about-history-title {
  margin-bottom: 0.875rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.about-history .about-history-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-menu {
    margin-bottom: 3rem;
  }
}
.about-history .about-history-menu > li {
  margin-right: 1rem;
  font-size: 1.25rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-menu > li {
    margin-right: 2rem;
    font-size: 1.5rem;
  }
}
.about-history .about-history-menu > li:last-child {
  margin-right: 0;
}
.about-history .about-history-menu > li.active {
  color: #000000;
  border-bottom-color: currentColor;
}
.about-history .about-history-body {
  position: relative;
}
.about-history .about-history-body > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.about-history .about-history-body > div.active {
  position: static;
  opacity: 1;
  visibility: visible;
}
.about-history .about-history-body > div .about-history-intro {
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-body > div .about-history-intro {
    margin-bottom: 4rem;
    padding: 0 20%;
  }
}
.about-history .about-history-body > div .about-history-intro > h5 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-body > div .about-history-intro > h5 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.about-history .about-history-body > div .about-history-intro > p {
  line-height: 1.75;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-body > div .about-history-intro > p {
    font-size: 1.25rem;
  }
}
.about-history .about-history-body > div .about-history-content {
  background-color: #f5f5f5;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-body > div .about-history-content {
    padding: 3rem;
  }
}
.about-history .about-history-body > div .about-history-content .swiper .about-history-item > span {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #0099ff;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-body > div .about-history-content .swiper .about-history-item > span {
    margin-bottom: 2rem;
  }
}
.about-history .about-history-body > div .about-history-content .swiper .about-history-item > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100rem;
  height: 1px;
  border-radius: 100%;
  background-color: #ccc;
}
.about-history .about-history-body > div .about-history-content .swiper .about-history-item > h6 {
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-body > div .about-history-content .swiper .about-history-item > h6 {
    font-size: 2.5rem;
  }
}
.about-history .about-history-body > div .about-history-content .swiper .about-history-item > ul {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-body > div .about-history-content .swiper .about-history-item > ul {
    margin-top: 1.5rem;
  }
}
.about-history .about-history-body > div .about-history-content .swiper .about-history-item > ul > li::before {
  content: '';
  display: inline-block;
  margin-right: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: currentColor;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-body > div .about-history-content .swiper .about-history-item > ul > li::before {
    margin-right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.about-history .about-history-body > div .about-history-content .swiper .swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .about-history .about-history-body > div .about-history-content .swiper .swiper-pagination {
    margin-top: 3rem;
  }
}
.about-history .about-history-body > div .about-history-content .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.375rem;
  background-color: #000000;
  border-radius: unset;
}
.factory-intro .factory-intro-item {
  margin-top: 2rem;
}
@media only screen and (min-width: 1280px) {
  .factory-intro .factory-intro-item {
    margin-top: 4rem;
  }
}
.factory-intro .factory-intro-item:last-child {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1280px) {
  .factory-intro .factory-intro-item:last-child {
    margin-bottom: 4rem;
  }
}
.contact-detail {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 1280px) {
  .contact-detail {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.contact-detail .contact-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.contact-detail .contact-wrap .contact-title {
  margin-bottom: 1.5rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap .contact-title {
    flex-shrink: 0;
    margin-right: 20rem;
    margin-bottom: 2rem;
    width: auto;
    font-size: 2.5rem;
  }
}
.contact-detail .contact-wrap .contact-content {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap .contact-content {
    flex-grow: 1;
  }
}
.contact-detail .contact-wrap .contact-content .contact-info > li {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap .contact-content .contact-info > li {
    margin-top: 2rem;
  }
}
.contact-detail .contact-wrap .contact-content .contact-info > li > h6 {
  font-weight: bold;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}
.contact-detail .contact-wrap .contact-content .contact-info > li > p {
  font-weight: bold;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap .contact-content .contact-info > li > p {
    font-size: 2.25rem;
  }
}
.contact-detail .contact-wrap .contact-content .contact-info > li > img {
  margin-top: 0.75rem;
  max-width: 8rem;
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap .contact-content .contact-info > li > img {
    margin-top: 1.5rem;
    max-width: 12rem;
  }
}
.contact-detail .contact-wrap .contact-content .contact-form {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap .contact-content .contact-form {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-title {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap .contact-content .contact-form .contact-form-title {
    margin-bottom: 3rem;
  }
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap .contact-content .contact-form .contact-form-item {
    margin-bottom: 1.5rem;
  }
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > label {
  display: block;
  margin-bottom: 0.5rem;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > label > span {
  display: inline-block;
  margin-left: 0.25rem;
  color: #dc2626;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > ul {
  display: flex;
  flex-wrap: wrap;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > ul > li {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > ul > li:last-child {
  margin-right: 0;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > ul > li > label > input[type="radio"] {
  display: none;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > ul > li > label > span {
  display: block;
  padding: 0.5rem 1.5rem;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  font-size: 0.875rem;
  border-radius: 0.125rem;
  cursor: pointer;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > ul > li > label > input:checked + span {
  background-color: #e5f5ff;
  border-color: #0099ff;
  color: #0099ff;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > input,
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > textarea {
  display: block;
  padding: 0.75rem 1rem;
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > input:focus,
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-item > textarea:focus {
  border-color: #0099ff;
  outline: none;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-button > button[type="submit"] {
  display: block;
  padding: 0.5rem 3rem;
  width: max-content;
  background-color: #0099ff;
  border: none;
  font-size: 1rem;
  color: #ffffff;
}
.contact-detail .contact-wrap .contact-content .contact-form .contact-form-button > button[type="submit"]:hover {
  background-color: #007acc;
}
@media only screen and (min-width: 1280px) {
  .contact-detail .contact-wrap .contact-content .contact-form .contact-form-button > button[type="submit"] {
    padding: 0.75rem 6rem;
    font-size: 1.125rem;
  }
}
.article-list {
  padding: 2rem 0;
}
@media only screen and (min-width: 1280px) {
  .article-list {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1620px) {
  .article-list {
    padding: 4rem 0;
  }
}
.article-list ul > li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-list ul > li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .article-list ul > li {
    flex-wrap: nowrap;
    margin-bottom: 2rem;
  }
  .article-list ul > li:hover {
    box-shadow: 0.25rem 0.375rem 0.75rem rgba(0, 0, 0, 0.15);
  }
}
.article-list ul > li > a {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .article-list ul > li > a {
    width: 50%;
  }
}
.article-list ul > li > a > img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  transition: transform 0.3s linear;
}
.article-list ul > li > a > img:hover {
  transform: scale(1.1);
}
.article-list ul > li > div {
  position: relative;
  padding-top: 1rem;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .article-list ul > li > div {
    width: 50%;
    padding: 1.5rem 2rem;
  }
}
.article-list ul > li > div > h5 {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1280px) {
  .article-list ul > li > div > h5 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1620px) {
  .article-list ul > li > div > h5 {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
}
.article-list ul > li > div > h5 > a:hover {
  color: #0099ff;
}
.article-list ul > li > div > p {
  line-height: 1.75;
  color: #7b7b7b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 1280px) {
  .article-list ul > li > div > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.article-list ul > li > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 1280px) {
  .article-list ul > li > div > div {
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
    padding: 0 2rem 1.5rem;
    width: 100%;
  }
}
.article-list ul > li > div > div > p {
  color: #7b7b7b;
}
.article-detail {
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 60rem;
}
@media only screen and (min-width: 1280px) {
  .article-detail {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1620px) {
  .article-detail {
    padding: 4rem 0;
  }
}
.article-detail .article-info {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1280px) {
  .article-detail .article-info {
    margin-bottom: 3rem;
  }
}
.article-detail .article-info > h1 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.75rem;
}
@media only screen and (min-width: 1280px) {
  .article-detail .article-info > h1 {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
  }
}
.article-detail .article-info > ul {
  display: flex;
  flex-wrap: wrap;
}
.article-detail .article-info > ul > li {
  margin-left: 1rem;
  font-size: 0.875rem;
  color: #666666;
}
.article-detail .article-info > ul > li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 1280px) {
  .article-detail .article-info > ul > li {
    margin-left: 2rem;
  }
}
.page-detail {
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 60rem;
}
@media only screen and (min-width: 1280px) {
  .page-detail {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1620px) {
  .page-detail {
    padding: 4rem 0;
  }
}
.page-detail .page-info {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1280px) {
  .page-detail .page-info {
    margin-bottom: 3rem;
  }
}
.page-detail .page-info > h1 {
  text-align: center;
  font-weight: 600;
  font-size: 1.75rem;
}
@media only screen and (min-width: 1280px) {
  .page-detail .page-info > h1 {
    font-size: 2.5rem;
  }
}
