@charset "utf-8";
/*! ---------------
name:style.css
author:moyyue
site:www.vmore.com.cn
顺序：全局样式/元素样式/组件样式/页面样式
依赖于bootstrap
-----------------*/
@font-face {
  font-family: "ProNova";
  src: url("../fonts/ProximaNova-Light.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "ProNova";
  src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "ProNova";
  src: url("../fonts/ProximaNova-Semibold.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "ProNova";
  src: url("../fonts/ProximaNova-Bold.otf") format("opentype");
  font-weight: 600;
}
/* ------------------------------------------------
第一部分：LESS混合集设置
* 加载初始化配置文件
--------------------------------------------------*/
/*normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. 在所有浏览器中更新行高.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * 在所有浏览器上移除外边距.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
  outline: none;
  border: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  background-color: #fff !important;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
}
/* ---------------------------------------------
 * Bootstrap4.6部分-configuration文件夹
--------------------------------------------- */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .responsive-container,
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .responsive-container,
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .responsive-container,
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1144px) {
  .responsive-container,
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1300px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.1rem;
  margin-left: -0.1rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid-column,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1144px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/* ------------------------------------------------
第四部分：图标样式
* 定义各组件样式
--------------------------------------------------*/
.ricon {
  display: inline-block;
  line-height: 1;
  width: 0.08rem;
  height: 0.12rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.ricon-more {
  background-image: url(../images/icon-more.png);
}
.ricon-pageprev {
  width: 0.05rem;
  height: 0.08rem;
  background-image: url(../images/icon-pageprev.png);
}
.ricon-pagenext {
  width: 0.05rem;
  height: 0.08rem;
  background-image: url(../images/icon-pagenext.png);
}
.icon-plus {
  width: 0.23rem;
  height: 0.23rem;
  background-image: url(../images/why-strength-plus.png);
}
.icon-reduce {
  width: 0.23rem;
  height: 0.23rem;
  background-image: url(../images/why-strength-reduce.png);
  background-size: contain;
  background-position: center;
}
.icon-lang-world {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon-world.png);
  background-size: contain;
  background-position: center;
}
.icon-plang-down {
  width: 0.14rem;
  height: 0.09rem;
  background-image: url(../images/icon-lang-down.svg);
  background-size: contain;
  background-position: center;
}
/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
/* ------------------------------------------------
第一部分：字体
--------------------------------------------------*/
/* ------------------------------------------------
第二部分：颜色
--------------------------------------------------*/
/* ------------------------------------------------
第三部分：间距
--------------------------------------------------*/
/* ------------------------------------------------
第四部分：其他
--------------------------------------------------*/
/* ------------------------------------------------
* 元素样式elements
* 定义各元素样式
--------------------------------------------------*/
/* -----默认部分样式重置----*/
html {
  font-size: 625%;
}
body {
  position: relative;
  font-size: 0.14rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #222;
  line-height: 1.67;
}
h1 {
  font-size: 0.24rem;
  line-height: 1;
}
h2 {
  font-size: 0.48rem;
  line-height: 1;
}
h3 {
  font-size: 0.16rem;
  line-height: 1;
}
h4 {
  font-size: 0.14rem;
  line-height: 1;
}
h5 {
  font-size: 0.12rem;
  line-height: 1;
}
h6 {
  font-size: 0.1rem;
  line-height: 1;
}
.h1 {
  font-size: 0.24rem;
  line-height: 1;
}
.h2 {
  font-size: 0.48rem;
  line-height: 1;
}
.h3 {
  font-size: 0.16rem;
  line-height: 1;
}
.h4 {
  font-size: 0.14rem;
  line-height: 1;
}
.h5 {
  font-size: 0.12rem;
  line-height: 1;
}
.h6 {
  font-size: 0.1rem;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}
p,
.p {
  font-size: 0.14rem;
}
small,
.small {
  font-size: 0.12rem;
}
a {
  color: #222;
  cursor: pointer;
}
a:hover {
  color: #0b2e54;
}
hr,
.hr {
  border-bottom: solid 1px #fff;
}
img {
  max-width: 100%;
}
/* -----自定义部分样式重置----*/
.box-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* 图标旋转动画 */
.rotate {
  display: inline-block;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breathe {
  animation: breathe 4s infinite;
}
.radius {
  border-radius: 0.05rem;
}
@keyframes breathe {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 2px #e64e0c;
  }
}
.btn {
  display: inline-block;
  border: solid 1px #e4e4e4;
  padding: 0.25rem 0.45rem;
  line-height: 1;
  font-size: 0.16rem;
  cursor: pointer;
  color: #5e5e5e;
}
.btn:hover {
  color: #0b2e54;
}
.btn-more {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  overflow: hidden;
  white-space: nowrap;
}
.btn-more .ricon {
  display: block;
  margin-left: 0.1rem;
  filter: drop-shadow(0 1rem #222);
  transform: translateY(-1rem);
}
.btn-more:hover {
  background-color: #0b2e54;
  border-color: #0b2e54;
  color: #fff;
}
.btn-more:hover .ricon {
  filter: drop-shadow(0 1rem #fff);
}
.btn-more-dark {
  background-color: #0b2e54;
  border-color: #0b2e54;
  color: #fff;
}
.btn-more-dark .ricon {
  filter: drop-shadow(0 1rem #fff);
}
.btn-more-dark:hover {
  background-color: #fff;
  border-color: #e4e4e4;
  color: #5e5e5e;
}
.btn-more-dark:hover .ricon {
  filter: drop-shadow(0 1rem #5e5e5e);
}
.tip {
  display: inline-block;
  background-color: #1069eb;
  color: #fff;
  font-size: 0.8em;
  padding: 0.04rem 0.06rem;
  border-radius: 0.03rem;
}
/* ------------------------------------------------
基础样式:块基础样式
--------------------------------------------------*/
section,
.section {
  padding: 1rem 0;
}
.section-title {
  font-weight: bold;
  border-left: solid 0.12rem #e64e0c;
  padding-left: 0.1rem;
  line-height: 1.4;
}
.lead {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.16rem;
  color: #1b1b1b;
  padding-top: 0.4rem;
  padding-bottom: 0;
  margin: 0;
}
/***********************************
** 页面样式-左右结构
************************************/
/***********************************
** banner样式
************************************/
.banner {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 5rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* ------------------------------------------------
基础样式:内容循环样式-支持在item-loop中添加no-gutters消除上下间距
固定用法<div class="item-loop"><div class="item"></div></div>
--------------------------------------------------*/
.item-loop {
  margin-bottom: -0.2rem;
}
.item-loop > .item {
  margin-bottom: 0.2rem;
}
.item-loop.no-gutters {
  margin-bottom: 0;
}
.item-loop.no-gutters > .item {
  margin-bottom: 0;
}
/* ------------------------------------------------
基础样式:页面样式-支持在aside中添加no-gutters消除上下间距
固定用法<aside><div class="sidebar"></div></aside>
--------------------------------------------------*/
aside > .sidebar {
  margin-bottom: 0.2rem;
}
aside.no-gutters {
  margin-bottom: 0;
}
aside.no-gutters > .sidebar {
  margin-bottom: 0;
}
/* ------------------------------------------------
UL样式:带竖线和点的线宽
固定用法<ul class="ul-line"><li></li></ul>
--------------------------------------------------*/
.ul-line li {
  position: relative;
  padding-left: 0.15rem;
}
.ul-line li::before {
  background: hsla(0, 100%, 77%, 0.5);
  content: " ";
  display: block;
  height: 100%;
  left: calc(0.11rem / 2 - 0.01rem / 2);
  position: absolute;
  top: calc(50% - 0.11rem / 2);
  width: 0.01rem;
}
.ul-line li::after {
  background-color: #ff8f8f;
  border: 0.02rem solid #fff;
  border-image: none;
  border-image: initial;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.11rem;
  height: 0.11rem;
  left: 0;
  top: calc(50% - 0.11rem / 2);
  position: absolute;
}
.ul-line li:last-child::before {
  display: none;
}
/***********************************
** 对话框
// dialog格式
<div class="dialog" dialog-name="login">
    <div>
        <div>
            <span class="close"><i class="iconfont icon-close"></i></span>
            <!-- 这儿是内容 -->
        </div>
    </div>
</div>
// 按钮格式
<button class="dialog-show" dialog-name="login"></button>
** 触发按钮和dialog中的dialog-name需保持一致
************************************/
.dialog {
  display: none;
  z-index: 900;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dialog > div {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dialog > div > div {
  position: relative;
}
.dialog > div > div .close {
  position: absolute;
  right: calc(-0.3rem - 0.1rem);
  top: calc(-0.3rem + 0.1rem);
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 1;
  border-radius: 0.3rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}
/***********************************
** 折叠面板
************************************/
.collapse .item-collapse {
  background-color: #fff;
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0.15rem 0.3rem;
}
.collapse .item-collapse .collapse-hd {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.collapse .item-collapse .collapse-hd button {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}
.collapse .item-collapse .collapse-hd button iconpark-icon {
  transition: all 500ms ease-in-out;
  font-size: 0.2rem;
}
.collapse .item-collapse .collapse-md {
  display: none;
  padding: 0.2rem 0;
}
.collapse .item-collapse.active .collapse-hd {
  border-bottom: solid 1px #f5f5f5;
}
.collapse .item-collapse.active .collapse-hd button iconpark-icon {
  transform: rotate(180deg);
}
.collapse .item-collapse.active .collapse-md {
  display: block;
}
.zoompic {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.zoompic > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease-in-out;
}
.zoompic:hover > img {
  transform: scale(1.05);
}
.text-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.text-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-line-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 文字行数限制 */
/* ------------------------------------------------
第二部分：全局样式重置
* 定义本站初始化样式
--------------------------------------------------*/
body {
  font-family: ProNova, "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
}
@media screen and (max-width: 990px) {
  body {
    padding-top: 0.7rem;
  }
  h2 {
    font-size: 0.36rem;
  }
  .lead {
    padding-top: 0.2rem;
  }
  .btn {
    padding: 0.15rem 0.3rem;
    line-height: 0;
  }
  section,
  .section {
    padding: 0.4rem 0;
  }
}
.image {
  overflow: hidden;
  cursor: pointer;
}
.image img {
  display: block;
  transition: transform 0.5s linear;
}
.image:hover img {
  transform: scale(1.2);
}
.image.no-zoom:hover img {
  transform: scale(1);
}
.show-wap {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
  .show-wap {
    display: block !important;
  }
}
/* ------------------------------------------------
  元素样式-elements
* 定义各元素样式
--------------------------------------------------*/
.main-header {
  padding-top: 0.15rem;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 0.05rem;
  position: relative;
}
.main-header .container .header-top {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 0.1rem;
}
.main-header .container .header-top .logo {
  width: 1.92rem;
}
.main-header .container .header-top .logo img {
  width: 100%;
}
.main-header .container .header-top .header-lang {
  display: none;
}
.main-header .container .header-top > .ricon {
  display: none;
}
.main-header .container .header-main {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .container .header-main .main-nav {
  padding-left: 2.5rem;
}
.main-header .container .header-main .main-nav > ul {
  display: -webkit-flex;
  display: flex;
}
.main-header .container .header-main .main-nav > ul > li > a {
  display: block;
  padding: 0.2rem 0.35rem;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1;
  white-space: nowrap;
}
.main-header .container .header-main .main-nav > ul > li > .btline {
  display: block;
  width: 0.42rem;
  height: 0.02rem;
  background-color: #fff;
  margin: 0 auto;
}
.main-header .container .header-main .main-nav > ul > li > .subshow {
  display: none;
}
.main-header .container .header-main .main-nav > ul > li.active > .btline {
  background-color: #0b2e54;
}
.main-header .container .header-main .main-nav > ul > li > .subnav {
  background-color: #fff;
  border-bottom: solid 1px #eaeaea;
  display: none;
  position: absolute;
  left: 0;
  top: 1.42rem;
  width: 100%;
  z-index: 999;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .product-menu ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.15rem 0;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .product-menu ul li {
  max-width: 3.1rem;
  margin-bottom: 0.85rem;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .product-menu ul li a span {
  color: #222;
  font-size: 0.14rem;
  display: block;
  text-align: center;
  padding: 0.35rem 0;
  line-height: 1;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .about-menu {
  max-width: 9.5rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 0.48rem;
  padding-bottom: 0.96rem;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block {
  width: 2.24rem;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .name {
  font-size: 0.18rem;
  color: #222;
  line-height: 1;
  padding-bottom: 0.15rem;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .name.border {
  border-bottom: solid 1px #eaeaea;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .menu {
  padding-top: 0.1rem;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .menu ul li a {
  height: 0.3rem;
  line-height: 0.3rem;
  display: block;
  font-size: 0.14rem;
  color: #666;
  background: url(../images/icon-menu-about-right.png) no-repeat right center;
}
.main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .desc {
  color: #666;
}
.main-header .container .header-main .main-nav > ul > li:hover > .subnav {
  display: block;
}
.main-header .container .header-main .right {
  display: -webkit-flex;
  display: flex;
}
.main-header .container .header-main .right .search {
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 0.04rem;
}
.main-header .container .header-main .right .search form {
  display: -webkit-flex;
  display: flex;
}
.main-header .container .header-main .right .search form button {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background-image: url(../images/icon-search.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.main-header .container .header-main .right .lang {
  margin-left: 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  z-index: 99;
  cursor: pointer;
  min-width: 0.7rem;
}
.main-header .container .header-main .right .lang .block {
  position: relative;
  height: auto;
}
.main-header .container .header-main .right .lang .block span {
  width: 100%;
  height: 0.25rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
  padding-bottom: 0.05rem;
}
.main-header .container .header-main .right .lang .block span img {
  margin-right: 0.1rem;
}
.main-header .container .header-main .right .lang .block span .icon-lang-world {
  margin-right: 0.05rem;
  margin-bottom: 0.02rem;
}
.main-header .container .header-main .right .lang .block span .icon-plang-down {
  margin-left: 0.05rem;
}
.main-header .container .header-main .right .lang .block ul.plang {
  display: none;
  position: absolute;
  top: 0.25rem;
  width: 100%;
  box-shadow: 0px 7px 18px 9px rgba(48, 50, 53, 0.07);
  background-color: #fff;
  border-radius: 2px;
}
.main-header .container .header-main .right .lang .block ul.plang li {
  width: 100%;
  border-bottom: solid 1px #dbdbdb;
}
.main-header .container .header-main .right .lang .block ul.plang li a {
  display: block;
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
}
.main-header .container .header-main .right .lang .block ul.plang li a img {
  margin-right: 0.1rem;
}
.main-header .container .header-main .right .lang .block ul.plang li:last-child {
  border-bottom: none;
}
.main-header .container .header-main .right.mshow {
  display: none;
}
@media screen and (max-width: 1254px) {
  .main-header .container .header-main .main-nav {
    padding-left: 0;
  }
  .main-header .container .header-main .main-nav > ul > li > a {
    padding: 0.2rem 0.1rem;
  }
}
@media screen and (max-width: 990px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  .main-header .container .header-top {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-header .container .header-top .logo img {
    width: auto;
    height: 0.35rem;
  }
  .main-header .container .header-top .header-lang {
    display: -webkit-flex;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }
  .main-header .container .header-top .header-lang .block {
    position: relative;
    height: auto;
    padding-right: 0.1rem;
  }
  .main-header .container .header-top .header-lang .block span {
    display: block;
    width: 0.6rem;
    height: 0.25rem;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
  .main-header .container .header-top .header-lang .block span img {
    margin-right: 0.1rem;
  }
  .main-header .container .header-top .header-lang .block span .ricon {
    background-image: url(../images/icon-lang-down.svg);
    background-size: 0.1rem auto;
    width: 0.14rem;
    height: 0.09rem;
    margin-left: 0.08rem;
  }
  .main-header .container .header-top .header-lang .block ul.clang {
    display: none;
    position: absolute;
    top: 0.25rem;
    left: -0.1rem;
    width: 100%;
    box-shadow: 0px 7px 18px 9px rgba(48, 50, 53, 0.07);
    background-color: #fff;
    border-radius: 2px;
  }
  .main-header .container .header-top .header-lang .block ul.clang li {
    width: 100%;
    border-bottom: solid 1px #dbdbdb;
  }
  .main-header .container .header-top .header-lang .block ul.clang li a {
    display: block;
    width: 100%;
    height: 0.35rem;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .main-header .container .header-top .header-lang .block ul.clang li a img {
    margin-right: 0.1rem;
    margin-bottom: 0.02rem;
  }
  .main-header .container .header-top .header-lang .block ul.clang li:last-child {
    border-bottom: none;
  }
  .main-header .container .header-top > .ricon {
    cursor: pointer;
    display: block;
    width: 0.42rem;
    height: 0.33rem;
    background-image: url(../images/icon-menu.svg);
    background-size: 0.25rem auto;
    background-position: center;
    transition: all 0.5s ease-in-out;
  }
  .main-header .container .header-top > .ricon.active {
    background-image: url(../images/icon-menu-close.png);
  }
  .main-header .container .header-main {
    display: none;
    padding-bottom: 0.8rem;
    height: calc(100vh - 0.6rem);
  }
  .main-header .container .header-main .main-nav {
    padding-left: 0;
  }
  .main-header .container .header-main .main-nav > ul {
    flex-direction: column;
  }
  .main-header .container .header-main .main-nav > ul > li {
    position: relative;
  }
  .main-header .container .header-main .main-nav > ul > li > a {
    padding: 0.15rem 0.1rem;
    font-weight: normal;
  }
  .main-header .container .header-main .main-nav > ul > li > .btline {
    width: 100%;
    background-color: #dbdbdb;
    height: 1px;
  }
  .main-header .container .header-main .main-nav > ul > li > .subshow {
    display: block;
    width: 0.46rem;
    height: 0.46rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear;
    background: url(../images/icon-menu-plus.svg) no-repeat center;
  }
  .main-header .container .header-main .main-nav > ul > li.active > a {
    color: #222;
  }
  .main-header .container .header-main .main-nav > ul > li.active > .btline {
    background-color: #dbdbdb;
  }
  .main-header .container .header-main .main-nav > ul > li.open > a {
    color: #0b2e54;
  }
  .main-header .container .header-main .main-nav > ul > li.open > .btline {
    background-color: #0b2e54;
  }
  .main-header .container .header-main .main-nav > ul > li.open > .subshow {
    transform: rotate(180deg);
    background: url(../images/icon-menu-reduce-dark.svg) no-repeat center;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav {
    position: relative;
    top: 0;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .container {
    width: 100%;
    padding: 0;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .product-menu ul li {
    width: 30%;
    margin-bottom: 0;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .product-menu ul li a span {
    padding: 0;
    min-height: 0.55rem;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .about-menu {
    padding: 0 0.2rem;
    flex-direction: column;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block {
    width: 100%;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .name {
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
    color: #666;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .name.border {
    border: none;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .menu {
    padding-top: 0;
    margin-left: 0.2rem;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .menu ul li a {
    height: 0.4rem;
    line-height: 0.4rem;
    color: #999;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block .desc {
    padding-left: 0.2rem;
    display: block;
    color: #999;
  }
  .main-header .container .header-main .main-nav > ul > li > .subnav .about-menu .about-block:first-child .menu {
    border-bottom: solid 1px #dbdbdb;
  }
  .main-header .container .header-main .main-nav > ul > li:hover > .subnav {
    display: none;
  }
  .main-header .container .header-main .right {
    flex-direction: column;
  }
  .main-header .container .header-main .right > div.search {
    padding: 0.2rem 0.1rem;
  }
  .main-header .container .header-main .right > div.search form input {
    width: calc(100% - 0.21rem);
  }
  .main-header .container .header-main .right .lang {
    margin-left: 0;
  }
  .main-header .container .header-main .right.mshow {
    display: block;
  }
  .main-header .container .header-main .right.pshow {
    display: none;
  }
}
.main-footer {
  background-color: #f5f5f7;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.main-footer .footer-top {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.main-footer .footer-top .logo {
  width: auto;
  height: 0.5rem;
}
.main-footer .footer-top .logo img {
  height: 100%;
}
.main-footer .footer-top .bottom-nav ul {
  width: fit-content;
}
.main-footer .footer-top .bottom-nav ul li {
  display: inline-block;
}
.main-footer .footer-top .bottom-nav ul li a {
  padding: 0.2rem 0.3rem;
  color: #939393;
}
.main-footer .footer-top .bottom-nav ul li:last-child a {
  padding-right: 0;
}
.main-footer .footer-bottom {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.35rem;
}
.main-footer .footer-bottom .copyright {
  color: #939393;
}
.main-footer .footer-bottom .social {
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.main-footer .footer-bottom .social a {
  display: inline-block;
  margin-left: 0.2rem;
}
.main-footer .footer-bottom .social a img {
  display: block;
}
@media screen and (max-width: 990px) {
  .main-footer {
    padding-top: 0.3rem;
  }
  .main-footer .footer-top {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 0;
  }
  .main-footer .footer-top .logo {
    align-self: center;
    height: 0.35rem;
  }
  .main-footer .footer-top .bottom-nav {
    padding-top: 0.1rem;
    margin-left: 0;
    width: 100%;
  }
  .main-footer .footer-top .bottom-nav ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .main-footer .footer-top .bottom-nav ul li {
    display: block;
    width: fit-content;
  }
  .main-footer .footer-top .bottom-nav ul li a {
    color: #222;
    display: block;
    padding: 0.1rem 0;
  }
  .main-footer .footer-bottom {
    flex-direction: column;
  }
  .main-footer .footer-bottom .copyright {
    text-align: center;
  }
  .main-footer .footer-bottom .social {
    padding-top: 0.2rem;
    transform: scale(0.8);
  }
  .main-footer .footer-bottom .social a {
    margin-left: 0.05rem;
  }
  .main-footer .footer-bottom .social a:first-child {
    margin-left: 0;
  }
}
.banner {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/default-banner.jpg);
  min-height: 5rem;
}
.banner .h2 {
  line-height: 1.25;
}
@media screen and (max-width: 990px) {
  .banner {
    min-height: 2.5rem;
  }
  .banner .h2 {
    font-size: 0.24rem;
    padding-top: 0;
  }
}
.pagination {
  padding: 0.9rem 0 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  display: block;
  line-height: 1;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #aaa;
  font-weight: 500;
}
.pagination ul li.prev a,
.pagination ul li.next a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #222;
}
.pagination ul li.prev a .ricon,
.pagination ul li.next a .ricon {
  margin: 0 0.05rem;
}
.pagination ul li.prev {
  border-right: solid 1px #d4d4d4;
  margin-right: 0.05rem;
  padding-right: 0.05rem;
}
.pagination ul li.next {
  border-left: solid 1px #d4d4d4;
  margin-left: 0.05rem;
  padding-left: 0.05rem;
}
.pagination ul li.active a,
.pagination ul li:hover a {
  color: #222;
}
@media screen and (max-width: 990px) {
  .pagination {
    padding: 0.4rem 0 0;
  }
}
.product-loop {
  margin-bottom: -0.48rem;
}
.product-loop .item {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.48rem;
}
.product-loop .item .image {
  aspect-ratio: 414/556;
  width: 100%;
  background-color: #f5f5f7;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-loop .item .image img {
  max-width: 80%;
  max-height: 80%;
}
.product-loop .item .desc {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 0.25rem;
  margin-bottom: 0.2rem;
  color: #222;
  width: 100%;
}
.product-loop .item h3 {
  width: 100%;
  font-weight: 500;
  line-height: 1;
  color: #222;
  padding-bottom: 0.35rem;
}
.blog-loop {
  margin-bottom: -0.6rem;
}
.blog-loop .item {
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.blog-loop .item .image {
  width: 100%;
  overflow: hidden;
}
.blog-loop .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}
.blog-loop .item .block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.blog-loop .item .block h3 {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 0.17rem;
}
.blog-loop .item .block .desc {
  color: #666;
  font-size: 0.14rem;
  line-height: 1.7;
}
.blog-loop .item .block .btn {
  margin-top: 0.1rem;
}
.blog-loop .item:hover .image img {
  transform: scale(1.2);
}
.blog-loop .item:hover .block .btn {
  color: #fff;
  background-color: #0b2e54;
}
.blog-loop .item:hover .block .btn .ricon {
  filter: drop-shadow(0 1rem #fff);
}
.piano-group .piano-item .item-hd {
  cursor: pointer;
}
.piano-group .piano-item .item-md {
  display: none;
}
.piano-group .piano-item:first-child .item-md {
  display: block;
}
.post-content {
  line-height: 1.7;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #666;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content p {
  line-height: 1.7;
  font-weight: normal;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.post-content h1 {
  font-size: 0.42rem;
}
.post-content h2 {
  font-size: 0.28rem;
}
.post-content h3 {
  font-size: 0.2rem;
}
.post-content h4 {
  font-size: 0.16rem;
}
.post-content h5 {
  font-size: 0.14rem;
}
.post-content h6 {
  font-size: 0.12rem;
}
.post-content img {
  max-width: 100%;
}
/* ------------------------------------------------
第九部分：页面样式
* 定义各页面样式
--------------------------------------------------*/
.home-swiper {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.home-swiper .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: 7.6rem;
}
.home-swiper .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-swiper .swiper .swiper-wrapper .swiper-slide .layer-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-swiper .swiper .swiper-wrapper .swiper-slide .layer-content .block {
  color: #fff;
  margin: auto;
  width: 90%;
  max-width: 10rem;
}
.home-swiper .swiper .swiper-wrapper .swiper-slide .layer-content .block .title {
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 1.1;
}
.home-swiper .swiper .swiper-wrapper .swiper-slide .layer-content .block span {
  display: block;
  border-bottom: solid 1px #2b9bcb;
  width: 0.4rem;
  margin: 0.22rem 0;
}
.home-swiper .swiper .swiper-wrapper .swiper-slide .layer-content .block .desc {
  font-size: 0.18rem;
  line-height: 1.1;
}
.home-swiper .layer-operate {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  color: #fff;
}
.home-swiper .layer-operate .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-swiper .layer-operate .container .left {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.home-swiper .layer-operate .container .left .line {
  align-self: flex-start;
  display: block;
  height: 0;
  width: 1px;
  background-color: #fff;
  animation: lineupanddown 1.5s linear infinite;
  margin-right: 0.2rem;
}
.home-swiper .layer-operate .container .right {
  display: -webkit-flex;
  display: flex;
}
.home-swiper .layer-operate .container .right .swiper-navigation {
  display: block;
  cursor: pointer;
  width: 0.07rem;
  height: 0.12rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-swiper .layer-operate .container .right .swiper-navigation.homeswiper-prev {
  background-image: url(../images/icon-swiper-left.png);
}
.home-swiper .layer-operate .container .right .swiper-navigation.homeswiper-next {
  background-image: url(../images/icon-swiper-right.png);
}
.home-swiper .layer-operate .container .right .homeswiper-pagination {
  padding-left: 0.2rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.home-swiper .layer-operate .container .right .homeswiper-pagination::before,
.home-swiper .layer-operate .container .right .homeswiper-pagination::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border: solid 2px #fff;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.home-swiper .layer-operate .container .right .homeswiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.02rem;
  height: 0.02rem;
  border-radius: 0.1rem;
  background-color: #fff;
  margin-right: 0.2rem;
  transition: width 300ms linear;
}
.home-swiper .layer-operate .container .right .homeswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.2rem;
}
@keyframes lineupanddown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@media screen and (max-width: 1376px) {
  .home-swiper .swiper .swiper-wrapper .swiper-slide {
    height: 5rem;
  }
}
@media screen and (max-width: 990px) {
  .home-swiper .swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 750/600;
    height: auto;
  }
  .home-swiper .layer-operate {
    height: 0.4rem;
  }
  .home-swiper .layer-operate .container {
    justify-content: center;
  }
  .home-swiper .layer-operate .container .left {
    display: none;
  }
}
.home-brand {
  padding: 1.2rem 0 1.25rem 0;
}
.home-brand .section-md {
  position: relative;
  padding-top: 0.4rem;
}
.home-brand .section-md .video-play {
  position: absolute;
  cursor: pointer;
  left: 0.5rem;
  bottom: 0.5rem;
  display: block;
  width: 0.66rem;
  height: 0.66rem;
  background: url(../images/icon-play.png) no-repeat;
  background-size: cover;
}
.home-brand .section-fd {
  padding-top: 0.5rem;
}
.home-brand .section-fd .btn {
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .home-brand {
    padding: 0.6rem 0 0.6rem 0;
  }
  .home-brand .section-hd h2 {
    line-height: 1.2;
  }
  .home-brand .section-hd .lead {
    line-height: 1.8;
  }
  .home-brand .section-md {
    padding-top: 0.6rem;
  }
  .home-brand .section-md .video-play {
    left: 0.3rem;
    bottom: 0.3rem;
    width: 0.46rem;
    height: 0.46rem;
  }
}
.home-topseller {
  padding: 0.55rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-topseller .filter-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #f9f9f8, #e9e9eb);
}
.home-topseller .filter-bg .section-hd {
  padding-top: 0.95rem;
  padding-bottom: 0.5rem;
}
.home-topseller .filter-bg .section-md {
  padding-bottom: 1.15rem;
}
.home-topseller .filter-bg .section-md .item-loop {
  margin-bottom: -1.5rem;
}
.home-topseller .filter-bg .section-md .item-loop .item {
  margin-bottom: 1.5rem;
}
.home-topseller .filter-bg .section-md .item-loop .item .item-hd {
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.28rem;
}
.home-topseller .filter-bg .section-md .item-loop .item .item-md {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.home-topseller .filter-bg .section-md .item-loop .item .item-md .right {
  max-width: 6.85rem;
}
.home-topseller .filter-bg .section-md .item-loop .item .item-md .right h3 {
  line-height: 1.25;
}
.home-topseller .filter-bg .section-md .item-loop .item .item-md .right .desc {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.24rem;
  line-height: 1.5;
  padding-top: 0.25rem;
}
.home-topseller .filter-bg .section-md .item-loop .item .item-md .right .note {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.16rem;
  line-height: 2.5;
  padding-top: 0.15rem;
  padding-bottom: 0.3rem;
}
.home-topseller .filter-bg .section-md .item-loop .item:nth-child(2n) .item-hd {
  text-align: right;
}
.home-topseller .filter-bg .section-md .item-loop .item:nth-child(2n) .item-md .left {
  order: 1;
}
.home-topseller .filter-bg .section-md .item-loop .item:nth-child(2n) .item-md .right {
  padding-top: 0.72rem;
}
@media screen and (max-width: 1160px) {
  .home-topseller .filter-bg .section-md .item-loop .item .item-hd {
    font-size: 0.22rem !important;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .left {
    width: 3.3rem;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .right {
    flex: 1;
  }
}
@media screen and (max-width: 990px) {
  .home-topseller {
    padding: 0.2rem;
  }
  .home-topseller .filter-bg {
    padding-bottom: 0.2rem;
  }
  .home-topseller .filter-bg .section-hd {
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .home-topseller .filter-bg .section-md .item-loop .item {
    margin-bottom: 0.6rem;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-hd {
    text-align: center !important;
    padding-bottom: 0.1rem;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md {
    flex-direction: column;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .left {
    width: 100%;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .left .image {
    width: 50%;
    margin: 0 auto;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .left .image img {
    width: 100%;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .right {
    padding-top: 0.2rem !important;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .right h3 {
    font-size: 0.16rem;
    margin-top: 0;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .right .desc {
    font-size: 0.14rem;
    margin: 0;
    padding-top: 0.1rem;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .right .note {
    line-height: 1.7;
    margin: 0;
    font-size: 0.14rem;
    padding-bottom: 0.1rem;
  }
  .home-topseller .filter-bg .section-md .item-loop .item .item-md .right .btn {
    margin: 0 auto;
  }
  .home-topseller .filter-bg .section-md .item-loop .item:nth-child(2n) .item-md .left {
    order: 0;
  }
}
.home-product .section-md {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.78rem;
}
.home-product .section-md .swiper-navigation {
  cursor: pointer;
  width: 0.18rem;
  height: 0.33rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-product .section-md .swiper-navigation.productswiper-prev {
  background-image: url(../images/icon-productswiper-left.png);
}
.home-product .section-md .swiper-navigation.productswiper-next {
  background-image: url(../images/icon-productswiper-right.png);
}
.home-product .section-md .swiper {
  flex: 1;
  margin: 0 0.5rem;
}
.home-product .section-md .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.home-product .section-md .swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 0.42rem;
  font-weight: normal;
  text-align: center;
  padding-top: 0.45rem;
}
.home-product .section-md .swiper .swiper-wrapper .swiper-slide p {
  font-size: 0.18rem;
  min-height: 1rem;
}
@media screen and (max-width: 990px) {
  .home-product {
    padding-bottom: 0;
  }
  .home-product .section-md {
    padding-top: 0.1rem;
  }
  .home-product .section-md .swiper {
    margin: 0 0.1rem;
  }
  .home-product .section-md .swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 0.2rem;
    font-weight: bold;
    padding-top: 0.1rem;
  }
  .home-product .section-md .swiper .swiper-wrapper .swiper-slide p {
    font-size: 0.14rem;
    min-height: 0.5rem;
  }
}
.home-healthblog {
  padding-top: 0.35rem;
}
.home-healthblog .container {
  display: -webkit-flex;
  display: flex;
}
.home-healthblog .container .section-hd {
  width: 4rem;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 3.6rem;
  padding-top: 0.85rem;
  padding-right: 0.5rem;
}
.home-healthblog .container .section-hd .lead {
  flex: 1;
  padding-top: 0.25rem;
  line-height: 1.75;
}
.home-healthblog .container .section-md {
  flex: 1;
  width: 0;
}
.home-healthblog .container .section-md .swiper .swiper-wrapper .swiper-slide {
  width: 3.82rem;
}
.home-healthblog .container .section-md .swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 0.16rem;
  font-weight: normal;
  padding-top: 0.2rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.75;
  min-height: 0.95rem;
}
@media screen and (max-width: 990px) {
  .home-healthblog {
    padding-top: 0.4rem;
    padding-bottom: 0;
  }
  .home-healthblog .container {
    flex-direction: column;
  }
  .home-healthblog .container .section-hd {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    height: auto;
  }
  .home-healthblog .container .section-hd h2 {
    text-align: center;
  }
  .home-healthblog .container .section-hd .lead {
    text-align: center;
    padding-bottom: 0.2rem;
  }
  .home-healthblog .container .section-hd .btn {
    margin: 0 auto;
  }
  .home-healthblog .container .section-md {
    width: 100%;
    padding-top: 0.3rem;
  }
  .home-healthblog .container .section-md .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .home-healthblog .container .section-md .swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
  }
}
.home-news {
  padding-top: 0.6rem;
}
.home-news .section-hd {
  padding-bottom: 0.78rem;
}
.home-news .section-md {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.home-news .section-md .left {
  width: auto;
}
.home-news .section-md .left .image {
  width: auto;
}
.home-news .section-md .right {
  flex: 1;
  width: 0;
  padding-left: 0.7rem;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-news .section-md .right h3 {
  font-size: 0.28rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.8;
  font-weight: normal;
}
.home-news .section-md .right .btn {
  margin-top: 1.3rem;
}
@media screen and (max-width: 11420px) {
  .home-news {
    padding-top: 0.4rem;
  }
  .home-news .section-hd {
    padding-bottom: 0.2rem;
  }
  .home-news .section-md .left {
    width: 50%;
  }
}
@media screen and (max-width: 990px) {
  .home-news .section-md {
    flex-direction: column;
  }
  .home-news .section-md .left {
    width: 100%;
  }
  .home-news .section-md .left .image img {
    width: 100%;
  }
  .home-news .section-md .right {
    width: 100%;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
  }
  .home-news .section-md .right h3 {
    font-size: 0.14rem;
    padding-top: 0.3rem;
  }
  .home-news .section-md .right .btn {
    margin-top: 0.3rem;
  }
}
.home-slogan {
  padding-top: 0.5rem;
  padding-bottom: 0.83rem;
}
.home-slogan .section-hd {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.home-slogan .section-hd .filter-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-slogan .section-hd .filter-block h2 {
  color: #fff;
  font-size: 0.56rem;
}
.home-slogan .section-hd .filter-block .lead {
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  padding-top: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 990px) {
  .home-slogan {
    padding: 0;
  }
  .home-slogan .container {
    width: 100%;
    padding: 0;
  }
  .home-slogan .container .section-hd .image {
    height: 2.25rem;
  }
  .home-slogan .container .section-hd .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-slogan .container .section-hd .filter-block h2 {
    font-size: 0.3rem;
  }
  .home-slogan .container .section-hd .filter-block .lead {
    padding-top: 0.25rem;
    font-size: 0.14rem;
    line-height: 1.7;
    max-width: 3.6rem;
  }
}
.product-submenu {
  padding-top: 0.45rem;
  padding-bottom: 0;
}
.product-submenu ul {
  border-bottom: solid 1px #eaeaea;
}
.product-submenu ul li {
  display: inline-block;
  margin-right: 0.3rem;
}
.product-submenu ul li a {
  display: block;
  padding: 0.23rem 0;
  border-bottom: solid 2px #fff;
  font-size: 0.16rem;
  line-height: 1;
  color: #999;
}
.product-submenu ul li:hover a,
.product-submenu ul li.active a {
  border-color: #0b2e54;
  color: #0b2e54;
}
.post-product-top {
  padding-top: 0.95rem;
}
.post-product-top .container {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.post-product-top .container .left {
  width: 4.78rem;
}
.post-product-top .container .left .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.post-product-top .container .left .block-thumb {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.05rem 0 0.05rem;
}
.post-product-top .container .left .block-thumb .navigation-button {
  display: block;
  width: 0.11rem;
  height: 0.18rem;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.post-product-top .container .left .block-thumb .navigation-button.swiper-image-prev {
  background-image: url(../images/icon-product-swiper-prev.png);
}
.post-product-top .container .left .block-thumb .navigation-button.swiper-image-next {
  background-image: url(../images/icon-product-swiper-next.png);
}
.post-product-top .container .left .block-thumb .swiper-thumb {
  width: 3.9rem;
}
.post-product-top .container .right {
  width: 5.1rem;
  margin-left: 1.15rem;
  margin-top: 0.4rem;
}
.post-product-top .container .right h1 {
  font-size: 0.42rem;
  line-height: 1.28;
}
.post-product-top .container .right .desc {
  font-size: 0.24rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #222;
}
.post-product-top .container .right .info {
  font-size: 0.16rem;
  line-height: 1.75;
}
.post-product-top .container .right .price {
  font-size: 0.16rem;
  padding: 0.15rem 0.2rem;
  line-height: 1;
  border: solid 2px #e2e1e1;
  width: fit-content;
  margin-top: 0.55rem;
  font-weight: bold;
}
.post-product-top .container .right .piano-group {
  margin-top: 0.47rem;
}
.post-product-top .container .right .piano-group .piano-item {
  border-bottom: solid 1px #e2e1e1;
}
.post-product-top .container .right .piano-group .piano-item:first-child {
  border-top: solid 1px #e2e1e1;
}
.post-product-top .container .right .piano-group .piano-item .item-hd {
  height: 0.7rem;
  line-height: 0.7rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.post-product-top .container .right .piano-group .piano-item .item-hd .ricon {
  width: 0.14rem;
  height: 0.14rem;
  background-position: center;
  background-image: url(../images/icon-piano-reduce.png);
  background-size: contain;
}
.post-product-top .container .right .piano-group .piano-item .item-md ul {
  padding-bottom: 0.3rem;
  padding-left: 0.05rem;
}
.post-product-top .container .right .piano-group .piano-item .item-md ul li {
  color: #666;
  line-height: 1.7;
  position: relative;
  padding-left: 0.15rem;
}
.post-product-top .container .right .piano-group .piano-item .item-md ul li::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-color: #262626;
  position: absolute;
  left: 0;
  top: 0.08rem;
}
.post-product-top .container .right .piano-group .piano-item.active .item-hd .ricon {
  background-image: url(../images/icon-piano-plus.png);
}
@media screen and (max-width: 990px) {
  .post-product-top {
    padding-top: 0.4rem;
  }
  .post-product-top .container {
    flex-direction: column;
  }
  .post-product-top .container .left {
    width: 100%;
  }
  .post-product-top .container .left .block-image img {
    width: 100%;
  }
  .post-product-top .container .right {
    width: 100%;
    margin-left: 0;
  }
  .post-product-top .container .right h1 {
    font-size: 0.24rem;
  }
  .post-product-top .container .right .desc {
    font-size: 0.16rem;
    line-height: 1.7;
  }
  .post-product-top .container .right .price {
    margin-top: 0.2rem;
  }
  .post-product-top .container .right .piano-group {
    margin-top: 0.4rem;
  }
  .post-product-top .container .right .piano-group .piano-item .item-hd {
    height: 0.5rem;
    line-height: 0.5rem;
  }
}
.post-product-main {
  padding-top: 0;
  border-top: solid 3px #e2e1e1;
}
.post-product-main .post-content-title {
  text-align: center;
  color: #222;
  font-size: 0.42rem;
  font-weight: bold;
  padding: 0.75rem 0 0.8rem;
}
@media screen and (max-width: 990px) {
  .post-product-main .post-content-title {
    padding: 0.2rem 0 0.2rem;
    font-size: 0.36rem;
  }
}
/***********************************
** 联系我们
************************************/
.contact-form {
  padding: 1.15rem 0;
  background: url(../images/contact-form-bg.png) no-repeat left bottom;
  background-size: auto 70%;
}
.contact-form .container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form .container > div {
  width: 50%;
}
.contact-form .container .section-hd h2 {
  line-height: 1.25;
  width: fit-content;
  max-width: 3rem;
}
.contact-form .container .section-md form .form {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-form .container .section-md form .form .form-group {
  width: calc(50% - 0.08rem);
  margin-bottom: 0.16rem;
}
.contact-form .container .section-md form .form .form-group.fulid {
  width: 100%;
}
.contact-form .container .section-md form .form .form-group input,
.contact-form .container .section-md form .form .form-group textarea {
  width: 100%;
  border: none;
  background-color: #f5f5f7;
  outline: none;
}
.contact-form .container .section-md form .form .form-group input {
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.15rem;
}
.contact-form .container .section-md form .form .form-group textarea {
  padding: 0.16rem;
  line-height: 1.7;
}
.contact-form .container .section-md form .form .form-group .info {
  line-height: 1;
}
.contact-form .container .section-md form .form .form-group .btn {
  display: block;
  width: 90%;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0;
  margin: 0 auto;
  margin-top: 0.26rem;
  color: #fff;
  background-color: #0b2e54;
}
@media screen and (max-width: 990px) {
  .contact-form {
    padding: 0.4rem 0;
  }
  .contact-form .container {
    flex-direction: column;
  }
  .contact-form .container > div {
    width: 100%;
  }
  .contact-form .container .section-hd {
    margin-bottom: 0.2rem;
  }
  .contact-form .container .section-hd h2 {
    max-width: none;
  }
}
.contact-map {
  background-color: #f8f9fb;
  height: 6.54rem;
  background-position: calc(50% + 5.08rem) center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../images/contact-map.jpg);
}
.contact-map .container .section-hd {
  padding-bottom: 0.7rem;
}
.contact-map .container .section-md {
  max-width: 3.6rem;
}
.contact-map .container .section-md .item-group {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.contact-map .container .section-md .item-group.group-1 {
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: 0.2rem;
}
.contact-map .container .section-md .item-group.group-2 {
  padding-top: 0.35rem;
  padding-bottom: 0.13rem;
}
.contact-map .container .section-md .item-group.group-3 {
  padding-bottom: 0.28rem;
  border-bottom: solid 1px #d4d4d4;
}
.contact-map .container .section-md .item-group .left .ricon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 1;
  border: solid 1px #e8e9eb;
  background-position: center;
}
.contact-map .container .section-md .item-group .left .ricon.ricon-local {
  background-image: url(../images/icon-contact-local.png);
  background-size: 0.19rem 0.21rem;
}
.contact-map .container .section-md .item-group .left .ricon.ricon-email {
  background-image: url(../images/icon-contact-email.png);
  background-size: 0.21rem 0.16rem;
}
.contact-map .container .section-md .item-group .left .ricon.ricon-web {
  background-image: url(../images/icon-contact-web.png);
  background-size: 0.22rem 0.22rem;
}
.contact-map .container .section-md .item-group .right {
  height: 0.5rem;
  padding: 0.05rem 0;
  padding-left: 0.17rem;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-map .container .section-md .item-group .right .name {
  display: block;
  font-size: 0.16rem;
  color: #a4a5a6;
  line-height: 1;
}
.contact-map .container .section-md .item-group .right .value {
  display: block;
  font-size: 0.16rem;
  color: #222;
  line-height: 1;
}
@media screen and (max-width: 990px) {
  .contact-map {
    height: 7rem;
    background-size: 100% auto;
    background-position: center 4rem;
  }
  .contact-map .container .section-hd {
    padding-bottom: 0.4rem;
  }
}
/***********************************
** Where to buy
************************************/
.where-retailer .container .section-hd .lead {
  font-family: "ProNova", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-top: 0.1rem;
  font-weight: 500;
  color: #666;
  padding-bottom: 0.57rem;
}
.where-retailer .container .section-md {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: -0.12rem;
}
.where-retailer .container .section-md .item {
  position: relative;
  width: calc(33.3333% - 0.08rem);
  height: 1.68rem;
  background-color: #fff;
  margin-bottom: 0.12rem;
  box-shadow: 2px 12px 22px 5px rgba(89, 106, 120, 0.18);
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.where-retailer .container .section-md .item .ricon {
  position: absolute;
  right: 0.35rem;
  bottom: 0.25rem;
  width: 0.31rem;
  height: 0.31rem;
  background-image: url(../images/icon-where-roundright.png);
  display: none;
}
.where-retailer .container .section-md .item:hover .ricon {
  display: block;
}
.where-retailer .container .section-md .left {
  width: calc(75% - 0.06rem);
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.where-retailer .container .section-md .right {
  width: calc(25% - 0.06rem);
}
.where-retailer .container .section-md .right .item {
  width: 100%;
  height: calc(100% - 0.12rem);
}
@media screen and (max-width: 990px) {
  .where-retailer .container .section-md .item {
    width: calc(50% - 0.12rem);
    margin-bottom: 0.24rem;
  }
  .where-retailer .container .section-md .left {
    width: calc(65% - 0.12rem);
  }
  .where-retailer .container .section-md .right {
    width: calc(35% - 0.12rem);
  }
  .where-retailer .container .section-md .right .item {
    height: calc(100% - 0.24rem);
  }
}
@media screen and (max-width: 768px) {
  .where-retailer .container .section-hd .lead {
    padding-top: 0;
    padding-bottom: 0.2rem;
  }
  .where-retailer .container .section-md {
    flex-direction: column;
  }
  .where-retailer .container .section-md .item {
    width: calc(50% - 0.06rem);
    margin-bottom: 0.12rem;
    height: 1.2rem;
  }
  .where-retailer .container .section-md .item a {
    max-width: 60%;
  }
  .where-retailer .container .section-md .left {
    width: 100%;
  }
  .where-retailer .container .section-md .right {
    width: 100%;
  }
  .where-retailer .container .section-md .right .item {
    height: 2.68rem;
    overflow: hidden;
  }
  .where-retailer .container .section-md .right .item a {
    max-height: 90%;
  }
}
.where-hotselling {
  background-color: #f7f7f7;
}
.where-hotselling .section-hd {
  padding-bottom: 0.65rem;
}
.where-hotselling .section-md {
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.where-hotselling .section-md .left {
  width: 61%;
  height: auto;
}
.where-hotselling .section-md .left .image img {
  width: 100%;
}
.where-hotselling .section-md .right {
  width: 39%;
  height: 100%;
}
.where-hotselling .section-md .right .response {
  width: 100%;
  height: 100%;
}
.where-hotselling .section-md .right .response ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 0.15rem;
}
.where-hotselling .section-md .right .response ul::-webkit-scrollbar {
  width: 4px;
}
.where-hotselling .section-md .right .response ul::-webkit-scrollbar-thumb {
  background-color: #0b2e54;
  width: 6px;
  height: 40px;
}
.where-hotselling .section-md .right .response ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
}
.where-hotselling .section-md .right .response ul li {
  background-color: #fff;
  padding: 0.15rem 0.25rem;
  margin-bottom: 0.1rem;
}
.where-hotselling .section-md .right .response ul li .top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-bottom: 0.05rem;
}
.where-hotselling .section-md .right .response ul li .top .stars {
  line-height: 1;
}
.where-hotselling .section-md .right .response ul li .top .stars .ricon {
  width: 0.2rem;
  height: 0.19rem;
  background-image: url(../images/icon-where-star.png);
  margin-right: 0.05rem;
}
.where-hotselling .section-md .right .response ul li .top .name {
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 1;
  padding-left: 0.2rem;
}
.where-hotselling .section-md .right .response ul li .middle p {
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 990px) {
  .where-hotselling .section-hd {
    padding-bottom: 0.2rem;
  }
  .where-hotselling .section-md {
    flex-direction: column;
  }
  .where-hotselling .section-md .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .where-hotselling .section-md .left .image {
    width: 100%;
  }
  .where-hotselling .section-md .right {
    width: 100%;
  }
}
.where-offline {
  padding-bottom: 1.15rem;
}
.where-offline .section-hd {
  padding-bottom: 0.74rem;
}
@media screen and (max-width: 990px) {
  .where-offline {
    padding: 0.4rem 0;
  }
  .where-offline .section-hd {
    padding-bottom: 0.2rem;
  }
}
/***********************************
** 关于我们
************************************/
.about-banner .h2 {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.42rem;
  padding-bottom: 0.4rem;
}
.about-banner .desc {
  font-size: 0.18rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  line-height: 2;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .about-banner .h2 {
    font-size: 0.28rem;
  }
  .about-banner .desc {
    font-size: 0.16rem;
    line-height: 1.7;
    padding-bottom: 0;
  }
}
.about-found {
  padding-top: 1.15rem;
  padding-bottom: 1.8rem;
}
.about-found .section-md {
  margin-bottom: -0.78rem;
}
.about-found .section-md .found-item {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.78rem;
}
.about-found .section-md .found-item .image img {
  width: 100%;
}
.about-found .section-md .found-item .block {
  flex: 1;
  max-width: 5.5rem;
}
.about-found .section-md .found-item .block h2 {
  line-height: 1.25;
}
.about-found .section-md .found-item .block .info {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.32rem;
  line-height: 1;
}
.about-found .section-md .found-item .block .desc {
  font-size: 0.16rem;
  line-height: 1.75;
  color: #666;
}
.about-found .section-md:nth-child(1) .block {
  padding-left: 0.3rem;
}
@media screen and (max-width: 990px) {
  .about-found {
    padding: 0.4rem 0;
  }
  .about-found .section-md .found-item .image {
    width: 45%;
  }
  .about-found .section-md .found-item .block {
    width: 45%;
  }
  .about-found .section-md .found-item .block h2 {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 768px) {
  .about-found .section-md {
    margin-bottom: -0.2rem;
  }
  .about-found .section-md .found-item {
    flex-direction: column;
    margin-bottom: 0.2rem;
  }
  .about-found .section-md .found-item .image {
    width: 100%;
    margin-bottom: 0;
  }
  .about-found .section-md .found-item .block {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0 !important;
  }
  .about-found .section-md .found-item .block h2 {
    font-size: 0.24rem;
    padding-top: 0.2rem;
  }
  .about-found .section-md .found-item .block .info {
    font-size: 0.2rem;
  }
}
.about-history {
  background: url(../images/about-history-bg.jpg) no-repeat center;
  background-size: cover;
}
.about-history .section-hd {
  padding-bottom: 0.2rem;
}
.about-history .section-hd h2 {
  text-align: center;
}
.about-history .section-md {
  position: relative;
}
.about-history .section-md .navigation {
  cursor: pointer;
  width: 0.11rem;
  height: 0.18rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.about-history .section-md .navigation.navigation-history-prev {
  background-image: url(../images/icon-product-swiper-prev.png);
  left: 0;
}
.about-history .section-md .navigation.navigation-history-next {
  background-image: url(../images/icon-product-swiper-next.png);
  right: 0;
}
.about-history .section-md .swiper {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: url(../images/about-history-bgline.png);
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide .top {
  padding: 0.4rem 0.2rem;
  height: 4.2rem;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide .top .year {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.05rem;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide .top p {
  padding: 0;
  margin: 0;
  line-height: 1.7;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide .image {
  width: 100%;
  height: 4.2rem;
  padding: 0.4rem 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide .image img {
  width: 100%;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide .round {
  position: absolute;
  left: -0.1rem;
  top: calc(50% - 0.1rem);
  width: 0.2rem;
  height: 0.2rem;
  border: solid 0.04rem #0b2e54;
  border-radius: 50%;
  background-color: #fff;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide .round.right {
  left: auto;
  right: -0.1rem;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide .sline {
  position: absolute;
  top: calc(50% - 0.65rem);
  left: -0.06rem;
  width: 0.12rem;
  height: 0.65rem;
  background: url(../images/about-history-bgline-c-d.png) no-repeat center;
  z-index: -1;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .top {
  order: 1;
  border-bottom: 0;
  justify-content: flex-start;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .image {
  justify-content: flex-end;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .sline {
  top: 50%;
  transform: rotate(180deg);
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide:hover .top .year {
  color: #38b5e6;
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide:hover .image {
  filter: grayscale(0);
}
.about-history .section-md .swiper .swiper-wrapper .swiper-slide:hover .sline {
  background-image: url(../images/about-history-bgline-c.png);
}
@media screen and (max-width: 990px) {
  .about-history .section-hd {
    padding-bottom: 0;
  }
  .about-history .section-md .navigation {
    display: block;
  }
  .about-history .section-md .swiper .swiper-wrapper .swiper-slide .top {
    height: 3.2rem;
    padding: 0.2rem;
  }
  .about-history .section-md .swiper .swiper-wrapper .swiper-slide .image {
    height: 3.2rem;
  }
  .about-history .section-md .swiper .swiper-wrapper .swiper-slide .sline {
    display: none;
  }
  .about-history .section-md .swiper .swiper-wrapper .swiper-slide .round {
    display: none;
  }
}
.about-news {
  padding-top: 0.95rem;
  padding-bottom: 1.05rem;
}
.about-news .section-hd {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.6rem;
}
.about-news .section-md {
  display: -webkit-flex;
  display: flex;
  height: 5.08rem;
}
.about-news .section-md .swiper-news-thumb {
  width: calc(100% - 4.2rem);
  height: 100%;
}
.about-news .section-md .swiper-news-text {
  width: 4.2rem;
}
.about-news .section-md .swiper {
  position: relative;
}
.about-news .section-md .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-flex;
  display: flex;
}
.about-news .section-md .swiper .swiper-wrapper .swiper-slide .image {
  width: calc(100%);
}
.about-news .section-md .swiper .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-news .section-md .swiper .swiper-wrapper .swiper-slide .block {
  width: 4.21rem;
  height: 5.08rem;
  padding: 0.6rem 0.33rem 0.75rem 0.3rem;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: url(../images/about-news-bg.png) no-repeat right 65%;
  background-color: #0b2e54;
  background-size: auto 3.25rem;
}
.about-news .section-md .swiper .swiper-wrapper .swiper-slide .block .block-1 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
}
.about-news .section-md .swiper .swiper-wrapper .swiper-slide .block .block-2 {
  padding-top: 0.7rem;
}
.about-news .section-md .swiper .swiper-wrapper .swiper-slide .block .block-2 h3 {
  font-size: 0.26rem;
  color: #fff;
  line-height: 1.4;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
}
.about-news .section-md .swiper .swiper-wrapper .swiper-slide .block .block-2 .desc {
  font-size: 0.16rem;
  color: #7893dd;
  max-width: 2.8rem;
  margin-top: 0.25rem;
}
.about-news .section-md .swiper .bottom-block {
  width: 100%;
  padding: 0 0.3rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  color: #fff;
}
.about-news .section-md .swiper .bottom-block .pagination {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-news .section-md .swiper .bottom-block .pagination .swiper-pagination-thumb {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.3);
}
.about-news .section-md .swiper .bottom-block .pagination .swiper-pagination-thumb .swiper-pagination-current {
  font-size: 0.2rem;
  color: #fff;
}
.about-news .section-md .swiper .bottom-block .pagination .swiper-pagination-text {
  line-height: 1;
}
.about-news .section-md .swiper .bottom-block .pagination .swiper-pagination-text .swiper-pagination-bullet {
  display: inline-block;
  background-color: #2178d5;
  width: 0.3rem;
  height: 3px;
  line-height: 1;
}
.about-news .section-md .swiper .bottom-block .pagination .swiper-pagination-text .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.about-news .section-md .swiper .bottom-block .btn {
  width: fit-content;
  align-self: flex-end;
  color: #fff;
  padding: 0.14rem 0.38rem;
}
@media screen and (max-width: 990px) {
  .about-news {
    padding: 0.4rem 0;
  }
  .about-news .section-hd {
    padding-bottom: 0.4rem;
  }
  .about-news .section-md {
    flex-direction: column;
    height: auto;
  }
  .about-news .section-md .swiper {
    width: 100%;
  }
  .about-news .section-md .swiper .swiper-wrapper .swiper-slide .block {
    width: 100%;
    height: 5rem;
  }
}
/***********************************
** WhyUs
************************************/
.why-title {
  padding: 0.74rem 0 0.64rem;
}
.why-title h1 {
  font-size: 0.48rem;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .why-title {
    padding: 0.2rem 0;
  }
  .why-title h1 {
    font-size: 0.24rem;
  }
}
.why-banner .container .h2 {
  font-size: 0.42rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.why-banner .container .desc {
  max-width: 7.1rem;
  font-size: 0.16rem;
  line-height: 1.75;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  margin-bottom: 0.5rem;
}
.why-banner .container .desc:last-child {
  font-size: 0.2rem;
}
@media screen and (max-width: 990px) {
  .why-banner {
    min-height: 5rem;
  }
  .why-banner .container .h2 {
    font-size: 0.32rem;
    padding-top: 0;
  }
  .why-banner .container .desc {
    font-size: 0.14rem !important;
    padding: 0.15rem 0;
    margin-bottom: 0;
  }
}
.why-strength {
  padding-top: 1.46rem;
  padding-bottom: 1.62rem;
}
.why-strength .container .section-hd {
  display: -webkit-flex;
  display: flex;
  height: 8.35rem;
}
.why-strength .container .section-hd .left {
  width: 58%;
  height: 100%;
  background-color: #0b2e54;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0.28rem 0.35rem 0 2rem;
}
.why-strength .container .section-hd .left .icon-plus {
  align-self: flex-end;
  margin-bottom: 0.4rem;
}
.why-strength .container .section-hd .left .icon-reduce {
  margin-bottom: 0.1rem;
}
.why-strength .container .section-hd .left h2 {
  font-weight: 500;
  color: #fff;
}
.why-strength .container .section-hd .right {
  width: 42%;
  height: 100%;
  font-size: 0.28rem;
  font-weight: 500;
  padding: 0.9rem 0 0 0.7rem;
}
.why-strength .container .section-hd .right span {
  font-weight: normal;
  font-size: 0.18rem;
}
.why-strength .container .section-md {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-top: -5rem;
}
.why-strength .container .section-md .item-group {
  display: -webkit-flex;
  display: flex;
  height: 6.22rem;
}
.why-strength .container .section-md .item-group .item {
  width: 3.62rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: 0.65rem 0.45rem;
  position: relative;
}
.why-strength .container .section-md .item-group .item .num {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.1rem;
}
.why-strength .container .section-md .item-group .item .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  height: 0.85rem;
  padding-top: 0.1rem;
}
.why-strength .container .section-md .item-group .item:nth-child(1) {
  background-image: url(../images/why-strength-1.jpg);
}
.why-strength .container .section-md .item-group .item:nth-child(1) .name {
  background-color: #2e4655;
}
.why-strength .container .section-md .item-group .item:nth-child(2) {
  background-image: url(../images/why-strength-2.jpg);
}
.why-strength .container .section-md .item-group .item:nth-child(2) .name {
  background-color: #131517;
}
.why-strength .container .section-md .item-group .item:nth-child(3) {
  background-image: url(../images/why-strength-3.jpg);
}
.why-strength .container .section-md .item-group .item:nth-child(3) .name {
  background-color: #17505f;
}
@media screen and (max-width: 990px) {
  .why-strength .container .section-hd {
    height: auto;
    flex-direction: column;
  }
  .why-strength .container .section-hd .left {
    width: 100%;
    padding: 0.2rem;
  }
  .why-strength .container .section-hd .left h2 {
    font-size: 0.36rem;
  }
  .why-strength .container .section-hd .right {
    width: 100%;
    padding: 0.2rem 0;
    font-size: 0.2rem;
  }
  .why-strength .container .section-md {
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  .why-strength .container .section-md .item-group {
    width: 100%;
    height: auto;
  }
  .why-strength .container .section-md .item-group .item {
    width: 33.333%;
    height: auto;
    aspect-ratio: 362/622;
  }
  .why-strength .container .section-md .item-group .item .num {
    display: none;
  }
  .why-strength .container .section-md .item-group .item .ricon {
    display: none;
  }
  .why-strength .container .section-md .item-group .item .name {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.5rem;
    font-size: 0.14rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1144px) {
  .why-strength {
    padding: 0.2rem 0;
  }
}
.why-recommend {
  background-color: #f7f7f7;
  padding-top: 0.9rem;
  margin-bottom: 0.5rem;
}
.why-recommend .container {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.why-recommend .container .section-hd {
  padding-bottom: 0.75rem;
}
.why-recommend .container .section-hd h2 {
  font-size: 0.24rem;
  font-weight: 500;
}
.why-recommend .container .section-md {
  display: -webkit-flex;
  display: flex;
}
.why-recommend .container .section-md .image {
  overflow: hidden;
}
.why-recommend .container .section-md .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-recommend .container .section-md .left {
  width: 28%;
  height: 4.34rem;
  position: relative;
}
.why-recommend .container .section-md .left .image {
  width: 100%;
  height: 100%;
}
.why-recommend .container .section-md .left::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0.7rem;
  bottom: 0rem;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.15rem solid #0b2e54;
  transform: rotate(0);
}
.why-recommend .container .section-md .right {
  width: 72%;
}
.why-recommend .container .section-md .right .item-group {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.why-recommend .container .section-md .right .item-group .item {
  width: 50%;
  height: 2.17rem;
  display: -webkit-flex;
  display: flex;
}
.why-recommend .container .section-md .right .item-group .item .image {
  width: 50%;
  height: 100%;
}
.why-recommend .container .section-md .right .item-group .item .block {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 0.34rem 0.23rem;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.why-recommend .container .section-md .right .item-group .item .block::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -0.17rem;
  top: 0.45rem;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.15rem solid black;
  transform: rotate(270deg);
}
.why-recommend .container .section-md .right .item-group .item .block .name {
  font-size: 0.2rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.why-recommend .container .section-md .right .item-group .item .block .nation {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.why-recommend .container .section-md .right .item-group .item:nth-child(1) .block {
  background-color: #0b2e54;
}
.why-recommend .container .section-md .right .item-group .item:nth-child(1) .block::after {
  border-bottom-color: #0b2e54;
}
.why-recommend .container .section-md .right .item-group .item:nth-child(2) .block {
  background-color: #385cc7;
}
.why-recommend .container .section-md .right .item-group .item:nth-child(2) .block::after {
  border-bottom-color: #385cc7;
}
.why-recommend .container .section-md .right .item-group .item:nth-child(3) .image {
  order: 1;
}
.why-recommend .container .section-md .right .item-group .item:nth-child(3) .block {
  background-color: #1a25a9;
}
.why-recommend .container .section-md .right .item-group .item:nth-child(3) .block::after {
  left: auto;
  right: -0.17rem;
  transform: rotate(90deg);
  border-bottom-color: #1a25a9;
}
.why-recommend .container .section-md .right .item-group .item:nth-child(4) .image {
  order: 1;
}
.why-recommend .container .section-md .right .item-group .item:nth-child(4) .block {
  background-color: #38b5e6;
}
.why-recommend .container .section-md .right .item-group .item:nth-child(4) .block::after {
  left: auto;
  right: -0.17rem;
  transform: rotate(90deg);
  border-bottom-color: #38b5e6;
}
.why-recommend .container .section-fdp {
  background-color: #0b2e54;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0.35rem;
}
.why-recommend .container .section-fdp .left {
  width: 3rem;
  padding-right: 0.4rem;
}
.why-recommend .container .section-fdp .left .name {
  font-size: 0.18rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
}
.why-recommend .container .section-fdp .left .desc {
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.5;
  margin-top: 0.05rem;
}
.why-recommend .container .section-fdp .right {
  width: calc(100% - 0.3rem);
  height: fit-content;
  border-left: solid 2px rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.why-recommend .container .section-fdm {
  display: none;
}
.why-recommend .container .section-bt {
  background-color: #fff;
}
.why-recommend .container .section-bt .item-group {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.45rem 0.7rem;
}
.why-recommend .container .section-bt .item-group .item {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  min-width: 3rem;
}
.why-recommend .container .section-bt .item-group .item .ricon {
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.18rem;
}
.why-recommend .container .section-bt .item-group .item .ricon.ricon-1 {
  background-image: url(../images/icon-why-recommend-laboratory.png);
}
.why-recommend .container .section-bt .item-group .item .ricon.ricon-2 {
  background-image: url(../images/icon-why-recommend-cert.png);
}
.why-recommend .container .section-bt .item-group .item .ricon.ricon-3 {
  background-image: url(../images/icon-why-recommend-team.png);
}
.why-recommend .container .section-bt .item-group .item .block .num {
  font-size: 0.48rem;
  font-weight: 500;
  line-height: 1;
}
.why-recommend .container .section-bt .item-group .item .block .num span {
  font-size: 0.28rem;
}
.why-recommend .container .section-bt .item-group .item .block .desc {
  margin: 0;
  line-height: 1;
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.05rem;
}
.why-recommend .container .section-bt .item-group .line {
  width: 2px;
  height: 0.63rem;
  background-color: #bfbfbf;
  opacity: 0.3;
}
@media screen and (max-width: 990px) {
  .why-recommend {
    padding: 0.2rem 0;
    margin-bottom: 0;
  }
  .why-recommend .container .section-hd {
    padding-bottom: 0.2rem;
  }
  .why-recommend .container .section-md {
    flex-direction: column;
  }
  .why-recommend .container .section-md .left {
    width: 100%;
    height: 3.5rem;
  }
  .why-recommend .container .section-md .right {
    width: 100%;
  }
  .why-recommend .container .section-md .right .item-group .item {
    width: 50%;
    height: auto;
    aspect-ratio: 100/50;
  }
  .why-recommend .container .section-md .right .item-group .item .block {
    padding: 0.1rem;
  }
  .why-recommend .container .section-md .right .item-group .item .block .name {
    font-size: 0.12rem;
  }
  .why-recommend .container .section-md .right .item-group .item .block .nation {
    font-size: 0.12rem;
  }
  .why-recommend .container .section-fdp {
    display: none;
  }
  .why-recommend .container .section-fdm {
    background-color: #0b2e54;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0.2rem;
  }
  .why-recommend .container .section-fdm .left {
    width: 100%;
    padding-right: 0;
    height: auto;
  }
  .why-recommend .container .section-fdm .left .name {
    font-size: 0.18rem;
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
  }
  .why-recommend .container .section-fdm .left .desc {
    margin: 0;
    font-size: 0.16rem;
    line-height: 1.5;
    margin-top: 0.05rem;
  }
  .why-recommend .container .section-fdm .left::after {
    display: none;
  }
  .why-recommend .container .section-fdm .right {
    width: 100%;
    height: fit-content;
    border-left: 0;
    padding-top: 0.1rem;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 0;
    padding-right: 0;
    line-height: 1.4;
  }
  .why-recommend .container .section-bt .item-group {
    flex-direction: column;
    padding: 0.2rem;
  }
  .why-recommend .container .section-bt .item-group .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .why-recommend .container .section-bt .item-group .line {
    display: none;
  }
}
.why-laboratory {
  background: url(../images/why-laboratory-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-top: 0.8rem;
  background-color: #e8e8e8;
}
.why-laboratory .section-hd h2 {
  font-weight: 500;
  line-height: 1.45;
}
.why-laboratory .section-hd .lead {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  max-width: 10rem;
  font-size: 0.16rem;
  line-height: 1.75;
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 990px) {
  .why-laboratory {
    padding: 0.2rem 0;
  }
  .why-laboratory .section-hd h2 {
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .why-laboratory .section-hd .lead {
    padding-top: 0.1rem;
    font-size: 0.15rem;
    line-height: 1.4;
  }
  .why-laboratory .section-md {
    padding-top: 0;
  }
}
.why-technology {
  padding-top: 0;
  padding-bottom: 1.6rem;
}
.why-technology .section-hd {
  height: 5.8rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: url(../images/why-technology-bg.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 1rem;
}
.why-technology .section-hd h2 {
  color: #fff;
  font-weight: 500;
}
.why-technology .section-md .item-group {
  margin-bottom: -0.78rem;
}
.why-technology .section-md .item-group .item {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.78rem;
}
.why-technology .section-md .item-group .item .image {
  width: 4.74rem;
}
.why-technology .section-md .item-group .item .image img {
  width: 100%;
}
.why-technology .section-md .item-group .item .block {
  width: calc(100% - 5.57rem);
}
.why-technology .section-md .item-group .item .block h3 {
  font-size: 0.48rem;
  font-weight: 500;
}
.why-technology .section-md .item-group .item .block .lead {
  color: #666;
  line-height: 1.75;
}
.why-technology .section-md .item-group .item:nth-child(2n) .image {
  order: 1;
}
@media screen and (max-width: 995px) {
  .why-technology .section-hd {
    background: #fff;
    height: auto;
    margin-bottom: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .why-technology .section-hd h2 {
    color: #222;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .why-technology .section-md .item-group {
    margin-bottom: -1.6rem;
  }
  .why-technology .section-md .item-group .item {
    flex-direction: column;
    padding-bottom: 0.2rem;
    margin-bottom: 0;
  }
  .why-technology .section-md .item-group .item .image {
    width: 100%;
  }
  .why-technology .section-md .item-group .item .block {
    width: 100%;
    margin-top: 0.2rem;
  }
  .why-technology .section-md .item-group .item .block h3 {
    font-size: 0.24rem;
  }
  .why-technology .section-md .item-group .item .block .lead {
    font-size: 0.14rem;
    padding-top: 0.1rem;
  }
  .why-technology .section-md .item-group .item:nth-child(2n) .image {
    order: 0;
  }
}
.why-cert {
  background: #f9f9f9;
  background-size: cover;
}
.why-cert .section-hd {
  padding-bottom: 0.8rem;
}
.why-cert .section-hd h2 {
  line-height: 1.25;
}
.why-cert .section-hd .lead {
  padding-top: 0.25rem;
  color: #666;
}
.why-cert .section-md {
  position: relative;
}
.why-cert .section-md .swiper-navigation {
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/icon-why-cert-left.png) no-repeat center;
  background-size: 0.48rem auto;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.24rem);
  z-index: 99;
  left: 0;
  cursor: pointer;
}
.why-cert .section-md .swiper-navigation.certswiper-next {
  background-image: url(../images/icon-why-cert-right.png);
  left: auto;
  right: 0;
}
.why-cert .section-md .swiper {
  border-left: solid 0.2rem transparent;
  border-right: solid 0.2rem transparent;
}
.why-cert .section-md .swiper .swiper-wrapper .swiper-slide {
  height: 4.46rem;
  background-color: transparent;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-cert .section-md .swiper .swiper-wrapper .swiper-slide img {
  width: 67%;
}
.why-cert .section-fd {
  padding-top: 0.8rem;
}
.why-cert .section-fd .item-group {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.why-cert .section-fd .item-group .item {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
}
.why-cert .section-fd .item-group .item .image {
  width: fit-content;
}
.why-cert .section-fd .item-group .item .name {
  text-align: center;
  margin-top: 0.2rem;
}
.why-cert .section-fd .item-group .line {
  width: 2px;
  height: 0.7rem;
  background-color: #e4e4e4;
  margin-top: 0.15rem;
}
@media screen and (max-width: 995px) {
  .why-cert {
    padding: 0.2rem 0;
  }
  .why-cert .section-hd {
    padding-bottom: 0.2rem;
  }
  .why-cert .section-hd h2 {
    font-size: 0.24rem;
  }
  .why-cert .section-hd .lead {
    padding-top: 0.1rem;
  }
  .why-cert .section-fd .item-group {
    flex-wrap: wrap;
  }
  .why-cert .section-fd .item-group .item {
    width: 30%;
    margin-bottom: 0.2rem;
  }
  .why-cert .section-fd .item-group .line {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .why-cert .section-fd .item-group {
    flex-wrap: wrap;
  }
  .why-cert .section-fd .item-group .item {
    width: 50%;
  }
  .why-cert .section-fd .item-group .line {
    display: none;
  }
}
.why-leader {
  background-color: #0b2e54;
  padding-top: 0.77rem;
}
.why-leader .container {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.why-leader .container .section-hd {
  width: 50%;
}
.why-leader .container .section-hd h2 {
  color: #fff;
  line-height: 1.25;
}
.why-leader .container .section-hd .lead {
  color: #a5acb7;
  font-family: "ProNova", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.75;
}
.why-leader .container .section-hd .num-group {
  display: -webkit-flex;
  display: flex;
  margin-top: 0.65rem;
  justify-content: space-between;
  width: 4rem;
}
.why-leader .container .section-hd .num-group .item {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-leader .container .section-hd .num-group .item .num {
  color: #38b5e6;
  font-size: 0.68rem;
  font-weight: bold;
  line-height: 1;
}
.why-leader .container .section-hd .num-group .item .name {
  color: #fff;
  font-weight: 300;
}
.why-leader .container .section-md {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .why-leader {
    padding-top: 0.4rem;
  }
  .why-leader .container .section-hd {
    width: 100%;
  }
  .why-leader .container .section-hd h2 {
    font-size: 0.28rem;
  }
  .why-leader .container .section-hd .num-group {
    width: 100%;
    margin-top: 0.2rem;
  }
  .why-leader .container .section-hd .num-group .item .num {
    font-size: 0.48rem;
  }
  .why-leader .container .section-md {
    display: none;
  }
}
/***********************************
** Sea
************************************/
.sea-banner .h2 {
  font-weight: 500;
  color: #fff;
}
.sea-banner .desc {
  font-size: 0.24rem;
  line-height: 1.67;
  color: #fff;
  max-width: 11.2rem;
}
@media screen and (max-width: 990px) {
  .sea-banner {
    min-height: 4.5rem;
  }
  .sea-banner .h2 {
    font-size: 0.26rem;
  }
  .sea-banner .desc {
    font-size: 0.16rem;
  }
}
.sea-main {
  padding-top: 1.4rem;
  padding-bottom: 1.38rem;
}
.sea-main .container .section-md .item-group {
  margin-bottom: -1.2rem;
}
.sea-main .container .section-md .item-group .item {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.sea-main .container .section-md .item-group .item .block {
  flex: 1;
}
.sea-main .container .section-md .item-group .item .block h3 {
  font-size: 0.48rem;
}
.sea-main .container .section-md .item-group .item .block .desc {
  font-size: 0.16rem;
  line-height: 1.75;
  color: #666;
  padding-top: 0.1rem;
}
.sea-main .container .section-md .item-group .item .image img {
  width: 100%;
}
.sea-main .container .section-md .item-group .item:nth-child(2n) .block {
  order: 1;
}
.sea-main .container .section-md .item-group .item:nth-child(1) .block {
  max-width: 5.8rem;
  padding-left: 0.7rem;
}
.sea-main .container .section-md .item-group .item:nth-child(2) .block {
  max-width: 6rem;
  padding-right: 0.7rem;
}
.sea-main .container .section-md .item-group .item:nth-child(3) {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.sea-main .container .section-md .item-group .item:nth-child(3) .block {
  max-width: 6rem;
}
.sea-main .container .section-md .item-group .item:nth-child(3) .block h3 {
  padding-top: 0.6rem;
  line-height: 1.25;
}
.sea-main .container .section-md .item-group .item:nth-child(3) .block .desc {
  max-width: 4.75rem;
  margin: 0;
  padding-bottom: 0.6rem;
}
.sea-main .container .section-md .item-group .item:nth-child(3) .image {
  flex: 1;
  height: 100%;
}
.sea-main .container .section-md .item-group .item:nth-child(4) .block {
  order: 0;
  max-width: 5.5rem;
  padding-left: 0.3rem;
}
@media screen and (max-width: 990px) {
  .sea-main {
    padding: 0.4rem 0;
  }
  .sea-main .container .section-md .item-group {
    margin-bottom: -0.4rem;
  }
  .sea-main .container .section-md .item-group .item {
    margin-bottom: 0.4rem;
    flex-direction: column;
  }
  .sea-main .container .section-md .item-group .item .block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 0 !important;
  }
  .sea-main .container .section-md .item-group .item .block h3 {
    font-size: 0.26rem;
    padding-top: 0 !important;
  }
  .sea-main .container .section-md .item-group .item .block .image {
    display: none;
  }
}
.sea-pledge {
  background-color: #f7f7f7;
  padding-bottom: 0.7rem;
  margin-bottom: 0.05rem;
}
.sea-pledge .container .section-hd {
  padding-bottom: 0.7rem;
}
.sea-pledge .container .section-hd h2 {
  text-align: center;
  font-weight: 500;
}
.sea-pledge .container .section-hd .lead {
  max-width: 7.5rem;
  margin: 0 auto;
  padding-top: 0.25rem;
}
.sea-pledge .container .section-md {
  position: relative;
}
.sea-pledge .container .section-md .swiper-navigation {
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/icon-why-cert-left.png) no-repeat center;
  background-size: 0.48rem auto;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.24rem);
  z-index: 99;
  left: 0;
  cursor: pointer;
}
.sea-pledge .container .section-md .swiper-navigation.seaswiper-next {
  background-image: url(../images/icon-why-cert-right.png);
  left: auto;
  right: 0;
}
.sea-pledge .container .section-md .swiper {
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
}
.sea-pledge .container .section-md .swiper .swiper-wrapper .swiper-slide {
  height: 4.7rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.sea-pledge .container .section-md .swiper .swiper-wrapper .swiper-slide .image {
  width: 5.48rem;
  margin-left: 1.2rem;
}
.sea-pledge .container .section-md .swiper .swiper-wrapper .swiper-slide .block {
  max-width: 3.7rem;
  margin-left: 0.5rem;
}
.sea-pledge .container .section-md .swiper .swiper-wrapper .swiper-slide .block .desc {
  font-size: 0.16rem;
  line-height: 1.75;
}
.sea-pledge .container .section-md .swiper .swiper-wrapper .swiper-slide .block h3 {
  font-size: 0.22rem;
  color: #222;
  font-weight: 500;
}
.sea-pledge .container .section-fd {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding-top: 0.6rem;
}
.sea-pledge .container .section-fd .seaswiper-pagination {
  display: -webkit-flex;
  display: flex;
}
.sea-pledge .container .section-fd .seaswiper-pagination .swiper-pagination-bullet {
  width: 0.22rem;
  height: 4px;
  background: #222;
  display: block;
  margin-right: 0.05rem;
}
.sea-pledge .container .section-fd .seaswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8c8c8c;
}
@media screen and (max-width: 990px) {
  .sea-pledge {
    padding: 0.4rem 0;
  }
  .sea-pledge .container .section-hd {
    padding-bottom: 0.2rem;
  }
  .sea-pledge .container .section-md .swiper {
    border-width: 0;
  }
  .sea-pledge .container .section-md .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    background: none !important;
    height: auto;
  }
  .sea-pledge .container .section-md .swiper .swiper-wrapper .swiper-slide .block {
    background-color: #fff;
    margin-left: 0;
    padding: 0.1rem 0.2rem 0.3rem 0.2rem;
    width: 100%;
    max-width: none;
  }
  .sea-pledge .container .section-md .swiper .swiper-wrapper .swiper-slide .block h3 {
    font-size: 0.18rem;
  }
  .sea-pledge .container .section-fd {
    padding-top: 0.2rem;
  }
}
/***********************************
** Blogindex-博客主页
************************************/
.blog-banner {
  background-image: url(../images/blog-banner-bg.jpg);
}
.blog-banner .container {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.blog-banner .container .block {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 9.45rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 2.65rem;
}
.blog-banner .container .block h2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.blog-banner .container .block .lead {
  padding-top: 0.1rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  max-width: 7.6rem;
}
@media screen and (max-width: 990px) {
  .blog-banner {
    min-height: 4rem;
  }
  .blog-banner .container .block {
    height: auto;
    padding: 0.2rem 0;
  }
  .blog-banner .container .block h2 {
    padding-top: 0.4rem;
  }
  .blog-banner .container .block .lead {
    font-size: 0.14rem;
    padding: 0.2rem 0.2rem;
    text-align: center;
  }
}
.blog-subnav {
  background-color: #f2f2f2;
  padding: 0;
}
.blog-subnav .container .section-md {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog-subnav .container .section-md .left {
  width: calc(100% - 2.4rem);
}
.blog-subnav .container .section-md .left ul li {
  display: inline-block;
}
.blog-subnav .container .section-md .left ul li a {
  display: block;
  width: 1.84rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #a0a0a0;
  font-size: 0.16rem;
  border-bottom: solid 2px transparent;
}
.blog-subnav .container .section-md .left ul li.active a,
.blog-subnav .container .section-md .left ul li:hover a {
  background-color: #fff;
  border-color: #0b2e54;
}
.blog-subnav .container .section-md .right {
  width: 2.4rem;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.blog-subnav .container .section-md .right form .form-group {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0 0.2rem;
  position: relative;
}
.blog-subnav .container .section-md .right form .form-group input {
  width: 100%;
  height: 100%;
  padding-right: 0.25rem;
}
.blog-subnav .container .section-md .right form .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 1;
  background: transparent;
}
.blog-subnav .container .section-md .right form .form-group button .ricon {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../images/blog-subnav-search.png);
  background-size: 0.16rem 0.16rem;
  background-position: center;
}
@media screen and (max-width: 990px) {
  .blog-subnav .container .section-md .left {
    width: 100%;
  }
  .blog-subnav .container .section-md .left ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-subnav .container .section-md .left ul li {
    width: 20%;
  }
  .blog-subnav .container .section-md .left ul li a {
    width: 100%;
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0;
    font-size: 0.14rem;
  }
  .blog-subnav .container .section-md .right {
    display: none;
  }
}
.blog-latest {
  padding-top: 1.2rem;
  padding-bottom: 0.15rem;
}
.blog-latest .container .section-hd {
  padding-bottom: 0.7rem;
}
.blog-latest .container .section-md {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.blog-latest .container .section-md .left {
  width: calc(50% - 0.1rem);
}
.blog-latest .container .section-md .left .item {
  display: block;
  box-shadow: 0px 0px 53px 9px rgba(136, 135, 135, 0.19);
}
.blog-latest .container .section-md .left .item .block {
  background-color: #fff;
  width: 100%;
  height: 3.2rem;
  padding: 0.2rem 0.7rem 0.45rem 0.2rem;
}
.blog-latest .container .section-md .left .item .block h3 {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.blog-latest .container .section-md .left .item .image {
  width: 100%;
  height: 3.04rem;
}
.blog-latest .container .section-md .right {
  width: calc(50% - 0.1rem);
  margin-bottom: -0.2rem;
}
.blog-latest .container .section-md .right .item {
  display: -webkit-flex;
  display: flex;
  box-shadow: 0px 0px 53px 9px rgba(136, 135, 135, 0.19);
  margin-bottom: 0.2rem;
}
.blog-latest .container .section-md .right .item .image {
  width: 2.12rem;
  height: 3.02rem;
}
.blog-latest .container .section-md .right .item .block {
  flex: 1;
  background-color: #fff;
  padding: 0.2rem 0.3rem 0.5rem 0.2rem;
}
.blog-latest .container .section-md .right .item .block h3 {
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (max-width: 990px) {
  .blog-latest {
    padding: 0.4rem 0;
  }
  .blog-latest .container .section-hd {
    padding-bottom: 0.2rem;
  }
  .blog-latest .container .section-md {
    flex-direction: column;
  }
  .blog-latest .container .section-md .left {
    width: 100%;
    margin-bottom: -0.4rem;
  }
  .blog-latest .container .section-md .left .item .block {
    height: auto;
    padding: 0.2rem;
  }
  .blog-latest .container .section-md .left .item .block h3 {
    padding-top: 0;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  .blog-latest .container .section-md .left .item .block p {
    display: none;
  }
  .blog-latest .container .section-md .left .item .block .btn {
    margin-top: 0;
  }
  .blog-latest .container .section-md .right {
    width: 100%;
  }
  .blog-latest .container .section-md .right .item {
    flex-direction: column;
  }
  .blog-latest .container .section-md .right .item .block {
    width: 100%;
    padding: 0.2rem;
  }
  .blog-latest .container .section-md .right .item .block h3 {
    font-size: 0.16rem;
    padding-top: 0;
    margin-bottom: 0.1rem;
  }
  .blog-latest .container .section-md .right .item .block .btn {
    margin-top: 0;
  }
  .blog-latest .container .section-md .right .item .image {
    width: 100%;
  }
}
.blog-list .section-hd {
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 990px) {
  .blog-list .section-hd {
    padding-bottom: 0.2rem;
  }
}
/***********************************
** 文章详情页-博客主页
************************************/
.post-main {
  padding-top: 0.85rem;
  padding-bottom: 0;
}
.post-main .section-md > h1 {
  font-size: 0.42rem;
  font-weight: bold;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-bottom: 0.5rem;
  line-height: 1.4;
}
.post-main .section-fd {
  padding-top: 0.6rem;
  border-bottom: solid 2px #eaeaea;
  padding-bottom: 0.3rem;
}
.post-main .section-fd .keywords span {
  display: inline-block;
  background-color: #f0f2f5;
  color: #999;
  height: 0.37rem;
  line-height: 0.37rem;
  padding: 0 0.12rem;
  margin-right: 0.02rem;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.16rem;
  cursor: pointer;
}
.post-main .section-fd .keywords span:hover {
  background-color: #0b2e54;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .post-main {
    padding-top: 0.4rem;
  }
  .post-main .section-md h1 {
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .post-main .section-fd {
    padding: 0.1rem 0;
  }
}
.post-next {
  padding-top: 0;
}
.post-next .section-hd {
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.post-next .section-hd .ricon {
  width: 0.21rem;
  height: 0.16rem;
  background-image: url(../images/post-next-right.png);
  margin-right: 0.2rem;
}
.post-next .section-hd h2 {
  font-size: 0.28rem;
  font-weight: 500;
}
/***********************************
** 文章列表页
************************************/
.post-list .blog-loop {
  padding-bottom: 0.3rem;
}
.post-list .blog-loop .item {
  display: block;
  border-bottom: solid 1px #eaeaea;
  padding: 0.7rem 0;
  margin-bottom: 0;
}
.post-list .blog-loop .item .container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.post-list .blog-loop .item .container .date {
  width: fit-content;
}
.post-list .blog-loop .item .container .date .day {
  display: block;
  font-size: 0.42rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.post-list .blog-loop .item .container .date .year {
  font-size: 0.18rem;
}
.post-list .blog-loop .item .container .block {
  flex: 1;
  padding: 0 0.85rem;
}
.post-list .blog-loop .item .container .block h3 {
  padding-top: 0;
}
.post-list .blog-loop .item .container .image {
  width: 4.1rem;
}
@media screen and (max-width: 767px) {
  .post-list .blog-loop .item {
    padding: 0.3rem 0;
  }
  .post-list .blog-loop .item .container {
    flex-direction: column;
  }
  .post-list .blog-loop .item .container .date {
    order: 1;
    text-align: right;
  }
  .post-list .blog-loop .item .container .date .day {
    display: inline;
    font-size: 0.18rem;
  }
  .post-list .blog-loop .item .container .date .year {
    font-size: 0.18rem;
    font-weight: 500;
  }
  .post-list .blog-loop .item .container .block {
    order: 3;
    padding: 0;
    padding-top: 0.2rem;
  }
  .post-list .blog-loop .item .container .image {
    width: 100%;
    order: 2;
  }
}
/* ------------------------------------------------
第十部分：助手类
* 加载助手类
--------------------------------------------------*/
.h1 {
  font-size: 0.24rem;
  line-height: 1;
}
.h2 {
  font-size: 0.48rem;
  line-height: 1;
}
.h3 {
  font-size: 0.16rem;
  line-height: 1;
}
.h4 {
  font-size: 0.14rem;
  line-height: 1;
}
.h5 {
  font-size: 0.12rem;
  line-height: 1;
}
.h6 {
  font-size: 0.1rem;
  line-height: 1;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.m-1 {
  margin: 0.05rem;
}
.mt-1 {
  margin-top: 0.05rem;
}
.mr-1 {
  margin-right: 0.05rem;
}
.mb-1 {
  margin-bottom: 0.05rem;
}
.ml-1 {
  margin-left: 0.05rem;
}
.mx-1 {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.my-1 {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}
.p-1 {
  padding: 0.05rem;
}
.pt-1 {
  padding-top: 0.05rem;
}
.pr-1 {
  padding-right: 0.05rem;
}
.pb-1 {
  padding-bottom: 0.05rem;
}
.pl-1 {
  padding-left: 0.05rem;
}
.px-1 {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.py-1 {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.m-2 {
  margin: 0.1rem;
}
.mt-2 {
  margin-top: 0.1rem;
}
.mr-2 {
  margin-right: 0.1rem;
}
.mb-2 {
  margin-bottom: 0.1rem;
}
.ml-2 {
  margin-left: 0.1rem;
}
.mx-2 {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.my-2 {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.p-2 {
  padding: 0.1rem;
}
.pt-2 {
  padding-top: 0.1rem;
}
.pr-2 {
  padding-right: 0.1rem;
}
.pb-2 {
  padding-bottom: 0.1rem;
}
.pl-2 {
  padding-left: 0.1rem;
}
.px-2 {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.py-2 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.m-3 {
  margin: 0.2rem;
}
.mt-3 {
  margin-top: 0.2rem;
}
.mr-3 {
  margin-right: 0.2rem;
}
.mb-3 {
  margin-bottom: 0.2rem;
}
.ml-3 {
  margin-left: 0.2rem;
}
.mx-3 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.my-3 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.p-3 {
  padding: 0.2rem;
}
.pt-3 {
  padding-top: 0.2rem;
}
.pr-3 {
  padding-right: 0.2rem;
}
.pb-3 {
  padding-bottom: 0.2rem;
}
.pl-3 {
  padding-left: 0.2rem;
}
.px-3 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.py-3 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.m-4 {
  margin: 0.3rem;
}
.mt-4 {
  margin-top: 0.3rem;
}
.mr-4 {
  margin-right: 0.3rem;
}
.mb-4 {
  margin-bottom: 0.3rem;
}
.ml-4 {
  margin-left: 0.3rem;
}
.mx-4 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.my-4 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.p-4 {
  padding: 0.3rem;
}
.pt-4 {
  padding-top: 0.3rem;
}
.pr-4 {
  padding-right: 0.3rem;
}
.pb-4 {
  padding-bottom: 0.3rem;
}
.pl-4 {
  padding-left: 0.3rem;
}
.px-4 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.py-4 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.m-5 {
  margin: 0.4rem;
}
.mt-5 {
  margin-top: 0.4rem;
}
.mr-5 {
  margin-right: 0.4rem;
}
.mb-5 {
  margin-bottom: 0.4rem;
}
.ml-5 {
  margin-left: 0.4rem;
}
.mx-5 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.my-5 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.p-5 {
  padding: 0.4rem;
}
.pt-5 {
  padding-top: 0.4rem;
}
.pr-5 {
  padding-right: 0.4rem;
}
.pb-5 {
  padding-bottom: 0.4rem;
}
.pl-5 {
  padding-left: 0.4rem;
}
.px-5 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.py-5 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.m-6 {
  margin: 0.6rem;
}
.mt-6 {
  margin-top: 0.6rem;
}
.mr-6 {
  margin-right: 0.6rem;
}
.mb-6 {
  margin-bottom: 0.6rem;
}
.ml-6 {
  margin-left: 0.6rem;
}
.mx-6 {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.my-6 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.p-6 {
  padding: 0.6rem;
}
.pt-6 {
  padding-top: 0.6rem;
}
.pr-6 {
  padding-right: 0.6rem;
}
.pb-6 {
  padding-bottom: 0.6rem;
}
.pl-6 {
  padding-left: 0.6rem;
}
.px-6 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.py-6 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.m-7 {
  margin: 0.8rem;
}
.mt-7 {
  margin-top: 0.8rem;
}
.mr-7 {
  margin-right: 0.8rem;
}
.mb-7 {
  margin-bottom: 0.8rem;
}
.ml-7 {
  margin-left: 0.8rem;
}
.mx-7 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.my-7 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.p-7 {
  padding: 0.8rem;
}
.pt-7 {
  padding-top: 0.8rem;
}
.pr-7 {
  padding-right: 0.8rem;
}
.pb-7 {
  padding-bottom: 0.8rem;
}
.pl-7 {
  padding-left: 0.8rem;
}
.px-7 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.py-7 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.m-8 {
  margin: 1.2rem;
}
.mt-8 {
  margin-top: 1.2rem;
}
.mr-8 {
  margin-right: 1.2rem;
}
.mb-8 {
  margin-bottom: 1.2rem;
}
.ml-8 {
  margin-left: 1.2rem;
}
.mx-8 {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}
.my-8 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.p-8 {
  padding: 1.2rem;
}
.pt-8 {
  padding-top: 1.2rem;
}
.pr-8 {
  padding-right: 1.2rem;
}
.pb-8 {
  padding-bottom: 1.2rem;
}
.pl-8 {
  padding-left: 1.2rem;
}
.px-8 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.py-8 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.p-auto {
  padding: auto;
}
.pt-auto {
  padding-top: auto;
}
.pr-auto {
  padding-right: auto;
}
.pb-auto {
  padding-bottom: auto;
}
.pl-auto {
  padding-left: auto;
}
.px-auto {
  padding-left: auto;
  padding-right: auto;
}
.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: -webkit-flex;
  display: flex;
}
.d-none {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.w-0 {
  width: 0;
}
.h-0 {
  height: 0;
}
.w-25 {
  width: 25%;
}
.h-25 {
  height: 25%;
}
.w-50 {
  width: 50%;
}
.h-50 {
  height: 50%;
}
.w-75 {
  width: 75%;
}
.h-75 {
  height: 75%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.w-auto {
  width: auto;
}
.h-auto {
  height: auto;
}
.text-pri {
  color: #0b2e54 !important;
}
.bg-pri {
  background-color: #0b2e54 !important;
}
.text-sub {
  color: #e64e0c !important;
}
.bg-sub {
  background-color: #e64e0c !important;
}
.text-success {
  color: #28a745 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
.text-danger {
  color: #ff3535 !important;
}
.bg-danger {
  background-color: #ff3535 !important;
}
.text-warning {
  color: #f9c851 !important;
}
.bg-warning {
  background-color: #f9c851 !important;
}
.text-info {
  color: #17a2b8 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
.text-light {
  color: #fff !important;
}
.bg-light {
  background-color: #fff !important;
}
.text-dark {
  color: #222 !important;
}
.bg-dark {
  background-color: #222 !important;
}
.text-grey {
  color: #f5f5f5 !important;
}
.bg-grey {
  background-color: #f5f5f5 !important;
}
.fw-1 {
  font-weight: 100;
}
.fw-2 {
  font-weight: 200;
}
.fw-3 {
  font-weight: 300;
}
.fw-4 {
  font-weight: 400;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}
.fw-8 {
  font-weight: 800;
}
.fw-9 {
  font-weight: 900;
}
.fw-bold {
  font-weight: bold;
}
.mw-500 {
  max-width: 5rem;
}
.mw-850 {
  max-width: 8.5rem;
}
.mw-p50 {
  max-width: 50%;
}
.mw-p100 {
  max-width: 100%;
}
/*# sourceMappingURL=./style.min.css.map */