@font-face {
  font-family: "小米兰亭 Pro";
  src: url("./fonts/MiSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "小米兰亭 Pro Normal";
  src: url("./fonts/MiSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "小米兰亭 Pro DemiBold";
  src: url("./fonts/MiSans-Demibold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "小米兰亭 Pro Light";
  src: url("./fonts/MiSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "MILanPro";
  src: url("./fonts/MiSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "MILanPro DemiBold";
  src: url("./fonts/MiSans-Demibold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "MILanPro Normal";
  src: url("./fonts/MiSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MILanPro Bold";
  src: url("./fonts/MiSans-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "MILanPro Light";
  src: url("./fonts/MiSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Swis721 WGL4 BT";
  src: url("./fonts/MiSans-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Swis721 WGL4 BT";
  src: url("./fonts/Swis721WGL4BT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("./fonts/MiSans-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "MiSans";
  src: url("./fonts/MiSans-Demibold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "MiSans";
  src: url("./fonts/MiSans-Heavy.woff2") format("woff2");
  font-weight: 900;
}

@font-face {
  font-family: "MiSans";
  src: url("./fonts/MiSans-Light.woff2") format("woff2");
  font-weight: 300;
}

:root {
  --blue: #0647a6;
  --ink: #111;
  --line: #808186;
  --soft: #efefef;
  --font-cn: "MILanPro Normal", "MiSans", "Microsoft YaHei", Arial, sans-serif;
  --font-en: "MILanPro Normal", "MiSans", Arial, sans-serif;
  --font-cdr-demibold: "MILanPro DemiBold", "MiSans", Arial, sans-serif;
  --font-cdr-bold: "MILanPro Bold", "MiSans", Arial, sans-serif;
  --font-cdr-normal: "MILanPro Normal", "MiSans", Arial, sans-serif;
  --font-cdr-light: "MILanPro Light", "MiSans", Arial, sans-serif;
  --font-cdr-number: "Swis721 WGL4 BT", "Arial Black", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  background: #fff;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  color: var(--ink);
  font-family: var(--font-en);
  letter-spacing: 0;
  overflow-x: clip;
  overflow-y: visible;
}

.lang-cn {
  font-family: var(--font-cn);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.prototype {
  padding: 0 0 56px;
  overflow-x: clip;
  overflow-y: visible;
}

.page {
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.page.coded-page {
  overflow: visible;
}

.page-desktop {
  width: 1222px;
  min-height: 3380px;
}

.page-mobile {
  width: 100vw;
  max-width: 390px;
}

.raster-page,
.slice-page {
  min-height: 0;
  overflow: visible;
}

.raster-page img,
.design-slice img {
  display: block;
  width: 100%;
  height: auto;
}

.raster-page.page-desktop,
.slice-page.page-desktop {
  width: 1222px;
  min-height: 0;
}

.raster-page.page-mobile,
.slice-page.page-mobile {
  width: min(100vw, 390px);
  min-height: 0;
}

.design-slice {
  display: block;
  margin: 0;
  padding: 0;
}

.coded-page {
  position: relative;
  min-height: 0;
  overflow: visible;
  isolation: isolate;
}

.coded-stage-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.coded-full-bleed-band {
  position: absolute;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

.coded-stage {
  position: relative;
  transform-origin: left top;
}

.coded-bg {
  position: absolute;
  inset: 0;
  object-fit: none;
}

.cdr-overlay {
  position: absolute;
  z-index: 2;
  display: block;
}

.coded-mask {
  position: absolute;
  z-index: 10;
  background: #fff;
  pointer-events: none;
}

.coded-feature-mask {
  left: 180px;
  top: 2186px;
  width: 735px;
  height: 230px;
}

.coded-feature-controls {
  position: absolute;
  z-index: 11;
  left: 219px;
  top: 2231px;
  display: grid;
  grid-template-columns: repeat(7, 86px);
  gap: 6px;
}

.coded-feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 86px;
  height: 134px;
  padding-top: 24px;
  border-radius: 17px;
  background: #e9e9e9;
  color: #808080;
  font-family: "小米兰亭 Pro Normal", "MiSans", "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.coded-feature-card:hover,
.coded-feature-card:focus-visible {
  transform: translateY(-10px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.08);
}

.coded-feature-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #858585;
}

.coded-feature-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.coded-feature-controls.lang-en .coded-feature-card {
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1.05;
}

.coded-app-mask {
  left: 0;
  width: 1068px;
  height: 1900px;
}

.coded-app-footer {
  position: absolute;
  z-index: 11;
  left: 0;
  width: 1068px;
  min-height: 1830px;
  background: #fff;
  color: #5f5d5d;
}

.coded-app-grid {
  position: absolute;
  left: 6px;
  top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 499px);
  column-gap: 63px;
  row-gap: 107px;
}

.coded-app-card {
  display: block;
  position: relative;
  width: 499px;
  height: 653px;
  color: #5f5d5d;
}

.coded-app-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 102px;
}

.coded-app-head strong {
  display: block;
  font-family: "小米兰亭 Pro DemiBold", "MiSans", "Microsoft YaHei", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.95;
  white-space: pre-line;
}

.coded-app-head span {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  font-family: "小米兰亭 Pro DemiBold", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 0.86;
  white-space: pre-line;
}

.coded-app-head b {
  position: absolute;
  left: 473px;
  top: -5px;
  font-family: Arial, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.coded-app-card img {
  display: block;
  width: 499px;
  height: 551px;
  object-fit: cover;
}

.coded-footer {
  position: absolute;
  left: 6px;
  top: 1532px;
  width: 1062px;
  color: #5f5d5d;
  font-family: "小米兰亭 Pro Normal", "MiSans", "Microsoft YaHei", Arial, sans-serif;
}

.coded-footer-line {
  height: 1px;
  background: #9a9a9a;
}

.coded-footer-main {
  position: relative;
  display: block;
  min-height: 204px;
}

.coded-footer-brandline {
  position: absolute;
  left: 0;
  top: 47px;
  width: 350px;
}

.coded-footer-logo {
  width: 150px;
  height: auto;
  margin-bottom: 26px;
}

.coded-footer p,
.coded-footer-contact {
  margin: 0;
  color: #5f5d5d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.coded-footer-text {
  white-space: pre-line;
}

.coded-footer-contact {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}

.coded-footer p {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.coded-footer-phone {
  left: 375px;
  top: 103px;
  width: 210px;
}

.coded-footer-email {
  left: 638px;
  top: 103px;
  width: 230px;
}

.coded-footer-ico {
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 3px solid #8e8e8e;
  border-radius: 50%;
  color: #6f6f6f;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.coded-footer-icon-image {
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.coded-footer-qr {
  position: absolute;
  left: 922px;
  top: 38px;
  width: 138px;
  height: 138px;
  object-fit: contain;
}

.coded-footer-line-bottom {
  margin-top: 0;
}

.coded-footer small {
  display: block;
  margin-top: 22px;
  color: #777;
  font-size: 12px;
  text-align: center;
}

.coded-app-footer-en .coded-app-grid {
  top: 72px;
}

.coded-app-footer-en .coded-app-head strong {
  font-family: "小米兰亭 Pro", "MiSans", Arial, sans-serif;
  font-size: 18px;
  line-height: 0.92;
}

.coded-app-footer-en .coded-footer {
  top: 1532px;
}

.coded-app-footer-en .coded-footer-main {
  min-height: 204px;
}

.coded-app-footer-en .coded-footer-brandline {
  width: 380px;
}

.coded-app-footer-en .coded-footer-phone {
  left: 375px;
  width: 230px;
}

.coded-app-footer-en .coded-footer-email {
  left: 638px;
  width: 260px;
}

.coded-app-footer-en .coded-footer p,
.coded-app-footer-en .coded-footer-contact {
  font-size: 12px;
  line-height: 1.22;
}

.coded-app-footer-en .coded-footer small {
  margin-top: 22px;
  font-size: 11px;
}

.cdr-text {
  position: absolute;
  z-index: 3;
  letter-spacing: 0;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.site-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 170px;
  padding: 54px 0 0;
  background: #fff;
}

.site-header::after {
  display: none;
  content: none;
}

.coded-page.page-desktop::before {
  position: absolute;
  top: 222px;
  right: 0;
  left: 0;
  z-index: 4;
  height: 4px;
  background: #fff;
  content: "";
  pointer-events: none;
}

.coded-page.page-desktop::after {
  position: absolute;
  top: 266px;
  right: 0;
  left: 0;
  z-index: 4;
  height: 2px;
  background: #fff;
  content: "";
  pointer-events: none;
}

.coded-header-pill-mask {
  position: absolute;
  left: 692px;
  top: 150px;
  z-index: 10;
  width: 319px;
  height: 34px;
  background: #fff;
  pointer-events: none;
}

.coded-header-pills {
  display: none !important;
}

.coded-header-pills-legacy {
  position: absolute;
  left: 699px;
  top: 158px;
  z-index: 11;
  display: grid;
  grid-template-columns: repeat(3, 86px);
  gap: 22px;
  align-items: center;
}

.coded-header-pills a[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

.coded-header-pills a {
  display: grid;
  place-items: center;
  height: 22px;
  border: 1px solid #8b8b8b;
  border-radius: 999px;
  background: #fff;
  color: #1f1f1f;
  font-family: Arial, "MiSans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.coded-language-switch {
  position: absolute;
  top: 31px;
  right: 12px;
  z-index: 14;
  color: #555;
  font: 400 11px/1 Arial, "MiSans", sans-serif;
}

.coded-language-switch details {
  position: relative;
  display: inline-block;
  width: 96px;
}

.coded-language-switch summary {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 16px 7px 4px;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  list-style: none;
  text-align: right;
  white-space: nowrap;
}

.coded-language-switch summary::-webkit-details-marker {
  display: none;
}

.coded-language-switch summary::after {
  position: absolute;
  top: 8px;
  right: 4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  content: "";
  transform: rotate(45deg);
}

.coded-language-switch details[open] summary::after {
  top: 11px;
  transform: rotate(225deg);
}

.coded-language-switch details > div {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  box-sizing: border-box;
  display: grid;
  width: 100%;
  min-width: 0;
  padding: 4px 0;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.08);
}

.coded-language-switch details a {
  padding: 6px 16px 6px 4px;
  color: #555;
  font-size: 11px;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.coded-language-switch details a:hover,
.coded-language-switch details a:focus-visible,
.coded-language-switch details a[aria-current="page"] {
  color: #004098;
}

.coded-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  height: 320px;
  overflow: visible;
  pointer-events: none;
}

.coded-site-header .coded-language-switch,
.coded-site-header .coded-header-pills,
.coded-site-header .coded-en-main-nav,
.coded-site-header .coded-cn-nav-item,
.coded-site-header .coded-nav-active-text {
  pointer-events: auto;
}

.coded-en-nav-mask {
  position: absolute;
  top: 221px;
  left: 0;
  z-index: 10;
  width: 1068px;
  height: 47px;
  border-top: 1px solid #777;
  background: #fff;
  pointer-events: none;
}

.coded-en-main-nav {
  position: absolute;
  top: 221px;
  right: 40px;
  left: 40px;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 47px;
  padding-top: 13px;
  overflow: visible;
}

.coded-en-main-nav.coded-en-main-nav-with-sub {
  align-items: start;
}

.coded-en-main-nav .coded-nav-item {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
  min-width: 0;
  height: 34px;
}

.coded-en-main-nav .coded-nav-item::after,
.coded-cn-nav-item::after {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 1;
  width: 126px;
  height: 18px;
  content: "";
  transform: translateX(-50%);
}

.coded-en-main-nav .coded-nav-item:hover,
.coded-en-main-nav .coded-nav-item:focus-within,
.coded-cn-nav-item:hover,
.coded-cn-nav-item:focus-within {
  z-index: 5;
}

.coded-en-main-nav .coded-nav-item > a {
  display: grid;
  place-self: start center;
  place-items: center;
  min-width: 84px;
  height: 20px;
  padding: 0 10px;
  border-radius: 999px;
  color: #666;
  font: 400 11px/1 Arial, "MiSans", sans-serif;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease;
}

.coded-en-main-nav .coded-nav-item > a:hover,
.coded-en-main-nav .coded-nav-item > a:focus-visible,
.coded-en-main-nav .coded-nav-item > a.active,
.coded-en-main-nav .coded-nav-item:hover > a,
.coded-en-main-nav .coded-nav-item:focus-within > a {
  background: #004098;
  color: #fff;
}

.coded-subnav {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 50;
  display: grid;
  width: max-content;
  min-width: 120px;
  padding: 10px 0 8px;
  border: 1px solid rgba(0, 64, 152, 0.18);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
  visibility: hidden;
  transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}

.coded-nav-item:hover > .coded-subnav,
.coded-nav-item:focus-within > .coded-subnav,
.coded-cn-nav-item:hover > .coded-subnav,
.coded-cn-nav-item:focus-within > .coded-subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
  transition-delay: 0s;
}

.coded-subnav a {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  display: block;
  width: auto;
  min-width: 0;
  height: auto !important;
  margin: 0;
  padding: 7px 13px;
  border-radius: 0;
  color: #666;
  font: 400 11px/1.2 Arial, "MiSans", "Microsoft YaHei", sans-serif;
  text-align: center;
  white-space: nowrap;
  background: transparent !important;
}

.coded-subnav a:hover,
.coded-subnav a:focus-visible {
  background: transparent !important;
  color: #004098 !important;
}

.coded-section-hotspots {
  position: absolute;
  inset: 0;
  z-index: 12;
  pointer-events: none;
}

.coded-section-hotspots a {
  position: absolute;
  z-index: 12;
  display: block;
  pointer-events: auto;
  background: transparent;
}

.coded-section-hotspots a:focus-visible {
  outline: 2px solid #004098;
  outline-offset: 2px;
}

.coded-main-nav-links {
  position: absolute;
  inset: 0;
  z-index: 12;
  overflow: visible;
  pointer-events: none;
}

.coded-cn-nav-item {
  position: absolute;
  z-index: 12;
  overflow: visible;
  pointer-events: auto;
}

.coded-cn-nav-item > a {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  border-radius: 999px;
  background: transparent;
}

.coded-cn-nav-item > a:focus-visible {
  outline: 2px solid #004098;
  outline-offset: 2px;
}

.coded-main-nav-links > a {
  position: absolute;
  z-index: 12;
  display: block;
  border-radius: 999px;
  background: transparent;
}

.coded-main-nav-links > a:focus-visible {
  outline: 2px solid #004098;
  outline-offset: 2px;
}

.coded-nav-active-mask {
  position: absolute;
  z-index: 10;
  background: #fff;
  pointer-events: none;
}

.coded-nav-active-mask-cn {
  left: 42px;
  top: 237px;
  width: 76px;
  height: 22px;
}

.coded-nav-active-mask-en {
  left: 29px;
  top: 237px;
  width: 100px;
  height: 22px;
}

.coded-nav-active-text {
  position: absolute;
  z-index: 11;
  display: grid;
  place-items: center;
  color: #808080;
  font-family: "小米兰亭 Pro Normal", "MiSans", "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 999px;
  white-space: pre;
  transition: background-color 160ms ease, color 160ms ease;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.coded-nav-active-text:hover,
.coded-nav-active-text:focus-visible {
  background: #004098;
  color: #fff;
}

.coded-nav-active-text-cn {
  left: 44px;
  top: 238px;
  width: 70px;
  height: 18px;
}

.coded-nav-active-text-en {
  left: 31px;
  top: 238px;
  width: 96px;
  height: 18px;
  font-family: Arial, "MiSans", sans-serif;
  font-size: 13px;
}

.coded-hero-sub-mask {
  position: absolute;
  left: 0;
  top: 600px;
  z-index: 10;
  width: 255px;
  height: 45px;
  background: #004098;
  pointer-events: none;
}

.coded-hero-sub {
  position: absolute;
  left: 13px;
  top: 609px;
  z-index: 11;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "小米兰亭 Pro Light", "MiSans", "Microsoft YaHei", sans-serif;
  font-size: 23.3px;
  font-weight: 300;
  line-height: 24.4px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.coded-hero-sub::before {
  display: block;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-right: 12px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  content: "";
}

.coded-gift-text {
  position: absolute;
  left: 55px;
  top: 2540px;
  z-index: 11;
  width: 356px;
  color: #333;
  font-family: "小米兰亭 Pro Normal", "MiSans", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.coded-gift-text h2 {
  margin: 0;
  color: #333;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
  text-align: left;
}

.coded-gift-text p {
  margin: 18px 0 0;
  color: #333;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}

.lang-switch {
  position: absolute;
  top: 26px;
  right: 258px;
  color: #343434;
  font-family: "Microsoft YaHei", "MiSans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.brand {
  display: block;
  width: 378px;
  height: 60px;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-nav {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 28px;
  color: #343434;
  font-family: "Microsoft YaHei", "MiSans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
}

.top-nav a {
  position: relative;
  padding: 0 0 9px;
}

.top-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
}

.menu {
  display: none;
  width: 26px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu span {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: #333;
}

.hero {
  position: relative;
  height: 545px;
  background: #104ca7;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 42%, rgba(73, 187, 234, 0.42), transparent 128px),
    linear-gradient(90deg, #153d8d 0%, #0c52ac 100%);
  content: "";
}

.hero-with-slice::before {
  display: none;
}

.hero-slice {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: absolute;
  left: 258px;
  top: 74px;
  z-index: 2;
  color: #fff;
  font-family: var(--font-cdr-demibold);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-copy div {
  font-size: 48px;
  line-height: 0.84;
}

.hero-copy strong {
  display: block;
  font-size: 72px;
  line-height: 0.88;
}

.hero-copy p {
  margin: 19px 0 0;
  font-family: var(--font-cdr-light);
  font-size: 17px;
  font-weight: 300;
  text-transform: none;
}

.hero-ripple {
  position: absolute;
  left: 665px;
  top: 73px;
  z-index: 1;
  width: 323px;
  height: 275px;
  object-fit: contain;
  opacity: 0.96;
}

.hero-fish {
  display: none;
}

.research {
  background: #fff;
}

.year-row {
  position: relative;
  display: grid;
  grid-template-columns: 226px 672px;
  column-gap: 25px;
  width: 923px;
  margin: 73px 0 0 242px;
  color: var(--blue);
}

.year-media {
  position: relative;
  width: 226px;
  height: 170px;
}

.year-art {
  position: absolute;
  left: -116px;
  top: -43px;
  width: 335px;
  height: auto;
}

.year-number {
  font-family: var(--font-cdr-number);
  font-size: 218px;
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: -9px;
  transform: scaleX(0.84);
  transform-origin: left top;
}

.year-text {
  padding-top: 5px;
}

.year-text h2 {
  margin: 0;
  color: var(--blue);
  font-family: var(--font-cdr-demibold);
  font-size: 51px;
  font-weight: 700;
  line-height: 1.08;
  white-space: nowrap;
}

.year-text p {
  margin: 21px 0 0;
  color: var(--blue);
  font-family: var(--font-cdr-normal);
  font-size: 27px;
  font-weight: 400;
}

.year-fish {
  position: absolute;
  left: 27px;
  top: -5px;
  z-index: 3;
  width: 34px;
  transform: rotate(-16deg) scaleX(-1);
}

.research-cards {
  display: grid;
  grid-template-columns: repeat(3, 313px);
  gap: 43px;
  width: 1025px;
  margin: 138px auto 0;
}

.research-card img {
  width: 313px;
  height: 137px;
  object-fit: cover;
}

.research-card span {
  display: block;
  height: 85px;
  padding-top: 45px;
  border-bottom: 1px solid #7b7b7b;
  color: #3c3c3c;
  font-family: var(--font-cdr-light);
  font-size: 17px;
  line-height: 1;
}

.product-band {
  position: relative;
  height: 520px;
  margin-top: 156px;
  background: #ededed;
}

.product-bg {
  position: absolute;
  inset: 0 auto 0 0;
  width: 610px;
  background: url("./cdr/fiber-gray.jpg") center / cover no-repeat;
  opacity: 0.54;
}

.product-bg::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(238,238,238,0.05), #ededed 92%);
  content: "";
}

.product-copy {
  position: absolute;
  left: 615px;
  top: 91px;
  width: 526px;
}

.product-copy h2 {
  margin: 0 0 25px;
  font-family: var(--font-cdr-light);
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}

.product-copy p {
  margin: 0;
  color: #111;
  font-family: var(--font-cdr-light);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
  text-align: justify;
}

.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px;
  margin-top: 61px;
}

.process a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  color: #111;
  font-family: var(--font-cn);
  font-size: 15px;
}

.feature-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
}

.feature-icon::before {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #111;
  content: "";
}

.process-icon {
  display: block;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.features {
  width: 100%;
  margin: 0;
  padding: 64px 99px 82px;
  background: #5f5d5e;
  color: #dedede;
  text-align: center;
}

.features h2,
.applications h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 24px;
  font-family: var(--font-cdr-light);
  font-size: 30px;
  font-weight: 300;
  white-space: nowrap;
}

.features h2::before,
.features h2::after,
.applications h2::before,
.applications h2::after {
  display: inline-block;
  flex: 0 0 238px;
  width: 238px;
  height: 1px;
  margin: 0;
  background: #777;
  content: "";
}

.features h2 {
  color: #15c5fe;
}

.features h2::before,
.features h2::after {
  background: #15c5fe;
}

.features p,
.applications p {
  width: 690px;
  margin: 0 auto;
  font-family: var(--font-cdr-light);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.features p {
  color: #dedede;
}

.feature-icons {
  display: grid;
  grid-template-columns: repeat(7, 92px);
  justify-content: center;
  gap: 6px;
  margin-top: 42px;
}

.feature-icons a {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  min-width: 0;
  height: 142px;
  padding-top: 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.feature-icons a:nth-child(1) {
  background: #d6c99c;
}

.feature-icons a:nth-child(2) {
  background: #f0b397;
}

.feature-icons a:nth-child(3) {
  background: #dc8993;
}

.feature-icons a:nth-child(4) {
  background: #beaaa9;
}

.feature-icons a:nth-child(5) {
  background: #b5deda;
}

.feature-icons a:nth-child(6) {
  background: #c4d4ad;
}

.feature-icons a:nth-child(7) {
  background: #9ea0ac;
}

.feature-icon {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.gift {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 45px;
  width: 100%;
  margin: 0;
  padding: 88px 99px 0;
  align-items: end;
  background: #fff;
}

.gift-copy h2 {
  margin: 0 0 18px;
  font-family: var(--font-cdr-bold);
  font-size: 48px;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.gift-copy h2::after {
  display: inline-block;
  width: 204px;
  height: 1px;
  margin-left: 19px;
  vertical-align: 11px;
  background: #777;
  content: "";
}

.gift-copy p {
  margin: 0;
  font-family: var(--font-cdr-light);
  font-size: 15px;
  line-height: 1.6;
}

.gift img {
  width: 570px;
  height: 250px;
  object-fit: cover;
  filter: grayscale(100%);
}

.applications {
  width: 1025px;
  margin: 0 auto;
  padding: 78px 0 0;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 62px;
  margin-top: 46px;
}

.app-card div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  border-top: 1px solid #777;
  color: #333;
  font-family: var(--font-cdr-light);
  font-size: 15px;
}

.app-card b {
  font-weight: 300;
}

.app-card img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.footer {
  position: relative;
  display: grid;
  grid-template-columns: 240px 1fr 120px;
  gap: 22px;
  width: 100%;
  margin: 86px 0 0;
  padding: 48px 99px 68px;
  background: #253d7b;
  color: #fff;
}

.footer-brand {
  width: 220px;
  height: 36px;
}

.footer-lines p {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.9);
  font-size: 13px;
}

.qr {
  width: 100px;
  height: 100px;
  justify-self: end;
  object-fit: cover;
}

.footer small {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  color: rgba(255,255,255,0.65);
  font-size: 10px;
  text-align: center;
}

.page-mobile .site-header {
  height: 54px;
  padding: 12px 15px 9px;
  border-bottom: 0;
}

.page-mobile .brand {
  width: 84px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
}

.page-mobile .brand i {
  right: -3px;
  top: 3px;
  width: 20px;
  height: 12px;
}

.page-mobile .top-nav {
  gap: 8px;
  font-size: 0;
}

.page-mobile .top-nav a {
  display: block;
  width: 38px;
  height: 7px;
  padding: 0;
  border: 1px solid #0b4aa4;
  border-radius: 99px;
}

.page-mobile .top-nav a:nth-child(n+4) {
  display: none;
}

.page-mobile .menu {
  display: block;
}

.page-mobile .hero {
  height: 163px;
  background: #fff;
}

.page-mobile .hero::before {
  display: none;
}

.page-mobile .hero-copy {
  left: 15px;
  top: 33px;
  color: var(--blue);
}

.page-mobile.lang-en .hero-copy {
  color: #111;
}

.page-mobile .hero-copy div {
  font-size: 21px;
  line-height: 0.98;
}

.page-mobile .hero-copy strong {
  font-size: 37px;
  line-height: 0.9;
}

.page-mobile .hero-copy p {
  margin-top: 12px;
  color: var(--blue);
  font-size: 12px;
}

.page-mobile .hero-ripple {
  right: 91px;
  top: 100px;
  width: 130px;
  height: 38px;
}

.page-mobile .hero-fish {
  right: 160px;
  top: 75px;
  width: 42px;
}

.page-mobile .year-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  width: 260px;
  margin: 16px 0 0 61px;
  column-gap: 8px;
}

.page-mobile .year-number {
  font-size: 64px;
  letter-spacing: -2px;
}

.page-mobile .year-text h2 {
  font-size: 14px;
  line-height: 1.08;
  white-space: nowrap;
}

.page-mobile .year-text p {
  margin-top: 7px;
  font-size: 8px;
}

.page-mobile .year-fish {
  display: none;
}

.page-mobile .research-cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  width: 362px;
  margin: 23px auto 0;
}

.page-mobile .research-card img {
  width: 100%;
  height: 63px;
}

.page-mobile .research-card span {
  height: 35px;
  padding-top: 12px;
  font-size: 8px;
}

.page-mobile .product-band {
  height: auto;
  margin: 9px 14px 0;
  padding: 19px 16px 21px;
  background: var(--blue);
}

.page-mobile .product-bg {
  display: none;
}

.page-mobile .product-copy {
  position: static;
  width: auto;
  color: #fff;
}

.page-mobile .product-copy h2 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.page-mobile .product-copy p {
  color: #fff;
  font-size: 8px;
  line-height: 1.55;
}

.page-mobile .process {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 17px;
}

.page-mobile .process a {
  color: #fff;
  font-size: 0;
}

.page-mobile .process-icon {
  width: 42px;
  height: 26px;
  filter: invert(1);
}

.page-mobile .process-icon::before {
  background: #fff;
}

.page-mobile .applications {
  width: 362px;
  padding-top: 24px;
}

.page-mobile .features {
  width: 100%;
  padding: 24px 14px 40px;
}

.page-mobile .features h2,
.page-mobile .applications h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.page-mobile .features h2::before,
.page-mobile .features h2::after,
.page-mobile .applications h2::before,
.page-mobile .applications h2::after {
  flex-basis: 82px;
  width: 82px;
  margin: 0;
}

.page-mobile .features p,
.page-mobile .applications p {
  width: auto;
  font-size: 8px;
  line-height: 1.65;
  text-align: left;
}

.page-mobile .feature-icons {
  grid-template-columns: repeat(7, 32px);
  gap: 5px;
  margin-top: 20px;
}

.page-mobile .feature-icons a {
  width: 32px;
  height: 74px;
  padding-top: 8px;
  border-radius: 11px;
  font-size: 0;
}

.page-mobile .feature-icon {
  width: 27px;
  height: 27px;
}

.page-mobile .gift {
  display: block;
  width: 362px;
  margin-top: 34px;
}

.page-mobile .gift-copy h2 {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 36px;
}

.page-mobile.lang-en .gift-copy h2 {
  color: #111;
}

.page-mobile .gift-copy h2::after {
  width: 128px;
  margin-left: 12px;
}

.page-mobile .gift-copy p {
  font-size: 8px;
}

.page-mobile .gift img {
  width: 100%;
  height: 141px;
  margin-top: 14px;
}

.page-mobile .app-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px 18px;
  margin-top: 21px;
}

.page-mobile .app-card div {
  height: 26px;
  font-size: 8px;
}

.page-mobile .app-card img {
  height: 166px;
}

.page-mobile .footer {
  grid-template-columns: 1fr 92px;
  width: 362px;
  gap: 12px;
  margin-top: 31px;
  padding: 15px 0 31px;
}

.page-mobile .footer-brand {
  grid-column: 1 / -1;
}

.page-mobile .footer-lines p {
  font-size: 8px;
  line-height: 1.35;
}

.page-mobile .qr {
  width: 78px;
  height: 78px;
  border-width: 4px;
  font-size: 9px;
}

.page-mobile .footer small {
  font-size: 6px;
}

.mobile-dom-page {
  position: relative;
  width: 390px;
  height: 2700px;
  max-width: 390px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  color: #15499a;
  font-family: "小米兰亭 Pro Normal", "MiSans", "Microsoft YaHei", Arial, sans-serif;
}

.mobile-dom-page img {
  display: block;
}

.mobile-cdr-header,
.mobile-cdr-hero,
.mobile-cdr-research,
.mobile-cdr-product,
.mobile-cdr-features,
.mobile-cdr-gift,
.mobile-cdr-apps,
.mobile-cdr-footer {
  position: absolute;
  left: 0;
  width: 390px;
}

.mobile-cdr-header {
  top: 0;
  height: 105px;
}

.mobile-cdr-logo {
  position: absolute;
  left: 21px;
  top: 20px;
  width: 132px;
  height: auto;
}

.mobile-cdr-pills {
  display: none !important;
}

.mobile-cdr-drawer-pills {
  display: none !important;
}

.mobile-cdr-pills a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 18px;
  border: 1px solid #777;
  border-radius: 99px;
  background: #fff;
  color: #222;
  font-family: Arial, sans-serif;
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.mobile-cdr-pills a:hover,
.mobile-cdr-pills a:focus-visible {
  background: #004098;
  border-color: #004098;
  color: #fff;
}

.mobile-cdr-menu {
  position: absolute;
  right: 24px;
  top: 28px;
  display: grid;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  z-index: 40;
  place-content: center;
}

.mobile-cdr-menu span {
  display: block;
  width: 26px;
  height: 2px;
  background: #777;
}

.mobile-cdr-drawer-backdrop {
  position: absolute;
  inset: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.mobile-cdr-drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 31;
  width: 278px;
  min-height: 100%;
  padding: 28px 26px 36px;
  background: #fff;
  box-shadow: none;
  color: #333;
  transform: translateX(100%);
  transition: transform 220ms ease;
  pointer-events: none;
}

.mobile-dom-page.is-drawer-open .mobile-cdr-drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.mobile-dom-page.is-drawer-open .mobile-cdr-drawer {
  transform: translateX(0);
  box-shadow: -18px 0 40px rgba(0, 0, 0, 0.14);
  pointer-events: auto;
}

.mobile-dom-page.is-drawer-open .mobile-cdr-menu {
  opacity: 0;
  pointer-events: none;
}

.mobile-cdr-drawer-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.mobile-cdr-drawer > img {
  width: 144px;
  height: auto;
  margin: 4px 0 34px;
}

.mobile-cdr-drawer nav {
  display: grid;
  gap: 0;
  border-top: 1px solid #e0e0e0;
}

.mobile-cdr-drawer nav a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  color: #444;
  font-family: "小米兰亭 Pro Normal", "MiSans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

.mobile-cdr-drawer nav a.active {
  color: #15499a;
  font-family: "小米兰亭 Pro DemiBold", "MiSans", Arial, sans-serif;
}

.mobile-cdr-drawer-pills {
  display: none !important;
}

.mobile-cdr-drawer-pills span,
.mobile-cdr-drawer-pills a {
  display: grid;
  place-items: center;
  min-height: 30px;
  border: 1px solid #8c8c8c;
  border-radius: 99px;
  color: #333;
  font: 700 11px/1 Arial, sans-serif;
}

.mobile-cdr-drawer-pills a[aria-disabled="true"],
.mobile-cdr-pills a[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

.mobile-cdr-language-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e0e0e0;
}

.mobile-cdr-language-options a {
  padding: 8px 0;
  color: #666;
  font: 700 12px/1 Arial, "MiSans", sans-serif;
  text-align: center;
}

.mobile-cdr-language-options a[aria-current="page"] {
  border-bottom: 2px solid #15499a;
  color: #15499a;
}

.mobile-cdr-hero {
  top: 0;
  height: 300px;
}

.mobile-cdr-hero h1,
.mobile-cdr-hero p {
  margin: 0;
}

.mobile-cdr-hero h1 span,
.mobile-cdr-hero h1 strong {
  position: absolute;
  display: block;
  z-index: 2;
  font-family: "小米兰亭 Pro", "MiSans", Arial, sans-serif;
  font-weight: 800;
  color: #15499a;
  letter-spacing: 0;
  white-space: nowrap;
}

.mobile-cdr-hero h1 span {
  left: 25px;
  top: 121px;
  font-size: 31px;
  line-height: 1;
}

.mobile-cdr-hero h1 strong {
  left: 24px;
  top: 154px;
  font-size: 52px;
  line-height: 1;
}

.mobile-cdr-hero p {
  position: absolute;
  z-index: 2;
  left: 41px;
  top: 219px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "小米兰亭 Pro Light", "MiSans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
}

.mobile-cdr-hero p b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #15499a;
}

.mobile-cdr-ornament {
  position: absolute;
  z-index: 1;
  left: 191px;
  top: 174px;
  width: 198px;
  height: 151px;
  object-fit: contain;
}

.mobile-cdr-research {
  top: 0;
  height: 590px;
}

.mobile-cdr-year {
  position: absolute;
  left: 52px;
  top: 306px;
  width: 113px;
  height: auto;
}

.mobile-cdr-research h2 {
  position: absolute;
  left: 180px;
  top: 332px;
  width: 186px;
  margin: 0;
  color: #15499a;
  font-family: "小米兰亭 Pro", "MiSans", Arial, sans-serif;
  font-size: 15.6px;
  font-weight: 800;
  line-height: 0.86;
  white-space: pre-line;
}

.mobile-cdr-research p {
  position: absolute;
  left: 181px;
  top: 371px;
  width: 120px;
  margin: 0;
  color: #15499a;
  font-size: 10.5px;
  line-height: 1.2;
  white-space: nowrap;
}

.mobile-cdr-research-cards {
  position: absolute;
  left: 24px;
  top: 432px;
  display: grid;
  grid-template-columns: repeat(3, 102px);
  gap: 18px;
}

.mobile-cdr-research-card {
  width: 102px;
  color: #5f5d5d;
}

.mobile-cdr-research-card img {
  width: 102px;
  height: 102px;
  object-fit: cover;
}

.mobile-cdr-research-card span {
  display: block;
  height: 45px;
  padding-top: 13px;
  border-bottom: 1px solid #444;
  font-size: 10.5px;
  line-height: 1;
  white-space: nowrap;
}

.mobile-cdr-product {
  top: 591px;
  left: 24px;
  width: 341px;
  height: 250px;
  padding: 26px 18px 0;
  background: #004098;
  color: #fff;
}

.mobile-cdr-product h2 {
  margin: 0 0 13px;
  font-family: "小米兰亭 Pro Light", "MiSans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.mobile-cdr-product p {
  margin: 0;
  font-family: "小米兰亭 Pro Light", "MiSans", Arial, sans-serif;
  font-size: 10.8px;
  line-height: 1.55;
}

.mobile-cdr-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  text-align: center;
}

.mobile-cdr-process a {
  color: #fff;
  font-size: 8.5px;
  line-height: 1.1;
}

.mobile-cdr-process img {
  width: 26px;
  height: 26px;
  margin: 0 auto 7px;
  filter: invert(1);
  object-fit: contain;
}

.mobile-cdr-features {
  top: 890px;
  color: #4d4d4d;
}

.mobile-cdr-features h2 {
  margin: 0;
  color: #4d4d4d;
  font-family: "小米兰亭 Pro Light", "MiSans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.mobile-cdr-features p {
  width: 341px;
  margin: 24px auto 0;
  font-family: "小米兰亭 Pro Light", "MiSans", Arial, sans-serif;
  font-size: 10.5px;
  line-height: 1.55;
  text-align: justify;
}

.mobile-cdr-feature-row {
  display: grid;
  grid-template-columns: repeat(7, 44px);
  justify-content: center;
  gap: 5px;
  margin-top: 26px;
}

.mobile-cdr-feature-row a {
  display: grid;
  justify-items: center;
  align-content: start;
  width: 44px;
  height: 86px;
  padding-top: 8px;
  border-radius: 7px;
  background: #ebebeb;
  color: #7b7b7b;
  font-size: 6.6px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.mobile-cdr-feature-row img {
  width: 31px;
  height: 31px;
  margin-bottom: 10px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(49%);
}

.mobile-cdr-gift {
  top: 1210px;
  color: #15499a;
}

.mobile-cdr-gift::before {
  display: block;
  width: 341px;
  height: 1px;
  margin: -27px 0 27px 24px;
  background: #bfbfbf;
  content: "";
}

.mobile-cdr-gift h2 {
  margin: 0 0 0 24px;
  color: #15499a;
  font-family: "小米兰亭 Pro", "MiSans", Arial, sans-serif;
  font-weight: 800;
  line-height: 0.98;
}

.mobile-cdr-gift h2 span,
.mobile-cdr-gift h2 strong {
  display: block;
}

.mobile-cdr-gift h2 span {
  font-size: 40.5px;
}

.mobile-cdr-gift h2 strong {
  margin-top: 7px;
  font-size: 25px;
}

.mobile-cdr-gift p {
  width: 305px;
  margin: 14px 0 0 24px;
  color: #15499a;
  font-size: 10.5px;
  line-height: 1.45;
}

.mobile-cdr-gift img {
  width: 341px;
  height: 238px;
  margin: 18px 0 0 24px;
  object-fit: cover;
  filter: grayscale(1);
}

.mobile-cdr-apps {
  top: 1648px;
  color: #4d4d4d;
}

.mobile-cdr-apps h2 {
  margin: 0 0 0 27px;
  font-family: "小米兰亭 Pro Light", "MiSans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.mobile-cdr-apps > p {
  width: 341px;
  margin: 22px auto 0;
  font-family: "小米兰亭 Pro Light", "MiSans", Arial, sans-serif;
  font-size: 10.5px;
  line-height: 1.55;
  text-align: justify;
}

.mobile-cdr-app-grid {
  display: grid;
  grid-template-columns: repeat(2, 161px);
  gap: 30px 20px;
  margin: 38px 0 0 24px;
}

.mobile-cdr-app-card {
  color: #5f5d5d;
}

.mobile-cdr-app-card div {
  position: relative;
  height: 48px;
}

.mobile-cdr-app-card strong {
  display: block;
  font-family: "小米兰亭 Pro DemiBold", "MiSans", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1;
  white-space: pre-line;
}

.mobile-cdr-app-card span {
  display: block;
  margin-top: 8px;
  font-family: "小米兰亭 Pro DemiBold", "MiSans", Arial, sans-serif;
  font-size: 6.4px;
  font-weight: 700;
  line-height: 0.9;
  white-space: pre-line;
}

.mobile-cdr-app-card b {
  position: absolute;
  right: 0;
  top: -6px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.mobile-cdr-app-card img {
  width: 161px;
  height: 178px;
  object-fit: cover;
}

.mobile-cdr-footer {
  top: 2320px;
  height: 380px;
  color: #5f5d5d;
  font-family: "小米兰亭 Pro Normal", "MiSans", Arial, sans-serif;
}

.mobile-cdr-footer::before,
.mobile-cdr-footer::after {
  position: absolute;
  left: 24px;
  width: 341px;
  height: 1px;
  background: #8e8e8e;
  content: "";
}

.mobile-cdr-footer::before {
  top: 0;
}

.mobile-cdr-footer::after {
  top: 152px;
}

.mobile-cdr-footer-logo {
  position: absolute;
  left: 16px;
  top: 15px;
  width: 142px;
  height: auto;
}

.mobile-cdr-footer-contact {
  position: absolute;
  left: 24px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 250px;
  color: #5f5d5d;
  font-size: 9.4px;
  font-weight: 700;
  line-height: 1.28;
}

.mobile-cdr-footer-address {
  top: 65px;
}

.mobile-cdr-footer-phone {
  top: 102px;
  font-size: 11px;
}

.mobile-cdr-footer-email {
  top: 134px;
  font-size: 11px;
}

.mobile-cdr-footer-ico {
  display: inline-grid;
  place-items: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #8e8e8e;
  border-radius: 50%;
  color: #6f6f6f;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
}

.mobile-cdr-footer-contact span:last-child {
  white-space: pre-line;
}

.mobile-cdr-footer-qr {
  position: absolute;
  right: 24px;
  top: 60px;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.mobile-cdr-footer small {
  position: absolute;
  left: 0;
  right: 0;
  top: 183px;
  color: #777;
  font-size: 7px;
  text-align: center;
}

.mobile-dom-page.lang-en .mobile-cdr-hero h1 span {
  top: 121px;
  color: #1d1819;
}

.mobile-dom-page.lang-en .mobile-cdr-hero h1 strong {
  top: 154px;
  color: #1d1819;
}

.mobile-dom-page.lang-en .mobile-cdr-year {
  left: 51px;
  top: 308px;
  width: 89px;
}

.mobile-dom-page.lang-en .mobile-cdr-research h2 {
  left: 140px;
  top: 344px;
  width: 226px;
  color: #1d1819;
  font-size: 17.6px;
  line-height: 0.84;
}

.mobile-dom-page.lang-en .mobile-cdr-research-card img {
  filter: grayscale(1);
}

.mobile-dom-page.lang-en .mobile-cdr-research-card span {
  font-family: Arial, sans-serif;
  font-size: 8.2px;
}

.mobile-dom-page.lang-en .mobile-cdr-product h2,
.mobile-dom-page.lang-en .mobile-cdr-features h2,
.mobile-dom-page.lang-en .mobile-cdr-apps h2 {
  font-family: "小米兰亭 Pro DemiBold", "MiSans", Arial, sans-serif;
  font-weight: 700;
}

.mobile-dom-page.lang-en .mobile-cdr-features h2 {
  margin-left: 24px;
  color: #332c2b;
  font-size: 22px;
  text-align: left;
}

.mobile-dom-page.lang-en .mobile-cdr-features p {
  margin-top: 19px;
  font-family: Arial, sans-serif;
  font-size: 9.8px;
  line-height: 1.5;
  text-align: left;
}

.mobile-dom-page.lang-en .mobile-cdr-feature-row {
  margin-top: 22px;
}

.mobile-dom-page.lang-en .mobile-cdr-feature-row a {
  font-family: Arial, sans-serif;
  font-size: 5.7px;
  font-weight: 400;
}

.mobile-dom-page.lang-en .mobile-cdr-gift h2 {
  color: #111;
}

.mobile-dom-page.lang-en .mobile-cdr-gift h2 span {
  font-size: 33px;
}

.mobile-dom-page.lang-en .mobile-cdr-gift h2 strong {
  font-size: 25px;
}

.mobile-dom-page.lang-en .mobile-cdr-gift p {
  width: 235px;
  margin-left: 145px;
  margin-top: 42px;
  color: #333;
  font-size: 9.4px;
  line-height: 1.35;
}

.mobile-dom-page.lang-en .mobile-cdr-app-card strong {
  font-family: "小米兰亭 Pro", "MiSans", Arial, sans-serif;
  font-size: 12.8px;
  line-height: 0.92;
}

.mobile-dom-page.lang-en .mobile-cdr-footer-contact {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.mobile-dom-page.lang-en .mobile-cdr-footer-address {
  top: 65px;
}

.mobile-dom-page.lang-en .mobile-cdr-footer-phone {
  top: 123px;
  font-size: 10px;
}

.mobile-dom-page.lang-en .mobile-cdr-footer-email {
  top: 171px;
  width: 258px;
  font-size: 10px;
}

.mobile-dom-page.lang-en .mobile-cdr-footer::after {
  top: 207px;
}

.mobile-dom-page.lang-en .mobile-cdr-footer small {
  top: 222px;
  font-size: 8px;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  grid-template-areas:
    "logo logo"
    "address address"
    "phone qr"
    "email qr"
    "copyright copyright";
  gap: 10px 16px;
  align-content: start;
  padding: 20px 24px 0;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer::after {
  display: none;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer-logo {
  position: static;
  grid-area: logo;
  width: 150px;
  margin: 0 0 6px;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer-contact {
  position: static;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  width: auto;
  min-width: 0;
  font-size: 11px;
  line-height: 1.4;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer-address {
  grid-area: address;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer-phone {
  grid-area: phone;
  font-size: 11.5px;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer-email {
  grid-area: email;
  font-size: 11.5px;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer-contact span:last-child {
  min-width: 0;
}

.mobile-cdr-footer-icon-image {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer-qr {
  position: static;
  grid-area: qr;
  align-self: start;
  width: 82px;
  height: 82px;
}

.mobile-dom-page.lang-cn .mobile-cdr-footer small {
  position: static;
  grid-area: copyright;
  width: 100%;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #8e8e8e;
  font-size: 7px;
}
