/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --colorBgRank: rgba(0, 0, 0, 0.38);
  --colorPopMenuBg: #fff;
}
.app-theme-dark {
  --colorBgRank: rgba(255, 255, 255, 0.38);
  --colorPopMenuBg: #333;
}
/* base */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  user-select: none;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--colorBackground);
  color: var(--textColorPrimary);
  max-width: 768px;
  margin: auto;
}
*,
:after,
:before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
}
[tabindex] {
  outline: none;
}
body.tm-lang-mirror {
  direction: rtl;
}
.page-loading-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 60px;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  z-index: 10;
}
.page-shift-in-enter-active,
.page-shift-in-leave-active,
.page-shift-out-enter-active,
.page-shift-out-leave-active {
  transition: all 0.3s ease;
}
.page-shift-in-enter,
.page-shift-out-leave-to {
  opacity: 0;
  transform: translateX(100%);
}
.page-shift-in-leave-to,
.page-shift-out-enter {
  opacity: 0;
  transform: translateX(-100%);
}
a {
  color: var(--colorAccent);
  text-decoration: none;
}
.catg-section .sec-head {
  padding: 16px 24px 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.catg-section .catg-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.emui-loading-icon {
  width: 0.8em;
  height: 0.8em;
  position: relative;
}
.emui-loading-icon .dot {
  position: absolute;
  width: 0.06em;
  height: 0.06em;
  border-radius: 50%;
  background-color: currentColor;
  animation: emui-zoom-loading 1s infinite linear;
  /* transform: scale(2); */
}
.emui-loading-icon .dot:nth-child(1) {
  left: 0.37em;
  top: 0.07em;
  animation-delay: -1s;
}
.emui-loading-icon .dot:nth-child(2) {
  left: 0.52em;
  top: 0.11019238em;
  animation-delay: -0.91666667s;
}
.emui-loading-icon .dot:nth-child(3) {
  left: 0.62980762em;
  top: 0.22em;
  animation-delay: -0.83333333s;
}
.emui-loading-icon .dot:nth-child(4) {
  left: 0.67em;
  top: 0.37em;
  animation-delay: -0.75s;
}
.emui-loading-icon .dot:nth-child(5) {
  left: 0.62980762em;
  top: 0.52em;
  animation-delay: -0.66666667s;
}
.emui-loading-icon .dot:nth-child(6) {
  left: 0.52em;
  top: 0.62980762em;
  animation-delay: -0.58333333s;
}
.emui-loading-icon .dot:nth-child(7) {
  left: 0.37em;
  top: 0.67em;
  animation-delay: -0.5s;
}
.emui-loading-icon .dot:nth-child(8) {
  left: 0.22em;
  top: 0.62980762em;
  animation-delay: -0.41666667s;
}
.emui-loading-icon .dot:nth-child(9) {
  left: 0.11019238em;
  top: 0.52em;
  animation-delay: -0.33333333s;
}
.emui-loading-icon .dot:nth-child(10) {
  left: 0.07em;
  top: 0.37em;
  animation-delay: -0.25s;
}
.emui-loading-icon .dot:nth-child(11) {
  left: 0.11019238em;
  top: 0.22em;
  animation-delay: -0.16666667s;
}
.emui-loading-icon .dot:nth-child(12) {
  left: 0.22em;
  top: 0.11019238em;
  animation-delay: -0.08333333s;
}
.page-loading-wrap > .emui-loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 10;
  color: #666;
  font-size: 100px;
}
.page-loading-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 100;
  display: none;
}
body.page-loading > .page-loading-wrap {
  display: block;
}
body {
  background-color: #fff;
}
body[app-theme="dark"] {
  background-color: #000;
}
body[app-theme="newyear"] {
  background-color: #fff9f9;
}
body[app-theme="newyear"] > .page-loading-wrap > .emui-loading-icon {
  color: rgba(218, 48, 45, 0.9);
}
/*** 浅色模式 默认模式 定义在EmuiThemeRoot.js ***/
:root,
[app-theme="light"] {
  --colorForeground: #000;
  --colorForegroundInverse: #fff;
  --colorBackground: #fff;
  --colorAccent: #007dff;
  --colorAccentInverse: rgba(255, 13, 159, 0.98);
  --colorError: #fa2a2d;
  --colorWarning: #ff7500;
  --colorHandup: #fa2a2d;
  --colorConnected: #41ba41;
  --emuiColor10: #ff9800;
  --emuiColor4: #47cc47;
  --colorTipBg: rgba(255, 255, 255, 0.8);
  --colorSubheaderDivider: rgba(0, 0, 0, 0.03);
  --listDivider: rgba(0, 0, 0, 0.2);
  --colorControlNormal: rgba(0, 0, 0, 0.1);
  --colorButtonNormal: rgba(0, 0, 0, 0.05);
  --colorDialogBg: #fff;
  --colorCardBg: #ffffff;
  --colorControlActivated: #007dff;
  --colorActivated: #007dff;
  --colorPrimary: rgba(0, 0, 0, 0.9);
  --colorSecondary: rgba(0, 0, 0, 0.6);
  --colorTertiary: rgba(0, 0, 0, 0.38);
  --colorPrimaryDark: #fff;
  --colorCardBgShadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  --textColorPrimaryActivated: #007dff;
  --textColorPrimary: rgba(0, 0, 0, 0.9);
  --textColorPrimaryInverse: #fff;
  --textColorSecondary: rgba(0, 0, 0, 0.6);
  --textColorSecondaryInverse: rgba(255, 255, 255, 0.6);
  --textColorTertiary: rgba(0, 0, 0, 0.38);
  --textColorTertiaryInverse: rgba(255, 255, 255, 0.38);
  --textColorAlertDialogListItem: var(--textColorPrimary);
  --btn_disabled_text_color: rgba(0, 125, 255, 0.38);
  --btn_emphasis_bg_color_pressed: #0063cc;
  --btn_borderless_bg_color_pressed: rgba(0, 0, 0, 0.05);
  --btn_disabled_bg_color: rgba(0, 123, 255, 0.38);
  --colorToastBg: rgba(217, 217, 217, 0.95);
  --toggle_bg_color_checked: rgba(0, 125, 255, 0.2);
  --toggle_bg_color_normal: rgba(0, 0, 0, 0.05);
  --colorBackgroundAlpha: rgba(255, 255, 255, 0.9);
  --colorErrorBg: #fef6f6;
  --downloadingBgColor: rgba(0, 123, 255, 0.2);
  --downloadingBgMask: rgba(255, 255, 255, 0.05);
  --menuActiveBgColor: rgba(0, 123, 255, 0.1);
  --color_search_bg: rgba(0, 0, 0, 0.05);
  --color_search_bgInverse: rgba(255, 255, 255, 0.1);
  --flag_bg_color: rgba(0, 0, 0, 0.3);
  --colorTitlePrimary: rgba(0, 0, 0);
  --pageBgColor: #f1f3f5;
  --dialogBgColor: #fff;
  --claimBgColor: rgba(0, 0, 0, 0.05);
  --claimColor: #313133;
  --cancelBtnColor: rgba(0, 0, 0, 0.9);
  --primayBtnColor: #fff;
  --primayBtnBgColor: #313133;
  --claimDialogBgColor: rgba(255, 255, 255, 0.9);
}
.HarmonyOS {
  --colorBackground: #f1f3f5;
  --colorAccent: #0A59F7;
  --toggle_bg_color_checked: rgba(10, 89, 247, 0.2);
  --colorBackgroundAlpha: rgba(241, 243, 245, 0.9);
  --textColorPrimaryActivated: #0A59F7;
  --color_search_bg: #fff;
  --color_search_bgInverse: #fff;
  --colorToastBg: rgba(77, 77, 77, 0.95);
}
/*** 荣耀高亮色 ***/
.brand-honor {
  --colorAccent: #00b5e2;
  --textColorPrimaryActivated: #00b5e2;
  --toggle_bg_color_checked: rgba(0, 181, 226, 0.2);
}
/*** nova高亮色 ***/
.brand-nova {
  --colorAccent: #596fe1;
  --textColorPrimaryActivated: #596fe1;
  --toggle_bg_color_checked: rgba(89, 111, 225, 0.2);
}
/*** 深色模式 ***/
[app-theme="dark"] {
  --colorForeground: #fff;
  --colorForegroundInverse: #e5e5e5;
  --colorBackground: #000;
  --colorTipBg: rgba(46, 48, 51, 0.9);
  --colorAccent: #006cde;
  --colorAccentInverse: #006cde;
  --colorError: #e64548;
  --colorWarning: #ba5500;
  --colorHandup: #e64548;
  --colorConnected: #007900;
  --emuiColor10: #a56200;
  --colorSubheaderDivider: rgba(255, 255, 255, 0.1);
  --listDivider: rgba(255, 255, 255, 0.2);
  --colorControlNormal: rgba(255, 255, 255, 0.1);
  --colorButtonNormal: rgba(255, 255, 255, 0.1);
  --colorDialogBg: #262626;
  --colorCardBg: #404040;
  --colorControlActivated: #006cde;
  --colorActivated: #006cde;
  --colorPrimary: rgba(255, 255, 255, 0.86);
  --colorSecondary: rgba(255, 255, 255, 0.6);
  --colorTertiary: rgba(255, 255, 255, 0.38);
  --colorPrimaryDark: #e5e5e5;
  --textColorPrimaryActivated: #0063cc;
  --textColorPrimary: rgba(255, 255, 255, 0.86);
  --textColorPrimaryInverse: #fff;
  --textColorSecondary: rgba(255, 255, 255, 0.6);
  --textColorSecondaryInverse: rgba(255, 255, 255, 0.6);
  --textColorTertiary: rgba(255, 255, 255, 0.38);
  --textColorTertiaryInverse: rgba(255, 255, 255, 0.38);
  --textColorAlertDialogListItem: var(--textColorPrimary);
  --btn_disabled_text_color: rgba(0, 99, 204, 0.38);
  --btn_emphasis_bg_color_pressed: #0063cc;
  --btn_borderless_bg_color_pressed: rgba(255, 255, 255, 0.05);
  --btn_disabled_bg_color: rgba(0, 123, 255, 0.38);
  --colorToastBg: rgba(217, 217, 217, 0.95);
  --toggle_bg_color_checked: rgba(0, 108, 222, 0.38);
  --toggle_bg_color_normal: rgba(255, 255, 255, 0.15);
  --colorBackgroundAlpha: rgba(0, 0, 0, 0.9);
  --colorErrorBg: #fef6f6;
  --downloadingBg: rgba(0, 123, 255, 0.2);
  --menuActiveBgColor: rgba(0, 99, 204, 0.1);
  --color_search_bg: rgba(255, 255, 255, 0.1);
  --color_search_bgInverse: #fff;
  --flag_bg_color: rgba(255, 255, 255, 0.3);
  --colorTitlePrimary: rgba(255, 255, 255);
  --pageBgColor: #000000;
  --dialogBgColor: rgba(255, 255, 255, 0.1);
  --claimBgColor: rgba(255, 255, 255, 0.05);
  --cancelBtnColor: #fff;
  --primayBtnColor: #000;
  --primayBtnBgColor: #fff;
  --claimDialogBgColor: rgba(46, 48, 51, 0.9);
  --claimColor: #fff;
}
[app-theme="dark"].brand-huawei.HarmonyOS {
  --colorAccent: #5291ff;
  --colorBackground: #000;
  --toggle_bg_color_checked: rgba(49, 122, 247, 0.38);
  --toggle_bg_color_normal: rgba(255, 255, 255, 0.15);
  --textColorPrimaryActivated: #5291ff;
  --color_search_bg: #4d4d4d;
  --color_search_bgInverse: #fff;
  --colorToastBg: rgba(77, 77, 77, 0.95);
}
body {
  max-width: none;
  background-color: #f1f3f5;
}
html {
  background-color: #f1f3f5;
}

