<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --default-background: #ffffff;
}
:root .classic-dark {
  --default-background: #000000;
}
body {
  margin: 0;
  background-color: var(--default-background);
  font-weight: 400;
  font-family: Gate_Sans;
}

a {
  text-decoration: none;
}

.main {
  height: 100vh;
}

.container {
  padding-top: 104rem;
  text-align: center;
}

.title {
  margin: 0;
  margin-bottom: 48rem;
  font-style: normal;
  font-weight: 600;
  font-size: 48rem;
  line-height: 120%;
  text-align: center;
  color: var(--color-text-1);
}

.goBack {
  display: inline-block;
  height: 52rem;
  line-height: 52rem;
  font-size: 20rem;
  background: var(--color-brand-1);
  border-radius: 27rem;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}

.goBack span {
  padding: 0 32rem;
}

.grid__container--footer {
  padding-top: 24rem;
  padding-bottom: 160rem;
  display: grid;
  grid-template-columns: 51.67% auto;
  gap: 48rem;
}

.earphone__title {
  margin: 0;
  margin-left: 16rem;
  font-style: normal;
  font-weight: 500;
  font-size: 20rem;
  line-height: 20rem;
  color: var(--color-text-1);
}

.link__heading {
  margin-bottom: 16rem;
  display: flex;
  align-items: center;
}

.grid__container--links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 16rem;
}

.link__box {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link__box li {
  padding-left: 10rem;

  font-style: normal;
  font-weight: 500;
  font-size: 14rem;
  line-height: 150%;

  position: relative;
}

.link__box li a {
  margin-left: 3rem;
  color: var(--color-text-2);
}

.link__box li a:hover {
  cursor: pointer;
  color: var(--color-brand-1);
}

.link__box_recommendation li {
  margin-bottom: 16rem;
}

.link__box_recommendation li a {
  color: var(--color-brand-3);
}

.link__box_recommendation li a:hover {
  color: var(--color-brand-2);
}

.link__box li:before {
  content: '';
  position: relative;

  display: block;
  top: 12px;
  left: -10px;

  width: 4px;
  height: 4px;

  background: var(--color-text-2);
  opacity: 0.3;
}

.notFoundBg {
  margin: 0 auto;
}

@media (max-width: 991px) {

  .container {
    padding-top: 72px;
  }

  .grid__container--footer {
    padding-top: 60px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .grid__container--links {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 24px;
    row-gap: 16px;
  }

  .link__heading {
    margin-bottom: 20px;
  }
  .link__box_recommendation li {
    margin-bottom: 16px;
  }

  .title {
    margin: 0;
    margin-bottom: 24rem;
    font-weight: 600;
    font-size: 24rem;
    line-height: 120%;
    text-align: center;
  }

  .earphone__title {
    margin-left: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
  }

  .goBack {
    border-radius: 20px;
    max-width: 343px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .icon__1, .icon__2 {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 414.9px), screen and (max-width: 414.9px)  {
  :root { --layout-padding: 16px; --layout-maxWidth: 382px;}

  .notFoundBg {
    background: url('/images/404/404-h5-v2.png');
    background-size: cover;
    width: 327px;
    height: 197px;
  }

  .classic-dark .notFoundBg {
    background: url('/images/404/404-h5-dark-v2.png');
    background-size: cover;
    width: 327px;
    height: 197px;
  }

  .notFouondH5 {
    /* background: url('/images/404/404-h5-1.png'); */
    /* background-size: cover; */
    width: 343px;
    height: 130px;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }

  .text__box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .link__box li {padding-left: 0;font-size: 14px;}
  .link__box li:before {position: absolute;left: -4px;top: 8px;}
  .link__box li a{padding-left: 8px;margin-left: 0; font-weight: 400;}
}
@media screen and (min-width: 992px) {
  :root { --layout-padding: 28px; --layout-maxWidth: 1128px;}

  .notFoundBg {
    background: url('/images/404/404-web-v2.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 960rem;
    height: 568rem;
  }

  .classic-dark .notFoundBg {
    background: url('/images/404/404-web-dark-v2.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 960rem;
    height: 568rem;
  }

  .notFouondH5 {
    display: none;
  }

  .text__box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1200px) {
  :root { --layout-padding: 108px; --layout-maxWidth: 1224px;}
}

@media screen and (min-width: 1440px) {
  :root { --layout-padding: 120px; --layout-maxWidth: 1440px;}

  .notFoundBg {
    background: url('/images/404/404-web-v2.png');
    background-size: cover;
    width: 1240px;
    height: 568px;
  }
}

@media screen and (min-width: 1680px) {
  :root { --layout-padding: 240px; --layout-maxWidth: 1440px;}

  .grid__item--2 {
    margin-left: 100rem;
  }  
}

@media screen and (min-width: 1920px) {
  :root { --layout-padding: 240px; --layout-maxWidth: 1680px;}

  .flex--grid--layout {
    max-width: calc(var(--layout-maxWidth) + 2 * var(--layout-padding));
  }
}

@media screen and (min-width: 2560px) {
  :root { --layout-maxWidth: 1680px;}
}


/* 筝�絮鎡�腓� */

/* breakpoint 1 */
@media screen and (max-height: 900px) and (min-width: 992px) {

  .container {
    padding-top: 15rem;
  }
  .grid__container--footer {
    padding-bottom: 15rem;
  }

  .text__box {
    top: 105px;
  }
}

@media screen and (max-height: 900px) and (min-width: 1200px) {
  .text__box {
    top: 115px;
  }
}

@media screen and (max-height: 900px) and (min-width: 1440px) {
  .text__box {
    top: 185px;
  }
}

/* breakpoint 2 */
@media screen and (min-height: 900px) and (max-height: 1030px) and (min-width: 992px) {
  .container {
    padding-top: 104rem;
  }
  .grid__container--footer {
    padding-bottom: 40rem;
  }
  .text__box {
    top: 170px;
  }
}

@media screen and (min-height: 900px) and (max-height: 1030px) and (min-width: 1200px) {
  .text__box {
    top: 190px;
  }
}

@media screen and (min-height: 900px) and (max-height: 1030px) and (min-width: 1440px) {
  .text__box {
    top: 280px;
  }
}

/* breakpoint 3 */
@media screen and (min-height: 1030px) and (min-width: 992px) {

  .container {
    padding-top: 104rem;
  }
  .grid__container--footer {
    padding-bottom: 60rem;
  }

  .text__box {
    top: 170px;
  }
}

@media screen and (min-height: 1030px) and (min-width: 1200px) {
  .text__box {
    top: 190px;
  }
}

@media screen and (min-height: 1030px) and (min-width: 1440px) {
  .text__box {
    top: 280px;
  }
}
</pre></body></html>