  :root {
    --oy-bg: #121010;
    --oy-red: #e60012;
    --oy-title: #e6e6e6;
    --oy-text: #d8d8d8;
    --oy-muted: #8c8c8c;
    --oy-dim: #777777;
    --oy-divider: rgba(255, 255, 255, 0.16);
    --oy-phone-stroke: #b8b8b8;
    --oy-social-stroke: rgba(255, 255, 255, 0.18);
    --oy-phone-gradient: linear-gradient(90deg, #b2b2b2 0%, #c63837 80%, #c51826 100%);
  }
  

  .oy-footer .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .oy-footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    row-gap: var(--bs-gutter-y, 0);
  }
  
  .oy-footer .row > * {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }
  
  .oy-footer .d-flex {
    display: flex;
  }
  
  .oy-footer .align-items-center {
    align-items: center;
  }
  
  .oy-footer .justify-content-between {
    justify-content: space-between;
  }
  
  .oy-footer .flex-column {
    flex-direction: column;
  }
  
  .oy-footer .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .oy-footer .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .oy-footer .mb-0 {
    margin-bottom: 0;
  }
  
  .oy-footer .mb-3 {
    margin-bottom: 1rem;
  }
  
  .oy-footer .gy-5 {
    --bs-gutter-y: 3rem;
  }
  
 
  .oy-footer {
    background: var(--oy-bg);
  }
  
  .oy-shell {
    max-width: 1920px;
    padding: 112px 140px 18px;
    display: flex;
    flex-direction: column;
  }
  
  .oy-main-row {
    --bs-gutter-x: 92px;
    margin-bottom: 0;
  }
  
  .oy-brand-block {
    max-width: 410px;
  }
  
  .oy-logo {
    width: 272px;
    height: auto;
    display: block;
    margin-bottom: 44px;
  }
  
  .oy-phone-pill {
    position: relative;
    width: 328px;
    min-height: 60px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 10px 24px 10px 15px;
    background: var(--oy-bg);
    isolation: isolate;
  }
  
  .oy-phone-pill > * {
    position: relative;
    z-index: 1;
  }
  
  .oy-phone-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: var(--oy-phone-gradient);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
  }
  
  .oy-phone-icon-wrap {
    width: 32px;
    height: 32px;
    /* border: 1px solid rgba(255, 255, 255, 0.36); */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d9d9d9;
    flex: 0 0 auto;
  }
  
  .oy-phone-icon-wrap .iconfont {
    font-size: 18px;
    line-height: 1;
  }
  
  .oy-phone-number {
    font-family: "Outfit Bold", "Microsoft YaHei", sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
    background: var(--oy-phone-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  
  .oy-phone-prefix {
    color: inherit;
  }
  
  .oy-phone-highlight {
    color: inherit;
  }
  
  .oy-company-copy {
    width: 100%;
    max-width: 412px;
    margin-top: 29px;
    color: var(--oy-muted);
    font-size: 15px;
    line-height: 1.58;
    letter-spacing: 0.1px;
  }
  
  .oy-social-list {
    gap: 18px;
    margin-top: 40px;
  }
  
  .oy-social-link {
    width: 48px;
    height: 48px;
    border: 1px solid var(--oy-social-stroke);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #696969;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }
  
  .oy-social-link .iconfont {
    font-size: 23px;
    line-height: 1;
  }
  
  .oy-social-link:hover {
    color: var(--oy-red);
    border-color: rgba(230, 0, 18, 0.45);
    transform: translateY(-1px);
  }
  
  .oy-nav-grid {
    --bs-gutter-x: 94px;
  }
  
  .oy-nav-column {
    min-height: 100%;
  }
  
  .oy-column-title {
    position: relative;
    display: inline-block;
    margin: 0 0 56px;
    color: var(--oy-title);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
  }
  
  .oy-column-title::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: -25px;
    width: 14px;
    height: 1px;
    background: var(--oy-red);
  }
  
  .oy-link-list li + li {
    margin-top: 16px;
  }
  
  .oy-link-list a {
    color: var(--oy-text);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
  }
  
  .oy-link-list a:hover {
    color: #ffffff;
  }
  
  .oy-footer-meta {
    border-top: 1px solid var(--oy-divider);
    padding-top: 20px;
    margin-top: auto;
    color: var(--oy-dim);
  }
  
  .oy-copyright,
  .oy-privacy-link {
    color: var(--oy-dim);
    font-size: 16px;
    line-height: 1.5;
  }
  
  .oy-privacy-link {
    font-family: "Outfit Bold", "Microsoft YaHei", sans-serif;
  }


  .merge-04__strip {
    height: 10px;
    background: linear-gradient(90deg, #c51e28 0%, #bf6250 52%, #a8a4a3 100%);
  }

  .global-form-open {
    overflow: hidden;
  }

  .global-form-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
  }

  .global-form-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .global-form-modal__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(18, 16, 16, .58);
  }

  .global-form-modal__panel {
    position: relative;
    width: min(680px, calc(100vw - 40px));
    margin: 9vh auto 0;
    background: #fff;
    border-top: 4px solid var(--oy-red);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    padding: 42px 48px 46px;
    transform: translateY(22px);
    transition: transform .26s ease;
  }

  .global-form-modal.is-open .global-form-modal__panel {
    transform: translateY(0);
  }

  .global-form-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid #eeeeee;
    background: #fbfbfb;
    color: #121010;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .global-form-modal__close:hover,
  .global-form-modal__close:focus {
    border-color: var(--oy-red);
    background: var(--oy-red);
    color: #fff;
  }

  .global-form-modal__eyebrow {
    margin: 0 0 8px;
    color: var(--oy-red);
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .global-form-modal__title {
    margin: 0 0 28px;
    color: #121010;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
  }

  .global-form-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .global-form-modal__field {
    display: block;
    margin: 0;
  }

  .global-form-modal__field--wide {
    grid-column: 1 / -1;
  }

  .global-form-modal__product-type-field[hidden] {
    display: none;
  }

  .global-form-modal__field span {
    display: block;
    margin-bottom: 8px;
    color: #333333;
    font-size: 15px;
    line-height: 1.3;
  }

  .global-form-modal__field input,
  .global-form-modal__field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    color: #121010;
    font-size: 16px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
  }

  .global-form-modal__field input {
    height: 48px;
    padding: 0 14px;
  }

  .global-form-modal__field textarea {
    min-height: 128px;
    resize: vertical;
    padding: 12px 14px;
  }

  .global-form-modal__field input:focus,
  .global-form-modal__field textarea:focus {
    border-color: var(--oy-red);
    box-shadow: 0 10px 24px rgba(230, 0, 18, .1);
  }

  .global-form-modal__submit {
    width: 168px;
    height: 50px;
    margin-top: 26px;
    border: 0;
    background: var(--oy-red);
    color: #fff;
    font-size: 17px;
    cursor: pointer;
  }

  .global-form-modal__submit:hover,
  .global-form-modal__submit:focus {
    background: #bd0010;
  }

.back-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 999999;
	top: 0;
	left: 0;
	display: none;
}
.back-box img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	max-width: 95%
}


  
  @media (min-width: 1200px) {
    
    .oy-footer .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  
    .oy-footer .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  
    .oy-footer .row-cols-xl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .oy-footer .flex-md-row {
      flex-direction: row;
    }
  
    .oy-footer .align-items-md-center {
      align-items: center;
    }
  
    .oy-footer .mb-md-0 {
      margin-bottom: 0;
    }
  
    .oy-footer {
      min-height: 574px;
    }
  
    .oy-shell {
      min-height: 574px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .oy-footer .row-cols-md-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .oy-footer .flex-md-row {
      flex-direction: row;
    }
  
    .oy-footer .align-items-md-center {
      align-items: center;
    }
  
    .oy-footer .mb-md-0 {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 1399.98px) {
    .oy-shell {
      padding-right: 84px;
      padding-left: 84px;
    }
  
    .oy-main-row {
      --bs-gutter-x: 48px;
    }
  
    .oy-nav-grid {
      --bs-gutter-x: 40px;
    }
  }
  
  @media (max-width: 1199.98px) {
    .pc-footer {
      display: none;
    }
    .oy-shell {
      padding: 88px 56px 28px;
    }
  
    .oy-main-row {
      margin-bottom: 56px;
    }
  
    .oy-brand-block {
      max-width: none;
    }
  
    .oy-nav-grid {
      --bs-gutter-y: 44px;
    }
  }
  
  @media (max-width: 767.98px) {
    .oy-shell {
      padding: 56px 24px 28px;
    }
  
    .oy-logo {
      width: 260px;
      margin-bottom: 32px;
    }
  
    .oy-phone-pill {
      width: 100%;
      max-width: 328px;
      padding-right: 18px;
    }
  
    .oy-phone-number {
      font-size: 26px;
    }
  
    .oy-company-copy {
      margin-top: 28px;
    }
  
    .oy-social-list {
      margin-top: 36px;
    }
  
    .oy-column-title {
      margin-bottom: 44px;
    }
  
    .oy-column-title::after {
      bottom: -20px;
    }
  
    .oy-link-list a {
      font-size: 18px;
    }

    .global-form-modal__panel {
      width: calc(100vw - 28px);
      max-height: calc(100vh - 28px);
      margin-top: 14px;
      overflow-y: auto;
      padding: 34px 20px 28px;
    }

    .global-form-modal__title {
      font-size: 25px;
      margin-bottom: 22px;
    }

    .global-form-modal__grid {
      grid-template-columns: 1fr;
      gap: 15px;
    }

    .global-form-modal__submit {
      width: 100%;
    }
  }
  
