/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --ygq-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --ygq-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --ygq-color-blue-50: oklch(0.97 0.014 254.604);
    --ygq-color-blue-500: oklch(0.623 0.214 259.815);
    --ygq-color-indigo-50: oklch(0.962 0.018 272.314);
    --ygq-color-gray-100: oklch(0.967 0.003 264.542);
    --ygq-color-gray-200: oklch(0.928 0.006 264.531);
    --ygq-color-gray-300: oklch(0.872 0.01 258.338);
    --ygq-color-gray-400: oklch(0.707 0.022 261.325);
    --ygq-color-gray-500: oklch(0.551 0.027 264.364);
    --ygq-color-gray-600: oklch(0.446 0.03 256.802);
    --ygq-color-gray-900: oklch(0.21 0.034 264.665);
    --ygq-color-black: #000;
    --ygq-color-white: #fff;
    --ygq-spacing: 0.25rem;
    --ygq-text-xs: 0.75rem;
    --ygq-text-xs--line-height: calc(1 / 0.75);
    --ygq-text-sm: 0.875rem;
    --ygq-text-sm--line-height: calc(1.25 / 0.875);
    --ygq-text-base: 1rem;
    --ygq-text-base--line-height: calc(1.5 / 1);
    --ygq-text-lg: 1.125rem;
    --ygq-text-lg--line-height: calc(1.75 / 1.125);
    --ygq-text-xl: 1.25rem;
    --ygq-text-xl--line-height: calc(1.75 / 1.25);
    --ygq-text-2xl: 1.5rem;
    --ygq-text-2xl--line-height: calc(2 / 1.5);
    --ygq-text-3xl: 1.875rem;
    --ygq-text-3xl--line-height: calc(2.25 / 1.875);
    --ygq-text-4xl: 2.25rem;
    --ygq-text-4xl--line-height: calc(2.5 / 2.25);
    --ygq-font-weight-normal: 400;
    --ygq-font-weight-medium: 500;
    --ygq-font-weight-semibold: 600;
    --ygq-font-weight-bold: 700;
    --ygq-font-weight-black: 900;
    --ygq-tracking-wide: 0.025em;
    --ygq-radius-lg: 0.5rem;
    --ygq-radius-xl: 0.75rem;
    --ygq-radius-2xl: 1rem;
    --ygq-radius-4xl: 2rem;
    --ygq-default-transition-duration: 150ms;
    --ygq-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --ygq-default-font-family: var(--ygq-font-sans);
    --ygq-default-mono-font-family: var(--ygq-font-mono);
    --ygq-color-ygq-gray: rgb(223,230,234);
    --ygq-color-ygq-primary: #cf0b17;
    --ygq-color-ygq-primary2: #c60d19;
    --ygq-text-ygq-title: 24px;
    --ygq-text-ygq-smtitle: 20px;
    --ygq-text-ygq-news-smtitle: 16px;
    --ygq-text-ygq-news-title: 16px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--ygq-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--ygq-default-font-feature-settings, normal);
    font-variation-settings: var(--ygq-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--ygq-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--ygq-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--ygq-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .ygq\:pointer-events-none {
    pointer-events: none;
  }
  .ygq\:invisible {
    visibility: hidden;
  }
  .ygq\:absolute {
    position: absolute;
  }
  .ygq\:fixed {
    position: fixed;
  }
  .ygq\:relative {
    position: relative;
  }
  .ygq\:inset-y-0 {
    inset-block: calc(var(--ygq-spacing) * 0);
  }
  .ygq\:top-0 {
    top: calc(var(--ygq-spacing) * 0);
  }
  .ygq\:top-\[50\%\] {
    top: 50%;
  }
  .ygq\:top-\[100px\] {
    top: 100px;
  }
  .ygq\:right-0 {
    right: calc(var(--ygq-spacing) * 0);
  }
  .ygq\:right-\[calc\(-100\%_-_-54px\)\] {
    right: calc(-100% - -54px);
  }
  .ygq\:left-0 {
    left: calc(var(--ygq-spacing) * 0);
  }
  .ygq\:z-1 {
    z-index: 1;
  }
  .ygq\:z-10 {
    z-index: 10;
  }
  .ygq\:z-20 {
    z-index: 20;
  }
  .ygq\:z-90 {
    z-index: 90;
  }
  .ygq\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .ygq\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .ygq\:clear-both {
    clear: both;
  }
  .ygq\:container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .ygq\:container\! {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .ygq\:m-0\! {
    margin: calc(var(--ygq-spacing) * 0) !important;
  }
  .ygq\:mx-2\.5 {
    margin-inline: calc(var(--ygq-spacing) * 2.5);
  }
  .ygq\:mx-4 {
    margin-inline: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:mx-8 {
    margin-inline: calc(var(--ygq-spacing) * 8);
  }
  .ygq\:mx-\[20px\] {
    margin-inline: 20px;
  }
  .ygq\:mx-auto {
    margin-inline: auto;
  }
  .ygq\:my-3 {
    margin-block: calc(var(--ygq-spacing) * 3);
  }
  .ygq\:my-5 {
    margin-block: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:my-5\! {
    margin-block: calc(var(--ygq-spacing) * 5) !important;
  }
  .ygq\:my-10 {
    margin-block: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:mt-2 {
    margin-top: calc(var(--ygq-spacing) * 2);
  }
  .ygq\:mt-2\! {
    margin-top: calc(var(--ygq-spacing) * 2) !important;
  }
  .ygq\:mt-2\.5 {
    margin-top: calc(var(--ygq-spacing) * 2.5);
  }
  .ygq\:mt-2\.5\! {
    margin-top: calc(var(--ygq-spacing) * 2.5) !important;
  }
  .ygq\:mt-4 {
    margin-top: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:mt-5 {
    margin-top: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:mt-5\! {
    margin-top: calc(var(--ygq-spacing) * 5) !important;
  }
  .ygq\:mt-10 {
    margin-top: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:mt-16 {
    margin-top: calc(var(--ygq-spacing) * 16);
  }
  .ygq\:mt-\[10px\] {
    margin-top: 10px;
  }
  .ygq\:mt-\[10px\]\! {
    margin-top: 10px !important;
  }
  .ygq\:mt-\[20px\]\! {
    margin-top: 20px !important;
  }
  .ygq\:mr-2 {
    margin-right: calc(var(--ygq-spacing) * 2);
  }
  .ygq\:mr-4 {
    margin-right: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:mr-10 {
    margin-right: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:mb-1 {
    margin-bottom: calc(var(--ygq-spacing) * 1);
  }
  .ygq\:mb-2 {
    margin-bottom: calc(var(--ygq-spacing) * 2);
  }
  .ygq\:mb-2\! {
    margin-bottom: calc(var(--ygq-spacing) * 2) !important;
  }
  .ygq\:mb-4 {
    margin-bottom: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:mb-4\! {
    margin-bottom: calc(var(--ygq-spacing) * 4) !important;
  }
  .ygq\:mb-5 {
    margin-bottom: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:mb-8 {
    margin-bottom: calc(var(--ygq-spacing) * 8);
  }
  .ygq\:mb-10\! {
    margin-bottom: calc(var(--ygq-spacing) * 10) !important;
  }
  .ygq\:mb-\[16px\] {
    margin-bottom: 16px;
  }
  .ygq\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .ygq\:mb-\[25px\] {
    margin-bottom: 25px;
  }
  .ygq\:ml-2 {
    margin-left: calc(var(--ygq-spacing) * 2);
  }
  .ygq\:ml-5 {
    margin-left: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:ml-10 {
    margin-left: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:ml-\[10px\] {
    margin-left: 10px;
  }
  .ygq\:ml-\[30px\] {
    margin-left: 30px;
  }
  .ygq\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ygq\:block {
    display: block;
  }
  .ygq\:flex {
    display: flex;
  }
  .ygq\:grid {
    display: grid;
  }
  .ygq\:hidden {
    display: none;
  }
  .ygq\:inline-block {
    display: inline-block;
  }
  .ygq\:aspect-\[1\.77\] {
    aspect-ratio: 1.77;
  }
  .ygq\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .ygq\:aspect-\[5\/3\] {
    aspect-ratio: 5/3;
  }
  .ygq\:h-15 {
    height: calc(var(--ygq-spacing) * 15);
  }
  .ygq\:h-\[25px\]\! {
    height: 25px !important;
  }
  .ygq\:h-\[30px\] {
    height: 30px;
  }
  .ygq\:h-\[40px\] {
    height: 40px;
  }
  .ygq\:h-\[42px\] {
    height: 42px;
  }
  .ygq\:h-\[60px\] {
    height: 60px;
  }
  .ygq\:h-\[100px\] {
    height: 100px;
  }
  .ygq\:h-\[200px\] {
    height: 200px;
  }
  .ygq\:h-auto {
    height: auto;
  }
  .ygq\:h-full {
    height: 100%;
  }
  .ygq\:min-h-\[400px\] {
    min-height: 400px;
  }
  .ygq\:w-20 {
    width: calc(var(--ygq-spacing) * 20);
  }
  .ygq\:w-\[10px\] {
    width: 10px;
  }
  .ygq\:w-\[20px\] {
    width: 20px;
  }
  .ygq\:w-\[30px\] {
    width: 30px;
  }
  .ygq\:w-\[60px\] {
    width: 60px;
  }
  .ygq\:w-\[100px\] {
    width: 100px;
  }
  .ygq\:w-\[150px\] {
    width: 150px;
  }
  .ygq\:w-\[220px\] {
    width: 220px;
  }
  .ygq\:w-\[250px\] {
    width: 250px;
  }
  .ygq\:w-\[300px\] {
    width: 300px;
  }
  .ygq\:w-\[370px\] {
    width: 370px;
  }
  .ygq\:w-\[500px\] {
    width: 500px;
  }
  .ygq\:w-full {
    width: 100%;
  }
  .ygq\:max-w-\[60px\] {
    max-width: 60px;
  }
  .ygq\:max-w-\[350px\] {
    max-width: 350px;
  }
  .ygq\:max-w-full {
    max-width: 100%;
  }
  .ygq\:min-w-\[100px\] {
    min-width: 100px;
  }
  .ygq\:min-w-\[600px\] {
    min-width: 600px;
  }
  .ygq\:flex-1 {
    flex: 1;
  }
  .ygq\:flex-none {
    flex: none;
  }
  .ygq\:border-collapse {
    border-collapse: collapse;
  }
  .ygq\:cursor-pointer {
    cursor: pointer;
  }
  .ygq\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ygq\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ygq\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ygq\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .ygq\:flex-col {
    flex-direction: column;
  }
  .ygq\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .ygq\:flex-row {
    flex-direction: row;
  }
  .ygq\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .ygq\:flex-wrap {
    flex-wrap: wrap;
  }
  .ygq\:items-center {
    align-items: center;
  }
  .ygq\:items-start {
    align-items: flex-start;
  }
  .ygq\:items-stretch {
    align-items: stretch;
  }
  .ygq\:justify-between {
    justify-content: space-between;
  }
  .ygq\:justify-center {
    justify-content: center;
  }
  .ygq\:justify-end {
    justify-content: flex-end;
  }
  .ygq\:justify-start {
    justify-content: flex-start;
  }
  .ygq\:gap-2 {
    gap: calc(var(--ygq-spacing) * 2);
  }
  .ygq\:gap-3 {
    gap: calc(var(--ygq-spacing) * 3);
  }
  .ygq\:gap-4 {
    gap: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:gap-5 {
    gap: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:gap-6 {
    gap: calc(var(--ygq-spacing) * 6);
  }
  .ygq\:gap-8 {
    gap: calc(var(--ygq-spacing) * 8);
  }
  .ygq\:gap-10 {
    gap: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:gap-\[2px\] {
    gap: 2px;
  }
  .ygq\:space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--ygq-spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--ygq-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .ygq\:space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--ygq-spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--ygq-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .ygq\:space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--ygq-spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--ygq-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .ygq\:gap-x-4 {
    column-gap: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:gap-x-10 {
    column-gap: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:gap-x-\[10px\] {
    column-gap: 10px;
  }
  .ygq\:gap-x-\[15px\] {
    column-gap: 15px;
  }
  .ygq\:gap-x-\[100px\] {
    column-gap: 100px;
  }
  .ygq\:gap-y-10 {
    row-gap: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:gap-y-\[10px\] {
    row-gap: 10px;
  }
  .ygq\:gap-y-\[15px\] {
    row-gap: 15px;
  }
  .ygq\:overflow-hidden {
    overflow: hidden;
  }
  .ygq\:overflow-x-auto {
    overflow-x: auto;
  }
  .ygq\:rounded {
    border-radius: 0.25rem;
  }
  .ygq\:rounded-4xl {
    border-radius: var(--ygq-radius-4xl);
  }
  .ygq\:rounded-lg {
    border-radius: var(--ygq-radius-lg);
  }
  .ygq\:rounded-xl {
    border-radius: var(--ygq-radius-xl);
  }
  .ygq\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .ygq\:border-y-2 {
    border-block-style: var(--tw-border-style);
    border-block-width: 2px;
  }
  .ygq\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .ygq\:border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .ygq\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .ygq\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .ygq\:border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .ygq\:border-b-\[3px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .ygq\:border-b-\[6px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 6px;
  }
  .ygq\:border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .ygq\:border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .ygq\:border-\[rgb\(223\,230\,234\)\]\! {
    border-color: rgb(223,230,234) !important;
  }
  .ygq\:border-gray-100 {
    border-color: var(--ygq-color-gray-100);
  }
  .ygq\:border-gray-200 {
    border-color: var(--ygq-color-gray-200);
  }
  .ygq\:border-gray-300 {
    border-color: var(--ygq-color-gray-300);
  }
  .ygq\:border-gray-400 {
    border-color: var(--ygq-color-gray-400);
  }
  .ygq\:border-white {
    border-color: var(--ygq-color-white);
  }
  .ygq\:border-ygq-gray {
    border-color: var(--ygq-color-ygq-gray);
  }
  .ygq\:border-t-\[\#d2d2d2\] {
    border-top-color: #d2d2d2;
  }
  .ygq\:border-t-\[\#d8d8d8\] {
    border-top-color: #d8d8d8;
  }
  .ygq\:border-t-\[rgb\(223\,230\,234\)\]\! {
    border-top-color: rgb(223,230,234) !important;
  }
  .ygq\:border-r-\[\#d8d8d8\] {
    border-right-color: #d8d8d8;
  }
  .ygq\:border-r-ygq-gray {
    border-right-color: var(--ygq-color-ygq-gray);
  }
  .ygq\:border-b-\[\#d8d8d8\] {
    border-bottom-color: #d8d8d8;
  }
  .ygq\:border-b-\[\#eee\] {
    border-bottom-color: #eee;
  }
  .ygq\:border-b-\[rgb\(223\,230\,234\)\] {
    border-bottom-color: rgb(223,230,234);
  }
  .ygq\:border-b-ygq-gray {
    border-bottom-color: var(--ygq-color-ygq-gray);
  }
  .ygq\:border-b-ygq-primary2 {
    border-bottom-color: var(--ygq-color-ygq-primary2);
  }
  .ygq\:border-b-ygq-primary2\! {
    border-bottom-color: var(--ygq-color-ygq-primary2) !important;
  }
  .ygq\:border-l-\[\#d8d8d8\] {
    border-left-color: #d8d8d8;
  }
  .ygq\:border-l-\[\#eee\] {
    border-left-color: #eee;
  }
  .ygq\:bg-\[\#0bcfc3\] {
    background-color: #0bcfc3;
  }
  .ygq\:bg-\[\#2e3133\] {
    background-color: #2e3133;
  }
  .ygq\:bg-\[\#13778f\]\! {
    background-color: #13778f !important;
  }
  .ygq\:bg-\[\#f9f9f9\] {
    background-color: #f9f9f9;
  }
  .ygq\:bg-\[\#fafafa\] {
    background-color: #fafafa;
  }
  .ygq\:bg-\[rgb\(58\,59\,69\)\] {
    background-color: rgb(58,59,69);
  }
  .ygq\:bg-\[rgb\(240\,244\,246\)\] {
    background-color: rgb(240,244,246);
  }
  .ygq\:bg-\[rgb\(247\,247\,247\)\] {
    background-color: rgb(247,247,247);
  }
  .ygq\:bg-\[rgba\(29\,90\,126\,\.1\)\]\! {
    background-color: rgba(29,90,126,.1) !important;
  }
  .ygq\:bg-\[rgba\(255\,255\,255\,0\.95\)\] {
    background-color: rgba(255,255,255,0.95);
  }
  .ygq\:bg-black {
    background-color: var(--ygq-color-black);
  }
  .ygq\:bg-transparent\! {
    background-color: transparent !important;
  }
  .ygq\:bg-white {
    background-color: var(--ygq-color-white);
  }
  .ygq\:bg-white\! {
    background-color: var(--ygq-color-white) !important;
  }
  .ygq\:bg-ygq-gray {
    background-color: var(--ygq-color-ygq-gray);
  }
  .ygq\:bg-ygq-primary\! {
    background-color: var(--ygq-color-ygq-primary) !important;
  }
  .ygq\:bg-ygq-primary2\! {
    background-color: var(--ygq-color-ygq-primary2) !important;
  }
  .ygq\:bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .ygq\:from-blue-50 {
    --tw-gradient-from: var(--ygq-color-blue-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .ygq\:via-white {
    --tw-gradient-via: var(--ygq-color-white);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .ygq\:to-indigo-50 {
    --tw-gradient-to: var(--ygq-color-indigo-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .ygq\:bg-cover {
    background-size: cover;
  }
  .ygq\:bg-center {
    background-position: center;
  }
  .ygq\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .ygq\:fill-white {
    fill: var(--ygq-color-white);
  }
  .ygq\:object-cover {
    object-fit: cover;
  }
  .ygq\:object-center {
    object-position: center;
  }
  .ygq\:p-0 {
    padding: calc(var(--ygq-spacing) * 0);
  }
  .ygq\:p-0\! {
    padding: calc(var(--ygq-spacing) * 0) !important;
  }
  .ygq\:p-2 {
    padding: calc(var(--ygq-spacing) * 2);
  }
  .ygq\:p-4 {
    padding: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:p-4\! {
    padding: calc(var(--ygq-spacing) * 4) !important;
  }
  .ygq\:p-5 {
    padding: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:p-6 {
    padding: calc(var(--ygq-spacing) * 6);
  }
  .ygq\:p-8 {
    padding: calc(var(--ygq-spacing) * 8);
  }
  .ygq\:p-\[10px\] {
    padding: 10px;
  }
  .ygq\:p-\[15px\] {
    padding: 15px;
  }
  .ygq\:p-\[20px\] {
    padding: 20px;
  }
  .ygq\:px-0\! {
    padding-inline: calc(var(--ygq-spacing) * 0) !important;
  }
  .ygq\:px-4 {
    padding-inline: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:px-5 {
    padding-inline: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:px-6 {
    padding-inline: calc(var(--ygq-spacing) * 6);
  }
  .ygq\:px-10 {
    padding-inline: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:px-\[10px\] {
    padding-inline: 10px;
  }
  .ygq\:px-\[20px\] {
    padding-inline: 20px;
  }
  .ygq\:px-\[30px\] {
    padding-inline: 30px;
  }
  .ygq\:py-3 {
    padding-block: calc(var(--ygq-spacing) * 3);
  }
  .ygq\:py-4\! {
    padding-block: calc(var(--ygq-spacing) * 4) !important;
  }
  .ygq\:py-5 {
    padding-block: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:py-6 {
    padding-block: calc(var(--ygq-spacing) * 6);
  }
  .ygq\:py-8 {
    padding-block: calc(var(--ygq-spacing) * 8);
  }
  .ygq\:py-10 {
    padding-block: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:py-15 {
    padding-block: calc(var(--ygq-spacing) * 15);
  }
  .ygq\:py-\[10px\] {
    padding-block: 10px;
  }
  .ygq\:py-\[10px\]\! {
    padding-block: 10px !important;
  }
  .ygq\:py-\[20px\] {
    padding-block: 20px;
  }
  .ygq\:py-\[30px\] {
    padding-block: 30px;
  }
  .ygq\:pt-4 {
    padding-top: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:pt-6 {
    padding-top: calc(var(--ygq-spacing) * 6);
  }
  .ygq\:pt-10 {
    padding-top: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:pt-16 {
    padding-top: calc(var(--ygq-spacing) * 16);
  }
  .ygq\:pt-\[150px\] {
    padding-top: 150px;
  }
  .ygq\:pr-5 {
    padding-right: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:pr-10 {
    padding-right: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:pr-\[150px\] {
    padding-right: 150px;
  }
  .ygq\:pb-4 {
    padding-bottom: calc(var(--ygq-spacing) * 4);
  }
  .ygq\:pb-6 {
    padding-bottom: calc(var(--ygq-spacing) * 6);
  }
  .ygq\:pb-8 {
    padding-bottom: calc(var(--ygq-spacing) * 8);
  }
  .ygq\:pb-10 {
    padding-bottom: calc(var(--ygq-spacing) * 10);
  }
  .ygq\:pb-\[150px\] {
    padding-bottom: 150px;
  }
  .ygq\:pl-5 {
    padding-left: calc(var(--ygq-spacing) * 5);
  }
  .ygq\:pl-\[110px\] {
    padding-left: 110px;
  }
  .ygq\:text-center {
    text-align: center;
  }
  .ygq\:text-center\! {
    text-align: center !important;
  }
  .ygq\:text-left {
    text-align: left;
  }
  .ygq\:text-2xl {
    font-size: var(--ygq-text-2xl);
    line-height: var(--tw-leading, var(--ygq-text-2xl--line-height));
  }
  .ygq\:text-2xl\! {
    font-size: var(--ygq-text-2xl) !important;
    line-height: var(--tw-leading, var(--ygq-text-2xl--line-height)) !important;
  }
  .ygq\:text-3xl\! {
    font-size: var(--ygq-text-3xl) !important;
    line-height: var(--tw-leading, var(--ygq-text-3xl--line-height)) !important;
  }
  .ygq\:text-4xl\! {
    font-size: var(--ygq-text-4xl) !important;
    line-height: var(--tw-leading, var(--ygq-text-4xl--line-height)) !important;
  }
  .ygq\:text-base {
    font-size: var(--ygq-text-base);
    line-height: var(--tw-leading, var(--ygq-text-base--line-height));
  }
  .ygq\:text-base\! {
    font-size: var(--ygq-text-base) !important;
    line-height: var(--tw-leading, var(--ygq-text-base--line-height)) !important;
  }
  .ygq\:text-lg {
    font-size: var(--ygq-text-lg);
    line-height: var(--tw-leading, var(--ygq-text-lg--line-height));
  }
  .ygq\:text-lg\! {
    font-size: var(--ygq-text-lg) !important;
    line-height: var(--tw-leading, var(--ygq-text-lg--line-height)) !important;
  }
  .ygq\:text-sm {
    font-size: var(--ygq-text-sm);
    line-height: var(--tw-leading, var(--ygq-text-sm--line-height));
  }
  .ygq\:text-sm\! {
    font-size: var(--ygq-text-sm) !important;
    line-height: var(--tw-leading, var(--ygq-text-sm--line-height)) !important;
  }
  .ygq\:text-xl {
    font-size: var(--ygq-text-xl);
    line-height: var(--tw-leading, var(--ygq-text-xl--line-height));
  }
  .ygq\:text-xs {
    font-size: var(--ygq-text-xs);
    line-height: var(--tw-leading, var(--ygq-text-xs--line-height));
  }
  .ygq\:text-\[16px\] {
    font-size: 16px;
  }
  .ygq\:text-\[16px\]\! {
    font-size: 16px !important;
  }
  .ygq\:text-\[18px\] {
    font-size: 18px;
  }
  .ygq\:text-\[18px\]\! {
    font-size: 18px !important;
  }
  .ygq\:text-\[20px\] {
    font-size: 20px;
  }
  .ygq\:text-\[20px\]\! {
    font-size: 20px !important;
  }
  .ygq\:text-\[34px\]\! {
    font-size: 34px !important;
  }
  .ygq\:text-\[54px\]\! {
    font-size: 54px !important;
  }
  .ygq\:text-ygq-news-smtitle\! {
    font-size: var(--ygq-text-ygq-news-smtitle) !important;
  }
  .ygq\:text-ygq-smtitle\! {
    font-size: var(--ygq-text-ygq-smtitle) !important;
  }
  .ygq\:leading-6 {
    --tw-leading: calc(var(--ygq-spacing) * 6);
    line-height: calc(var(--ygq-spacing) * 6);
  }
  .ygq\:leading-6\! {
    --tw-leading: calc(var(--ygq-spacing) * 6) !important;
    line-height: calc(var(--ygq-spacing) * 6) !important;
  }
  .ygq\:leading-7\! {
    --tw-leading: calc(var(--ygq-spacing) * 7) !important;
    line-height: calc(var(--ygq-spacing) * 7) !important;
  }
  .ygq\:leading-8\! {
    --tw-leading: calc(var(--ygq-spacing) * 8) !important;
    line-height: calc(var(--ygq-spacing) * 8) !important;
  }
  .ygq\:leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .ygq\:leading-\[25px\]\! {
    --tw-leading: 25px !important;
    line-height: 25px !important;
  }
  .ygq\:leading-\[54px\]\! {
    --tw-leading: 54px !important;
    line-height: 54px !important;
  }
  .ygq\:font-black\! {
    --tw-font-weight: var(--ygq-font-weight-black) !important;
    font-weight: var(--ygq-font-weight-black) !important;
  }
  .ygq\:font-bold {
    --tw-font-weight: var(--ygq-font-weight-bold);
    font-weight: var(--ygq-font-weight-bold);
  }
  .ygq\:font-bold\! {
    --tw-font-weight: var(--ygq-font-weight-bold) !important;
    font-weight: var(--ygq-font-weight-bold) !important;
  }
  .ygq\:font-medium {
    --tw-font-weight: var(--ygq-font-weight-medium);
    font-weight: var(--ygq-font-weight-medium);
  }
  .ygq\:font-normal {
    --tw-font-weight: var(--ygq-font-weight-normal);
    font-weight: var(--ygq-font-weight-normal);
  }
  .ygq\:font-normal\! {
    --tw-font-weight: var(--ygq-font-weight-normal) !important;
    font-weight: var(--ygq-font-weight-normal) !important;
  }
  .ygq\:font-semibold {
    --tw-font-weight: var(--ygq-font-weight-semibold);
    font-weight: var(--ygq-font-weight-semibold);
  }
  .ygq\:tracking-wide {
    --tw-tracking: var(--ygq-tracking-wide);
    letter-spacing: var(--ygq-tracking-wide);
  }
  .ygq\:text-\[\#002da5\]\! {
    color: #002da5 !important;
  }
  .ygq\:text-\[\#2e3133\] {
    color: #2e3133;
  }
  .ygq\:text-\[\#3e464c\] {
    color: #3e464c;
  }
  .ygq\:text-\[\#222\] {
    color: #222;
  }
  .ygq\:text-\[\#333\] {
    color: #333;
  }
  .ygq\:text-\[\#333\]\! {
    color: #333 !important;
  }
  .ygq\:text-\[\#666\] {
    color: #666;
  }
  .ygq\:text-\[\#969a9b\]\! {
    color: #969a9b !important;
  }
  .ygq\:text-\[\#999\] {
    color: #999;
  }
  .ygq\:text-\[\#999\]\! {
    color: #999 !important;
  }
  .ygq\:text-\[\#68747f\] {
    color: #68747f;
  }
  .ygq\:text-\[\#273237\]\! {
    color: #273237 !important;
  }
  .ygq\:text-\[\#a1a6ab\] {
    color: #a1a6ab;
  }
  .ygq\:text-\[\#b9bdbe\] {
    color: #b9bdbe;
  }
  .ygq\:text-\[rgb\(69\,88\,97\)\]\! {
    color: rgb(69,88,97) !important;
  }
  .ygq\:text-gray-500 {
    color: var(--ygq-color-gray-500);
  }
  .ygq\:text-gray-500\! {
    color: var(--ygq-color-gray-500) !important;
  }
  .ygq\:text-gray-600 {
    color: var(--ygq-color-gray-600);
  }
  .ygq\:text-gray-900 {
    color: var(--ygq-color-gray-900);
  }
  .ygq\:text-white {
    color: var(--ygq-color-white);
  }
  .ygq\:text-white\! {
    color: var(--ygq-color-white) !important;
  }
  .ygq\:text-ygq-primary\! {
    color: var(--ygq-color-ygq-primary) !important;
  }
  .ygq\:opacity-0 {
    opacity: 0%;
  }
  .ygq\:shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ygq\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ygq\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ygq\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ygq\:outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .ygq\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--ygq-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--ygq-default-transition-duration));
  }
  .ygq\:transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--ygq-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--ygq-default-transition-duration));
  }
  .ygq\:duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ygq\:duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ygq\:duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ygq\:duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ygq\:hover\:border-ygq-primary\! {
    &:hover {
      @media (hover: hover) {
        border-color: var(--ygq-color-ygq-primary) !important;
      }
    }
  }
  .ygq\:hover\:bg-\[\#d8d8d8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d8d8d8;
      }
    }
  }
  .ygq\:hover\:bg-ygq-primary\! {
    &:hover {
      @media (hover: hover) {
        background-color: var(--ygq-color-ygq-primary) !important;
      }
    }
  }
  .ygq\:hover\:bg-ygq-primary2\! {
    &:hover {
      @media (hover: hover) {
        background-color: var(--ygq-color-ygq-primary2) !important;
      }
    }
  }
  .ygq\:hover\:text-\[\#002da5\] {
    &:hover {
      @media (hover: hover) {
        color: #002da5;
      }
    }
  }
  .ygq\:hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .ygq\:hover\:shadow-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .ygq\:focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .ygq\:focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--ygq-color-blue-500);
    }
  }
  .ygq\:focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .ygq\:focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .ygq\:sm\:pt-10 {
    @media (width >= 40rem) {
      padding-top: calc(var(--ygq-spacing) * 10);
    }
  }
  .ygq\:md\:container {
    @media (width >= 48rem) {
      width: 100%;
      @media (width >= 40rem) {
        max-width: 40rem;
      }
      @media (width >= 48rem) {
        max-width: 48rem;
      }
      @media (width >= 64rem) {
        max-width: 64rem;
      }
      @media (width >= 80rem) {
        max-width: 80rem;
      }
      @media (width >= 96rem) {
        max-width: 96rem;
      }
    }
  }
  .ygq\:md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .ygq\:md\:my-5 {
    @media (width >= 48rem) {
      margin-block: calc(var(--ygq-spacing) * 5);
    }
  }
  .ygq\:md\:my-6\! {
    @media (width >= 48rem) {
      margin-block: calc(var(--ygq-spacing) * 6) !important;
    }
  }
  .ygq\:md\:mt-5\! {
    @media (width >= 48rem) {
      margin-top: calc(var(--ygq-spacing) * 5) !important;
    }
  }
  .ygq\:md\:mt-7 {
    @media (width >= 48rem) {
      margin-top: calc(var(--ygq-spacing) * 7);
    }
  }
  .ygq\:md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--ygq-spacing) * 5);
    }
  }
  .ygq\:md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .ygq\:md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .ygq\:md\:h-\[40px\] {
    @media (width >= 48rem) {
      height: 40px;
    }
  }
  .ygq\:md\:h-\[150px\] {
    @media (width >= 48rem) {
      height: 150px;
    }
  }
  .ygq\:md\:w-\[80px\] {
    @media (width >= 48rem) {
      width: 80px;
    }
  }
  .ygq\:md\:w-\[600px\] {
    @media (width >= 48rem) {
      width: 600px;
    }
  }
  .ygq\:md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .ygq\:md\:max-w-\[160px\] {
    @media (width >= 48rem) {
      max-width: 160px;
    }
  }
  .ygq\:md\:max-w-\[280px\] {
    @media (width >= 48rem) {
      max-width: 280px;
    }
  }
  .ygq\:md\:max-w-\[600px\] {
    @media (width >= 48rem) {
      max-width: 600px;
    }
  }
  .ygq\:md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .ygq\:md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .ygq\:md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .ygq\:md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .ygq\:md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .ygq\:md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .ygq\:md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .ygq\:md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .ygq\:md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--ygq-spacing) * 5);
    }
  }
  .ygq\:md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--ygq-spacing) * 8);
    }
  }
  .ygq\:md\:rounded {
    @media (width >= 48rem) {
      border-radius: 0.25rem;
    }
  }
  .ygq\:md\:object-cover {
    @media (width >= 48rem) {
      object-fit: cover;
    }
  }
  .ygq\:md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--ygq-spacing) * 0);
    }
  }
  .ygq\:md\:p-\[20px\] {
    @media (width >= 48rem) {
      padding: 20px;
    }
  }
  .ygq\:md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 20px;
    }
  }
  .ygq\:md\:py-7 {
    @media (width >= 48rem) {
      padding-block: calc(var(--ygq-spacing) * 7);
    }
  }
  .ygq\:md\:text-\[22px\]\! {
    @media (width >= 48rem) {
      font-size: 22px !important;
    }
  }
  .ygq\:md\:text-\[24px\]\! {
    @media (width >= 48rem) {
      font-size: 24px !important;
    }
  }
  .ygq\:md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .ygq\:lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .ygq\:lg\:col-span-10 {
    @media (width >= 64rem) {
      grid-column: span 10 / span 10;
    }
  }
  .ygq\:lg\:container {
    @media (width >= 64rem) {
      width: 100%;
      @media (width >= 40rem) {
        max-width: 40rem;
      }
      @media (width >= 48rem) {
        max-width: 48rem;
      }
      @media (width >= 64rem) {
        max-width: 64rem;
      }
      @media (width >= 80rem) {
        max-width: 80rem;
      }
      @media (width >= 96rem) {
        max-width: 96rem;
      }
    }
  }
  .ygq\:lg\:mx-6 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--ygq-spacing) * 6);
    }
  }
  .ygq\:lg\:my-5 {
    @media (width >= 64rem) {
      margin-block: calc(var(--ygq-spacing) * 5);
    }
  }
  .ygq\:lg\:my-10 {
    @media (width >= 64rem) {
      margin-block: calc(var(--ygq-spacing) * 10);
    }
  }
  .ygq\:lg\:my-12\! {
    @media (width >= 64rem) {
      margin-block: calc(var(--ygq-spacing) * 12) !important;
    }
  }
  .ygq\:lg\:mt-0\! {
    @media (width >= 64rem) {
      margin-top: calc(var(--ygq-spacing) * 0) !important;
    }
  }
  .ygq\:lg\:mt-5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--ygq-spacing) * 5);
    }
  }
  .ygq\:lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--ygq-spacing) * 10);
    }
  }
  .ygq\:lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--ygq-spacing) * 20);
    }
  }
  .ygq\:lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .ygq\:lg\:mb-10\! {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--ygq-spacing) * 10) !important;
    }
  }
  .ygq\:lg\:ml-10 {
    @media (width >= 64rem) {
      margin-left: calc(var(--ygq-spacing) * 10);
    }
  }
  .ygq\:lg\:ml-\[200px\] {
    @media (width >= 64rem) {
      margin-left: 200px;
    }
  }
  .ygq\:lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .ygq\:lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .ygq\:lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .ygq\:lg\:h-25 {
    @media (width >= 64rem) {
      height: calc(var(--ygq-spacing) * 25);
    }
  }
  .ygq\:lg\:h-\[40px\] {
    @media (width >= 64rem) {
      height: 40px;
    }
  }
  .ygq\:lg\:h-\[48px\] {
    @media (width >= 64rem) {
      height: 48px;
    }
  }
  .ygq\:lg\:h-\[100px\] {
    @media (width >= 64rem) {
      height: 100px;
    }
  }
  .ygq\:lg\:h-\[180px\] {
    @media (width >= 64rem) {
      height: 180px;
    }
  }
  .ygq\:lg\:h-\[280px\] {
    @media (width >= 64rem) {
      height: 280px;
    }
  }
  .ygq\:lg\:h-\[450px\]\! {
    @media (width >= 64rem) {
      height: 450px !important;
    }
  }
  .ygq\:lg\:w-\[180px\] {
    @media (width >= 64rem) {
      width: 180px;
    }
  }
  .ygq\:lg\:w-\[200px\] {
    @media (width >= 64rem) {
      width: 200px;
    }
  }
  .ygq\:lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .ygq\:lg\:w-\[280px\] {
    @media (width >= 64rem) {
      width: 280px;
    }
  }
  .ygq\:lg\:w-\[400px\] {
    @media (width >= 64rem) {
      width: 400px;
    }
  }
  .ygq\:lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .ygq\:lg\:max-w-\[80px\] {
    @media (width >= 64rem) {
      max-width: 80px;
    }
  }
  .ygq\:lg\:max-w-\[550px\] {
    @media (width >= 64rem) {
      max-width: 550px;
    }
  }
  .ygq\:lg\:max-w-\[600px\] {
    @media (width >= 64rem) {
      max-width: 600px;
    }
  }
  .ygq\:lg\:max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px;
    }
  }
  .ygq\:lg\:max-w-max {
    @media (width >= 64rem) {
      max-width: max-content;
    }
  }
  .ygq\:lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .ygq\:lg\:flex-1\/3 {
    @media (width >= 64rem) {
      flex: calc(1/3 * 100%);
    }
  }
  .ygq\:lg\:flex-2\/3 {
    @media (width >= 64rem) {
      flex: calc(2/3 * 100%);
    }
  }
  .ygq\:lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .ygq\:lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .ygq\:lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .ygq\:lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .ygq\:lg\:grid-cols-8 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .ygq\:lg\:grid-cols-9 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(9, minmax(0, 1fr));
    }
  }
  .ygq\:lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .ygq\:lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .ygq\:lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .ygq\:lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .ygq\:lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .ygq\:lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .ygq\:lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .ygq\:lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--ygq-spacing) * 5);
    }
  }
  .ygq\:lg\:gap-\[5px\] {
    @media (width >= 64rem) {
      gap: 5px;
    }
  }
  .ygq\:lg\:gap-\[10px\] {
    @media (width >= 64rem) {
      gap: 10px;
    }
  }
  .ygq\:lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .ygq\:lg\:gap-x-8 {
    @media (width >= 64rem) {
      column-gap: calc(var(--ygq-spacing) * 8);
    }
  }
  .ygq\:lg\:overflow-x-visible {
    @media (width >= 64rem) {
      overflow-x: visible;
    }
  }
  .ygq\:lg\:rounded-2xl {
    @media (width >= 64rem) {
      border-radius: var(--ygq-radius-2xl);
    }
  }
  .ygq\:lg\:border-t-0 {
    @media (width >= 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .ygq\:lg\:border-r {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .ygq\:lg\:border-b {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .ygq\:lg\:border-b-\[6px\] {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 6px;
    }
  }
  .ygq\:lg\:border-l {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .ygq\:lg\:bg-\[rgba\(255\,255\,255\,0\.8\)\] {
    @media (width >= 64rem) {
      background-color: rgba(255,255,255,0.8);
    }
  }
  .ygq\:lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--ygq-spacing) * 5);
    }
  }
  .ygq\:lg\:p-\[20px\] {
    @media (width >= 64rem) {
      padding: 20px;
    }
  }
  .ygq\:lg\:p-\[50px\] {
    @media (width >= 64rem) {
      padding: 50px;
    }
  }
  .ygq\:lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--ygq-spacing) * 0);
    }
  }
  .ygq\:lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--ygq-spacing) * 8);
    }
  }
  .ygq\:lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--ygq-spacing) * 10);
    }
  }
  .ygq\:lg\:px-\[200px\] {
    @media (width >= 64rem) {
      padding-inline: 200px;
    }
  }
  .ygq\:lg\:py-5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--ygq-spacing) * 5);
    }
  }
  .ygq\:lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--ygq-spacing) * 8);
    }
  }
  .ygq\:lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--ygq-spacing) * 10);
    }
  }
  .ygq\:lg\:py-15 {
    @media (width >= 64rem) {
      padding-block: calc(var(--ygq-spacing) * 15);
    }
  }
  .ygq\:lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--ygq-spacing) * 20);
    }
  }
  .ygq\:lg\:py-\[50px\] {
    @media (width >= 64rem) {
      padding-block: 50px;
    }
  }
  .ygq\:lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .ygq\:lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--ygq-spacing) * 0);
    }
  }
  .ygq\:lg\:pr-\[150px\] {
    @media (width >= 64rem) {
      padding-right: 150px;
    }
  }
  .ygq\:lg\:pl-5 {
    @media (width >= 64rem) {
      padding-left: calc(var(--ygq-spacing) * 5);
    }
  }
  .ygq\:lg\:text-2xl\! {
    @media (width >= 64rem) {
      font-size: var(--ygq-text-2xl) !important;
      line-height: var(--tw-leading, var(--ygq-text-2xl--line-height)) !important;
    }
  }
  .ygq\:lg\:text-3xl\! {
    @media (width >= 64rem) {
      font-size: var(--ygq-text-3xl) !important;
      line-height: var(--tw-leading, var(--ygq-text-3xl--line-height)) !important;
    }
  }
  .ygq\:lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .ygq\:lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .ygq\:lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .ygq\:lg\:text-ygq-news-title\! {
    @media (width >= 64rem) {
      font-size: var(--ygq-text-ygq-news-title) !important;
    }
  }
  .ygq\:lg\:text-ygq-title\! {
    @media (width >= 64rem) {
      font-size: var(--ygq-text-ygq-title) !important;
    }
  }
  .ygq\:lg\:leading-18\! {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--ygq-spacing) * 18) !important;
      line-height: calc(var(--ygq-spacing) * 18) !important;
    }
  }
}
:root {
  --color-base: #262728;
  --nut-cell-after-border-bottom: 1px solid #ccc !important;
}
body {
  color: var(--color-base) !important;
  font-size: 16px !important;
}
footer a {
  color: var(--color-base) !important;
}
:lang(zh), :lang(zh-CN), :lang(zh_CN) {
  font-family: Microsoft YaHei, Arial, sans-serif, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}
