:root {
  --aigc-fontsize-12px_rem: 0.12rem;
  --aigc-fontsize-13px_rem: 0.13rem;
  --aigc-fontsize-14px_rem: 0.14rem;
  --aigc-fontsize-16px_rem: 0.16rem;
  --aigc-fontsize-18px_rem: 0.18rem;
  --aigc-fontsize-12px: 12px;
  --aigc-fontsize-90px: 90px;
  --aigc-fontsize-100px: 100px;
  --aigc-text-primary: #201452;
  --aigc-text-color-dark-app: rgba(255, 255, 255, 0.4);
  --aigc-background-color-dark-app: rgba(39, 35, 55, 0.5);
  --aigc-background-color-app: #141424;
  --aigc-wise-background-color-app: #000000;
  --aigc-font-family-base: PingFang SC, Avenir, Helvetica, Arial, sans-serif;
  --aigc-background-color-item: #22223F;
  --aigc-background-color-item-hover: #303056;
  --aigc-content-bg-color: #6e4bfa;
  --aigc-bar-bg-color: #B6ADFF;
  --aigc-tip-text-color: #000311;
  --aigc-button-bg-color: #23232b;
  --aigc-dark-tag-bg-color: #19191f;
  --aigc-dark-button-bg-color: #5c5680;
  --aigc-first-canvas-bg: #0C0C0F;
  --aigc-button-color: #b6adff;
  --aigc-font-gray-color: #848691;
  --aigc-border-color: #222229;
  --aigc-border-opacity-color: #22222999;
  --aigc-btn-hover-bg: #494957;
  --aigc-hover-content-bg: #49495780;
  --aigc-manage-wran-icon-color: #4E6EF2;
  --edit-page-bg: #09090A;
  --edit-save-btn-bg: linear-gradient(135deg, #5240FF 0%, #63D8FF 100%);
  --edit-brush-rang-bg: #32323D;
  --edit-brush-rang-track: #65daff;
  --edit-brush-rang-thumb: #121314;
  --edit-function-item-active: #66daff;
  --edit-download-img: url(https://gips3.baidu.com/it/u=3268680812,1286857518&fm=3028&app=3028&f=PNG&fmt=auto&q=75&size=f54_54);
  --edit-text-primary: #fff;
  --tool-btn-bg: #222229;
  --footer-bar-bg: #15151A;
  --edit-tool-bg: var(--edit-save-btn-bg);
  --duty-page-max-width: 1206px;
  --color-text-default: #1e1f24;
  --color-tab-text-one: #2867FA;
  --color-tab-text-two: #873CFF;
  --color-linear-gradient-one: #F0EBFF;
  --color-linear-gradient-two: #EBF3FF;
  --color-divider: #DCDDE0;
  --background-item-color: #EFF2FE;
  --tag-text-normal-color: #272933;
  --popup-bg-color: #0006;
  --icon-waring-color: #FF3333;
}
.custom-theme {
  --edit-page-bg: #09090A;
  --edit-page-bg-v2: #000;
  --edit-bar-bg: #15151A;
  --edit-save-btn-bg: #B6ADFF;
  --edit-save-btn-night-bg: #5C5680;
  --edit-tool-bg: #B6ADFF;
  --edit-text-primary: #201452;
  --edit-text-primary-night: #100A29;
  --edit-tool-night-bg: #5C5680;
  --edit-tool-selected-border: #B6ADFF;
  --edit-input-bg: #222229;
  --edit-bar-night-bg: #111115;
  --edit-tools-bg: #222229;
  --edit-tools-night-bg: #19191f;
  --edit-brush-rang-track: #B6ADFF;
  --edit-slider-progress-bg: #B6ADFF;
  --edit-user-guide-btn: #B6ADFF;
}
@media (prefers-color-scheme: dark) {
  :global(.cos-android) {
    color-scheme: dark;
    --footer-bar-bg: #111115;
    --aigc-border-color: #19191f;
    --tool-btn-bg: #19191f;
    --aigc-button-color: #5c5680;
    --aigc-text-primary: #100a29;
    --aigc-content-bg-color: #37267d;
  }
}
@media (prefers-color-scheme: dark) {
  :global(.cos-android) {
    color-scheme: dark;
    --footer-bar-bg: #111115;
    --aigc-border-color: #19191f;
    --tool-btn-bg: #19191f;
    --aigc-button-color: #5c5680;
    --aigc-text-primary: #100a29;
    --aigc-content-bg-color: #37267d;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: var(--aigc-fontsize-100px, 100px);
}
#app {
  font-family: var(--aigc-font-family-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  height: 100%;
  width: 100%;
  overflow: auto;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  overflow: hidden;
}
:root {
  --safe-top: 0px;
  --safe-bottom: 0px;
}
@supports (top: constant(safe-area-inset-top)) {
  :root {
    --safe-top: constant(safe-area-inset-top);
    --safe-bottom: constant(safe-area-inset-bottom);
  }
}
@supports (top: env(safe-area-inset-top)) {
  :root {
    --safe-top: env(safe-area-inset-top);
    --safe-bottom: env(safe-area-inset-bottom);
  }
}
.c-line-clamp1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-line-clamp2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-line-clamp3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cos-tabs.cos-tabs-pill .cos-tabs-header {
  padding: 0;
  border-radius: unset;
  scrollbar-width: none;
}
.cos-tabs.cos-tabs-pill .cos-tabs-header:hover {
  cursor: unset;
}
.cos-tabs.cos-tabs-pill .cos-tab {
  border-radius: unset;
  padding: 0;
}
.cos-tabs.cos-tabs-pill .cos-tab.cos-tab-active {
  background-color: unset;
  color: unset;
  font-weight: normal;
  -webkit-text-stroke: unset;
  font-family: unset;
}
.cos-tabs.cos-tabs-pill .cos-tab:not(:first-child) {
  margin-left: 0;
}
.friend-links {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.page-wrapper_t1GuR {
  min-width: 11.8rem;
}
.page-wrapper_t1GuR .header-bg_EmOWk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(271.21deg, #E3EFFD 160px, rgba(227, 239, 253, 0) 316px);
  background-image: linear-gradient(178.79deg, #E3EFFD 160px, rgba(227, 239, 253, 0) 316px);
  height: 3.16rem;
}
.page-wrapper_t1GuR .chat-input_MDEXn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: auto;
}
.page-wrapper_t1GuR .header-wrapper_tG2Qd {
  position: relative;
  height: 0.48rem;
}
.page-wrapper_t1GuR .header-wrapper_tG2Qd .fixed_alqXH {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.search-box_JwO61 {
  margin: 0 auto;
}
.index-wrapper_fUqxB {
  width: 11.8rem;
  margin: 0 auto 0.4rem;
  position: relative;
}

.item-col_Z3oB5 {
  margin-right: 0.16rem;
}
.item-col_Z3oB5:last-child {
  margin-right: 0;
}
.item-img-wrap_Ho1Lw {
  margin-bottom: var(--cos-space-md);
}
.nomore-wrapper_zmKK3 {
  padding-top: 0.75rem;
  padding-bottom: 0.9rem;
}

.item-col_eu5Fn .item-img-wrap_RJo0F {
  border-radius: var(--cos-rounded-xl);
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.item-col_eu5Fn .item-img-wrap_RJo0F .item-img_tzz_X {
  border-radius: var(--cos-rounded-xl);
}
.loading-wrapper_bcRn3 {
  padding: var(--cos-space-3xl);
}
.nomore-wrapper_U2yCl {
  font-weight: var(--cos-font-regular);
  -webkit-text-stroke: 0;
  font-family: PingFang SC, Arial, sans-serif;
  font-size: var(--cos-text-body);
  line-height: var(--cos-leading-body);
  color: var(--cos-color-text-minor);
  text-align: center;
}

.item-img_CzmdA {
  border-radius: var(--cos-rounded-xl);
}
.item-img-wrap_mZSmq:hover .item-mask_YrQBA,
.item-img-wrap_mZSmq:hover .item-info_RJvvQ {
  display: block;
}
.item-img-wrap_mZSmq .item-info_RJvvQ {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--cos-color-text-inverse);
  padding: var(--cos-space-xs);
  font-weight: var(--cos-font-regular);
  -webkit-text-stroke: 0;
  font-family: PingFang SC, Arial, sans-serif;
  font-size: var(--cos-text-body-lg);
  line-height: var(--cos-leading-body-lg);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.item-img-wrap_mZSmq .item-info_RJvvQ .same-style-btn_kQOBa,
.item-img-wrap_mZSmq .item-info_RJvvQ .download-btn_OBnou {
  text-decoration: none;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding-top: var(--cos-space-sm);
  padding-bottom: var(--cos-space-sm);
  border-radius: var(--cos-rounded-xxl);
  line-height: 1;
  color: var(--cos-color-text-inverse);
}
.item-img-wrap_mZSmq .item-info_RJvvQ .same-style-btn_kQOBa:hover,
.item-img-wrap_mZSmq .item-info_RJvvQ .download-btn_OBnou:hover {
  cursor: pointer;
}
.item-img-wrap_mZSmq .item-info_RJvvQ .download-btn_OBnou {
  display: inline-block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  padding-left: var(--cos-space-lg);
  padding-right: var(--cos-space-lg);
  margin-left: var(--cos-space-xs);
}
.item-img-wrap_mZSmq .item-info_RJvvQ .download-btn_OBnou:hover {
  background: rgba(255, 255, 255, 0.2);
}
.item-img-wrap_mZSmq .item-info_RJvvQ .same-style-btn_kQOBa {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(142, 88, 255, 0.14)), to(rgba(48, 151, 254, 0.14))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12)));
  background: -webkit-linear-gradient(left, rgba(142, 88, 255, 0.14) 0%, rgba(48, 151, 254, 0.14) 100%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  background: linear-gradient(90deg, rgba(142, 88, 255, 0.14) 0%, rgba(48, 151, 254, 0.14) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}
.item-img-wrap_mZSmq .item-info_RJvvQ .same-style-btn_kQOBa:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(142, 88, 255, 0.14)), to(rgba(48, 151, 254, 0.14))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: -webkit-linear-gradient(left, rgba(142, 88, 255, 0.14) 0%, rgba(48, 151, 254, 0.14) 100%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
  background: linear-gradient(90deg, rgba(142, 88, 255, 0.14) 0%, rgba(48, 151, 254, 0.14) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
}
.item-img-wrap_mZSmq .item-info_RJvvQ .same-style-btn_kQOBa .same-style-icon_Ia6iL {
  width: 0.14rem;
  height: 0.14rem;
  margin-right: var(--cos-space-3xs);
}
.item-img-wrap_mZSmq .item-mask_YrQBA {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.49rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.label_z2Zf7 {
  font-size: var(--cos-text-headline-sm);
  line-height: var(--cos-leading-headline-sm);
  font-weight: var(--cos-font-medium);
}

.load_EOzzt {
  top: 0.55rem;
}
.more_PgyBJ {
  right: 0.25rem;
}
.back_rvtfQ {
  left: 0.25rem;
}

.tools-wrap_nxTFn {
  margin-bottom: 48px;
}
.tools-wrap_nxTFn .tools-wrap-label_xXDcN {
  font-size: var(--cos-text-headline-sm);
  line-height: var(--cos-leading-headline-sm);
  font-weight: var(--cos-font-medium);
}
.tools-wrap_nxTFn .list-item_sjJAP {
  display: inline-block;
  color: var(--cos-color-text);
  border-radius: var(--cos-rounded-lg);
  width: 100%;
  text-decoration: none;
  background-color: #F5F7FD;
  overflow: hidden;
  position: relative;
}
.tools-wrap_nxTFn .list-item_sjJAP:hover .item-img_cXqqs {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.tools-wrap_nxTFn .item-img_cXqqs {
  width: 2.24rem;
  height: 1.3rem;
}
.tools-wrap_nxTFn .afx-video_VI12c {
  width: 2.24rem;
  height: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.tools-wrap_nxTFn .item-info_drVYo {
  padding-top: var(--cos-space-sm);
  padding-left: var(--cos-space-md);
  padding-right: var(--cos-space-md);
  padding-bottom: var(--cos-space-md);
}
.tools-wrap_nxTFn .item-title__m_pp {
  font-weight: var(--cos-font-regular);
  -webkit-text-stroke: 0;
  font-size: var(--cos-text-subtitle);
  line-height: var(--cos-leading-subtitle);
  font-weight: var(--cos-font-medium);
  -webkit-text-stroke: var(--cos-font-medium-stroke);
  font-family: PingFang SC, Arial, sans-serif;
}
.tools-wrap_nxTFn .item-subtitle_MI007 {
  font-weight: var(--cos-font-regular);
  -webkit-text-stroke: 0;
  font-family: PingFang SC, Arial, sans-serif;
  font-size: var(--cos-text-caption-sm);
  line-height: var(--cos-leading-caption-sm);
  color: var(--cos-color-text-minor);
}

.wrapper_lJ_wH {
  position: fixed;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(245, 246, 250, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 0.4rem;
  min-width: 11.8rem;
  z-index: 2;
}
.wrapper_lJ_wH > div {
  margin-bottom: var(--cos-space-xs);
  white-space: nowrap;
}
.wrapper_lJ_wH .list-item_vy5mw {
  font-weight: var(--cos-font-regular);
  -webkit-text-stroke: 0;
  font-family: PingFang SC, Arial, sans-serif;
  font-size: var(--cos-text-caption);
  line-height: var(--cos-leading-caption);
  color: var(--cos-color-text-minor);
  margin-right: var(--cos-space-xl);
  line-height: 0.4rem;
  text-decoration: none;
}
.wrapper_lJ_wH a:hover {
  color: var(--cos-color-text);
}

.header-wrapper_PmkiA {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-right: var(--cos-space-xxl);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  height: 0.48rem;
}

.user-center_QPLc8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  height: 48px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.user-center_QPLc8 .link-wrapper_F1BDm {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.user-center_QPLc8 .link-wrapper_F1BDm li + li {
  margin-left: var(--cos-space-xs);
}
.user-center_QPLc8 .link-wrapper_F1BDm a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
.user-center_QPLc8 .link-wrapper_F1BDm a:hover {
  color: var(--cos-color-text-active);
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 {
  margin-left: var(--cos-space-xl);
  position: relative;
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 .user-center-link_hQKjL {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 .user-center-link_hQKjL .user-avatar_UtpIQ {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: var(--cos-rounded-full);
  width: 0.28rem;
  height: 0.28rem;
  border: 0.01rem solid #456fff;
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 .user-center-link_hQKjL .user-name_LkeYQ {
  margin-left: var(--cos-space-xs);
  color: #222;
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 .user-center-link_hQKjL:hover .user-name_LkeYQ {
  color: var(--cos-color-text-active);
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 .user-center-list_ZKo7B {
  padding-top: var(--cos-space-sm);
  padding-bottom: var(--cos-space-sm);
  padding-left: var(--cos-space-md);
  padding-right: var(--cos-space-md);
  background-color: var(--cos-color-bg);
  border-radius: var(--cos-rounded-md);
  position: absolute;
  display: none;
  top: 0.33rem;
  right: 0.21rem;
  -webkit-box-shadow: 0 0.06rem 0.21rem rgba(30, 31, 36, 0.2);
          box-shadow: 0 0.06rem 0.21rem rgba(30, 31, 36, 0.2);
  z-index: 11;
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 .user-center-list_ZKo7B::before {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: -25%;
  width: 150%;
  height: 0.2rem;
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 .user-center-list_ZKo7B li + li {
  margin-top: var(--cos-space-md);
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 .user-center-list_ZKo7B a {
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}
.user-center_QPLc8 .user-info-wrapper_fvCp3 .user-center-list_ZKo7B a:hover {
  color: var(--cos-color-text-active);
}
.user-center_QPLc8 .user-info-wrapper_fvCp3:hover .user-center-list_ZKo7B {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.user-center_QPLc8 .login-btn-wrapper_pA7vH {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-left: var(--cos-space-xxl);
  border-radius: var(--cos-rounded-xs);
  color: var(--cos-color-text-on-em);
  background-color: var(--cos-color-bg-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.5rem;
  height: 0.24rem;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.user-center_QPLc8 .login-btn-wrapper_pA7vH:hover {
  background-color: var(--cos-color-bg-primary-hover);
}

.toast-wrapper_rMj03 {
  position: absolute;
  width: 100%;
  top: 95px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.toast-wrapper_rMj03 .toast_U9abh {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto;
  padding: 13px var(--cos-space-md);
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 16px;
  color: var(--cos-color-text-inverse);
  background-color: #18181A;
  border-radius: var(--cos-rounded-md);
  -webkit-animation: pc-appear_FXfWt 0.5s ease-in-out;
          animation: pc-appear_FXfWt 0.5s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.toast-wrapper_rMj03 .toast_U9abh.white_GLvAy {
  color: var(--cos-color-text);
  background-color: var(--cos-color-bg);
  -webkit-box-shadow: 0 6px 21px rgba(30, 31, 36, 0.2);
          box-shadow: 0 6px 21px rgba(30, 31, 36, 0.2);
}
.toast-wrapper_rMj03 .toast-logo_faedk {
  width: 17px;
  height: 17px;
  margin-right: 9px;
}
@-webkit-keyframes pc-appear_FXfWt {
  0% {
    -webkit-transform: translate3d(0, -200%, 0) scale(0.6);
            transform: translate3d(0, -200%, 0) scale(0.6);
    opacity: var(--cos-opacity-50);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    opacity: var(--cos-opacity-100);
  }
}
@keyframes pc-appear_FXfWt {
  0% {
    -webkit-transform: translate3d(0, -200%, 0) scale(0.6);
            transform: translate3d(0, -200%, 0) scale(0.6);
    opacity: var(--cos-opacity-50);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    opacity: var(--cos-opacity-100);
  }
}

.page-wrapper_n1Pp9 {
  font-weight: var(--cos-font-regular);
  -webkit-text-stroke: 0;
  font-family: PingFang SC, Arial, sans-serif;
  font-size: var(--cos-text-body);
  line-height: var(--cos-leading-body);
  background-color: var(--cos-color-bg);
  height: 100%;
}
.page-wrapper_n1Pp9 .scroll-wrapper_OnOxQ {
  height: 100%;
}

.scroll-container_pDXXc {
  overflow: hidden;
}
.scroll-container_pDXXc .scroll-wrapper_be18u {
  position: relative;
  scroll-behavior: smooth;
}
.scroll-container_pDXXc .scroll-wrapper_be18u.verical_bReyy {
  overflow: auto;
}
.scroll-container_pDXXc .scroll-wrapper_be18u.horizontal_E6NJY {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
.scroll-container_pDXXc .scroll-wrapper_be18u::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.search-wrapper_o7454 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  /* 纵向布局 */
  position: relative;
  z-index: 10;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  height: auto;
  width: -webkit-fit-content;
  width: fit-content;
}
.search-wrapper_o7454 .input-container_YR54L {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.search-wrapper_o7454 .input-container_YR54L[data-direction="row"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.search-wrapper_o7454 .input-container_YR54L[data-direction="row"] .logo-wrapper_LBa7x {
  margin-right: var(--cos-space-lg);
  margin-top: -8px;
}
.search-wrapper_o7454 .input-container_YR54L[data-direction="row"] .logo-wrapper_LBa7x img {
  height: 33px;
  width: 101px;
}
.search-wrapper_o7454 .input-container_YR54L[data-direction="column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}
.search-wrapper_o7454 .input-container_YR54L[data-direction="column"] .logo-wrapper_LBa7x {
  margin-bottom: var(--cos-space-xl);
}
.search-wrapper_o7454 .input-container_YR54L[data-direction="column"] .logo-wrapper_LBa7x img {
  height: 40px;
  width: 127px;
}
.search-wrapper_o7454 .logo-wrapper_LBa7x {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.search-wrapper_o7454 .logo-wrapper_LBa7x:hover {
  cursor: pointer;
}
.search-wrapper_o7454 .logo-wrapper_LBa7x img {
  width: auto;
  height: 33px;
}
.search-wrapper_o7454 .chat-input-container_yrez8 {
  width: 748px;
  position: relative;
  height: 45px;
  color: initial;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-wrapper_o7454 .hot-querys-wrapper_cSFWt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin-top: 16px;
  font-weight: var(--cos-font-regular);
  -webkit-text-stroke: 0;
  font-family: PingFang SC, Arial, sans-serif;
  font-size: var(--cos-text-subtitle);
  line-height: var(--cos-leading-subtitle);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.search-wrapper_o7454 .hot-querys-wrapper_cSFWt .label_X1th0 {
  color: var(--cos-color-text-minor);
  white-space: nowrap;
}
.search-wrapper_o7454 .hot-querys-wrapper_cSFWt .querys_B0idY {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  height: 22px;
  overflow: hidden;
}
.search-wrapper_o7454 .hot-querys-wrapper_cSFWt .querys_B0idY li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: var(--cos-space-lg);
  margin-bottom: var(--cos-space-xs);
}
.search-wrapper_o7454 .hot-querys-wrapper_cSFWt .querys_B0idY li a {
  color: var(--cos-color-text-minor);
  text-decoration: none;
}
.search-wrapper_o7454 .hot-querys-wrapper_cSFWt .querys_B0idY li a:hover {
  color: var(--cos-color-text-active);
}
.search-wrapper_o7454 .disable-overlay_Yfwxd #ci-main::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 9999;
  background: transparent;
  pointer-events: auto;
  cursor: not-allowed;
}

