body,
body[data-theme="default"],
body[data-theme="blue"],
body[data-theme="yellow"],
body[data-theme="beige"],
body[data-theme="green"] {
  --primary-red-500: #e5353e;
  --primary-red-300: #ff6f75;
  --primary-red-50: #ffe6e7;
  --secondary-blue-500: #5790df;
  --secondary-blue-300: #84b4f5;
  --secondary-blue-50: #ebeffa;
  --surface-gray-900: #191919;
  --surface-gray-700: #4c4c4c;
  --surface-gray-500: #808080;
  --surface-gray-400: #adadad;
  --surface-gray-300: #ccc;
  --surface-gray-200: #e0e0e0;
  --surface-gray-100: #ebebeb;
  --surface-gray-50: #f5f5f5;
  --surface-bw-white: #fff;
  --background-gray-100: #ebebeb;
  --background-gray-50: #f5f5f5;
  --background-bw-white: #fff;
  --sheet-background-gray-50: #f5f5f5;
  --sheet-background-bw-white: #fff;
  --nav-bar-background-bw-white: #fff;
  --on-image-bw-white: #fff;
  --on-image-white-70: rgba(255, 255, 255, 0.7);
  --on-image-white-36: rgba(255, 255, 255, 0.36);
  --on-image-black-90: rgba(0, 0, 0, 0.9);
  --on-image-black-60: rgba(0, 0, 0, 0.6);
  --on-image-black-36: rgba(0, 0, 0, 0.36);
  --outline-black-8: rgba(0, 0, 0, 0.08);
  --overlay-black-90: rgba(0, 0, 0, 0.9);
  --overlay-black-60: rgba(0, 0, 0, 0.6);
  --overlay-black-36: rgba(0, 0, 0, 0.36);
  --segmentation-black-4: rgba(0, 0, 0, 0.04);
  --bw-black: #000;
  --bw-white: #fff;
  --sd2: rgba(0, 0, 0, 0.06);
  --sd3: rgba(0, 0, 0, 0.06);
  --sd4: rgba(0, 0, 0, 0.07);
  --sd5: rgba(0, 0, 0, 0.08);
  --sd6: rgba(0, 0, 0, 0.09);
  --sd7: rgba(0, 0, 0, 0.1);
  --sd8: rgba(0, 0, 0, 0.12);
  --sd12: rgba(0, 0, 0, 0.16);
  --sd16: rgba(0, 0, 0, 0.16);
  --on-image-surface-black-4: rgba(0, 0, 0, 0.04);
  --on-image-surface-black-8: rgba(0, 0, 0, 0.08);
}

body[data-theme="blue"] {
  --surface-gray-900: rgba(0, 0, 0, 0.9);
  --surface-gray-700: rgba(0, 0, 0, 0.7);
  --surface-gray-500: rgba(0, 0, 0, 0.48);
  --surface-gray-400: rgba(0, 0, 0, 0.36);
  --surface-gray-300: rgba(0, 0, 0, 0.32);
  --surface-gray-200: rgba(0, 0, 0, 0.24);
  --surface-gray-100: rgba(0, 0, 0, 0.12);
  --surface-gray-50: rgba(0, 0, 0, 0.08);
  --surface-bw-white: rgba(0, 0, 0, 0.04);
  --background-gray-100: #cedde1;
  --background-gray-50: #dcebef;
  --background-bw-white: #edf5f7;
  --sheet-background-gray-50: #dcebef;
  --sheet-background-bw-white: #edf5f7;
  --nav-bar-background-bw-white: #edf5f7;
}

body[data-theme="yellow"] {
  --surface-gray-900: rgba(0, 0, 0, 0.9);
  --surface-gray-700: rgba(0, 0, 0, 0.7);
  --surface-gray-500: rgba(0, 0, 0, 0.48);
  --surface-gray-400: rgba(0, 0, 0, 0.36);
  --surface-gray-300: rgba(0, 0, 0, 0.32);
  --surface-gray-200: rgba(0, 0, 0, 0.24);
  --surface-gray-100: rgba(0, 0, 0, 0.12);
  --surface-gray-50: rgba(0, 0, 0, 0.08);
  --surface-bw-white: rgba(0, 0, 0, 0.04);
  --background-gray-100: #e3d0a1;
  --background-gray-50: #efe2c0;
  --background-bw-white: #f4ecd1;
  --sheet-background-gray-50: #efe2c0;
  --sheet-background-bw-white: #f4ecd1;
  --nav-bar-background-bw-white: #f4ecd1;
}

body[data-theme="beige"] {
  --surface-gray-900: rgba(0, 0, 0, 0.9);
  --surface-gray-700: rgba(0, 0, 0, 0.7);
  --surface-gray-500: rgba(0, 0, 0, 0.48);
  --surface-gray-400: rgba(0, 0, 0, 0.36);
  --surface-gray-300: rgba(0, 0, 0, 0.32);
  --surface-gray-200: rgba(0, 0, 0, 0.24);
  --surface-gray-100: rgba(0, 0, 0, 0.12);
  --surface-gray-50: rgba(0, 0, 0, 0.08);
  --surface-bw-white: rgba(0, 0, 0, 0.04);
  --background-gray-100: #ebe6da;
  --background-gray-50: #f5f1e8;
  --background-bw-white: #faf9f4;
  --sheet-background-gray-50: #f5f1e8;
  --sheet-background-bw-white: #faf9f4;
  --nav-bar-background-bw-white: #faf9f4;
}

