/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    :root {
        --text-primary: #242424;
        --text-secondary: #88879C;
        --text-accent: #8F9AB4;
        --text-danger: #FF4949;
        --text-btn: #fff;
        --bg-main: linear-gradient(180deg, #f6f6f6 0%, #e4f4ff 100%);
        --bg-gradient1: linear-gradient(180deg, #e2faff 0%, #ffffff 100%);
        --bg-gradient2: linear-gradient(180deg, #fff9ee 0%, #ffffff 100%);
        --bg-gradient3: linear-gradient(180deg, #f3feed 0%, #ffffff 100%);
        --bg-primary: #FFF;
        --bg-secondary: #F6F6F6;
        --bg-input: #F6F6F6;
        --bg-dialog: #2F2F2F;
        --bg-action: #F6F6F6;
        --bg-footer: #DBEBF6;
        --bg-active: #0a87ff1f;
        --bg-accent: #0A87FF0F;
        --color-primary: #4B51F4;
        --btn-primary: linear-gradient(180deg, #0abbff 0%, #2192ff 100%);
        --btn-danger: #FF4949;
        --border-primary: #CBCBCB;
        --border-accent: #C4C4C4;
        --border-blur: #B3DBFF;
    }


    [data-theme="dark"] {
        --text-primary: #fff;
        --text-secondary: #88879C;
        --text-accent: #fff;
        --text-danger: #FF4949;
        --text-btn: #fff;
        --bg-main: #2C2D35;
        --bg-gradient1: linear-gradient(180deg, #000000 0%, #2f2f2f 100%);
        --bg-gradient2: linear-gradient(180deg, #5a4929 1%, #2f2f2f 100%);
        --bg-gradient3: linear-gradient(180deg, #2f4d1e 0%, #2f2f2f 100%);
        --bg-primary: #2C2D35;
        --bg-secondary: #2F2F2F;
        --bg-input: #444444;
        --bg-dialog: #2F2F2F;
        --bg-action: #212121;
        --bg-active: #0a87ff1f;
        --bg-accent: #0a87ff0f;
        --bg-footer: #0b2d46;
        --color-primary: #4B51F4;
        --btn-primary: linear-gradient(180deg, #0abbff 0%, #2192ff 100%);
        --btn-danger: #FF4949;
        --border-primary: #CBCBCB;
        --border-accent: #C4C4C4;
        --border-blur: #4F4E4E;
    }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!left-0 {
  left: 0px !important;
}
.\!left-\[-280px\] {
  left: -280px !important;
}
.\!top-0 {
  top: 0px !important;
}
.\!top-\[-280px\] {
  top: -280px !important;
}
.\!top-\[46px\] {
  top: 46px !important;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-11px\] {
  bottom: -11px;
}
.bottom-\[-12px\] {
  bottom: -12px;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[100\%\] {
  bottom: 100%;
}
.bottom-\[115px\] {
  bottom: 115px;
}
.bottom-\[135px\] {
  bottom: 135px;
}
.bottom-\[15px\] {
  bottom: 15px;
}
.bottom-\[180px\] {
  bottom: 180px;
}
.bottom-\[3px\] {
  bottom: 3px;
}
.bottom-\[50px\] {
  bottom: 50px;
}
.left-\[12px\] {
  left: 12px;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[50px\] {
  left: 50px;
}
.right-0 {
  right: 0px;
}
.right-\[-3px\] {
  right: -3px;
}
.right-\[0\] {
  right: 0;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[13px\] {
  right: 13px;
}
.right-\[15px\] {
  right: 15px;
}
.right-\[30px\] {
  right: 30px;
}
.right-\[3px\] {
  right: 3px;
}
.right-\[55px\] {
  right: 55px;
}
.top-\[-3px\] {
  top: -3px;
}
.top-\[0\] {
  top: 0;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[45px\] {
  top: 45px;
}
.\!z-50 {
  z-index: 50 !important;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[999\] {
  z-index: 999;
}
.m-\[10px_12px\] {
  margin: 10px 12px;
}
.m-\[10px_60px\] {
  margin: 10px 60px;
}
.m-\[12px\] {
  margin: 12px;
}
.m-\[65px_60px_0\] {
  margin: 65px 60px 0;
}
.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[12px\] {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-\[25px\] {
  margin-left: 25px;
  margin-right: 25px;
}
.mx-\[3px\] {
  margin-left: 3px;
  margin-right: 3px;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-\[7\.5px\] {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[95px\] {
  margin-bottom: 95px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.ml-\[22px\] {
  margin-left: 22px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[7\.5px\] {
  margin-left: 7.5px;
}
.ml-\[7px\] {
  margin-left: 7px;
}
.ml-auto {
  margin-left: auto;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[11px\] {
  margin-right: 11px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[112px\] {
  margin-top: 112px;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[130px\] {
  margin-top: 130px;
}
.mt-\[145px\] {
  margin-top: 145px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-\[100vh\] {
  height: 100vh !important;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[123px\] {
  height: 123px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15\.5px\] {
  height: 15.5px;
}
.h-\[154px\] {
  height: 154px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[162px\] {
  height: 162px;
}
.h-\[163px\] {
  height: 163px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[330px\] {
  height: 330px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[62vh\] {
  height: 62vh;
}
.h-\[66vh\] {
  height: 66vh;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[94px\] {
  height: 94px;
}
.h-full {
  height: 100%;
}
.max-h-\[42px\] {
  max-height: 42px;
}
.max-h-\[68px\] {
  max-height: 68px;
}
.max-h-\[90px\] {
  max-height: 90px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[114px\] {
  width: 114px;
}
.w-\[123px\] {
  width: 123px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15\.5px\] {
  width: 15.5px;
}
.w-\[157px\] {
  width: 157px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[15x\] {
  width: 15x;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[calc\(\(100\%-10px\)\/2\)\] {
  width: calc((100% - 10px) / 2);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[210px\] {
  max-width: 210px;
}
.max-w-\[290px\] {
  max-width: 290px;
}
.max-w-\[88\%\] {
  max-width: 88%;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[25px\] {
  gap: 25px;
}
.space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-\[6px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[10px_0_10px_10px\] {
  border-radius: 10px 0 10px 10px;
}
.rounded-\[10px_10px_0_10px\] {
  border-radius: 10px 10px 0 10px;
}
.rounded-\[10px_10px_10px_0\] {
  border-radius: 10px 10px 10px 0;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-r-\[10px\] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.border {
  border-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#4B51F4\] {
  --tw-border-opacity: 1;
  border-color: rgb(75 81 244 / var(--tw-border-opacity));
}
.border-\[\#CBCBCB\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}
.border-\[\#D4D4D4\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#F6F6F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-\[\#d4d4d4\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-border-primary {
  border-color: var(--border-primary);
}
.border-brand {
  border-color: var(--color-primary);
}
.bg-\[\#0a87ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 135 255 / var(--tw-bg-opacity));
}
.bg-\[\#4B51F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(75 81 244 / var(--tw-bg-opacity));
}
.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[transparent\] {
  background-color: transparent;
}
.bg-accent {
  background-color: var(--bg-accent);
}
.bg-action {
  background-color: var(--bg-action);
}
.bg-brand {
  background-color: var(--color-primary);
}
.bg-footer {
  background-color: var(--bg-footer);
}
.bg-input {
  background-color: var(--bg-input);
}
.bg-primary {
  background-color: var(--bg-primary);
}
.bg-secondary {
  background-color: var(--bg-secondary);
}
.bg-transparent {
  background-color: transparent;
}
.bg-main {
  background-image: var(--bg-main);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[10px_13px\] {
  padding: 10px 13px;
}
.p-\[10px_18px\] {
  padding: 10px 18px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[15px_11px\] {
  padding: 15px 11px;
}
.p-\[15px_12px_0\] {
  padding: 15px 12px 0;
}
.p-\[15px_12px_50px\] {
  padding: 15px 12px 50px;
}
.p-\[18px_12px_12\%\] {
  padding: 18px 12px 12%;
}
.p-\[18px_12px_15px_12px\] {
  padding: 18px 12px 15px 12px;
}
.p-\[18px_12px_50px\] {
  padding: 18px 12px 50px;
}
.p-\[18px_12px_50px_12px\] {
  padding: 18px 12px 50px 12px;
}
.p-\[18px_12px_8\%\] {
  padding: 18px 12px 8%;
}
.p-\[19px_9px\] {
  padding: 19px 9px;
}
.p-\[2px_5px\] {
  padding: 2px 5px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[5px_10px\] {
  padding: 5px 10px;
}
.p-\[5px_12px\] {
  padding: 5px 12px;
}
.p-\[5px_8px\] {
  padding: 5px 8px;
}
.p-\[60px_30px_15px\] {
  padding: 60px 30px 15px;
}
.p-\[60px_30px_50px\] {
  padding: 60px 30px 50px;
}
.p-\[7\.5px_15px\] {
  padding: 7.5px 15px;
}
.p-\[7px_16px\] {
  padding: 7px 16px;
}
.p-\[8px\] {
  padding: 8px;
}
.p-\[8px_15px\] {
  padding: 8px 15px;
}
.p-\[8px_17px\] {
  padding: 8px 17px;
}
.p-\[8px_5px\] {
  padding: 8px 5px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.text-center {
  text-align: center;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[37px\] {
  line-height: 37px;
}
.leading-\[45px\] {
  line-height: 45px;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#242424\] {
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity));
}
.text-\[\#383838\] {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}
.text-\[\#475587\] {
  --tw-text-opacity: 1;
  color: rgb(71 85 135 / var(--tw-text-opacity));
}
.text-\[\#4B51F4\] {
  --tw-text-opacity: 1;
  color: rgb(75 81 244 / var(--tw-text-opacity));
}
.text-\[\#88879C\] {
  --tw-text-opacity: 1;
  color: rgb(136 135 156 / var(--tw-text-opacity));
}
.text-\[\#8F9AB4\] {
  --tw-text-opacity: 1;
  color: rgb(143 154 180 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-accent {
  color: var(--text-accent);
}
.text-brand {
  color: var(--color-primary);
}
.text-btn {
  color: var(--text-btn);
}
.text-danger {
  color: var(--text-danger);
}
.text-primary {
  color: var(--text-primary);
}
.text-secondary {
  color: var(--text-secondary);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
* {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  /* 禁用图片拖拽 */
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.ant-alert-error {
  background: rgba(250, 222, 222, 0.15) !important;
  border-color: #e02020 !important;
  color: #e02020 !important;
  border-radius: 0 !important;
}

#app {
  background: #f6f6f6;
  overflow: hidden;
  height: 100vh;
}

body .ant-spin-nested-loading,
.ant-spin-container {
  overflow: hidden !important;
}

.silder-wrap .adm-slider-fill {
  background: linear-gradient(90deg, #4b51f4 0%, #680fdb 100%) !important;
}

.adm-slider-mark .adm-slider-mark-text {
  color: #88879C
}

#agent .ant-input-outlined {
  border: none;
}

.ant-form-item .ant-form-item-label {
  padding: 0 !important;
}

.ant-form-item-label label {
  width: 100%;
  height: 40px !important;
  color: var(--text-primary) !important;
  /* align-items: baseline ! important; */
}

.ant-input-outlined {
  background: var(--bg-primary) !important;
}

.ant-form-item-label label::after {
  margin-right: 0 !important;
}

.adm-dialog-button {
  font-size: 15px !important;
}

/* 
.adm-auto-center-content {
  color: #fff
} */

.ant-input {
  font-size: 13px !important;
  line-height: 13px !important;
  padding: 12px 12px !important;
}

.ant-input-affix-wrapper {
  padding-left: 0 !important;
}

.ant-input-affix-wrapper .ant-input {

  color: var(--text-primary) !important;
}

.ant-input-affix-wrapper .ant-input::-moz-placeholder {
  color: var(--text-secondary) !important;
}

.ant-input-affix-wrapper .ant-input::placeholder {
  color: var(--text-secondary) !important;
}

.ant-input-show-count-suffix,
.ant-input-data-count {
  color: var(--text-secondary) !important;
}

.adm-slider-thumb-container {
  width: 14px !important;
  height: 14px !important;
}

.adm-slider-thumb {
  width: 10px !important;
  height: 10px !important;
}

.adm-center-popup-wrap {
  width: 315px;
  max-width: 315px;
}

.adm-popup-body,
.adm-dialog-body {
  background: var(--bg-primary) !important;
}

.adm-dialog-body:not(.adm-dialog-with-image) {
  padding-top: 40px;
  border-radius: 15px;
}

.adm-dialog-title {
  margin-bottom: 30px !important;
  line-height: 18px;
  color: var(--text-primary);
}

.adm-dialog-content {
  padding: 0 30px 30px !important;
  line-height: 15px;
  color: var(--text-secondary) !important;
}

.adm-dialog-action-row {
  border-color: var(--border-primary) !important;
}

.adm-button:not(.adm-button-default) {
  border-color: var(--border-primary) !important;
}

.ant-drawer-content-wrapper {
  width: 300px !important
}

.adm-toast-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}


ul {
  list-style: disc;
  margin: auto;
  padding: revert-layer;
}


.dots {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  animation: fadeGray 1.2s infinite ease-in-out;
}

.mic.dots .dot {
  background-color: #fff;
  animation: micFade 1.2s infinite ease-in-out;
}

.dot:nth-child(1),
.mic .dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2),
.mic .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.dot:nth-child(3),
.mic .dot:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes micFade {
  0% {
    background-color: #fff;
  }

  50% {
    background-color: gray;
  }

  100% {
    background-color: #fff;
  }
}

@keyframes fadeGray {
  0% {
    background-color: black;
  }

  50% {
    background-color: gray;
  }

  100% {
    background-color: black;
  }
}

#moss-agent label {
  color: #475587 !important;
}

#moss-agent input::-moz-placeholder, #moss-agent textarea::-moz-placeholder {
  color: #8F9AB4 !important;
}

#moss-agent input::placeholder,
#moss-agent textarea::placeholder,
#moss-agent .ant-input-suffix {
  color: #8F9AB4 !important;
}

.moss-message::-moz-selection {
  background-color: #4b51f44d;
}

.moss-message::selection {
  background-color: #4b51f44d;
}

.message::-moz-selection {
  background-color: #0A87FF4D;
}

.message::selection {
  background-color: #0A87FF4D;
}

pre {
  background: #f6f8fa !important;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  padding: 16px;
  margin: 8px 0;
  overflow-x: auto;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 14px;
  line-height: 1.45;
}

code {
  background: #f6f8fa;
  border-radius: 3px;
  padding: 2px 4px;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 85%;
}

pre code {
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

th {
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  padding: 5px;
}

td {
  border: 1px solid #ccc;
  padding: 5px;
}

.think {
  /* display: inline-block; */
  color: #88879C;
  border-left: 1px solid #C4C4C4;
  padding-left: 5px;
}

.aigsm-duration::before {
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #6dd401;
  margin-right: 4px;
  border-radius: 50%;
}
.drawreStyle__ia_6u .ant-drawer-header {
  display: none !important;
}
.drawreStyle__ia_6u .ant-drawer-body {
  padding-top: 0px !important;
}
.drawreStyle__ia_6u .headerItem__jf6ug {
  color: #475587;
  font-weight: 700;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.drawreStyle__ia_6u .clickItem__GL4Sa {
  height: 10px;
  display: flex;
  align-items: center;
}
.light__5_tsi {
  background: #2d2c35;
}
.light__5_tsi .headerItem__jf6ug {
  color: #475587;
}
.light__5_tsi .clickItem__GL4Sa {
  color: #475587;
}
.dark__k6ZcO {
  background: #f2f3f4;
}
.dark__k6ZcO .headerItem__jf6ug {
  color: #999;
}
.dark__k6ZcO .ant-divider {
  border-top-color: #999;
}
.sidetopic1__KxRZl .headerItem__jf6ug {
  color: #121212;
}
.sidetopic1__KxRZl .clickItem__GL4Sa {
  color: #5e5e5e;
}
.sidetopic1__KxRZl .ant-divider {
  border-top-color: #121212;
}
.pageStyle__Tym3q {
  height: 100vh;
}
.pageLight__POb5Z {
  background: #f2f3f4;
}
.pageLight__POb5Z .pagetitle__CdP5s {
  color: #475587;
}
.pageLight__POb5Z .clicktext__unNYW {
  color: #87ceeb;
}
.pageLight__POb5Z .homepage__pNWRI {
  background-image: url(/styles/images/lightbgc.dae2383362f9146d3534929419c7bae1.png);
  background-size: cover;
}
.pagedDark__ZA9Uz {
  background: #2d2c35;
}
.pagedDark__ZA9Uz .pagetitle__CdP5s {
  color: #475587;
}
.pagedDark__ZA9Uz .clicktext__unNYW {
  color: #87ceeb;
}
.pagedDark__ZA9Uz .homepage__pNWRI {
  background-image: url(/styles/images/darkbgc.eea72a93857d1938b95821cd343ddcc5.png);
  background-size: cover;
}
.pagetopic1__yvyTK {
  background: #121212;
}
.pagetopic1__yvyTK .pagetitle__CdP5s {
  color: #fff;
}
.pagetopic1__yvyTK .clicktext__unNYW {
  color: #ebebeb;
}
.pagetopic1__yvyTK .homepage__pNWRI {
  background-image: none;
}

.drawreStyle__SE9BS .ant-drawer-header {
  display: none !important;
}
.drawreStyle__SE9BS .ant-drawer-body {
  padding-top: 0px !important;
}
.drawreStyle__SE9BS .headerItem__Y0WgS {
  color: #475587;
  font-weight: 700;
  font-size: 18px;
  height: 80px;
  display: flex;
  align-items: center;
}
.drawreStyle__SE9BS .clickItem__Us2IY {
  height: 10px;
  display: flex;
  align-items: center;
  color: #475587;
}
.light__bofII {
  background: #F2F3F4 !important;
}
.light__bofII .headerItem__Y0WgS {
  color: #475587;
}
.light__bofII .clickItem__Us2IY {
  color: #475587;
}
.dark__hnhiM {
  background: #2d2c35 !important;
}
.dark__hnhiM .headerItem__Y0WgS {
  color: #999;
}
.dark__hnhiM .clickItem__Us2IY {
  color: #ccc;
}
.dark__hnhiM .ant-divider {
  border-top-color: #999;
}
.sidetopic1__xW6Dy .headerItem__Y0WgS {
  color: #121212;
}
.sidetopic1__xW6Dy .clickItem__Us2IY {
  color: #5E5E5E;
}
.sidetopic1__xW6Dy .ant-divider {
  border-top-color: #121212;
}
.videoHeader__TscFu {
  height: 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 36px;
  flex-direction: row-reverse;
}
.videoText__jboIX {
  height: 10%;
  padding-left: 25px;
  padding-right: 36px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.vidoePart__URZVx {
  width: 100vw;
  min-height: 200px;
}
.lightColor__ldPqc {
  color: #475587;
}
.darkColor__h4mBx {
  color: #999;
}
.pageStyle__TDuvh {
  height: 100vh;
}
.pageLight__XiFq1 {
  background: #F2F3F4;
}
.pageLight__XiFq1 .videoText__jboIX {
  color: #475587;
}
.pageLight__XiFq1 .videoHeader__TscFu {
  color: #475587;
}
.pageLight__XiFq1 .homepage__Zmxvb {
  background-image: url(/styles/images/lightbgc.dae2383362f9146d3534929419c7bae1.png);
  background-size: cover;
}
.pagedDark__g0Lg1 {
  background: #2d2c35;
}
.pagedDark__g0Lg1 .videoText__jboIX {
  color: #475587;
}
.pagedDark__g0Lg1 .videoHeader__TscFu {
  color: #475587;
}
.pagedDark__g0Lg1 .homepage__Zmxvb {
  background-image: url(/styles/images/darkbgc.eea72a93857d1938b95821cd343ddcc5.png);
  background-size: cover;
}
.pagetopic1__PIQz5 {
  background: #121212;
}
.pagetopic1__PIQz5 .videoText__jboIX {
  color: #fff;
}
.pagetopic1__PIQz5 .videoHeader__TscFu {
  color: #fff;
}
.pagetopic1__PIQz5 .homepage__Zmxvb {
  background-image: none;
}

.pagetitle__jUDbE {
  display: flex;
  margin-top: 10px;
  margin-left: 15px;
}
.pagetitle__jUDbE .text__YNAH4 {
  width: 100%;
  text-align: center;
}
.chattitle__jDHzx {
  height: 60px;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 1;
}
.chattitle__jDHzx .wrap__buHGD {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  background: #fff;
  height: 100%;
}
.chattitle__jDHzx .members___Rmyu {
  color: #5833e9;
  font-size: 1em;
}
.chattitle__jDHzx .langpart__wJtys {
  height: 33px;
  display: flex;
  cursor: pointer;
  position: relative;
}
.chattitle__jDHzx .langpart__wJtys .leftcircle__WiKlH {
  width: 28vw;
  border: 1px solid #cbcbcb;
  border-right: 0px;
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
}
.chattitle__jDHzx .langpart__wJtys .rigtcircle__HBB_v {
  width: 28vw;
  border: 1px solid #cbcbcb;
  border-left: 0px;
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
}
.chattitle__jDHzx .langpart__wJtys .langtext__esjtl {
  position: absolute;
  color: #475587;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chattitle__jDHzx .setting__YSvRy {
  width: 7vw;
  height: 7vw;
  max-width: 50px;
  max-height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(/styles/images/settingicon.1a619e476029acb52a06df3f0539bb08.png);
}
.chattitle__jDHzx .meicon__oegVm {
  width: 23px;
  height: 12px;
  background-image: url(/styles/images/me.27fee65a0d63ed24a20a638d89a29549.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 0px;
}
.modaltitle__nmP8L {
  color: #475587;
  margin-bottom: 1vh;
}
.modalinput__cXCmn {
  margin-top: 2vh;
  margin-bottom: 1vh;
}
.langlist__pi02T .line__W_De7 {
  font-size: 15px;
  height: 50px;
  display: flex;
  padding-left: 5px;
  align-items: center;
}
.langlist__pi02T .line__W_De7 .flag__BhaV2 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
}
.langlist__pi02T .line__W_De7 .langName__tRgIe {
  max-width: calc(100% - 70px);
  white-space: nowrap;
  /* 确保内容不会换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号来代表被修剪的文本 */
}

.pagetitle__zwt1a {
  display: flex;
  margin-top: 10px;
  margin-left: 15px;
}
.pagetitle__zwt1a .text__ySCgW {
  width: 100%;
  text-align: center;
}
.chattitle__KhlFS {
  height: 60px;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 1;
}
.chattitle__KhlFS .wrap__DyEWk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  background: #fff;
  height: 100%;
}
.chattitle__KhlFS .members__y9tXv {
  color: #5833e9;
  font-size: 1em;
}
.chattitle__KhlFS .langpart__U3SA0 {
  height: 33px;
  display: flex;
  cursor: pointer;
  position: relative;
}
.chattitle__KhlFS .langpart__U3SA0 .leftcircle__idVwc {
  width: 28vw;
  border: 1px solid #cbcbcb;
  border-right: 0px;
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
}
.chattitle__KhlFS .langpart__U3SA0 .rigtcircle__Lp9xH {
  width: 28vw;
  border: 1px solid #cbcbcb;
  border-left: 0px;
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
}
.chattitle__KhlFS .langpart__U3SA0 .langtext__Jm6xH {
  position: absolute;
  color: #475587;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chattitle__KhlFS .setting__IjdEt {
  width: 7vw;
  height: 7vw;
  max-width: 50px;
  max-height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(/styles/images/settingicon.1a619e476029acb52a06df3f0539bb08.png);
}
.chattitle__KhlFS .meicon__gHSv2 {
  width: 23px;
  height: 12px;
  background-image: url(/styles/images/me.27fee65a0d63ed24a20a638d89a29549.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 0px;
}
.modaltitle__OOBP2 {
  color: #475587;
  margin-bottom: 1vh;
}
.modalinput__eojuy {
  margin-top: 2vh;
  margin-bottom: 1vh;
}
.langlist__y5gTB .line__hLhn3 {
  font-size: 15px;
  height: 50px;
  display: flex;
  padding-left: 5px;
  align-items: center;
}
.langlist__y5gTB .line__hLhn3 .flag__joPJ9 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
}
.langlist__y5gTB .line__hLhn3 .langName__ZTKwi {
  max-width: calc(100% - 70px);
  white-space: nowrap;
  /* 确保内容不会换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号来代表被修剪的文本 */
}

:root {
  --adm-radius-s: 4px;
  --adm-radius-m: 8px;
  --adm-radius-l: 12px;
  --adm-font-size-1: 9px;
  --adm-font-size-2: 10px;
  --adm-font-size-3: 11px;
  --adm-font-size-4: 12px;
  --adm-font-size-5: 13px;
  --adm-font-size-6: 14px;
  --adm-font-size-7: 15px;
  --adm-font-size-8: 16px;
  --adm-font-size-9: 17px;
  --adm-font-size-10: 18px;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-background: #ffffff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #ffffff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000000;
  --adm-color-fill-content: var(--adm-color-box);
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: var(--adm-color-background-body);
}
body {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-main);
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: unset;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: unset;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}

.adm-dialog {
  --z-index: var(--adm-dialog-z-index, 1000);
  ---z-index: var(--z-index);
}
.adm-dialog .adm-center-popup {
  --z-index: var(---z-index);
}
.adm-dialog-body {
  width: 100%;
  max-height: 70vh;
  font-size: var(--adm-font-size-6);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.adm-dialog-body > * {
  flex: none;
}
.adm-dialog-body > .adm-dialog-content {
  flex: auto;
}
.adm-dialog-body:not(.adm-dialog-with-image) {
  padding-top: 20px;
}
.adm-dialog-image-container {
  margin-bottom: 12px;
  max-height: 40vh;
}
.adm-dialog-header {
  margin-bottom: 8px;
  padding: 0 12px;
}
.adm-dialog-title {
  margin-bottom: 8px;
  padding: 0 12px;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 25px;
  text-align: center;
}
.adm-dialog-content {
  padding: 0 12px 20px;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  color: var(--adm-color-text);
}
.adm-dialog-content-empty {
  padding: 0;
  height: 12px;
}
.adm-dialog-footer {
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}
.adm-dialog-footer .adm-dialog-action-row {
  display: flex;
  align-items: stretch;
  border-top: 0.5px solid var(--adm-color-border);
}
.adm-dialog-footer .adm-dialog-action-row > * {
  flex: 1;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button {
  padding: 10px;
  font-size: var(--adm-font-size-10);
  line-height: 25px;
  border-radius: 0;
  border-right: solid 0.5px var(--adm-color-border);
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button-bold {
  font-weight: bold;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button:last-child {
  border-right: none;
}
.adm-dialog-image-container {
  overflow-y: auto;
}

.adm-button {
  --color: var(--adm-color-text-light-solid);
  --text-color: var(--adm-button-text-color, var(--adm-color-text));
  --background-color: var(--adm-button-background-color, var(--adm-color-background));
  --border-radius: var(--adm-button-border-radius, 4px);
  --border-width: var(--adm-button-border-width, 1px);
  --border-style: var(--adm-button-border-style, solid);
  --border-color: var(--adm-button-border-color, var(--adm-color-border));
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 7px 12px;
  margin: 0;
  font-size: var(--adm-font-size-9);
  line-height: 1.4;
  text-align: center;
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: opacity ease 0.15s;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}
.adm-button:focus {
  outline: none;
}
.adm-button::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));
  width: 100%;
  height: 100%;
  background-color: var(--adm-color-text-dark-solid);
  border: var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);
  border-radius: var(--border-radius);
  opacity: 0;
  content: ' ';
  box-sizing: content-box;
}
.adm-button:active::before {
  opacity: 0.08;
}
.adm-button-default.adm-button-fill-outline {
  --background-color: transparent;
  --border-color: var(--adm-color-text);
}
.adm-button-default.adm-button-fill-none {
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button:not(.adm-button-default) {
  --text-color: var(--adm-color-text-light-solid);
  --background-color: var(--color);
  --border-color: var(--color);
}
.adm-button:not(.adm-button-default).adm-button-fill-outline {
  --text-color: var(--color);
  --background-color: transparent;
}
.adm-button:not(.adm-button-default).adm-button-fill-none {
  --text-color: var(--color);
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button-primary {
  --color: var(--adm-color-primary);
}
.adm-button-success {
  --color: var(--adm-color-success);
}
.adm-button-danger {
  --color: var(--adm-color-danger);
}
.adm-button-warning {
  --color: var(--adm-color-warning);
}
.adm-button-block {
  display: block;
  width: 100%;
}
.adm-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adm-button-disabled:active::before {
  display: none;
}
.adm-button.adm-button-mini {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-main);
}
.adm-button.adm-button-mini.adm-button-shape-rounded {
  padding-left: 9px;
  padding-right: 9px;
}
.adm-button.adm-button-small {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-7);
}
.adm-button.adm-button-large {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: var(--adm-font-size-10);
}
.adm-button.adm-button-shape-rounded {
  --border-radius: 1000px;
}
.adm-button.adm-button-shape-rectangular {
  --border-radius: 0;
}
.adm-button-loading {
  vertical-align: bottom;
}
.adm-button-loading-wrapper {
  display: flex;
  height: 1.4em;
  align-items: center;
  justify-content: center;
}
.adm-button-loading-wrapper > .adm-loading {
  opacity: 0.6;
}

.adm-dot-loading {
  display: inline-block;
}

.adm-image {
  --width: var(--adm-image-width, auto);
  --height: var(--adm-image-height, auto);
  width: var(--width);
  height: var(--height);
  display: block;
  overflow: hidden;
}
.adm-image-img {
  width: 100%;
  height: 100%;
}
.adm-image-tip {
  position: relative;
  background-color: var(--adm-color-fill-content);
  height: 100%;
  min-height: 24px;
  min-width: 24px;
}
.adm-image-tip > svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--adm-color-weak);
}

.adm-auto-center {
  display: flex;
  justify-content: center;
}
.adm-auto-center-content {
  flex: 0 1 auto;
}

.adm-center-popup {
  --background-color: var(--adm-center-popup-background-color, var(--adm-color-background));
  --border-radius: var(--adm-center-popup-border-radius, 8px);
  --max-width: var(--adm-center-popup-max-width, 75vw);
  --min-width: var(--adm-center-popup-min-width, 280px);
  --z-index: var(--adm-center-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-center-popup .adm-center-popup-mask {
  z-index: 0;
}
.adm-center-popup-wrap {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: var(--min-width);
  max-width: var(--max-width);
  transform: translate(-50%, -50%);
}
.adm-center-popup-body {
  background-color: var(--background-color);
  border-radius: var(--border-radius);
}
.adm-center-popup-close {
  position: absolute;
  z-index: 100;
  right: 8px;
  top: 8px;
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  color: var(--adm-color-weak);
}

.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}

.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: var(--adm-color-background);
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body .adm-popup-close-icon {
  position: absolute;
  z-index: 100;
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-bottom .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-top .adm-popup-close-icon {
  right: 8px;
  bottom: 8px;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}
.adm-popup-body-position-right .adm-popup-close-icon {
  left: 8px;
  top: 8px;
}
.adm-popup-close-icon {
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  line-height: 1;
  color: var(--adm-color-weak);
}

.adm-pull-to-refresh-head {
  overflow: hidden;
  position: relative;
}
.adm-pull-to-refresh-head-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--adm-color-weak);
  display: flex;
  justify-content: center;
  align-items: center;
}

.adm-slider {
  --fill-color: var(--adm-color-primary);
  padding: 5px 14px;
  list-style: none;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}
.adm-slider-track-container {
  padding: 8px 0;
}
.adm-slider-track {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: var(--adm-color-fill-content);
  border-radius: 3px;
}
.adm-slider-fill {
  position: absolute;
  z-index: 1;
  height: 3px;
  border-radius: 3px;
  background-color: var(--fill-color);
}
.adm-slider-ticks {
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
}
.adm-slider-tick {
  position: absolute;
  top: -2px;
  width: 7px;
  height: 7px;
  margin-left: -3px;
  background-color: var(--adm-color-fill-content);
  border-radius: 50%;
}
.adm-slider-tick-active {
  background-color: var(--fill-color);
}
.adm-slider-thumb {
  width: 28px;
  height: 28px;
  margin: 2px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  background: var(--adm-color-text-light-solid);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: var(--fill-color);
}
.adm-slider-thumb:focus {
  outline: none;
}
.adm-slider-thumb-icon {
  width: 12px;
  height: 12px;
  margin: 8px;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}
.adm-slider-thumb-container {
  cursor: grab;
  touch-action: none;
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.adm-slider-mark {
  position: relative;
  width: 100%;
  overflow: visible;
  font-size: var(--adm-font-size-3);
  height: 11px;
  margin-top: 10px;
}
.adm-slider-mark-text {
  position: absolute;
  display: inline-block;
  line-height: 1;
  color: var(--adm-color-text);
  text-align: center;
  word-break: keep-all;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  transform: translateX(-50%);
}
.adm-slider-disabled .adm-slider-mark,
.adm-slider-disabled .adm-slider-thumb-icon {
  opacity: 0.4;
}
.adm-slider-disabled .adm-slider-tick-active::after,
.adm-slider-disabled .adm-slider-fill::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.6);
}
.adm-slider-disabled .adm-slider-thumb {
  cursor: not-allowed;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
}
.adm-slider-disabled .adm-slider-mark-text,
.adm-slider-disabled .adm-slider-tick {
  cursor: not-allowed;
  box-shadow: none;
}

.adm-popover {
  --z-index: var(--adm-popover-z-index, 1030);
  --background: #ffffff;
  --arrow-size: 8px;
  --content-padding: 8px 12px;
  color: var(--adm-color-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
          -moz-user-select: text;
       user-select: text;
  animation: none;
}
.adm-popover.adm-popover-dark {
  --background: rgba(0, 0, 0, 0.75);
  --adm-color-text: #ffffff;
  color: #ffffff;
}
.adm-popover.adm-popover-dark .adm-popover-inner {
  box-shadow: none;
}
.adm-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.adm-popover-hidden {
  display: none;
}
.adm-popover-inner {
  background-color: var(--background);
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.2);
  font-size: var(--adm-font-size-7);
  width: -moz-max-content;
  width: max-content;
  min-width: 32px;
  max-width: calc(100vw - 24px);
  overflow-y: hidden;
}
.adm-popover-inner-content {
  padding: var(--content-padding);
}
.adm-popover-arrow {
  position: absolute;
  display: block;
  height: var(--arrow-size);
  width: var(--arrow-size);
  overflow: visible;
  background: transparent;
}
.adm-popover-arrow-icon {
  display: block;
  height: var(--arrow-size);
  width: calc(var(--arrow-size) / 8 * 15);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--arrow-icon-rotate));
}
.adm-popover .adm-popover-arrow {
  color: var(--background);
}

.adm-popover-menu {
  --border-color: var(--adm-color-border);
}
.adm-popover-menu.adm-popover {
  --content-padding: 0;
}
.adm-popover-menu-list {
  overflow: hidden;
  min-width: 120px;
}
.adm-popover-menu-list-inner {
  margin-top: -1px;
}
.adm-popover-menu-list-scroll {
  padding-right: 2px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
}
.adm-popover-menu-list-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
}
.adm-popover-menu-item {
  display: flex;
  padding-left: 20px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.adm-popover-menu-item-icon {
  flex: none;
  padding-right: 8px;
  font-size: 20px;
}
.adm-popover-menu-item-text {
  flex: auto;
  padding: 14px 20px 14px 0;
  border-top: solid 1px var(--border-color);
}
.adm-popover-menu-item-disabled {
  cursor: not-allowed;
}
.adm-popover-menu-item-disabled > * {
  opacity: 0.4;
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
  background-color: var(--border-color);
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled)::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-bottom: solid 1px var(--border-color);
}
.adm-popover.adm-popover-dark.adm-popover-menu {
  --border-color: var(--adm-color-text);
  --background: rgba(0, 0, 0, 0.9);
}

.adm-toast-mask .adm-toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.adm-toast-mask .adm-toast-main {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: 204px;
  max-height: 70%;
  overflow: auto;
  color: white;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  pointer-events: all;
  font-size: var(--adm-font-size-7);
  line-height: 1.5;
  box-sizing: border-box;
  text-align: initial;
}
.adm-toast-mask .adm-toast-main-text {
  padding: 12px;
  min-width: 0;
}
.adm-toast-mask .adm-toast-main-icon {
  padding: 35px 12px;
  min-width: 150px;
}
.adm-toast-mask .adm-toast-main-icon .adm-toast-icon {
  text-align: center;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1;
}
.adm-toast-loading {
  --size: 48px;
  margin: 0 auto 8px;
}

.adm-spin-loading {
  --color: var(--adm-color-weak);
  --size: 32px;
  width: var(--size);
  height: var(--size);
}
.adm-spin-loading-svg {
  width: 100%;
  height: 100%;
  animation: adm-spin-loading-rotate 0.8s infinite linear;
}
.adm-spin-loading-svg > .adm-spin-loading-fill {
  stroke: var(--color);
}
@keyframes adm-spin-loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.dialog__GL1Fg {
  /* position: fixed;
  left: 0;
  top: 0; */
  transition: all 0.3s;
}

.mask__pPi85 {
  position: fixed;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: calc(100vh - 47px);
  top: 47px;
  background: rgba(0, 0, 0, 0.55);
}

.content__ZRHe1 {
  position: absolute;
  z-index: 999;
  top: -200px;
  left: 0;
  width: 100%;
  /* height: 100vh; */
  transition: left 0.3s;
  /* background: url(/banner/index.png) no-repeat;
  background-size: cover !important;
  background-position: -50px -130px; */
}

.close__ZOSzz {
  margin-top: 15px;
  margin-left: 15px;
}

.menus__rk81h {
  /* margin-top: 13px; */
}

.menuItem__OnrMy {
  margin-top: 50px;
  font-size: 17px;
  color: #070e25;
  margin-left: 52px;
}

.menuItem__OnrMy .phone__vDHKC {
  color: #0284c7 !important;
  font-size: 18px !important;
}

.active__MQVwO {
  color: #0873ff;
}

.bottomWrap__vle1p {
  margin-top: 80px;
  position: absolute;
  bottom: 8%;
  width: 100%;
  padding-bottom: 20px;
}

.tel__MoRCl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.number__nUTu3 {
  margin-left: 6px;
  font-size: 17px;
  color: #070e25;
}

.bottom__ShOqP {
  display: flex;
  margin-top: 17px;
}

.bottomItem__GlNxJ {
  display: flex;
  justify-content: center;
  flex: 1;
  color: #070e25;
  padding: 0 22px;
  border-right: 1px solid #696969;
  font-size: 17px;
}

.bottom__ShOqP .bottomItem__GlNxJ:last-child {
  border: none;
}
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.dialog__Csa_S {
  /* position: fixed;
  left: 0;
  top: 0; */
  transition: all 0.3s;
}

.mask__bRAQj {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
}

.content___puDv {
  position: absolute;
  z-index: 999;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100vh;
  transition: left 0.3s;
  background: #fff;
  /* background: url(/banner/index.png) no-repeat;
  background-size: cover !important;
  background-position: -50px -130px; */
}

.close__qOiuC {
  margin-top: 15px;
  margin-left: 15px;
}

.menus__h6Wer {
  /* margin-top: 13px; */
}

.menuItem__gMDOX {
  margin-top: 50px;
  font-size: 17px;
  color: #070e25;
  margin-left: 52px;
}

.menuItem__gMDOX .phone__N4PIp {
  color: #0284c7 !important;
  font-size: 18px !important;
}

.active__bG4Qm {
  color: #0873ff;
}

.bottomWrap__CmOyy {
  margin-top: 80px;
  position: absolute;
  bottom: 8%;
  width: 100%;
  padding-bottom: 20px;
}

.tel__QrIgv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.number__GTe25 {
  margin-left: 6px;
  font-size: 17px;
  color: #070e25;
}

.bottom__ZfAFP {
  display: flex;
  margin-top: 17px;
}

.bottomItem__R4k27 {
  display: flex;
  justify-content: center;
  flex: 1;
  color: #070e25;
  padding: 0 22px;
  border-right: 1px solid #696969;
  font-size: 17px;
}

.bottom__ZfAFP .bottomItem__R4k27:last-child {
  border: none;
}
.dialog__ku08k {
  /* position: fixed;
  left: 0;
  top: 0; */
  transition: all 0.3s;
}

.mask__EQrmj {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
}

.content__pl8rF {
  position: absolute;
  z-index: 999;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100vh;
  transition: left 0.3s;
  background: #fff;
  /* background: url(/banner/index.png) no-repeat;
  background-size: cover !important;
  background-position: -50px -130px; */
}

.close__FLy0s {
  margin-top: 15px;
  margin-left: 15px;
}

.menus__jYDr0 {
  /* margin-top: 13px; */
}

.menuItem__hLmKz {
  margin-top: 50px;
  font-size: 17px;
  color: #070e25;
  margin-left: 52px;
}

.menuItem__hLmKz .phone__iKyNd {
  color: #0284c7 !important;
  font-size: 18px !important;
}

.active__JyG91 {
  color: #0873ff;
}

.bottomWrap__ykjxO {
  margin-top: 80px;
  position: absolute;
  bottom: 8%;
  width: 100%;
  padding-bottom: 20px;
}

.tel__Y9bbZ {
  display: flex;
  justify-content: center;
  align-items: center;
}

.number__EDJGI {
  margin-left: 6px;
  font-size: 17px;
  color: #070e25;
}

.bottom__Zd3te {
  display: flex;
  margin-top: 17px;
}

.bottomItem__eDJyg {
  display: flex;
  justify-content: center;
  flex: 1;
  color: #070e25;
  padding: 0 22px;
  border-right: 1px solid #696969;
  font-size: 17px;
}

.bottom__Zd3te .bottomItem__eDJyg:last-child {
  border: none;
}
.roomcontent__hjfJ9 {
  width: 100%;
  height: 150px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.roomcontent__hjfJ9 .loading__xwgwX,
.roomcontent__hjfJ9 .loading__xwgwX > div {
  position: relative;
  box-sizing: border-box;
}
.roomcontent__hjfJ9 .loading__xwgwX {
  display: block;
  font-size: 0;
  color: #000;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.roomcontent__hjfJ9 .loading__xwgwX.la-dark__qJadV {
  color: #333;
}
.roomcontent__hjfJ9 .loading__xwgwX > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.roomcontent__hjfJ9 .loading__xwgwX {
  width: 50vw;
  height: 50px;
}
.roomcontent__hjfJ9 .loading__xwgwX > div {
  width: 10px;
  height: 50px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  animation: line-scale-pulse-out__HiwXq 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.roomcontent__hjfJ9 .loading__xwgwX > div:nth-child(3) {
  animation-delay: -0.9s;
}
.roomcontent__hjfJ9 .loading__xwgwX > div:nth-child(2),
.roomcontent__hjfJ9 .loading__xwgwX > div:nth-child(4) {
  animation-delay: -0.7s;
}
.roomcontent__hjfJ9 .loading__xwgwX > div:nth-child(1),
.roomcontent__hjfJ9 .loading__xwgwX > div:nth-child(5) {
  animation-delay: -0.5s;
}
.roomcontent__hjfJ9 .loading__xwgwX.la-sm__KwzaF {
  width: 20px;
  height: 16px;
}
.roomcontent__hjfJ9 .loading__xwgwX.la-sm__KwzaF > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
.roomcontent__hjfJ9 .loading__xwgwX.la-2x__pvllC {
  width: 80px;
  height: 64px;
}
.roomcontent__hjfJ9 .loading__xwgwX.la-2x__pvllC > div {
  width: 8px;
  height: 64px;
  margin: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.roomcontent__hjfJ9 .loading__xwgwX.la-3x__nav6J {
  width: 120px;
  height: 96px;
}
.roomcontent__hjfJ9 .loading__xwgwX.la-3x__nav6J > div {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
@keyframes line-scale-pulse-out__HiwXq {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.3);
  }
  100% {
    transform: scaley(1);
  }
}

.roomcontent__cxSrM {
  width: 100%;
  height: 150px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.roomcontent__cxSrM .loading__gcVjH,
.roomcontent__cxSrM .loading__gcVjH > div {
  position: relative;
  box-sizing: border-box;
}
.roomcontent__cxSrM .loading__gcVjH {
  display: block;
  font-size: 0;
  color: #000;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.roomcontent__cxSrM .loading__gcVjH.la-dark___P1ih {
  color: #333;
}
.roomcontent__cxSrM .loading__gcVjH > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.roomcontent__cxSrM .loading__gcVjH {
  width: 50vw;
  height: 50px;
}
.roomcontent__cxSrM .loading__gcVjH > div {
  width: 10px;
  height: 50px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  animation: line-scale-pulse-out__URT7t 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.roomcontent__cxSrM .loading__gcVjH > div:nth-child(3) {
  animation-delay: -0.9s;
}
.roomcontent__cxSrM .loading__gcVjH > div:nth-child(2),
.roomcontent__cxSrM .loading__gcVjH > div:nth-child(4) {
  animation-delay: -0.7s;
}
.roomcontent__cxSrM .loading__gcVjH > div:nth-child(1),
.roomcontent__cxSrM .loading__gcVjH > div:nth-child(5) {
  animation-delay: -0.5s;
}
.roomcontent__cxSrM .loading__gcVjH.la-sm__Gxi2M {
  width: 20px;
  height: 16px;
}
.roomcontent__cxSrM .loading__gcVjH.la-sm__Gxi2M > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
.roomcontent__cxSrM .loading__gcVjH.la-2x__PYwwY {
  width: 80px;
  height: 64px;
}
.roomcontent__cxSrM .loading__gcVjH.la-2x__PYwwY > div {
  width: 8px;
  height: 64px;
  margin: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.roomcontent__cxSrM .loading__gcVjH.la-3x__KV_lj {
  width: 120px;
  height: 96px;
}
.roomcontent__cxSrM .loading__gcVjH.la-3x__KV_lj > div {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
@keyframes line-scale-pulse-out__URT7t {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.3);
  }
  100% {
    transform: scaley(1);
  }
}
.ant-alert-error__R1ErP {
  background: rgba(250, 222, 222, 0.15) !important;
  border-color: #E02020 !important;
  color: #E02020 !important;
}

.chatfooter__UFMUc {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
.chatfooter__UFMUc .wrap__MhxjT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 15px;
}
.chatfooter__UFMUc .inputicon__dkbJQ {
  width: 7vw;
  height: 7vw;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.chatfooter__UFMUc .texticon__ueUVu {
  background-image: url(/styles/images/texticon.97f49e8c09b60ffc0de600128aaaba09.png);
}
.chatfooter__UFMUc .vocieIcon__jLxJX {
  background-image: url(/styles/images/voiceicon.a61b0bf3ae37bfe15d70e634a37b3fb8.png);
}
.chatfooter__UFMUc .centerpart__YDkVh {
  display: flex;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.chatfooter__UFMUc .centerpart__YDkVh .leftcircle__QvfX7 {
  width: 45vw;
  border: 1px solid #cbcbcb;
  border-right: 0px;
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
}
.chatfooter__UFMUc .centerpart__YDkVh .rigtcircle__MOBFe {
  width: 15vw;
  border: 1px solid #cbcbcb;
  border-left: 0px;
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
}
.chatfooter__UFMUc .centerpart__YDkVh .text__ii06N {
  position: absolute;
  color: #475587;
  width: 100%;
  height: 100%;
}
.chatfooter__UFMUc .centerpart__YDkVh .textarea__JDOjo {
  width: 60vw;
  text-align: left;
  max-height: 110px !important;
}
.chatfooter__UFMUc .centerpart__YDkVh .textvoice__rSRu8 {
  background: #f7f7f7;
  color: #475587;
  border-radius: 16px;
  line-height: 32px;
  height: 32px;
  box-sizing: border-box;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.chatfooter__UFMUc .centerpart__YDkVh:focus {
  outline: none;
}
.chatfooter__UFMUc .textcenter__yPpBS {
  min-height: 4vh;
}
.chatfooter__UFMUc .voicecenter__NnRFL {
  height: 4vh;
}
.chatfooter__UFMUc .sendpart__s39SE {
  width: 7vw;
  height: 7vw;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(/styles/images/sendicon.c3208d1cabcd1168f05a93f813ed0f47.png);
}
.chatfooter__UFMUc .voicepart__Qvwig {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.chatfooter__UFMUc .voicepart__Qvwig .vocieline__ZKCuZ {
  position: absolute;
  text-align: center;
  width: 10vh;
  height: 10vh;
  line-height: 10vh;
  border-radius: 50%;
  background-color: #00ac7a;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 4vh;
  color: #fff;
}
.chatfooter__UFMUc .voicepart__Qvwig .vocieline__ZKCuZ:active {
  box-shadow: inset 0 0 10px #90ee90;
}
.chatfooter__UFMUc .ant-btn {
  border: 0 !important;
}
.chatfooter__UFMUc .ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
  background: #f7f7f7;
  color: #475587;
}
.chatfooter__UFMUc .notselect__dsi4h {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
}
.justconsb__sV7xH {
  justify-content: space-between;
}
.justconfs__PU9EK {
  justify-content: flex-start;
}

.chatcontent__yTbZM .jointext__FVl9P {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  align-content: center;
  color: #8f9ab4;
  font-size: 0.7rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2vh;
}
.chatcontent__yTbZM .jointext__FVl9P .joinpart__BT43a {
  width: 100%;
  text-align: center;
}
.chatcontent__yTbZM .sockettip__ntJFz {
  font-size: 0.8rem;
}
.chatcontent__yTbZM .msgpart__vRuCm {
  padding-left: 30px;
  padding-right: 30px;
}
.chatcontent__yTbZM .msgpart__vRuCm .line__dBjh9 {
  font-size: 0.7rem;
  display: flex;
  gap: 5px;
  margin-bottom: 1vh;
}
.chatcontent__yTbZM .msgpart__vRuCm .line__dBjh9 .name__Bkpiz {
  color: #8f9ab4;
}
.chatcontent__yTbZM .msgpart__vRuCm .line__dBjh9 .time__JUbp1 {
  color: #8f9ab4;
}
.chatcontent__yTbZM .msgpart__vRuCm .removetext__urgyd {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 0px 12px 12px 12px;
  border: 1px solid #d3cfff;
}
.chatcontent__yTbZM .msgpart__vRuCm .removetext__urgyd .ori__c6ptW {
  color: #8f9ab4;
}
.chatcontent__yTbZM .msgpart__vRuCm .removetext__urgyd .tgt__pxbka {
  color: #475587;
}
.chatcontent__yTbZM .msgpart__vRuCm .removetext__urgyd .sound__hphEs {
  cursor: pointer;
  margin-left: 10px;
  color: #586bad;
}
.chatcontent__yTbZM .msgpart__vRuCm .loading__Lyg1b,
.chatcontent__yTbZM .msgpart__vRuCm .loading__Lyg1b > div {
  position: relative;
  box-sizing: border-box;
}
.chatcontent__yTbZM .msgpart__vRuCm .loading__Lyg1b {
  display: block;
  font-size: 0;
  color: #fff;
}
.chatcontent__yTbZM .msgpart__vRuCm .loading__Lyg1b.la-dark__NnX6v {
  color: #fff;
}
.chatcontent__yTbZM .msgpart__vRuCm .loading__Lyg1b > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.chatcontent__yTbZM .msgpart__vRuCm .loading__Lyg1b {
  width: 54px;
  height: 18px;
}
.chatcontent__yTbZM .msgpart__vRuCm .loading__Lyg1b > div {
  width: 8px;
  height: 8px;
  margin: 4px;
  border-radius: 100%;
  animation: ball-beat__jdyYn 0.7s -0.15s infinite linear;
}
.chatcontent__yTbZM .msgpart__vRuCm .loading__Lyg1b > div:nth-child(2n-1) {
  animation-delay: -0.5s;
}
@keyframes ball-beat__jdyYn {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.chatcontent__yTbZM .msgpart__vRuCm .localwrap__v_LIN {
  display: flex;
  justify-content: end;
}
.chatcontent__yTbZM .msgpart__vRuCm .localtext__pUDXJ {
  background: #95ec6a;
  color: #2f2f2f;
  padding: 5px 15px;
  border-radius: 12px 0px 12px 12px;
  display: inline-block;
  text-align: right;
}
.chatcontent__yTbZM .msgpart__vRuCm .localtext__pUDXJ .spantext__IOWFC {
  display: inline-block;
  text-align: justify;
}
.chatcontent__yTbZM .msgpart__vRuCm .localcol__D5MFe {
  margin-bottom: 3vh;
}
.chatcontent__yTbZM .msgpart__vRuCm .remotecol__OrcPh {
  margin-bottom: 3vh;
  word-break: break-all;
}
.chatcontent__yTbZM .msgpart__vRuCm .tip__qNale {
  color: #8f9ab4;
  font-size: 0.7rem;
  width: 100%;
  text-align: center;
  margin-bottom: 2vh;
}

.chatpage__O1g5h {
  display: flex;
  flex-direction: column;
  width: 100vw;
  overflow-y: hidden;
  -webkit-touch-callout: none;
}
.chatpage__O1g5h .middle__Xbz8P {
  flex: 1;
  position: relative;
  overflow-y: auto;
  height: 80vh;
  padding-top: 60px;
  background: linear-gradient(180deg, #f4f4f9 0%, #f4f6ff 100%);
}
.chatpage__O1g5h .mask__arbHY {
  position: absolute;
  background: #ccc;
  width: 100%;
  height: 80vh;
  top: 60px;
  opacity: 0.4;
  justify-content: center;
  align-items: center;
  display: flex;
}
.chatpage__O1g5h .mask__arbHY .block__nlu9A {
  width: 43vw;
  height: 40vw;
  background: #383838;
  border-radius: 15px;
  align-items: center;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  z-index: 19;
}
.chatpage__O1g5h .mask__arbHY .blockTop__kgQPI {
  position: absolute;
  top: 15px;
}
.chatpage__O1g5h .mask__arbHY .blockBottom__wlmHi {
  position: absolute;
  bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.chatpage__O1g5h .mask__arbHY .loading__Krowg {
  display: block;
  position: relative;
  width: 6px;
  height: 10px;
  animation: rectangle__guAuH infinite 1s ease-in-out -0.2s;
  background-color: #fff;
}
.chatpage__O1g5h .mask__arbHY .loading__Krowg:before,
.chatpage__O1g5h .mask__arbHY .loading__Krowg:after {
  position: absolute;
  width: 6px;
  height: 5px;
  content: "";
  background-color: #fff;
}
.chatpage__O1g5h .mask__arbHY .loading__Krowg:before {
  left: -14px;
  animation: rectangle__guAuH infinite 1s ease-in-out -0.4s;
}
.chatpage__O1g5h .mask__arbHY .loading__Krowg:after {
  right: -14px;
  animation: rectangle__guAuH infinite 1s ease-in-out;
}
@keyframes rectangle__guAuH {
  0%,
  80%,
  100% {
    height: 8px;
    box-shadow: 0 0 #fff;
  }
  40% {
    height: 12px;
    box-shadow: 0 -8px #fff;
  }
}
:root {
  --vh: 100%;
}
.fullheight__J8n46 {
  height: calc(var(--vh, 1vh) * 100);
}

.chatfooter__WtYpw {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
.chatfooter__WtYpw .wrap__aZe76 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 15px;
}
.chatfooter__WtYpw .inputicon___Fr3a {
  width: 7vw;
  height: 7vw;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.chatfooter__WtYpw .texticon__an734 {
  background-image: url(/styles/images/texticon.97f49e8c09b60ffc0de600128aaaba09.png);
}
.chatfooter__WtYpw .vocieIcon__QiWVf {
  background-image: url(/styles/images/voiceicon.a61b0bf3ae37bfe15d70e634a37b3fb8.png);
}
.chatfooter__WtYpw .centerpart__LKhV1 {
  display: flex;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.chatfooter__WtYpw .centerpart__LKhV1 .leftcircle__qxDNT {
  width: 45vw;
  border: 1px solid #cbcbcb;
  border-right: 0px;
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
}
.chatfooter__WtYpw .centerpart__LKhV1 .rigtcircle__Ob8gO {
  width: 15vw;
  border: 1px solid #cbcbcb;
  border-left: 0px;
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
}
.chatfooter__WtYpw .centerpart__LKhV1 .text__Q2k1n {
  position: absolute;
  color: #475587;
  width: 100%;
  height: 100%;
}
.chatfooter__WtYpw .centerpart__LKhV1 .textarea__wIMRx {
  width: 60vw;
  text-align: left;
  max-height: 110px !important;
}
.chatfooter__WtYpw .centerpart__LKhV1 .textvoice__c902v {
  background: #f7f7f7;
  color: #475587;
  border-radius: 16px;
  line-height: 32px;
  height: 32px;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.chatfooter__WtYpw .centerpart__LKhV1:focus {
  outline: none;
}
.chatfooter__WtYpw .textcenter__nVRpz {
  min-height: 4vh;
}
.chatfooter__WtYpw .voicecenter__l0Dcq {
  height: 4vh;
}
.chatfooter__WtYpw .sendpart__UthsN {
  width: 7vw;
  height: 7vw;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(/styles/images/sendicon.c3208d1cabcd1168f05a93f813ed0f47.png);
}
.chatfooter__WtYpw .voicepart__nBf7j {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.chatfooter__WtYpw .voicepart__nBf7j .vocieline__Ascfq {
  position: absolute;
  text-align: center;
  width: 10vh;
  height: 10vh;
  line-height: 10vh;
  border-radius: 50%;
  background-color: #00ac7a;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 4vh;
  color: #fff;
}
.chatfooter__WtYpw .voicepart__nBf7j .vocieline__Ascfq:active {
  box-shadow: inset 0 0 10px #90ee90;
}
.chatfooter__WtYpw .ant-btn {
  border: 0 !important;
}
.chatfooter__WtYpw .ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
  background: #f7f7f7;
  color: #475587;
}
.chatfooter__WtYpw .notselect__IxPwN {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
}
.chatfooter__WtYpw .empty__NbC3n {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
}
.justconsb__NSPHg {
  justify-content: space-between;
}
.justconfs__VrbNg {
  justify-content: flex-start;
}

.chatcontent___R00x .jointext__OhuxR {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  align-content: center;
  color: #8f9ab4;
  font-size: 0.7rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2vh;
}
.chatcontent___R00x .jointext__OhuxR .joinpart__JtG9G {
  width: 100%;
  text-align: center;
}
.chatcontent___R00x .sockettip__UlyQ8 {
  font-size: 0.8rem;
}
.chatcontent___R00x .msgpart__q8ojO {
  padding-left: 30px;
  padding-right: 30px;
}
.chatcontent___R00x .msgpart__q8ojO .line__esQ5S {
  font-size: 0.7rem;
  display: flex;
  gap: 5px;
  margin-bottom: 1vh;
}
.chatcontent___R00x .msgpart__q8ojO .line__esQ5S .name__x9seO {
  color: #8f9ab4;
}
.chatcontent___R00x .msgpart__q8ojO .line__esQ5S .time__LevBX {
  color: #8f9ab4;
}
.chatcontent___R00x .msgpart__q8ojO .removetext__RxMrJ {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 0px 12px 12px 12px;
  border: 1px solid #d3cfff;
}
.chatcontent___R00x .msgpart__q8ojO .removetext__RxMrJ .ori__uwg7L {
  color: #8f9ab4;
}
.chatcontent___R00x .msgpart__q8ojO .removetext__RxMrJ .tgt__hytkZ {
  color: #475587;
}
.chatcontent___R00x .msgpart__q8ojO .removetext__RxMrJ .sound__exOqc {
  cursor: pointer;
  margin-left: 10px;
  color: #586bad;
}
.chatcontent___R00x .msgpart__q8ojO .loading__Srk12,
.chatcontent___R00x .msgpart__q8ojO .loading__Srk12 > div {
  position: relative;
  box-sizing: border-box;
}
.chatcontent___R00x .msgpart__q8ojO .loading__Srk12 {
  display: block;
  font-size: 0;
  color: #fff;
}
.chatcontent___R00x .msgpart__q8ojO .loading__Srk12.la-dark__rJPxm {
  color: #fff;
}
.chatcontent___R00x .msgpart__q8ojO .loading__Srk12 > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.chatcontent___R00x .msgpart__q8ojO .loading__Srk12 {
  width: 54px;
  height: 18px;
}
.chatcontent___R00x .msgpart__q8ojO .loading__Srk12 > div {
  width: 8px;
  height: 8px;
  margin: 4px;
  border-radius: 100%;
  animation: ball-beat__TaJ4L 0.7s -0.15s infinite linear;
}
.chatcontent___R00x .msgpart__q8ojO .loading__Srk12 > div:nth-child(2n-1) {
  animation-delay: -0.5s;
}
@keyframes ball-beat__TaJ4L {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.chatcontent___R00x .msgpart__q8ojO .localwrap__qNzvh {
  display: flex;
  justify-content: end;
}
.chatcontent___R00x .msgpart__q8ojO .localtext__WFgrv {
  background: #95ec6a;
  color: #2f2f2f;
  padding: 5px 15px;
  border-radius: 12px 0px 12px 12px;
  display: inline-block;
  text-align: right;
}
.chatcontent___R00x .msgpart__q8ojO .localtext__WFgrv .spantext__ChYiw {
  display: inline-block;
  text-align: justify;
}
.chatcontent___R00x .msgpart__q8ojO .localcol__hxyjl {
  margin-bottom: 3vh;
}
.chatcontent___R00x .msgpart__q8ojO .remotecol__X7MR0 {
  margin-bottom: 3vh;
  word-break: break-all;
}
.chatcontent___R00x .msgpart__q8ojO .tip__ElUHy {
  color: #8f9ab4;
  font-size: 0.7rem;
  width: 100%;
  text-align: center;
  margin-bottom: 2vh;
}

.chatpage__wpFDA {
  display: flex;
  flex-direction: column;
  width: 100vw;
  overflow-y: hidden;
  -webkit-touch-callout: none;
}
.chatpage__wpFDA .middle__reVaY {
  flex: 1;
  position: relative;
  overflow-y: auto;
  height: 80vh;
  padding-top: 60px;
  background: linear-gradient(180deg, #f4f4f9 0%, #f4f6ff 100%);
}
.chatpage__wpFDA .mask__mcW7f {
  position: absolute;
  background: #ccc;
  width: 100%;
  height: 80vh;
  top: 60px;
  opacity: 0.4;
  justify-content: center;
  align-items: center;
  display: flex;
}
.chatpage__wpFDA .mask__mcW7f .block__QtB9j {
  width: 43vw;
  height: 40vw;
  background: #383838;
  border-radius: 15px;
  align-items: center;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  z-index: 19;
}
.chatpage__wpFDA .mask__mcW7f .blockTop__oyJXj {
  position: absolute;
  top: 15px;
}
.chatpage__wpFDA .mask__mcW7f .blockBottom__ytq9E {
  position: absolute;
  bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.chatpage__wpFDA .mask__mcW7f .loading__nIJG0 {
  display: block;
  position: relative;
  width: 6px;
  height: 10px;
  animation: rectangle__kDzhU infinite 1s ease-in-out -0.2s;
  background-color: #fff;
}
.chatpage__wpFDA .mask__mcW7f .loading__nIJG0:before,
.chatpage__wpFDA .mask__mcW7f .loading__nIJG0:after {
  position: absolute;
  width: 6px;
  height: 5px;
  content: "";
  background-color: #fff;
}
.chatpage__wpFDA .mask__mcW7f .loading__nIJG0:before {
  left: -14px;
  animation: rectangle__kDzhU infinite 1s ease-in-out -0.4s;
}
.chatpage__wpFDA .mask__mcW7f .loading__nIJG0:after {
  right: -14px;
  animation: rectangle__kDzhU infinite 1s ease-in-out;
}
@keyframes rectangle__kDzhU {
  0%,
  80%,
  100% {
    height: 8px;
    box-shadow: 0 0 #fff;
  }
  40% {
    height: 12px;
    box-shadow: 0 -8px #fff;
  }
}
:root {
  --vh: 100%;
}
.fullheight__ic7SC {
  height: calc(var(--vh, 1vh) * 100);
}

.roomcontent__vBGaG {
  width: 100%;
  height: 150px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.roomcontent__vBGaG .loading__GDKWW,
.roomcontent__vBGaG .loading__GDKWW > div {
  position: relative;
  box-sizing: border-box;
}
.roomcontent__vBGaG .loading__GDKWW {
  display: block;
  font-size: 0;
  color: #000;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.roomcontent__vBGaG .loading__GDKWW.la-dark__tmxuy {
  color: #333;
}
.roomcontent__vBGaG .loading__GDKWW > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.roomcontent__vBGaG .loading__GDKWW {
  width: 50vw;
  height: 50px;
}
.roomcontent__vBGaG .loading__GDKWW > div {
  width: 10px;
  height: 50px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  animation: line-scale-pulse-out__Wr5KK 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.roomcontent__vBGaG .loading__GDKWW > div:nth-child(3) {
  animation-delay: -0.9s;
}
.roomcontent__vBGaG .loading__GDKWW > div:nth-child(2),
.roomcontent__vBGaG .loading__GDKWW > div:nth-child(4) {
  animation-delay: -0.7s;
}
.roomcontent__vBGaG .loading__GDKWW > div:nth-child(1),
.roomcontent__vBGaG .loading__GDKWW > div:nth-child(5) {
  animation-delay: -0.5s;
}
.roomcontent__vBGaG .loading__GDKWW.la-sm__sqJJf {
  width: 20px;
  height: 16px;
}
.roomcontent__vBGaG .loading__GDKWW.la-sm__sqJJf > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
.roomcontent__vBGaG .loading__GDKWW.la-2x__Y6Zym {
  width: 80px;
  height: 64px;
}
.roomcontent__vBGaG .loading__GDKWW.la-2x__Y6Zym > div {
  width: 8px;
  height: 64px;
  margin: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.roomcontent__vBGaG .loading__GDKWW.la-3x__lMxkd {
  width: 120px;
  height: 96px;
}
.roomcontent__vBGaG .loading__GDKWW.la-3x__lMxkd > div {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
@keyframes line-scale-pulse-out__Wr5KK {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.3);
  }
  100% {
    transform: scaley(1);
  }
}
.meicon__iyVrh {
  width: 23px;
  height: 12px;
  background-image: url(/styles/images/me.135035604cdf4aa73f386978841487b3.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -32px !important;
  top: 0 !important;
}

.pagetitle__BxnVY {
  display: flex;
  margin-top: 10px;
  margin-left: 15px;
}
.pagetitle__BxnVY .text__K_s7j {
  width: 100%;
  text-align: center;
}
.chattitle__jWbmI {
  padding: 6px 28px;
}
.chattitle__jWbmI .wrap__GSO30 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  height: 100%;
}
.chattitle__jWbmI .members__imhMQ {
  color: #5833e9;
  font-size: 1em;
}
.chattitle__jWbmI .langpart__T1dEY {
  height: 33px;
  display: flex;
  cursor: pointer;
  position: relative;
}
.chattitle__jWbmI .langpart__T1dEY .leftcircle__kjJwR {
  width: 16vw;
  border: 1px solid #cbcbcb;
  border-right: 0px;
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
}
.chattitle__jWbmI .langpart__T1dEY .rigtcircle__o_Pdw {
  width: 16vw;
  border: 1px solid #cbcbcb;
  border-left: 0px;
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
}
.chattitle__jWbmI .langpart__T1dEY .langtext__L7YOo {
  position: absolute;
  color: #475587;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chattitle__jWbmI .meicon__IP3YJ {
  width: 23px;
  height: 12px;
  background-image: url(/styles/images/me.135035604cdf4aa73f386978841487b3.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 0px;
}
.modaltitle__XlXD8 {
  color: #475587;
  margin-bottom: 1vh;
}
.modalinput__A7DIe {
  margin-top: 2vh;
  margin-bottom: 1vh;
}
.langlist__rFFzw .line__3tJLm {
  font-size: 15px;
  height: 50px;
  display: flex;
  padding-left: 5px;
  align-items: center;
}
.langlist__rFFzw .line__3tJLm .flag__s8AfQ {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
}
.langlist__rFFzw .line__3tJLm .langName__NNGAr {
  max-width: calc(100% - 70px);
  white-space: nowrap;
  /* 确保内容不会换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号来代表被修剪的文本 */
}

.roomcontent__OGq2U {
  width: 100%;
  height: 150px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.roomcontent__OGq2U .loading__miZKw,
.roomcontent__OGq2U .loading__miZKw > div {
  position: relative;
  box-sizing: border-box;
}
.roomcontent__OGq2U .loading__miZKw {
  display: block;
  font-size: 0;
  color: #000;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.roomcontent__OGq2U .loading__miZKw.la-dark__MZY5h {
  color: #333;
}
.roomcontent__OGq2U .loading__miZKw > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.roomcontent__OGq2U .loading__miZKw {
  width: 50vw;
  height: 50px;
}
.roomcontent__OGq2U .loading__miZKw > div {
  width: 10px;
  height: 50px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  animation: line-scale-pulse-out__KCG71 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.roomcontent__OGq2U .loading__miZKw > div:nth-child(3) {
  animation-delay: -0.9s;
}
.roomcontent__OGq2U .loading__miZKw > div:nth-child(2),
.roomcontent__OGq2U .loading__miZKw > div:nth-child(4) {
  animation-delay: -0.7s;
}
.roomcontent__OGq2U .loading__miZKw > div:nth-child(1),
.roomcontent__OGq2U .loading__miZKw > div:nth-child(5) {
  animation-delay: -0.5s;
}
.roomcontent__OGq2U .loading__miZKw.la-sm__OFFnW {
  width: 20px;
  height: 16px;
}
.roomcontent__OGq2U .loading__miZKw.la-sm__OFFnW > div {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
.roomcontent__OGq2U .loading__miZKw.la-2x__e_etg {
  width: 80px;
  height: 64px;
}
.roomcontent__OGq2U .loading__miZKw.la-2x__e_etg > div {
  width: 8px;
  height: 64px;
  margin: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.roomcontent__OGq2U .loading__miZKw.la-3x__zga_h {
  width: 120px;
  height: 96px;
}
.roomcontent__OGq2U .loading__miZKw.la-3x__zga_h > div {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
@keyframes line-scale-pulse-out__KCG71 {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.3);
  }
  100% {
    transform: scaley(1);
  }
}
.meicon___AdNc {
  width: 23px;
  height: 12px;
  background-image: url(/styles/images/me.135035604cdf4aa73f386978841487b3.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -32px !important;
  top: 0 !important;
}

.pagetitle__usYY9 {
  display: flex;
  margin-top: 10px;
  margin-left: 15px;
}
.pagetitle__usYY9 .text__AJPCF {
  width: 100%;
  text-align: center;
}
.chattitle__t3n9N {
  position: absolute;
  left: 10px;
}
.chattitle__t3n9N .wrap__HLFSm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.chattitle__t3n9N .members__Lsg4Y {
  color: #5833e9;
  font-size: 1em;
}
.chattitle__t3n9N .langpart__tLAdU {
  height: 33px;
  display: flex;
  cursor: pointer;
  position: relative;
}
.chattitle__t3n9N .langpart__tLAdU .leftcircle__tvu8G {
  width: 16vw;
  border: 1px solid #cbcbcb;
  border-right: 0px;
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
}
.chattitle__t3n9N .langpart__tLAdU .rigtcircle__jHJWi {
  width: 16vw;
  border: 1px solid #cbcbcb;
  border-left: 0px;
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
}
.chattitle__t3n9N .langpart__tLAdU .langtext__O0SZz {
  position: absolute;
  color: #475587;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chattitle__t3n9N .meicon__oqUhL {
  width: 23px;
  height: 12px;
  background-image: url(/styles/images/me.135035604cdf4aa73f386978841487b3.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  top: 0px;
}
.modaltitle__JyBcf {
  color: #475587;
  margin-bottom: 1vh;
}
.modalinput__ZIDss {
  margin-top: 2vh;
  margin-bottom: 1vh;
}
.langlist__jRtks .line__hmZoQ {
  font-size: 15px;
  height: 50px;
  display: flex;
  padding-left: 5px;
  align-items: center;
}
.langlist__jRtks .line__hmZoQ .flag__oFbnX {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
}
.langlist__jRtks .line__hmZoQ .langName__m3GC_ {
  max-width: calc(100% - 70px);
  white-space: nowrap;
  /* 确保内容不会换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号来代表被修剪的文本 */
}

