@charset "utf-8";

/* ==========
  #CONFIG
  ========== */
.Lora {
  font-family: '微软雅黑', sans-serif; }

.open-sans {
  font-family: '微软雅黑', sans-serif; }

* {
  font-family: '微软雅黑', 'Arial','Arial', serif;
  color: #222222; }

:root {
  --font-sans:  '微软雅黑', 'Arial','Arial', serif;
  --font-mono:  '微软雅黑', 'Arial','Arial', serif;
  --font-serif:  '微软雅黑', 'Arial','Arial', serif; }

body {
  font-family: var(--font-sans);
  line-height: 1.5;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; }

code,
kbd,
samp {
  font-family: var(--font-mono); }

*,
::before,
::after {
  box-sizing: border-box; }

* {
  text-rendering: geometricPrecision;
  border: 0 solid; }

body,
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
button,
optgroup,
select,
textarea,
pre {
  margin: 0; }

td,
legend,
textarea,
input,
fieldset {
  padding: 0; }

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

hr {
  height: 0;
  color: inherit; }

small {
  font-size: 80%; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: inherit;
  text-decoration: none; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
select {
  text-transform: none; }

a,
[type="button"],
[role="button"],
button {
  cursor: pointer; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

:-moz-ui-invalid {
  box-shadow: none; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

progress {
  vertical-align: baseline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

img,
video {
  max-width: 100%;
  height: auto; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }
  select::-ms-expand {
    display: none; }

input.error,
select.error,
textarea.error {
  border-color: #ff4444; }

label.error {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  margin: 0.5rem 0 0;
  font-size: 1rem;
  color: #ffffff;
  background-color: #ff4444;
  border-radius: 0.25rem; }

/* ==========
  #PLUGIN
  ========== */

.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 {
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      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 {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 9999;
      order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-button-lock {
  display: none; }

.swiper-pagination-lock {
  display: none; }

.iframeBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .iframeBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.swiper-button-next,
.swiper-button-prev,
.pic-btn-prev,
.pic-btn-next {
  border-radius: 50%;
  transition: all 0.3s; }
  @media (min-width: 993px) {
    .swiper-button-next:hover,
    .swiper-button-prev:hover,
    .pic-btn-prev:hover,
    .pic-btn-next:hover {
      box-shadow: 0 20px 40px #1b1b2866; } }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled,
  .pic-btn-prev.swiper-button-disabled,
  .pic-btn-next.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    input[type="checkbox"] + label::before {
      content: "";
      display: inline-block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 20px;
      margin-right: 5px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      vertical-align: middle;
      text-align: center; }
  input[type="checkbox"]:checked + label::before {
    border-color: #0075ff; }
  input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0075ff;
    vertical-align: middle; }

.js-search button {
  white-space: nowrap; }

@media (max-width: 992px) {
  .js-search {
    overflow-x: hidden;
    bottom: 0px;
    height: 100%; }
    .js-search::-webkit-scrollbar {
      width: 5px;
      background: #ededed; }
    .js-search::-webkit-scrollbar-track {
      background: #ededed; }
    .js-search::-webkit-scrollbar-thumb {
      background: #333; } }

.bread {
  width: 100%;
  overflow-y: hidden; }
  @media (min-width: 992px) {
    .bread {
      font-size: 18px; } }
  .bread img {
    margin: 0 5px; }

i.m-icon {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat; }

.video-outer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  @media (min-width: 62em) {
    .video-outer {
      padding-bottom: 64%; } }

.video-outer iframe,
.video-outer object,
.video-outer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.header_product {
  display: -ms-flexbox;
  display: flex; }
  .header_product_title_main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .header_product_title_main svg {
      margin-right: 10px; }
  .header_product:hover .header_product_icon img:first-child, .header_product.active .header_product_icon img:first-child {
    opacity: 0; }
  .header_product:hover .header_product_icon img:last-child, .header_product.active .header_product_icon img:last-child {
    opacity: 1; }
  .header_product:hover .header_product_title h1, .header_product.active .header_product_title h1 {
    color: #AE8C55; }
  .header_product:hover .header_product_title svg path:first-child, .header_product.active .header_product_title svg path:first-child {
    fill: #AE8C55; }
  .header_product:hover .header_product_title .header_product_title_sub p, .header_product.active .header_product_title .header_product_title_sub p {
    color: #AE8C55; }
  .header_product:hover .header_product_title .header_product_title_sub .header_product_title_sub_line, .header_product.active .header_product_title .header_product_title_sub .header_product_title_sub_line {
    background: #BFA06D; }
  .header_product .header_product_icon {
    position: relative;
    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    width: 50px;
    height: 50px; }
    .header_product .header_product_icon img {
      width: 100%;
      transition: all .3s; }
      .header_product .header_product_icon img:last-child {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
  .header_product .header_product_title {
    margin-left: 10px;
    width: 100%; }
    .header_product .header_product_title h1 {
      transition: all .3s; }
    .header_product .header_product_title svg path {
      transition: all .3s; }
    .header_product .header_product_title .header_product_title_sub {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      gap: 10px; }
      .header_product .header_product_title .header_product_title_sub p {
        transition: all .3s;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .header_product .header_product_title .header_product_title_sub .header_product_title_sub_line {
        transition: all .3s;
        width: 100%;
        height: 1px;
        background: rgba(224, 224, 224, 0.6); }

.hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #BFA06D;
  border-radius: 5px;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out; }
  .hamburger .line.line3 {
    width: 24px;
    margin-right: auto;
    margin-left: 0; }

.hamburger.is-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .hamburger.is-active .line:nth-child(2) {
    width: 0px; }
  .hamburger.is-active .line:nth-child(1) {
    transition-delay: 0.2s;
    -ms-transform: translateY(4px);
        transform: translateY(4px); }
  .hamburger.is-active .line:nth-child(3) {
    width: 24px;
    transition-delay: 0.2s;
    -ms-transform: translateY(-8px) rotate(90deg);
        transform: translateY(-8px) rotate(90deg); }

@media (min-width: 1201px) {
  .js-search {
    display: none !important; } }

.related-swiper.is-only {
  padding-left: 0px;
  padding-right: 0px; }