body[data-theme="green"] {
  --surface-gray-900: rgba(0, 0, 0, 0.9);
  --surface-gray-700: rgba(0, 0, 0, 0.7);
  --surface-gray-500: rgba(0, 0, 0, 0.48);
  --surface-gray-400: rgba(0, 0, 0, 0.36);
  --surface-gray-300: rgba(0, 0, 0, 0.32);
  --surface-gray-200: rgba(0, 0, 0, 0.24);
  --surface-gray-100: rgba(0, 0, 0, 0.12);
  --surface-gray-50: rgba(0, 0, 0, 0.08);
  --surface-bw-white: rgba(0, 0, 0, 0.04);
  --background-gray-100: #c9e0cb;
  --background-gray-50: #e0eee1;
  --background-bw-white: #ebfaeb;
  --sheet-background-gray-50: #e0eee1;
  --sheet-background-bw-white: #ebfaeb;
  --nav-bar-background-bw-white: #ebfaeb;
}

body[data-theme="dark"] {
  --primary-red-500: #ff4d55;
  --primary-red-300: rgba(229, 53, 62, 0.48);
  --primary-red-50: rgba(229, 53, 62, 0.16);
  --secondary-blue-500: #6da2ed;
  --secondary-blue-300: rgba(109, 162, 237, 0.48);
  --secondary-blue-50: rgba(114, 148, 227, 0.16);
  --surface-gray-900: rgba(255, 255, 255, 0.6);
  --surface-gray-700: rgba(255, 255, 255, 0.5);
  --surface-gray-500: rgba(255, 255, 255, 0.4);
  --surface-gray-400: rgba(255, 255, 255, 0.36);
  --surface-gray-300: rgba(255, 255, 255, 0.32);
  --surface-gray-200: rgba(255, 255, 255, 0.24);
  --surface-gray-100: rgba(255, 255, 255, 0.12);
  --surface-gray-50: rgba(255, 255, 255, 0.08);
  --surface-bw-white: rgba(255, 255, 255, 0.08);
  --background-gray-100: #0a0a0a;
  --background-gray-50: #111;
  --background-bw-white: #191919;
  --sheet-background-gray-50: #191919;
  --sheet-background-bw-white: #1f1f1f;
  --nav-bar-background-bw-white: #1f1f1f;
  --on-image-bw-white: rgba(255, 255, 255, 0.9);
  --on-image-white-70: rgba(255, 255, 255, 0.6);
  --on-image-white-36: rgba(255, 255, 255, 0.36);
  --on-image-black-90: rgba(0, 0, 0, 0.9);
  --on-image-black-60: rgba(0, 0, 0, 0.6);
  --on-image-black-36: rgba(0, 0, 0, 0.36);
  --outline-black-8: rgba(255, 255, 255, 0.12);
  --overlay-black-90: rgba(0, 0, 0, 0.9);
  --overlay-black-60: rgba(0, 0, 0, 0.6);
  --overlay-black-36: rgba(0, 0, 0, 0.36);
  --segmentation-black-4: rgba(0, 0, 0, 0.7);
  --bw-black: #000;
  --bw-white: #fff;
  --sd2: rgba(0, 0, 0, 0);
  --sd3: rgba(0, 0, 0, 0);
  --sd4: rgba(0, 0, 0, 0);
  --sd5: rgba(0, 0, 0, 0);
  --sd6: rgba(0, 0, 0, 0);
  --sd7: rgba(0, 0, 0, 0);
  --sd8: rgba(0, 0, 0, 0);
  --sd12: rgba(0, 0, 0, 0);
  --sd16: rgba(0, 0, 0, 0);
  --on-image-surface-black-4: rgba(255, 255, 255, 0.08);
  --on-image-surface-black-8: rgba(255, 255, 255, 0.12);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
ol,
dd,
form,
figure,
blockquote {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

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

a[href]:active,
button:active {
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05)
  );
}

body.iphone a[href]:active,
body.iphone button:active {
  background-image: none;
}

em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
  font-size: 100%;
}

input,
textarea,
select {
  font-family: inherit;
  box-sizing: border-box;
}

img {
  display: inline-block;
}

p {
  word-break: break-all;
}

main {
  display: block;
}

output {
  speak: digits;
}

html {
  font-size: 100px;
  font-size: calc(100px + 2 * (100vw - 360px) / 60);
}

body {
  fill: currentColor;
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 0.14rem;
  line-height: 0.22rem;
  box-sizing: border-box;
}

[data-theme="default"] body {
  color: #191919;
}

[data-theme="blue"] body,
[data-theme="yellow"] body,
[data-theme="beige"] body,
[data-theme="green"] body {
  color: rgba(0, 0, 0, 0.9);
}