@font-face {
  font-family: "iconfont";
  src: url('//at.alicdn.com/t/c/font_4862408_ga3jtqfwdcp.woff2?t=1742302432765') format('woff2'), url('//at.alicdn.com/t/c/font_4862408_ga3jtqfwdcp.woff?t=1742302432765') format('woff'), url('//at.alicdn.com/t/c/font_4862408_ga3jtqfwdcp.ttf?t=1742302432765') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.icon-shouye:before {
  content: "\e606";
}
.icon-gouwuche:before {
  content: "\e899";
}
.icon-sousuo:before {
  content: "\e6a7";
}
.icon-diqiu:before {
  content: "\e844";
}
.primary-btn {
  background: #c60d19;
  color: #fff;
}
a:hover {
  text-decoration: none !important;
  color: #cf0b17 !important;
}
.layui-layer-btn .layui-layer-btn0 {
  background: #cf0b17 !important;
  border-color: #cf0b17 !important;
}
.layui-layer-btn .layui-layer-btn0:hover {
  background: #cf0b17 !important;
  border-color: #cf0b17 !important;
  color: white !important;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.5);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
.params-container[data-status="hidden"] .arrow-up {
  display: none;
}
.params-container[data-status="hidden"] .arrow-down {
  display: inline-block;
}
.params-container[data-status="show"] .arrow-up {
  display: inline-block;
}
.params-container[data-status="show"] .arrow-down {
  display: none;
}
.params-container[data-status="hidden"] .params-content {
  display: none;
}
.params-container[data-status="show"] .params-content {
  display: inline-block;
}
.product-category {
  width: 100%;
  padding-right: 40px;
}
.product-category .title {
  width: 100%;
  height: 120px;
  background: #ca2424 url(/assets/img/net-bg.png) top center no-repeat;
  padding-left: 40px;
  overflow: hidden;
}
.product-category .title p {
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 10px;
}
.product-category .title span {
  font-size: 14px;
  font-family: Arial;
  color: #fff;
  opacity: .5;
  line-height: 1;
  text-transform: uppercase;
}
.product-category .list {
  background: #333333;
  padding: 6px 10px;
}
.product-category .list ul li {
  padding: 4px 0;
}
.product-category .list ul li a {
  line-height: 40px;
  padding-left: 40px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}
.product-category .list ul li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.product-category .list ul li[class*="current"] a {
  background: #ca2424;
}
.product-category .list ul li:hover a {
  background: #ca2424;
  color: white !important;
}
.product-category .phone {
  width: 100%;
  height: 120px;
  background: #ca2424 url(/assets/img/net-bg.png) bottom center no-repeat;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 40px;
}
.product-category .phone dl dt {
  width: 44px;
  height: 44px;
  float: left;
  margin-top: -3px;
  margin-right: 3px;
}
.product-category .phone dl dt img {
  display: block;
}
.product-category .phone dl dd span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
}
.product-category .phone dl dd p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .product-category {
    width: 100%;
    padding: 0;
  }
  .product-category .title {
    display: none;
  }
  .product-category .phone {
    display: none;
  }
  .product-category .list {
    overflow: hidden;
    overflow-x: hidden;
    display: -webkit-box;
    overflow-x: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product-category .list ul {
    white-space: nowrap;
    width: auto;
    overflow: hidden;
  }
  .product-category .list ul li {
    display: inline-block;
  }
  .product-category .list ul li a {
    padding: 0 15px;
  }
  .product-category .list ul li a:after {
    display: none;
  }
}
.card-btn {
  background: #eee;
  color: #222;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  width: 100px;
  font-weight: 600;
}
.solutions .card .more-link {
  width: 100%;
  height: 40px;
  opacity: 1;
  background-color: #cf0b17;
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.42px;
  transition: all 0.4s ease;
}
.footer-banner {
  padding: 40px 0 !important;
  background: url(/assets/img/footer-banner.svg) no-repeat center / cover #3d3e49 !important;
  text-align: center;
}
@media screen and (min-width: 769px) {
  aside.side-menu.menu {
    max-width: 160px;
  }
}
aside.side-menu.menu .menu-label {
  color: #a1a6ab;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}
aside.side-menu.menu ul.menu-list {
  list-style: none;
  margin: 0 1.25rem 0 0;
}
aside.side-menu.menu ul.menu-list {
  list-style: none;
  margin: 0;
}
aside.side-menu.menu li + li {
  margin-top: 0.725em;
}
aside.side-menu.menu a {
  color: #616076;
  display: block;
  padding-top: 0.575em;
  padding-left: 1.25rem;
  padding-bottom: 0.575em;
  position: relative;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
aside.side-menu.menu li {
  border: solid 0.0625rem transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
aside.side-menu.menu li:hover a {
  color: #cf0b17;
  background: none;
}
aside.side-menu.menu li.is-active a {
  color: #cf0b17;
  background: none;
}
aside.side-menu.menu li.is-active {
  border-radius: 0.0625rem;
  background-color: #fff;
  border: solid 0.0625rem rgba(0, 0, 0, 0.12);
  color: #cf0b17;
}
aside.side-menu.menu li.is-active a:after {
  border: solid 0.0625rem #a1a6ab;
  border-right: 0;
  border-top: 0;
  content: ' ';
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  margin-top: -0.25rem;
  right: 1.125em;
  top: 50%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
.case-study-card {
  display: block;
  border-radius: 3px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin-bottom: 60px;
  transition: all .2s ease;
  cursor: pointer;
  background: white;
}
.case-study-card:hover {
  transform: translate3d(0, -10px, 0);
}
.case-study-card:hover .card-more {
  color: #ca2424;
}
.case-study-card .card-content {
  margin: 25px 0;
  font-size: 14px;
  line-height: 28px;
  height: 80px;
  color: #68747f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.case-study-card .card-more {
  color: #68747f;
}
@media screen and (max-width: 769px) {
  aside.menu {
    overflow-x: auto;
    max-width: none !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  aside.menu li, aside.menu li.is-active {
    background-color: transparent !important;
  }
  aside.menu li + li {
    margin-top: 0 !important;
  }
  aside.menu li a {
    padding: 0.575em 0.875rem !important;
  }
  aside.menu li.is-active a::after {
    display: none !important;
  }
  aside.menu li {
    display: inline-block;
  }
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.article-image {
  height: 600px;
}
@media (max-width: 767px) {
  .article-image {
    height: 400px;
  }
}
.notice-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 16px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .notice-wrapper {
    width: 100%;
    padding: 0 0 1px;
    background-color: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
}
.about-header {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.about-header-item {
  position: relative;
  display: inline-block;
  height: 72px;
  line-height: 72px;
  margin: 0;
  padding: 0 24px;
  min-width: 2em;
  max-width: 12em;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: .2s;
  transition: .2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-header-item:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  height: 4px;
  background-color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}
.about-header-item.active:after {
  background-color: #cf0b17 !important;
}
.pc-nav li:hover > div {
  opacity: 1;
  visibility: visible;
}
.mobile-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  background-repeat: no-repeat;
  background-size: cover;
  height: 0%;
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  transition: all 0.5s;
}
.mobile-nav.on {
  height: 100%;
  bottom: 0;
}
.mobile-nav .close {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9991;
  cursor: pointer;
  opacity: 1 !important;
}
.mobile-nav ul {
  padding: 60px 20px 20px;
  position: relative;
  height: 100%;
}
.mobile-nav ul li {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
  position: relative;
  border-bottom: rgba(255, 255, 255, 0.2) 1px dotted;
}
.mobile-nav.on ul li {
  transform: translateY(0);
  opacity: 1;
}
.mobile-nav.on ul li a {
  font-size: 14px;
  margin: 5px 0;
  text-align: left;
  padding-right: 30px;
  position: relative;
  color: white;
  padding: 10px;
  display: block;
}
.btn-nav {
  width: 50%;
  color: #cf0b17;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
}
.pc-nav li:hover >a {
  background: #cf0b17;
  border-radius: 2px;
}
.pc-nav li:hover > a span {
  color: white !important;
}
.ui-menu-btn {
  width: 46px;
  height: 46px;
  position: absolute;
  overflow: hidden;
  right: 3%;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;
}
.ui-menu-btn .menu-box {
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ui-menu-btn .menu-box i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #1d1d1d;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.ui-menu-btn .menu-box i:nth-child(1) {
  width: 60%;
}
.ui-menu-btn .menu-box i:nth-child(2) {
  top: 6px;
}
.ui-menu-btn .menu-box i:nth-child(3) {
  width: 80%;
  top: 13px;
}
.form-control:focus {
  border-color: #cf0b17;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(207, 11, 23, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(207, 11, 23, 0.6);
}
.ny_contact {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.ny_contact_1 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.ny_contact_1_left {
  width: 60%;
  float: left;
  color: #333333;
}
.ny_contact_1_right {
  width: 40%;
  float: left;
  color: #333333;
}
.ny_contact_1_right img {
  width: 100%;
}
.ny_contact_1_left h2 {
  font-size: 26px;
  padding-bottom: 25px;
}
.ny_contact_1_left p {
  font-size: 16px;
  padding: 10px 0;
}
.ny_contact li {
  overflow: hidden;
  background-color: #fafafa;
  border-top: 2px solid #cf0b17;
  padding: 10px;
  min-height: 150px;
}
.ny_contact li h3 {
  font-size: 32px;
  color: #333333;
  padding: 15px 0;
}
.ny_contact li h3 img {
  margin-left: 10px;
}
.ny_contact li p {
  padding: 5px 10px;
  line-height: 30px;
}
.ny_contact li p span {
  color: #666666;
}
.map {
  width: 100%;
  overflow: hidden;
}
.map img {
  width: 100%;
}
.liuyan {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  background: rgba(240,240,240) !important;
}
.liuyan .c-title {
  padding: 20px 0;
  font-size: 24px;
  line-height: 34px;
  color: #191919;
}
.c-item2 {
  width: 100%;
  overflow: hidden;
}
.liuyan input {
  height: 60px;
  background: #f6f6f6;
  font-size: 16px;
  color: #666;
  padding-left: 2%;
  margin-bottom: 16px;
  border: 0;
}
.liuyan input:nth-child(2) {
  margin-left: 2%;
}
.liuyan textarea {
  width: 100%;
  padding: 17px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  border: 0;
  background: #f6f6f6;
  height: 225px;
  margin-bottom: 16px;
}
.liuyan input {
  float: left;
  width: 47%;
}
.liuyan select {
  border: 0;
  float: right;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  height: 60px;
  background: #f6f6f6;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  margin-bottom: 16px;
}
.liuyan input:last-child {
  float: right;
}
.liuyan button {
  display: block;
  margin: 34px auto 0;
  width: 190px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background: #bb1c14;
  border: 0;
  text-align: center;
}
@media (max-width: 450px) {
  .ny_contact li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .liuyan button {
    margin: 34px auto 0;
    width: 100px;
    height: 30px;
    font-size: 16px;
  }
  .ny_contact_1_left {
    width: 100%;
  }
  .ny_contact_1_right {
    width: 100%;
  }
}
#content img {
  display: inline-block !important;
}
.article-text a {
  color: #cf0b17 !important;
}
.select-search {
  width: 100%;
  border: 1px #cf0b17 solid;
  color: #cf0b17;
  font-size: 16px;
  padding: 5px 4px 5px 7px;
  appearance: none;
  background-image: url(https://www.xmzn.cn/arrow-down-blue.png);
  background-position: right 6px center;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.span-search {
  background-color: #cf0b17;
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  transition-duration: .2s;
  width: 100%;
  border-radius: 6px;
}
.code-block {
  background-color: #E6ECF0;
  color: black;
  cursor: pointer;
  transition-duration: .3s;
  padding: 5px 10px;
  margin: 5px 1px;
  font-size: 14px !important;
  font-weight: bold !important;
}
.code-block.error {
  background-color: #FF0000 !important;
  color: white;
}
.code-block.active,.code-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.xuanxing-select-radio {
  border: 2px red solid;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition-duration: .3s;
  position: relative;
  margin-left: 12px;
}
.xuanxing-select-radio.active:after {
  content: "";
  position: absolute;
  background-color: red;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 50%;
}
.required::after {
  content: "*";
  color: red;
  margin-left: 4px;
}
.yigeqi {
  color: #cf0b17 !important;
  font-weight: bold !important;
}
.pdf-content {
  padding: 20px;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}
.pdf-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #24292f;
  margin-bottom: 16px;
}
.pdf-content p {
  color: #656d76;
  margin-bottom: 24px;
  line-height: 1.6;
}
.pdf-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  border: 1px solid #000000;
  border-radius: 0;
  overflow: hidden;
  font-size: 14px;
  box-shadow: none;
  position: relative;
  position: relative;
}
.pdf-content th {
  background: #f0f0f0;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: #000000;
  border: 1px solid #000000;
  border-bottom: 2px solid #000000;
}
.pdf-content td {
  padding: 12px 16px;
  border: 1px solid #000000;
  color: #000000;
  vertical-align: top;
}
.pdf-content tr:last-child td {
  border-bottom: 1px solid #000000;
}
.xuanxing-highlight {
  color: red !important;
  font-weight: bold !important;
}
[v-cloak] {
  display: none;
}
#app:not([v-cloak]) ~ .loading-overlay {
  display: none;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-content {
  text-align: center;
  color: #666;
}
.loading-logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
}
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #409eff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-text {
  font-size: 18px;
  font-weight: 500;
}
.loading-dots {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  height: 40px;
  color: #cf0b17;
}
.loading-dots::after {
  content: "";
  animation: dots 1.5s infinite;
}
@keyframes dots {
  0% {
    content: "";
  }
  25% {
    content: "·";
  }
  50% {
    content: "··";
  }
  75% {
    content: "···";
  }
  100% {
    content: "";
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
