/*
! tailwindcss v3.1.8 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

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

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

/* tab 选项栏 */

.i-tabs .tab {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  line-height: 22px;
}

.i-tabs .tab.active {
  --tw-text-opacity: 1;
  color: rgb(0 119 255 / var(--tw-text-opacity));
}

/* input组件 */

.i-input {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 245 255 / var(--tw-border-opacity));
  padding-top: 0.27rem;
  padding-bottom: 0.27rem;
}

.i-input input {
  flex-grow: 1;
  line-height: 0.45rem;
}

@media (max-width: 1024px) {
  .i-input input {
    font-size: 0.37rem;
  }
}

@media (min-width: 1024px) {
  .i-input input {
    font-size: 18px;
  }
}

.i-input-opt {
  flex-shrink: 0;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 119 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .i-input-opt {
    font-size: 16px;
  }
}

.i-input-wrapper.error p {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .i-input-wrapper.error p {
    font-size: 0.28rem;
  }
}

@media (min-width: 1024px) {
  .i-input-wrapper.error p {
    font-size: 16px;
  }
}

.i-input-wrapper.error .i-input {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity));
}

/* 聊天记录 */

.i-chat {
  display: flex;
}

.i-chat-avatar {
  border-radius: 9999px;
}

.i-chat-ctnt .name {
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

.i-chat-ctnt .chat {
  margin-top: 5px;
  max-width: 244px;
  overflow-wrap: break-word;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 142 233 / var(--tw-bg-opacity));
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
		媒体查询
	*/

/* app */

@media screen and (max-width: 1024px) {
  /* tabs */

  .i-tabs {
    /* @apply flex; */
  }

  .i-tabs .tab {
    flex-grow: 1;
    padding-left: 0.27rem;
    padding-right: 0.27rem;
    line-height: 1.07rem;
  }

  .i-tabs .tab.active::after {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -0.32rem;
    height: 0.05rem;
    width: 0.64rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 119 255 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
  }

  /* 聊天记录 */

  .i-chat {
    margin-top: 0.45rem;
  }

  .i-chat-avatar {
    margin-right: 0.35rem;
    margin-top: 0.35rem;
    height: 1.01rem;
    width: 1.01rem;
  }

  .i-chat-ctnt .chat {
    max-width: 7.8rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

/* pc */

@media screen and (min-width: 1025px) {
  /* tabs */

  .i-tabs {
    font-size: 17px;
  }

  .i-tabs .tabs {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226 / var(--tw-border-opacity));
  }

  .i-tabs .tab.active {
    border-bottom-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(0 119 255 / var(--tw-border-opacity));
  }

  /* 聊天记录 */

  .i-chat {
    margin-top: 12px;
  }

  .i-chat-avatar {
    margin-right: 13px;
    margin-top: 6px;
    height: 38px;
    width: 38px;
  }

  .i-chat-ctnt .chat {
    max-width: 244px;
    --tw-bg-opacity: 1;
    background-color: rgb(20 142 233 / var(--tw-bg-opacity));
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[50\%\] {
  top: 50%;
}

.left-\[50\%\] {
  left: 50%;
}

.left-\[-10px\] {
  left: -10px;
}

.top-\[40px\] {
  top: 40px;
}

.top-\[30px\] {
  top: 30px;
}

.right-\[-20px\] {
  right: -20px;
}

.bottom-\[-140px\] {
  bottom: -140px;
}

.left-\[0\] {
  left: 0;
}

.z-20 {
  z-index: 20;
}

.m-auto {
  margin: auto;
}

.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-\[0\.27rem\] {
  margin-left: 0.27rem;
  margin-right: 0.27rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-\[0\.88rem\] {
  margin-top: 0.88rem;
}

.mt-\[-0\.1rem\] {
  margin-top: -0.1rem;
}

.mt-\[0\.045rem\] {
  margin-top: 0.045rem;
}

.mt-\[0\.56rem\] {
  margin-top: 0.56rem;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[4\.5rem\] {
  margin-top: 4.5rem;
}

.mb-\[31px\] {
  margin-bottom: 31px;
}

.mb-\[19px\] {
  margin-bottom: 19px;
}

.mr-\[26px\] {
  margin-right: 26px;
}

.ml-\[27px\] {
  margin-left: 27px;
}

.mr-\[22px\] {
  margin-right: 22px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.ml-\[9px\] {
  margin-left: 9px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[0\.77rem\] {
  margin-top: 0.77rem;
}

.mt-\[66px\] {
  margin-top: 66px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[0\.37rem\] {
  height: 0.37rem;
}

.h-\[0\.42rem\] {
  height: 0.42rem;
}

.h-\[0\.28rem\] {
  height: 0.28rem;
}

.h-\[1\.34rem\] {
  height: 1.34rem;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[31px\] {
  height: 31px;
}

.h-full {
  height: 100%;
}

.\!h-full {
  height: 100% !important;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[435px\] {
  height: 435px;
}

.h-\[calc\(100vh_-_5\.65rem_-_1\.07rem\)\] {
  height: calc(100vh - 5.65rem - 1.07rem);
}

.h-\[5\.65rem\] {
  height: 5.65rem;
}

.h-\[3\.2rem\] {
  height: 3.2rem;
}

.h-\[485px\] {
  height: 485px;
}

.h-\[260px\] {
  height: 260px;
}

.min-h-\[100vh\] {
  min-height: 100vh;
}

.w-\[1px\] {
  width: 1px;
}

.w-\[0\.42rem\] {
  width: 0.42rem;
}

.w-\[0\.28rem\] {
  width: 0.28rem;
}

.w-full {
  width: 100%;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-\[1\.34rem\] {
  width: 1.34rem;
}

.w-\[0\.08rem\] {
  width: 0.08rem;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[31px\] {
  width: 31px;
}

.w-\[860px\] {
  width: 860px;
}

.w-\[380px\] {
  width: 380px;
}

.w-\[10rem\] {
  width: 10rem;
}

.w-\[5\.55rem\] {
  width: 5.55rem;
}

.w-\[448px\] {
  width: 448px;
}

.w-\[120000px\] {
  width: 120000px;
}

.border-collapse {
  border-collapse: collapse;
}

.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));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -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));
}

@-webkit-keyframes shakeX {
  0%,100% {
    transform: translateZ(0);
  }

  10%,50%,90% {
    transform: translate3d(-2px,0,0);
  }

  30%,70% {
    transform: translate3d(2px,0,0);
  }
}

@keyframes shakeX {
  0%,100% {
    transform: translateZ(0);
  }

  10%,50%,90% {
    transform: translate3d(-2px,0,0);
  }

  30%,70% {
    transform: translate3d(2px,0,0);
  }
}

.animate-shakeX {
  -webkit-animation: shakeX .5s ease-in-out infinite;
          animation: shakeX .5s ease-in-out infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-current {
  border-color: currentColor;
}

.border-\[\#464646\] {
  --tw-border-opacity: 1;
  border-color: rgb(70 70 70 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-\[\#F2F5FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 250 / var(--tw-bg-opacity));
}

.bg-\[\#728396\] {
  --tw-bg-opacity: 1;
  background-color: rgb(114 131 150 / var(--tw-bg-opacity));
}

.bg-\[\#363636\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity));
}

.bg-\[\#EEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#282828\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\/live\/images\/close\.png\'\)\] {
  background-image: url('/live/images/close.png');
}

.bg-\[url\(\'\/live\/images\/wechat-gray\.png\'\)\] {
  background-image: url('/live/images/wechat-gray.png');
}

.bg-\[url\(\'\/live\/images\/fire\.png\'\)\] {
  background-image: url('/live/images/fire.png');
}

.bg-\[url\(\'\/live\/images\/eye\.png\'\)\] {
  background-image: url('/live/images/eye.png');
}

.bg-\[url\(\'\/live\/images\/phone\.png\'\)\] {
  background-image: url('/live/images/phone.png');
}

.bg-\[url\(\'\/live\/images\/share\.png\'\)\] {
  background-image: url('/live/images/share.png');
}

.bg-\[url\(\'\/live\/images\/sina\.png\'\)\] {
  background-image: url('/live/images/sina.png');
}

.bg-\[url\(\'\/live\/images\/qq\.png\'\)\] {
  background-image: url('/live/images/qq.png');
}

.bg-\[url\(\'\/live\/images\/wechat\.png\'\)\] {
  background-image: url('/live/images/wechat.png');
}

.bg-\[url\(\'\/live\/images\/no-video\.png\'\)\] {
  background-image: url('/live/images/no-video.png');
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.p-\[4px\] {
  padding: 4px;
}

.p-\[6px\] {
  padding: 6px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[10px\] {
  padding: 10px;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pl-\[9px\] {
  padding-left: 9px;
}

.pt-\[\.5rem\] {
  padding-top: .5rem;
}

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[0\.37rem\] {
  font-size: 0.37rem;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-extrabold {
  font-weight: 800;
}

.leading-\[29px\] {
  line-height: 29px;
}

.leading-\[19px\] {
  line-height: 19px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.text-\[\#0077FF\] {
  --tw-text-opacity: 1;
  color: rgb(0 119 255 / var(--tw-text-opacity));
}

.text-\[\#78879E\] {
  --tw-text-opacity: 1;
  color: rgb(120 135 158 / var(--tw-text-opacity));
}

.text-\[\#0077ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 119 255 / var(--tw-text-opacity));
}

.text-\[\#5395e3\] {
  --tw-text-opacity: 1;
  color: rgb(83 149 227 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#4A90E2\] {
  --tw-text-opacity: 1;
  color: rgb(74 144 226 / var(--tw-text-opacity));
}

.text-\[\#E1E1E1\] {
  --tw-text-opacity: 1;
  color: rgb(225 225 225 / var(--tw-text-opacity));
}

.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.\!text-\[\#F00\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 0 / var(--tw-text-opacity)) !important;
}

.text-\[\#A0A0A0\] {
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity));
}

.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

/* hack */

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* 滚动条 */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #5f5f5f;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

@media screen and (max-width: 1024px) {
  ::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.08rem;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
  }
}

/* video */

video::-internal-media-controls-download-button {
  display: none;
}

/* tailwindcss 自定义样式 */

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-\[-20px\]::after {
  content: var(--tw-content);
  top: -20px;
}

.after\:left-\[40\%\]::after {
  content: var(--tw-content);
  left: 40%;
}

.after\:right-\[20px\]::after {
  content: var(--tw-content);
  right: 20px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:border-\[10px\]::after {
  content: var(--tw-content);
  border-width: 10px;
}

.after\:border-transparent::after {
  content: var(--tw-content);
  border-color: transparent;
}

.after\:border-b-\[\#FFF\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:block {
  display: block;
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

.peer:checked ~ .peer-checked\:bg-current {
  background-color: currentColor;
}

@media (max-width: 1024px) {
  .app\:right-\[0\.27rem\] {
    right: 0.27rem;
  }

  .app\:top-\[0\.27rem\] {
    top: 0.27rem;
  }

  .app\:mt-\[3\.5rem\] {
    margin-top: 3.5rem;
  }

  .app\:mt-\[1\.52rem\] {
    margin-top: 1.52rem;
  }

  .app\:mb-\[0\.5rem\] {
    margin-bottom: 0.5rem;
  }

  .app\:mt-\[0\.8rem\] {
    margin-top: 0.8rem;
  }

  .app\:hidden {
    display: none;
  }

  .app\:h-\[0\.5rem\] {
    height: 0.5rem;
  }

  .app\:h-\[5\.65rem\] {
    height: 5.65rem;
  }

  .app\:h-\[calc\(100vh_-_5\.65rem\)\] {
    height: calc(100vh - 5.65rem);
  }

  .app\:h-\[calc\(100vh_-_5\.65rem_-_1\.07rem\)\] {
    height: calc(100vh - 5.65rem - 1.07rem);
  }

  .app\:w-\[8rem\] {
    width: 8rem;
  }

  .app\:w-\[0\.5rem\] {
    width: 0.5rem;
  }

  .app\:w-\[10rem\] {
    width: 10rem;
  }

  .app\:min-w-\[375px\] {
    min-width: 375px;
  }

  .app\:overflow-hidden {
    overflow: hidden;
  }

  .app\:rounded-full {
    border-radius: 9999px;
  }

  .app\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .app\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .app\:from-\[\#53ACDE\] {
    --tw-gradient-from: #53ACDE;
    --tw-gradient-to: rgb(83 172 222 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .app\:to-\[\#0077FF\] {
    --tw-gradient-to: #0077FF;
  }

  .app\:p-\[\.3rem\] {
    padding: .3rem;
  }

  .app\:p-\[0\.4rem\] {
    padding: 0.4rem;
  }

  .app\:px-\[0\.77rem\] {
    padding-left: 0.77rem;
    padding-right: 0.77rem;
  }

  .app\:px-\[0\.6rem\] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .app\:py-\[\.5rem\] {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .app\:px-\[0\.4rem\] {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .app\:pt-\[\.5rem\] {
    padding-top: .5rem;
  }

  .app\:pb-\[0\.4rem\] {
    padding-bottom: 0.4rem;
  }

  .app\:text-\[0\.37rem\] {
    font-size: 0.37rem;
  }

  .app\:leading-\[1\.12rem\] {
    line-height: 1.12rem;
  }

  .app\:placeholder\:text-\[10px\]::-moz-placeholder {
    font-size: 10px;
  }

  .app\:placeholder\:text-\[10px\]::placeholder {
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
  .pc\:absolute {
    position: absolute;
  }

  .pc\:top-\[50\%\] {
    top: 50%;
  }

  .pc\:left-\[50\%\] {
    left: 50%;
  }

  .pc\:right-\[30px\] {
    right: 30px;
  }

  .pc\:top-\[30px\] {
    top: 30px;
  }

  .pc\:my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pc\:mt-\[50px\] {
    margin-top: 50px;
  }

  .pc\:mt-\[86px\] {
    margin-top: 86px;
  }

  .pc\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .pc\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .pc\:mt-\[20px\] {
    margin-top: 20px;
  }

  .pc\:box-border {
    box-sizing: border-box;
  }

  .pc\:flex {
    display: flex;
  }

  .pc\:hidden {
    display: none;
  }

  .pc\:h-\[26px\] {
    height: 26px;
  }

  .pc\:h-\[485px\] {
    height: 485px;
  }

  .pc\:max-h-\[450px\] {
    max-height: 450px;
  }

  .pc\:w-\[480px\] {
    width: 480px;
  }

  .pc\:w-\[26px\] {
    width: 26px;
  }

  .pc\:w-\[1240px\] {
    width: 1240px;
  }

  .pc\: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));
  }

  .pc\:translate-y-\[-50\%\] {
    --tw-translate-y: -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));
  }

  .pc\:rounded-\[5px\] {
    border-radius: 5px;
  }

  .pc\:rounded-\[4px\] {
    border-radius: 4px;
  }

  .pc\:bg-\[\#0077FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 119 255 / var(--tw-bg-opacity));
  }

  .pc\:bg-\[\#181818\] {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 24 / var(--tw-bg-opacity));
  }

  .pc\:p-\[5px\] {
    padding: 5px;
  }

  .pc\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pc\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pc\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pc\:px-\[21px\] {
    padding-left: 21px;
    padding-right: 21px;
  }

  .pc\:pt-\[32px\] {
    padding-top: 32px;
  }

  .pc\:pb-\[12px\] {
    padding-bottom: 12px;
  }

  .pc\:text-\[18px\] {
    font-size: 18px;
  }

  .pc\:text-\[16px\] {
    font-size: 16px;
  }

  .pc\:leading-\[52px\] {
    line-height: 52px;
  }

  .pc\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .pc\:placeholder\:text-\[14px\]::-moz-placeholder {
    font-size: 14px;
  }

  .pc\:placeholder\:text-\[14px\]::placeholder {
    font-size: 14px;
  }
}

.\[\&\:hover_\#wechat-qrcode\]\:block:hover #wechat-qrcode {
  display: block;
}