[data-theme="dark"] body {
  color: rgba(255, 255, 255, 0.6);
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input,
textarea {
  -webkit-user-select: auto;
  outline: none;
}

:root,
html[data-theme="default"],
html[data-theme="blue"],
html[data-theme="yellow"],
html[data-theme="beige"],
html[data-theme="green"] {
  --Primary: #e5353e;
  --Primary_1: #ff6f75;
  --Primary_2: #ffe6e7;
  --Secondary: #5790df;
  --Secondary_1: #84b4f5;
  --Secondary_2: #ebeffa;
  --Surface: #191919;
  --Surface_1: #4c4c4c;
  --Surface_2: #808080;
  --Surface_3: #adadad;
  --Surface_4: #ccc;
  --Surface_5: #e0e0e0;
  --Surface_6: #ebebeb;
  --Surface_7: #f5f5f5;
  --Surface_8: #fff;
  --Background: #f5f5f5;
  --Background_1: #fff;
  --SheetBackground: #f5f5f5;
  --SheetBackground_1: #fff;
  --Outline: rgba(0, 0, 0, 0.08);
  --Segmentation: rgba(0, 0, 0, 0.04);
  --Overlay: rgba(0, 0, 0, 0.9);
  --Overlay_1: rgba(0, 0, 0, 0.6);
  --Overlay_2: rgba(0, 0, 0, 0.36);
}

html[data-theme="dark"] {
  --Primary: #ff4d55;
  --Primary_1: rgba(229, 53, 62, 0.48);
  --Primary_2: rgba(229, 53, 62, 0.16);
  --Secondary: #6da2ed;
  --Secondary_1: rgba(109, 162, 237, 0.48);
  --Secondary_2: rgba(114, 148, 227, 0.16);
  --Surface: rgba(255, 255, 255, 0.6);
  --Surface_1: rgba(255, 255, 255, 0.5);
  --Surface_2: rgba(255, 255, 255, 0.4);
  --Surface_3: rgba(255, 255, 255, 0.36);
  --Surface_4: rgba(255, 255, 255, 0.32);
  --Surface_5: rgba(255, 255, 255, 0.24);
  --Surface_6: rgba(255, 255, 255, 0.12);
  --Surface_7: rgba(255, 255, 255, 0.08);
  --Surface_8: rgba(255, 255, 255, 0.08);
  --Background: #111;
  --Background_1: #191919;
  --SheetBackground: #191919;
  --SheetBackground_1: #1f1f1f;
  --Outline: rgba(255, 255, 255, 0.12);
  --Segmentation: rgba(0, 0, 0, 0.7);
  --Overlay: rgba(0, 0, 0, 0.9);
  --Overlay_1: rgba(0, 0, 0, 0.6);
  --Overlay_2: rgba(0, 0, 0, 0.36);
}

body .y-button {
  font-weight: 600;
}

[data-theme="default"] body .y-primary,
[data-theme="blue"] body .y-primary,
[data-theme="yellow"] body .y-primary,
[data-theme="beige"] body .y-primary,
[data-theme="green"] body .y-primary {
  background-color: #e5353e;
}

[data-theme="dark"] body .y-primary {
  background-color: #ff4d55;
}

[data-theme="default"] body .y-primary,
[data-theme="blue"] body .y-primary,
[data-theme="yellow"] body .y-primary,
[data-theme="beige"] body .y-primary,
[data-theme="green"] body .y-primary {
  color: #fff;
}

[data-theme="dark"] body .y-primary {
  color: rgba(255, 255, 255, 0.9);
}

[data-theme="default"] body .y-secondary,
[data-theme="blue"] body .y-secondary,
[data-theme="yellow"] body .y-secondary,
[data-theme="beige"] body .y-secondary,
[data-theme="green"] body .y-secondary {
  background-color: #ffe6e7;
}

[data-theme="dark"] body .y-secondary {
  background-color: rgba(229, 53, 62, 0.16);
}

[data-theme="default"] body .y-secondary,
[data-theme="blue"] body .y-secondary,
[data-theme="yellow"] body .y-secondary,
[data-theme="beige"] body .y-secondary,
[data-theme="green"] body .y-secondary {
  color: #e5353e;
}

[data-theme="dark"] body .y-secondary {
  color: #ff4d55;
}

[data-theme="default"] body .y-tertiary {
  background-color: #fff;
}

[data-theme="blue"] body .y-tertiary {
  background-color: #edf5f7;
}

[data-theme="yellow"] body .y-tertiary {
  background-color: #f4ecd1;
}

[data-theme="beige"] body .y-tertiary {
  background-color: #faf9f4;
}

[data-theme="green"] body .y-tertiary {
  background-color: #ebfaeb;
}

[data-theme="dark"] body .y-tertiary {
  background-color: #191919;
}

[data-theme="default"] body .y-tertiary {
  color: #191919;
}

[data-theme="blue"] body .y-tertiary,
[data-theme="yellow"] body .y-tertiary,
[data-theme="beige"] body .y-tertiary,
[data-theme="green"] body .y-tertiary {
  color: rgba(0, 0, 0, 0.9);
}

[data-theme="dark"] body .y-tertiary {
  color: rgba(255, 255, 255, 0.6);
}

[data-theme="default"] body .y-tertiary {
  border-color: #191919;
}

[data-theme="blue"] body .y-tertiary,
[data-theme="yellow"] body .y-tertiary,
[data-theme="beige"] body .y-tertiary,
[data-theme="green"] body .y-tertiary {
  border-color: rgba(0, 0, 0, 0.9);
}

[data-theme="dark"] body .y-tertiary {
  border-color: rgba(255, 255, 255, 0.6);
}

body .y-primary_dis,
body .y-secondary_d,
body .y-tertiary_di {
  pointer-events: none;
  opacity: 0.4;
}

[data-theme="default"] body .y-shadow_low,
[data-theme="blue"] body .y-shadow_low,
[data-theme="yellow"] body .y-shadow_low,
[data-theme="beige"] body .y-shadow_low,
[data-theme="green"] body .y-shadow_low,
[data-theme="dark"] body .y-shadow_low {
  box-shadow: 0 0.02rem 0.08rem rgba(229, 53, 62, 0.24);
}

[data-theme="default"] body .y-shadow_midd,
[data-theme="blue"] body .y-shadow_midd,
[data-theme="yellow"] body .y-shadow_midd,
[data-theme="beige"] body .y-shadow_midd,
[data-theme="green"] body .y-shadow_midd,
[data-theme="dark"] body .y-shadow_midd {
  box-shadow: 0 0.04rem 0.16rem rgba(229, 53, 62, 0.24);
}

body .y-dialog__tit {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

[data-theme="default"] body .y-dialog__tit {
  color: #191919;
}

[data-theme="blue"] body .y-dialog__tit,
[data-theme="yellow"] body .y-dialog__tit,
[data-theme="beige"] body .y-dialog__tit,
[data-theme="green"] body .y-dialog__tit {
  color: rgba(0, 0, 0, 0.9);
}

[data-theme="dark"] body .y-dialog__tit {
  color: rgba(255, 255, 255, 0.6);
}

body .y-dialog__co1 {
  padding-top: 0.12rem;
}

[data-theme="default"] body .y-popup__cont {
  background-color: #f5f5f5;
}

[data-theme="blue"] body .y-popup__cont {
  background-color: #dcebef;
}

[data-theme="yellow"] body .y-popup__cont {
  background-color: #efe2c0;
}

[data-theme="beige"] body .y-popup__cont {
  background-color: #f5f1e8;
}

[data-theme="green"] body .y-popup__cont {
  background-color: #e0eee1;
}

[data-theme="dark"] body .y-popup__cont {
  background-color: #191919;
}

body .y-loading {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-top: 0.04rem;
}

[data-theme="default"] body .y-loading {
  color: #adadad;
}

[data-theme="blue"] body .y-loading,
[data-theme="yellow"] body .y-loading,
[data-theme="beige"] body .y-loading,
[data-theme="green"] body .y-loading {
  color: rgba(0, 0, 0, 0.36);
}

[data-theme="dark"] body .y-loading {
  color: rgba(255, 255, 255, 0.36);
}

body .y-loading .y-wrapper {
  width: 0.12rem !important;
  height: 0.12rem !important;
}

body .y-checked {
  background-color: var(--Primary);
  border-width: 0;
}

@font-face {
  font-family: qd-icon;
  src: url(https://imgservices-1252317822.image.myqcloud.com/coco/s06142023/e7bd402a.2d1tan.ttf)
    format("truetype");
}

.qd-icon {
  position: relative;
  display: inline-block;
  font-family: PingFang SC, qd-icon, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: inherit;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.iicon_0:before {
  content: "";
}

.iico_0:before {
  content: "";
}

.iico_0_111:before {
  content: "";
}

.iico_0_222:before {
  content: "";
}

.iico_0_252:before {
  content: "";
}

.iico_0_263:before {
  content: "";
}

.iico_0_274:before {
  content: "";
}

.iico_0_285:before {
  content: "";
}

.iico_0_296:before {
  content: "";
}

.iico_0_307:before {
  content: "";
}

.iico_0_1:before {
  content: "";
}

.iico_0_12:before {
  content: "";
}

.iico_0_23:before {
  content: "";
}

.iico_0_34:before {
  content: "";
}

.iico_0_45:before {
  content: "";
}

.iico_0_56:before {
  content: "";
}

.iico_0_67:before {
  content: "";
}

.iico_0_78:before {
  content: "";
}

.iico_0_89:before {
  content: "";
}

.iico_0_100:before {
  content: "";
}

.iico_0_112:before {
  content: "";
}

.iico_0_123:before {
  content: "";
}

.iico_0_134:before {
  content: "";
}

.iico_0_145:before {
  content: "";
}

.iico_0_156:before {
  content: "";
}

.iico_0_167:before {
  content: "";
}

.iico_0_178:before {
  content: "";
}

.iico_0_189:before {
  content: "";
}

.iico_0_200:before {
  content: "";
}

.iico_0_211:before {
  content: "";
}

.iico_0_223:before {
  content: "";
}

.iico_0_234:before {
  content: "";
}

.iico_0_244:before {
  content: "";
}

.iico_0_245:before {
  content: "";
}

.iico_0_246:before {
  content: "";
}

.iico_0_247:before {
  content: "";
}

.iico_0_248:before {
  content: "";
}

.iico_0_249:before {
  content: "";
}

.iico_0_250:before {
  content: "";
}

.iico_0_251:before {
  content: "";
}

.iico_0_253:before {
  content: "";
}

.iico_0_254:before {
  content: "";
}

.iico_0_255:before {
  content: "";
}

.iico_0_256:before {
  content: "";
}

.iico_0_257:before {
  content: "";
}

.iico_0_258:before {
  content: "";
}

.iico_0_259:before {
  content: "";
}

.iico_0_260:before {
  content: "";
}

.iico_0_261:before {
  content: "";
}

.iico_0_262:before {
  content: "";
}

.iico_0_264:before {
  content: "";
}

.iico_0_265:before {
  content: "";
}

.iico_0_266:before {
  content: "";
}

.iico_0_267:before {
  content: "";
}

.iico_0_268:before {
  content: "";
}

.iico_0_269:before {
  content: "";
}

.iico_0_270:before {
  content: "";
}

.iico_0_271:before {
  content: "";
}

.iico_0_272:before {
  content: "";
}

.iico_0_273:before {
  content: "";
}

.iico_0_275:before {
  content: "";
}

.iico_0_276:before {
  content: "";
}

.iico_0_277:before {
  content: "";
}

.iico_0_278:before {
  content: "";
}

.iico_0_279:before {
  content: "";
}

.iico_0_280:before {
  content: "";
}

.iico_0_281:before {
  content: "";
}

.iico_0_282:before {
  content: "";
}

.iico_0_283:before {
  content: "";
}

.iico_0_284:before {
  content: "";
}

.iico_0_286:before {
  content: "";
}

.iico_0_287:before {
  content: "";
}

.iico_0_288:before {
  content: "";
}

.iico_0_289:before {
  content: "";
}

.iico_0_290:before {
  content: "";
}

.iico_0_291:before {
  content: "";
}

.iico_0_292:before {
  content: "";
}

.iico_0_293:before {
  content: "";
}

.iico_0_294:before {
  content: "";
}

.iico_0_295:before {
  content: "";
}

.iico_0_297:before {
  content: "";
}

.iico_0_298:before {
  content: "";
}

.iico_0_299:before {
  content: "";
}

.iico_0_300:before {
  content: "";
}

.iico_0_301:before {
  content: "";
}

.iico_0_302:before {
  content: "";
}

.iico_0_303:before {
  content: "";
}

.iico_0_304:before {
  content: "";
}

.iico_0_305:before {
  content: "";
}

.iico_0_306:before {
  content: "";
}

.iico_0_308:before {
  content: "";
}

.iico_0_309:before {
  content: "";
}

.iico_0_310:before {
  content: "";
}

.iico_0_311:before {
  content: "";
}

.iico_0_312:before {
  content: "";
}

.iico_0_313:before {
  content: "";
}

.iico_0_314:before {
  content: "";
}

.iico_0_315:before {
  content: "";
}

.iico_0_316:before {
  content: "";
}

.iico_0_317:before {
  content: "";
}

.iico_0_2:before {
  content: "";
}

.iico_0_3:before {
  content: "";
}

.iico_0_4:before {
  content: "";
}

.iico_0_5:before {
  content: "";
}

.iico_0_6:before {
  content: "";
}

.iico_0_7:before {
  content: "";
}

.iico_0_8:before {
  content: "";
}

.iico_0_9:before {
  content: "";
}

.iico_0_10:before {
  content: "";
}

.iico_0_11:before {
  content: "";
}

.iico_0_13:before {
  content: "";
}

.iico_0_14:before {
  content: "";
}

.iico_0_15:before {
  content: "";
}

.iico_0_16:before {
  content: "";
}

.iico_0_17:before {
  content: "";
}

.iico_0_18:before {
  content: "";
}

.iico_0_19:before {
  content: "";
}

.iico_0_20:before {
  content: "";
}

.iico_0_21:before {
  content: "";
}

.iico_0_22:before {
  content: "";
}

.iico_0_24:before {
  content: "";
}

.iico_0_25:before {
  content: "";
}

.iico_0_26:before {
  content: "";
}

.iico_0_27:before {
  content: "";
}

.iico_0_28:before {
  content: "";
}

.iico_0_29:before {
  content: "";
}

.iico_0_30:before {
  content: "";
}

.iico_0_31:before {
  content: "";
}

.iico_0_32:before {
  content: "";
}

.iico_0_33:before {
  content: "";
}

.iico_0_35:before {
  content: "";
}

.iico_0_36:before {
  content: "";
}

.iico_0_37:before {
  content: "";
}

.iico_0_38:before {
  content: "";
}

.iico_0_39:before {
  content: "";
}

.iico_0_40:before {
  content: "";
}

.iico_0_41:before {
  content: "";
}

.iico_0_42:before {
  content: "";
}

.iico_0_43:before {
  content: "";
}

.iico_0_44:before {
  content: "";
}

.iico_0_46:before {
  content: "";
}

.iico_0_47:before {
  content: "";
}

.iico_0_48:before {
  content: "";
}

.iico_0_49:before {
  content: "";
}

.iico_0_50:before {
  content: "";
}

.iico_0_51:before {
  content: "";
}

.iico_0_52:before {
  content: "";
}

.iico_0_53:before {
  content: "";
}

.iico_0_54:before {
  content: "";
}

.iico_0_55:before {
  content: "";
}

.iico_0_57:before {
  content: "";
}

.iico_0_58:before {
  content: "";
}

.iico_0_59:before {
  content: "";
}

.iico_0_60:before {
  content: "";
}

.iico_0_61:before {
  content: "";
}

.iico_0_62:before {
  content: "";
}

.iico_0_63:before {
  content: "";
}

.iico_0_64:before {
  content: "";
}

.iico_0_65:before {
  content: "";
}

.iico_0_66:before {
  content: "";
}

.iico_0_68:before {
  content: "";
}

.iico_0_69:before {
  content: "";
}

.iico_0_70:before {
  content: "";
}

.iico_0_71:before {
  content: "";
}

.iico_0_72:before {
  content: "";
}

.iico_0_73:before {
  content: "";
}

.iico_0_74:before {
  content: "";
}

.iico_0_75:before {
  content: "";
}

.iico_0_76:before {
  content: "";
}

.iico_0_77:before {
  content: "";
}

.iico_0_79:before {
  content: "";
}

.iico_0_80:before {
  content: "";
}

.iico_0_81:before {
  content: "";
}

.iico_0_82:before {
  content: "";
}

.iico_0_83:before {
  content: "";
}

.iico_0_84:before {
  content: "";
}

.iico_0_85:before {
  content: "";
}

.iico_0_86:before {
  content: "";
}

.iico_0_87:before {
  content: "";
}

.iico_0_88:before {
  content: "";
}

.iico_0_90:before {
  content: "";
}

.iico_0_91:before {
  content: "";
}

.iico_0_92:before {
  content: "";
}

.iico_0_93:before {
  content: "";
}

.iico_0_94:before {
  content: "";
}

.iico_0_95:before {
  content: "";
}

.iico_0_96:before {
  content: "";
}

.iico_0_97:before {
  content: "";
}

.iico_0_98:before {
  content: "";
}

.iico_0_99:before {
  content: "";
}

.iico_0_101:before {
  content: "";
}

.iico_0_102:before {
  content: "";
}

.iico_0_103:before {
  content: "";
}

.iico_0_104:before {
  content: "";
}

.iico_0_105:before {
  content: "";
}

.iico_0_106:before {
  content: "";
}

.iico_0_107:before {
  content: "";
}

.iico_0_108:before {
  content: "";
}

.iico_0_109:before {
  content: "";
}

.iico_0_110:before {
  content: "";
}

.iico_0_113:before {
  content: "";
}

.iico_0_114:before {
  content: "";
}

.iico_0_115:before {
  content: "";
}

.iico_0_116:before {
  content: "";
}

.iico_0_117:before {
  content: "";
}

.iico_0_118:before {
  content: "";
}

.iico_0_119:before {
  content: "";
}

.iico_0_120:before {
  content: "";
}

.iico_0_121:before {
  content: "";
}

.iico_0_122:before {
  content: "";
}

.iico_0_124:before {
  content: "";
}

.iico_0_125:before {
  content: "";
}

.iico_0_126:before {
  content: "";
}

.iico_0_127:before {
  content: "";
}

.iico_0_128:before {
  content: "";
}

.iico_0_129:before {
  content: "";
}

.iico_0_130:before {
  content: "";
}

.iico_0_131:before {
  content: "";
}

.iico_0_132:before {
  content: "";
}

.iico_0_133:before {
  content: "";
}

.iico_0_135:before {
  content: "";
}

.iico_0_136:before {
  content: "";
}

.iico_0_137:before {
  content: "";
}

.iico_0_138:before {
  content: "";
}

.iico_0_139:before {
  content: "";
}

.iico_0_140:before {
  content: "";
}

.iico_0_141:before {
  content: "";
}

.iico_0_142:before {
  content: "";
}

.iico_0_143:before {
  content: "";
}

.iico_0_144:before {
  content: "";
}

.iico_0_146:before {
  content: "";
}

.iico_0_147:before {
  content: "";
}

.iico_0_148:before {
  content: "";
}

.iico_0_149:before {
  content: "";
}

.iico_0_150:before {
  content: "";
}

.iico_0_151:before {
  content: "";
}

.iico_0_152:before {
  content: "";
}

.iico_0_153:before {
  content: "";
}

.iico_0_154:before {
  content: "";
}

.iico_0_155:before {
  content: "";
}

.iico_0_157:before {
  content: "";
}

.iico_0_158:before {
  content: "";
}

.iico_0_159:before {
  content: "";
}

.iico_0_160:before {
  content: "";
}

.iico_0_161:before {
  content: "";
}

.iico_0_162:before {
  content: "";
}

.iico_0_163:before {
  content: "";
}

.iico_0_164:before {
  content: "";
}

.iico_0_165:before {
  content: "";
}

.iico_0_166:before {
  content: "";
}

.iico_0_168:before {
  content: "";
}

.iico_0_169:before {
  content: "";
}

.iico_0_170:before {
  content: "";
}

.iico_0_171:before {
  content: "";
}

.iico_0_172:before {
  content: "";
}

.iico_0_173:before {
  content: "";
}

.iico_0_174:before {
  content: "";
}

.iico_0_175:before {
  content: "";
}

.iico_0_176:before {
  content: "";
}

.iico_0_177:before {
  content: "";
}

.iico_0_179:before {
  content: "";
}

.iico_0_180:before {
  content: "";
}

.iico_0_181:before {
  content: "";
}

.iico_0_182:before {
  content: "";
}

.iico_0_183:before {
  content: "";
}

.iico_0_184:before {
  content: "";
}

.iico_0_185:before {
  content: "";
}

.iico_0_186:before {
  content: "";
}

.iico_0_187:before {
  content: "";
}

.iico_0_188:before {
  content: "";
}

.iico_0_190:before {
  content: "";
}

.iico_0_191:before {
  content: "";
}

.iico_0_192:before {
  content: "";
}

.iico_0_193:before {
  content: "";
}

.iico_0_194:before {
  content: "";
}

.iico_0_195:before {
  content: "";
}

.iico_0_196:before {
  content: "";
}

.iico_0_197:before {
  content: "";
}

.iico_0_198:before {
  content: "";
}

.iico_0_199:before {
  content: "";
}

.iico_0_201:before {
  content: "";
}

.iico_0_202:before {
  content: "";
}

.iico_0_203:before {
  content: "";
}

.iico_0_204:before {
  content: "";
}

.iico_0_205:before {
  content: "";
}

.iico_0_206:before {
  content: "";
}

.iico_0_207:before {
  content: "";
}

.iico_0_208:before {
  content: "";
}

.iico_0_209:before {
  content: "";
}

.iico_0_210:before {
  content: "";
}

.iico_0_212:before {
  content: "";
}

.iico_0_213:before {
  content: "";
}

.iico_0_214:before {
  content: "";
}

.iico_0_215:before {
  content: "";
}

.iico_0_216:before {
  content: "";
}

.iico_0_217:before {
  content: "";
}

.iico_0_218:before {
  content: "";
}

.iico_0_219:before {
  content: "";
}

.iico_0_220:before {
  content: "";
}

.iico_0_221:before {
  content: "";
}

.iico_0_224:before {
  content: "";
}

.iico_0_225:before {
  content: "";
}

.iico_0_226:before {
  content: "";
}

.iico_0_227:before {
  content: "";
}

.iico_0_228:before {
  content: "";
}

.iico_0_229:before {
  content: "";
}

.iico_0_230:before {
  content: "";
}

.iico_0_231:before {
  content: "";
}

.iico_0_232:before {
  content: "";
}

.iico_0_233:before {
  content: "";
}

.iico_0_235:before {
  content: "";
}

.iico_0_236:before {
  content: "";
}

.iico_0_237:before {
  content: "";
}

.iico_0_238:before {
  content: "";
}

.iico_0_239:before {
  content: "";
}

.iico_0_240:before {
  content: "";
}

.iico_0_241:before {
  content: "";
}

.iico_0_242:before {
  content: "";
}

.iico_0_243:before {
  content: "";
}

@font-face {
  font-family: hongleixingshu;
  font-style: normal;
  font-weight: 400;
  src: url(https://imgservices-1252317822.image.myqcloud.com/statics/qdAssets/newfont_1.ttf)
    format("truetype");
}

@font-face {
  font-family: Yuewen Font;
  font-style: normal;
  font-weight: 400;
  src: url(https://imgservices-1252317822.image.myqcloud.com/coco/s06142023/796e6c90.zb4zty.ttf)
    format("truetype");
}

.YuewenFont {
  display: inline-block;
  font: 0.14rem/1 Yuewen Font, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke-width: 0.001rem;
  font-display: swap;
}

@font-face {
  font-family: SourceHanSerifCN-Bold;
  src: url(https://webfontsource.yuewen.com/api/v1/yfont/font.eot?base64=0&font=SourceHanSerifCN-Bold&text=%E6%94%AF%E7%BA%BF%E5%9C%B0%E5%9B%BE%E7%AE%80%E4%BB%8B%E5%8A%9B%E9%87%8F%E4%BD%93%E7%B3%BB%E7%90%86%E4%BA%BA%E6%96%87%E5%8A%BF%E7%BB%84%E7%BB%87%E7%A5%9E%E5%A5%87%E7%89%A9%E5%93%81%E9%9D%9E%E5%87%A1%E7%94%9F%E8%AF%9D%E7%BA%AA%E5%85%83%E5%8F%B2);
  src: local("☺"),
    url(https://webfontsource.yuewen.com/api/v1/yfont/font.woff2?base64=0&font=SourceHanSerifCN-Bold&text=%E6%94%AF%E7%BA%BF%E5%9C%B0%E5%9B%BE%E7%AE%80%E4%BB%8B%E5%8A%9B%E9%87%8F%E4%BD%93%E7%B3%BB%E7%90%86%E4%BA%BA%E6%96%87%E5%8A%BF%E7%BB%84%E7%BB%87%E7%A5%9E%E5%A5%87%E7%89%A9%E5%93%81%E9%9D%9E%E5%87%A1%E7%94%9F%E8%AF%9D%E7%BA%AA%E5%85%83%E5%8F%B2)
      format("woff2"),
    url(https://webfontsource.yuewen.com/api/v1/yfont/font.woff?base64=0&font=SourceHanSerifCN-Bold&text=%E6%94%AF%E7%BA%BF%E5%9C%B0%E5%9B%BE%E7%AE%80%E4%BB%8B%E5%8A%9B%E9%87%8F%E4%BD%93%E7%B3%BB%E7%90%86%E4%BA%BA%E6%96%87%E5%8A%BF%E7%BB%84%E7%BB%87%E7%A5%9E%E5%A5%87%E7%89%A9%E5%93%81%E9%9D%9E%E5%87%A1%E7%94%9F%E8%AF%9D%E7%BA%AA%E5%85%83%E5%8F%B2)
      format("woff"),
    url(https://webfontsource.yuewen.com/api/v1/yfont/font.ttf?base64=0&font=SourceHanSerifCN-Bold&text=%E6%94%AF%E7%BA%BF%E5%9C%B0%E5%9B%BE%E7%AE%80%E4%BB%8B%E5%8A%9B%E9%87%8F%E4%BD%93%E7%B3%BB%E7%90%86%E4%BA%BA%E6%96%87%E5%8A%BF%E7%BB%84%E7%BB%87%E7%A5%9E%E5%A5%87%E7%89%A9%E5%93%81%E9%9D%9E%E5%87%A1%E7%94%9F%E8%AF%9D%E7%BA%AA%E5%85%83%E5%8F%B2);
}

.sourceHanFont {
  font-family: SourceHanSerifCN-Bold, sans-serif;
}

.icon-emoji {
  display: inline-block;
  width: 0.0022rem;
  height: 0.0022rem;
  margin-left: 0.00048rem;
  vertical-align: -0.00048rem;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-emoji-1 {
  background-image: url(/images/newface_1_aHR0cHM6.png);
}

.icon-emoji-2 {
  background-image: url(/images/newface_2_aHR0cHM6.png);
}

.icon-emoji-3 {
  background-image: url(/images/newface_3_aHR0cHM6.png);
}

.icon-emoji-4 {
  background-image: url(/images/newface_4_aHR0cHM6.png);
}

.icon-emoji-5 {
  background-image: url(/images/newface_5_aHR0cHM6.png);
}

.icon-emoji-6 {
  background-image: url(/images/newface_6_aHR0cHM6.png);
}

.icon-emoji-7 {
  background-image: url(/images/newface_7_aHR0cHM6.png);
}

.icon-emoji-8 {
  background-image: url(/images/newface_8_aHR0cHM6.png);
}

.icon-emoji-9 {
  background-image: url(/images/newface_9_aHR0cHM6.png);
}

.icon-emoji-10 {
  background-image: url(/images/newface_10_aHR0cHM6.png);
}

.icon-emoji-11 {
  background-image: url(/images/newface_11_aHR0cHM6.png);
}

.icon-emoji-12 {
  background-image: url(/images/newface_12_aHR0cHM6.png);
}

.icon-emoji-13 {
  background-image: url(/images/newface_13_aHR0cHM6.png);
}

.icon-emoji-14 {
  background-image: url(/images/newface_14_aHR0cHM6.png);
}

.icon-emoji-15 {
  background-image: url(/images/newface_15_aHR0cHM6.png);
}

.icon-emoji-16 {
  background-image: url(/images/newface_16_aHR0cHM6.png);
}

.icon-emoji-17 {
  background-image: url(/images/newface_17_aHR0cHM6.png);
}

.icon-emoji-18 {
  background-image: url(/images/newface_18_aHR0cHM6.png);
}

.icon-emoji-19 {
  background-image: url(/images/newface_19_aHR0cHM6.png);
}

.icon-emoji-20 {
  background-image: url(/images/newface_20_aHR0cHM6.png);
}

.icon-emoji-21 {
  background-image: url(/images/newface_21_aHR0cHM6.png);
}

.icon-emoji-22 {
  background-image: url(/images/newface_22_aHR0cHM6.png);
}

.icon-emoji-23 {
  background-image: url(/images/newface_23_aHR0cHM6.png);
}

.icon-emoji-24 {
  background-image: url(/images/newface_24_aHR0cHM6.png);
}

.icon-emoji-25 {
  background-image: url(/images/newface_25_aHR0cHM6.png);
}

.icon-emoji-26 {
  background-image: url(/images/face26.png);
}

.icon-emoji-27 {
  background-image: url(/images/face27.png);
}

.icon-emoji-28 {
  background-image: url(/images/face28.png);
}

.icon-emoji-29 {
  background-image: url(/images/face29.png);
}

.icon-emoji-30 {
  background-image: url(/images/face30.png);
}

.icon-emoji-31 {
  background-image: url(/images/face31.png);
}

.icon-emoji-32 {
  background-image: url(/images/face32.png);
}

.icon-emoji-33 {
  background-image: url(/images/face33.png);
}

.icon-emoji-34 {
  background-image: url(/images/face34.png);
}

.icon-emoji-35 {
  background-image: url(/images/face35.png);
}

.icon-emoji-36 {
  background-image: url(/images/face36.png);
}

.icon-emoji-37 {
  background-image: url(/images/face37.png);
}

.icon-emoji-38 {
  background-image: url(/images/face38.png);
}

.icon-emoji-39 {
  background-image: url(/images/face39.png);
}

.icon-emoji-40 {
  background-image: url(/images/face40.png);
}

.icon-emoji-41 {
  background-image: url(/images/face41.png);
}

.icon-emoji-42 {
  background-image: url(/images/face42.png);
}

.icon-emoji-43 {
  background-image: url(/images/face43.png);
}

.icon-emoji-44 {
  background-image: url(/images/face44.png);
}

.icon-emoji-45 {
  background-image: url(/images/face45.png);
}

.icon-emoji-46 {
  background-image: url(/images/face46.png);
}

.icon-emoji-47 {
  background-image: url(/images/face47.png);
}

.icon-emoji-48 {
  background-image: url(/images/face48.png);
}

.icon-emoji-49 {
  background-image: url(/images/face49.png);
}

.icon-emoji-50 {
  background-image: url(/images/face50.png);
}

.icon-emoji-51 {
  background-image: url(/images/face51.png);
}

.icon-emoji-52 {
  background-image: url(/images/face52.png);
}

.icon-emoji-53 {
  background-image: url(/images/face53.png);
}

.icon-emoji-54 {
  background-image: url(/images/face54.png);
}

.icon-emoji-55 {
  background-image: url(/images/face55.png);
}

.icon-emoji-56 {
  background-image: url(/images/face56.png);
}

.icon-emoji-57 {
  background-image: url(/images/face57.png);
}

.icon-emoji-58 {
  background-image: url(/images/face58.png);
}

.icon-emoji-59 {
  background-image: url(/images/face59.png);
}

.icon-emoji-60 {
  background-image: url(/images/face60.png);
}

.icon-emoji-61 {
  background-image: url(/images/face61.png);
}

.icon-emoji-62 {
  background-image: url(/images/face62.png);
}

.icon-emoji-63 {
  background-image: url(/images/face63.png);
}

.icon-emoji-64 {
  background-image: url(/images/face64.png);
}
