/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 2.5rem;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.125rem;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.875rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 1.375rem;
  height: 1.375rem;
}
.am-icon-xxs {
  width: 0.9375rem;
  height: 0.9375rem;
}
.am-icon-xs {
  width: 1.125rem;
  height: 1.125rem;
}
.am-icon-sm {
  width: 1.3125rem;
  height: 1.3125rem;
}
.am-icon-md {
  width: 1.375rem;
  height: 1.375rem;
}
.am-icon-lg {
  width: 2.25rem;
  height: 2.25rem;
}
.am-icon-loading {
  animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
  100% {
    transform: rotate(360deg);
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 0.875rem;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translateZ(0.0625rem);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateZ(0.0625rem);
}
.am-toast.am-toast-nomask .am-toast-notice {
  transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 3.75rem;
  border-radius: 0.1875rem;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 0.5625rem 0.9375rem;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 0.3125rem;
  padding: 0.9375rem 0.9375rem;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 0.375rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
@keyframes dot {
  0% {
    background: #cfcfcf;
  }
  100% {
    background: #5076ff;
  }
}
.imapp-loading-wrapper {
  background: #F0F0F0;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.625rem;
}
.imapp-loading-wrapper .imapp-loading-message {
  color: #959ebc;
  text-align: center;
  font-size: 0.875rem;
}
.imapp-loading-wrapper .imapp-chat-logo {
  width: 3.75rem;
  height: 5.25rem;
  margin: 0 auto;
  line-height: 0;
}
.imapp-loading-wrapper .imapp-chat-logo img {
  width: 100%;
}
.imapp-loading-wrapper .imdots {
  text-align: center;
}
.imapp-loading-wrapper .imdots div {
  width: 0.5rem;
  height: 0.5rem;
  background: #cfcfcf;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0.125rem;
}
.imapp-loading-wrapper .imdots div:nth-child(1) {
  animation: dot 0.9s linear infinite;
}
.imapp-loading-wrapper .imdots div:nth-child(2) {
  animation: dot 0.9s linear infinite;
  animation-delay: 0.3s;
}
.imapp-loading-wrapper .imdots div:nth-child(3) {
  animation: dot 0.9s linear infinite;
  animation-delay: 0.6s;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: -0.5rem;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 2.75rem;
  height: 2.75rem;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/jtalk-static/0ff4d62150facee6b7dec616100ad3da.png) 0 0 no-repeat;
  background-size: 16.5rem 5.5rem;
  width: 2.75rem;
  height: 2.75rem;
}
@media (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/jtalk-static/f64c3af3d0d25b9e4e00.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -2.75rem;
}
.pswp__button--share {
  background-position: -2.75rem -2.75rem;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -2.75rem 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -5.5rem 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -8.25rem 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -3.125rem;
  width: 4.375rem;
  height: 6.25rem;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 2.1875rem;
  background-color: rgba(0, 0, 0, 0.3);
  height: 1.875rem;
  width: 2rem;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 0.375rem;
  background-position: -8.625rem -2.75rem;
}
.pswp__button--arrow--right:before {
  right: 0.375rem;
  background-position: -5.875rem -2.75rem;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.625rem;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 3.5rem;
  border-radius: 0.125rem;
  display: block;
  width: auto;
  right: 2.75rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
  transform: translateY(0.375rem);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 0.125rem 0.125rem 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 0.125rem 0.125rem;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 1rem 0.75rem;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.75rem;
  right: 0.9375rem;
  border: 0.375rem solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 2.75rem;
  font-size: 0.8125rem;
  line-height: 2.75rem;
  color: #FFF;
  opacity: 0.75;
  padding: 0 0.625rem;
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 2.75rem;
}
.pswp__caption small {
  font-size: 0.6875rem;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 26.25rem;
  margin: 0 auto;
  font-size: 0.8125rem;
  padding: 0.625rem;
  line-height: 1.25rem;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.375rem;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.75rem;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/jtalk-static/14d740b6ee64510747b03b411d46f200.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 0.4375rem;
  height: 0.875rem;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.125rem solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 2.75rem;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.pswp {
  z-index: 9999 !important;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-modal {
  position: relative;
}
.am-modal:not(.am-modal-transparent):not(.am-modal-popup) {
  width: 100%;
  height: 100%;
}
.am-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.am-modal-mask-hidden {
  display: none;
}
.am-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translateZ(0.0625rem);
}
.am-modal-wrap-popup {
  display: block;
}
.am-modal-transparent {
  width: 16.875rem;
}
.am-modal-transparent .am-modal-content {
  border-radius: 0.4375rem;
  padding-top: 0.9375rem;
}
.am-modal-transparent .am-modal-content .am-modal-body {
  padding: 0 0.9375rem 0.9375rem;
}
.am-modal-popup {
  position: fixed;
  left: 0;
  width: 100%;
}
.am-modal-popup-slide-down {
  top: 0;
}
.am-modal-popup-slide-up {
  bottom: 0;
}
.am-modal-popup .am-modal-content {
  padding-bottom: env(safe-area-inset-bottom);
}
.am-modal-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  text-align: center;
}
.am-modal-header {
  padding: 0.375rem 0.9375rem 0.9375rem;
}
.am-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.am-modal-close {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 0.9375rem;
  z-index: 999;
  height: 1.3125rem;
  width: 1.3125rem;
}
.am-modal-close-x {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'30'%20height%3D'30'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D'ALL-ICON'%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%20%3Cg%20id%3D'Rectangle-283-%2B-Rectangle-283'%20fill%3D'%23888888'%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20scale(-1%2C%201)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.am-modal-body {
  font-size: 0.9375rem;
  color: #888;
  height: 100%;
  line-height: 1.5;
  overflow: auto;
}
.am-modal-button-group-h {
  position: relative;
  border-top: 1PX solid #ddd;
  display: -ms-flexbox;
  display: flex;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-h::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-h::before {
    transform: scaleY(0.33);
  }
}
.am-modal-button-group-h .am-modal-button {
  -webkit-touch-callout: none;
  -ms-flex: 1;
  flex: 1 1;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 1.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-modal-button-group-h .am-modal-button:first-child {
  color: #000;
}
.am-modal-button-group-h .am-modal-button:last-child {
  position: relative;
  border-left: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child {
    border-left: none;
  }
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
    transform: scaleX(0.33);
  }
}
.am-modal-button-group-v .am-modal-button {
  -webkit-touch-callout: none;
  position: relative;
  border-top: 1PX solid #ddd;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 1.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
    transform: scaleY(0.33);
  }
}
.am-modal-button-active {
  background-color: #ddd;
}
.am-modal-input-container {
  margin-top: 0.5625rem;
  border: 1PX solid #ddd;
  border-radius: 0.1875rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input-container {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-modal-input-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0.375rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-modal-input {
  height: 2.25rem;
  line-height: 1;
}
.am-modal-input:nth-child(2) {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input:nth-child(2) {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-input:nth-child(2)::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-input:nth-child(2)::before {
    transform: scaleY(0.33);
  }
}
.am-modal-input input {
  position: relative;
  border: 0;
  width: 98%;
  height: 2.125rem;
  top: 1PX;
  box-sizing: border-box;
  margin: 0;
}
.am-modal-input input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #ccc;
  padding-left: 0.5rem;
}
.am-modal-input input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #ccc;
  padding-left: 0.5rem;
}
.am-modal-input input::placeholder {
  font-size: 0.875rem;
  color: #ccc;
  padding-left: 0.5rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
  border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
  padding: 0.5625rem 1.5rem 0.75rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
  text-align: left;
  font-size: 1.3125rem;
  color: #000;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
  color: #000;
  text-align: left;
  padding: 0 1.5rem 0.9375rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
  border: 0;
  border-bottom: 1PX solid #ddd;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before {
  display: none !important;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
    border-bottom: none;
  }
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    transform: scaleY(0.33);
  }
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child {
  border-top: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
  padding-bottom: 0.75rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
  overflow: hidden;
  border-top: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.75rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
  -ms-flex: initial;
  flex: initial;
  margin-left: 0.1875rem;
  padding: 0 0.9375rem;
  height: 3rem;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
  color: #777;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child {
  border-left: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 0.75rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button {
  border-top: 0;
  padding: 0 0.9375rem;
  margin-left: 0.1875rem;
  height: 3rem;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button {
  text-align: start;
  padding-left: 0.9375rem;
}
.am-modal.am-modal-operation .am-modal-content {
  border-radius: 0.4375rem;
  height: auto;
  padding-top: 0;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-body {
  padding: 0!important;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-button {
  color: #000;
  text-align: left;
  padding-left: 0.9375rem;
}
.am-modal-alert-content,
.am-modal-propmt-content {
  zoom: 1;
  overflow: hidden;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.wave__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
[data-component='PeerView'] {
  position: relative;
  -ms-flex: 100 100 auto;
      flex: 100 100 auto;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  background-color: rgba(36, 59, 85, 0.75);
  background-image: url(/jtalk-static/ba0826662267d5fcfc37.svg);
  background-position: bottom;
  background-size: auto 80%;
  background-repeat: no-repeat;
}
[data-component='PeerView'] > .info {
  position: absolute;
  pointer-events: none;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.5) 100%);
}
[data-component='PeerView'] > .info > .icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
[data-component='PeerView'] > .info > .icons > .icon {
  pointer-events: auto;
  margin: 0.25rem;
  margin-right: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition-property: opacity, background-color;
  transition-duration: 0.15s;
}
[data-component='PeerView'] > .info > .icons > .icon.info.on {
  background-image: url(/jtalk-static/c9ccd3c01c848f5ab1f6.svg);
}
[data-component='PeerView'] > .info > .icons > .icon.info:not(.on) {
  background-image: url(/jtalk-static/08d08bc48499ee4559d2.svg);
}
[data-component='PeerView'] > .info > .icons > .icon.stats {
  background-image: url(/jtalk-static/3d684b932e8f0ae63785.svg);
}
[data-component='PeerView'] > .info > .box {
  pointer-events: auto;
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  padding: 0.25rem 0.375rem 3.125rem 0.375rem;
  border-radius: 0.125rem;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  overflow: auto;
  transform-origin: left top;
  transition: 0.1s;
}
[data-component='PeerView'] > .info > .box:not(.visible) {
  z-index: -1;
  opacity: 0;
  transform: scale(0);
}
[data-component='PeerView'] > .info > .box > h1 {
  pointer-events: none;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
}
[data-component='PeerView'] > .info > .box > p {
  pointer-events: none;
  margin-bottom: 0.125rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.6875rem;
}
[data-component='PeerView'] > .info > .box > p:last-child {
  margin-bottom: 0;
}
[data-component='PeerView'] > .info > .box > p.clickable,
[data-component='PeerView'] > .info > .box > p .clickable {
  pointer-events: auto;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #44c5d6;
}
[data-component='PeerView'] > .info > .box > p.clickable:hover,
[data-component='PeerView'] > .info > .box > p .clickable:hover {
  cursor: pointer;
  color: #73feff;
  text-decoration: underline;
}
[data-component='PeerView'] > .info > .box > p.copiable,
[data-component='PeerView'] > .info > .box > p .copiable {
  pointer-events: auto;
  cursor: text;
}
[data-component='PeerView'] > .info > .box > p.copiable:hover,
[data-component='PeerView'] > .info > .box > p .copiable:hover {
  color: #44c5d6;
  text-decoration: underline;
}
[data-component='PeerView'] > .info > .box > p.indent {
  margin-left: 0.625rem;
}
[data-component='PeerView'] > .info > .peer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
[data-component='PeerView'] > .info > .peer > .display-name {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}
[data-component='PeerView'] > .info > .peer > span.display-name {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: text;
}
[data-component='PeerView'] > .info > .peer > span.display-name:not(.editable) {
  cursor: default;
}
[data-component='PeerView'] > .info > .peer > span.display-name.editable {
  pointer-events: auto;
}
[data-component='PeerView'] > .info > .peer > span.display-name.loading {
  opacity: 0.5;
}
[data-component='PeerView'] > .info > .peer > input.display-name {
  border: none;
  border-bottom: 0.0625rem solid #aeff00;
  background-color: transparent;
}
[data-component='PeerView'] > .info > .peer > .row {
  margin-top: 0.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
[data-component='PeerView'] > .info > .peer > .row > .device-icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.3125rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/jtalk-static/bcb8f495fa715372fe7d.svg);
}
[data-component='PeerView'] > .info > .peer > .row > .device-icon.chrome {
  background-image: url(/jtalk-static/e3da5b169a31f0c8f5f04bcbda22e272.png);
}
[data-component='PeerView'] > .info > .peer > .row > .device-icon.firefox {
  background-image: url(/jtalk-static/880914413cd19ff37d77535ffb739d64.png);
}
[data-component='PeerView'] > .info > .peer > .row > .device-icon.safari {
  background-image: url(/jtalk-static/3bdeca95eb053f99afb3f63ab66aec18.png);
}
[data-component='PeerView'] > .info > .peer > .row > .device-icon.msedge {
  background-image: url(/jtalk-static/c496ebe372a1563eb66dd02378baaea8.png);
}
[data-component='PeerView'] > .info > .peer > .row > .device-icon.opera {
  background-image: url(/jtalk-static/6561899e3665fa5a34ef43f2b859f051.png);
}
[data-component='PeerView'] > .info > .peer > .row > .device-icon.broadcaster {
  height: 1.125rem;
  width: 1.125rem;
  background-image: url(/jtalk-static/92f83ab1ebbc50638833.svg);
}
[data-component='PeerView'] > .info > .peer > .row > .device-version {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.55);
}
[data-component='PeerView'] > video {
  -ms-flex: 100 100 auto;
      flex: 100 100 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-property: opacity;
  transition-duration: 0.5s;
  background-color: rgba(0, 0, 0, 0.75);
}
[data-component='PeerView'] > video.is-me {
  transform: scaleX(-1);
}
[data-component='PeerView'] > video.hidden {
  opacity: 0;
  transition-duration: 0s;
}
[data-component='PeerView'] > video.network-error {
  filter: grayscale(100%) brightness(135%) blur(0.3125rem);
}
[data-component='PeerView'] > audio {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 0.125rem solid red;
}
[data-component='PeerView'] > canvas.face-detection {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
[data-component='PeerView'] > canvas.face-detection.is-me {
  transform: scaleX(-1);
}
[data-component='PeerView'] > .volume-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.125rem;
  width: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}
[data-component='PeerView'] > .volume-container > .bar {
  width: 0.375rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 0, 0.65);
  transition-property: height background-color;
  transition-duration: 0.25s;
}
[data-component='PeerView'] > .volume-container > .bar.level0 {
  height: 0;
  background-color: rgba(255, 255, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level1 {
  height: 10%;
  background-color: rgba(255, 255, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level2 {
  height: 20%;
  background-color: rgba(255, 255, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level3 {
  height: 30%;
  background-color: rgba(255, 255, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level4 {
  height: 40%;
  background-color: rgba(255, 165, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level5 {
  height: 50%;
  background-color: rgba(255, 165, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level6 {
  height: 60%;
  background-color: rgba(255, 0, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level7 {
  height: 70%;
  background-color: rgba(255, 0, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level8 {
  height: 80%;
  background-color: rgba(0, 0, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level9 {
  height: 90%;
  background-color: rgba(0, 0, 0, 0.65);
}
[data-component='PeerView'] > .volume-container > .bar.level10 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
[data-component='PeerView'] > .spinner-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.75);
}
[data-component='PeerView'] > .spinner-container .react-spinner {
  position: relative;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
}
[data-component='PeerView'] > .spinner-container .react-spinner .react-spinner_bar {
  position: absolute;
  width: 20%;
  height: 7.8%;
  top: -3.9%;
  left: -10%;
  animation: PeerView-spinner 1.2s linear infinite;
  border-radius: 0.3125rem;
  background-color: rgba(255, 255, 255, 0.5);
}
[data-component='PeerView'] > .video-elem-paused {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-position: center;
  background-image: url(/jtalk-static/31a88eae0617675199aa.svg);
  background-size: 35%;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
}
@keyframes PeerView-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.15;
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
[data-component='Me'] {
  position: relative;
  height: 100%;
  width: 100%;
}
[data-component='Me'] > .controls {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}
[data-component='Me'] > .controls > .button {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.25rem;
  margin-left: 0;
  border-radius: 0.125rem;
  pointer-events: auto;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition-property: opacity, background-color;
  transition-duration: 0.15s;
}
@media (max-device-width: 720px) {
  [data-component='Me'] > .controls > .button {
    width: 1.625rem;
    height: 1.625rem;
  }
}
@media (min-device-width: 721px) {
  [data-component='Me'] > .controls > .button {
    width: 1.75rem;
    height: 1.75rem;
    opacity: 0.85;
  }
  [data-component='Me'] > .controls > .button:hover {
    opacity: 1;
  }
}
[data-component='Me'] > .controls > .button.unsupported {
  pointer-events: none;
}
[data-component='Me'] > .controls > .button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
[data-component='Me'] > .controls > .button.on {
  background-color: rgba(255, 255, 255, 0.85);
}
[data-component='Me'] > .controls > .button.mic.on {
  background-image: url(/jtalk-static/cf6685b76fe607158f75.svg);
}
[data-component='Me'] > .controls > .button.mic.off {
  background-image: url(/jtalk-static/cd76806fda1a941b86a5.svg);
  background-color: rgba(212, 34, 65, 0.7);
}
[data-component='Me'] > .controls > .button.mic.unsupported {
  background-image: url(/jtalk-static/bfebbfaba5b294977e76.svg);
}
[data-component='Me'] > .controls > .button.webcam.on {
  background-image: url(/jtalk-static/25bb479d5de660c92d44.svg);
}
[data-component='Me'] > .controls > .button.webcam.off {
  background-image: url(/jtalk-static/637d65d82d434b87231f.svg);
}
[data-component='Me'] > .controls > .button.webcam.unsupported {
  background-image: url(/jtalk-static/be0bbc3884d3ae884069.svg);
}
[data-component='Me'] > .controls > .button.change-webcam.on {
  background-image: url(/jtalk-static/0a9dea19fc1c04c5885d.svg);
}
[data-component='Me'] > .controls > .button.change-webcam.unsupported {
  background-image: url(/jtalk-static/2a155482f6b1632be36d.svg);
}
[data-component='Me'] > .controls > .button.share.on {
  background-image: url(/jtalk-static/ddb3df381763bc020741.svg);
}
[data-component='Me'] > .controls > .button.share.off {
  background-image: url(/jtalk-static/af45356f3c18fbef5ee7.svg);
}
[data-component='Me'] > .controls > .button.share.unsupported {
  background-image: url(/jtalk-static/af45356f3c18fbef5ee7.svg);
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
[data-component='Peer'] {
  -ms-flex: 100 100 auto;
      flex: 100 100 auto;
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-device-width: 720px) {
  [data-component='Peer'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
[data-component='Peer'] > .indicators {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 9.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
[data-component='Peer'] > .indicators > .icon {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.25rem;
  margin-left: 0;
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  transition-property: opacity;
  transition-duration: 0.15s;
}
@media (max-device-width: 720px) {
  [data-component='Peer'] > .indicators > .icon {
    opacity: 0.85;
  }
}
[data-component='Peer'] > .indicators > .icon.mic-off {
  background-image: url(/jtalk-static/bfebbfaba5b294977e76.svg);
}
[data-component='Peer'] > .indicators > .icon.webcam-off {
  background-image: url(/jtalk-static/be0bbc3884d3ae884069.svg);
}
[data-component='Peer'] .incompatible-video {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
[data-component='Peer'] .incompatible-video > p {
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.55);
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
[data-component='Peers'] {
  min-height: 100%;
  width: 100%;
}
@media (min-device-width: 721px) {
  [data-component='Peers'] {
    width: 100%;
    padding: 0.625rem 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (max-device-width: 720px) {
  [data-component='Peers'] {
    min-height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
[data-component='Peers'] > .peer-container {
  overflow: hidden;
}
@media (min-device-width: 721px) {
  [data-component='Peers'] > .peer-container {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    height: 3.125rem;
    width: 28.125rem;
    margin: 0.375rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.15);
    box-shadow: 0rem 0.3125rem 0.75rem 0.125rem rgba(17, 17, 17, 0.5);
    transition-property: border-color;
    transition-duration: 0.35s;
  }
  [data-component='Peers'] > .peer-container.active-speaker {
    border-color: #fff;
  }
}
@media (max-device-width: 720px) {
  [data-component='Peers'] > .peer-container {
    -ms-flex: 100 100 auto;
        flex: 100 100 auto;
    -ms-flex-order: 2;
        order: 2;
    min-height: 3.125rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  [data-component='Peers'] > .peer-container.active-speaker {
    -ms-flex-order: 1;
        order: 1;
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
[data-component='Room'] {
  position: relative;
  height: 100%;
  width: 100%;
}
[data-component='Room'] > .state {
  position: fixed;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 1.5625rem;
  background-color: rgba(36, 59, 85, 0.75);
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .state {
    top: 0.625rem;
    left: 0.625rem;
    width: 6.875rem;
  }
}
@media (min-device-width: 721px) {
  [data-component='Room'] > .state {
    top: 1.25rem;
    left: 1.25rem;
    width: 7.75rem;
  }
}
[data-component='Room'] > .state > .icon {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  border-radius: 100%;
}
@media (min-device-width: 721px) {
  [data-component='Room'] > .state > .icon {
    margin: 0.375rem;
    margin-right: 0;
    height: 1rem;
    width: 1rem;
  }
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .state > .icon {
    margin: 0.25rem;
    margin-right: 0;
    height: 1rem;
    width: 1rem;
  }
}
[data-component='Room'] > .state > .icon.new,
[data-component='Room'] > .state > .icon.closed {
  background-color: rgba(170, 170, 170, 0.5);
}
[data-component='Room'] > .state > .icon.connecting {
  animation: Room-info-state-connecting 0.75s infinite linear;
}
[data-component='Room'] > .state > .icon.connected {
  background-color: rgba(48, 189, 24, 0.75);
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .state > .icon.connected {
    display: none;
  }
}
[data-component='Room'] > .state > .text {
  -ms-flex: 100 0 auto;
      flex: 100 0 auto;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
@media (min-device-width: 721px) {
  [data-component='Room'] > .state > .text {
    font-size: 0.75rem;
  }
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .state > .text {
    font-size: 0.625rem;
  }
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .state > .text.connected {
    display: none;
  }
}
[data-component='Room'] > .room-link-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
[data-component='Room'] > .room-link-wrapper > .room-link {
  width: auto;
  background-color: rgba(36, 59, 85, 0.75);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0rem 0.1875rem 0.75rem 0.125rem rgba(17, 17, 17, 0.4);
}
[data-component='Room'] > .room-link-wrapper > .room-link > a.link {
  display: block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.1s;
}
@media (min-device-width: 721px) {
  [data-component='Room'] > .room-link-wrapper > .room-link > a.link {
    padding: 0.625rem 1.25rem;
    font-size: 0.75rem;
  }
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .room-link-wrapper > .room-link > a.link {
    padding: 0.375rem 0.625rem;
    font-size: 0.625rem;
  }
}
[data-component='Room'] > .room-link-wrapper > .room-link > a.link:hover {
  color: #fff;
  text-decoration: underline;
}
[data-component='Room'] > .me-container {
  position: fixed;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0rem 0.3125rem 0.75rem 0.125rem rgba(17, 17, 17, 0.5);
  transition-property: border-color;
  transition-duration: 0.2s;
}
[data-component='Room'] > .me-container.active-speaker {
  border-color: #fff;
}
@media (min-device-width: 721px) {
  [data-component='Room'] > .me-container {
    height: 6.25rem;
    width: 12.5rem;
    bottom: 3.75rem;
    left: 1.25rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  }
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .me-container {
    height: 5rem;
    width: 9.375rem;
    bottom: 3.125rem;
    left: 0.625rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.25);
  }
}
[data-component='Room'] > .chat-input-container {
  position: fixed;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0rem 0.3125rem 0.75rem 0.125rem rgba(17, 17, 17, 0.5);
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .chat-input-container {
    height: 1.875rem;
    width: 18.375rem;
    bottom: 1.25rem;
    left: 1.25rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  }
}
@media (min-device-width: 721px) {
  [data-component='Room'] > .chat-input-container {
    height: 1.875rem;
    width: 12.5rem;
    bottom: 0.625rem;
    left: 0.625rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.25);
  }
}
[data-component='Room'] > .sidebar {
  position: fixed;
  z-index: 101;
  top: calc(50% - 3.75rem);
  height: 7.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-device-width: 721px) {
  [data-component='Room'] > .sidebar {
    left: 1.25rem;
    width: 2.25rem;
    margin-top: -3.75rem;
  }
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .sidebar {
    left: 0.625rem;
    width: 2rem;
    margin-top: -5rem;
  }
}
[data-component='Room'] > .sidebar > .button {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.25rem 0;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: rgba(36, 59, 85, 0.75);
  cursor: pointer;
  transition-property: opacity, background-color;
  transition-duration: 0.2s;
  border-radius: 100%;
}
@media (min-device-width: 721px) {
  [data-component='Room'] > .sidebar > .button {
    height: 2.25rem;
    width: 2.25rem;
  }
}
@media (max-device-width: 720px) {
  [data-component='Room'] > .sidebar > .button {
    height: 2rem;
    width: 2rem;
  }
}
[data-component='Room'] > .sidebar > .button.on {
  background-color: rgba(255, 255, 255, 0.7);
}
[data-component='Room'] > .sidebar > .button.disabled {
  pointer-events: none;
  opacity: 0.5;
  transition-duration: 0s;
}
[data-component='Room'] > .sidebar > .button.hide-videos {
  background-image: url(/jtalk-static/8e2b596b0d1b525aa962.svg);
}
[data-component='Room'] > .sidebar > .button.hide-videos.on {
  background-image: url(/jtalk-static/0a74ff15e0d2a2099d43.svg);
}
[data-component='Room'] > .sidebar > .button.mute-audio {
  background-image: url(/jtalk-static/d49967a7feaa38c239a6.svg);
}
[data-component='Room'] > .sidebar > .button.mute-audio.on {
  background-image: url(/jtalk-static/bb8412ab278ca5a468e1.svg);
}
[data-component='Room'] > .sidebar > .button.restart-ice {
  background-image: url(/jtalk-static/7c51d2857d6d2724c29e.svg);
}
@keyframes Room-info-state-connecting {
  50% {
    background-color: rgba(255, 165, 0, 0.75);
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.live-audio__wrapper {
  position: fixed;
  width: 100%;
  z-index: 3999;
}
.live-audio__wrapper .modal-close__btn {
  position: fixed;
  top: 1.5625rem;
  right: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/jtalk-static/b2f58454f01b9df669548faefaf83890.png) no-repeat;
  background-size: 0.75rem;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-button {
  display: block;
  outline: 0 none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 1.125rem;
  height: 2.9375rem;
  line-height: 2.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  border: 1PX solid #ddd;
  border-radius: 0.3125rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0.625rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-borderfix:before {
  transform: scale(0.49) !important;
}
.am-button.am-button-active {
  background-color: #ddd;
}
.am-button.am-button-disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}
.am-button-primary {
  color: #fff;
  background-color: #108ee9;
  border: 1PX solid #108ee9;
  border-radius: 0.3125rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-primary {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-primary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 0.625rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-primary.am-button-active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #0e80d2;
}
.am-button-primary.am-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.4;
}
.am-button-ghost {
  color: #108ee9;
  background-color: transparent;
  border: 1PX solid #108ee9;
  border-radius: 0.3125rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 0.625rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-ghost.am-button-active {
  color: rgba(16, 142, 233, 0.6);
  background-color: transparent;
  border: 1PX solid rgba(16, 142, 233, 0.6);
  border-radius: 0.3125rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost.am-button-active {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost.am-button-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid rgba(16, 142, 233, 0.6);
    border-radius: 0.625rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-ghost.am-button-disabled {
  color: rgba(0, 0, 0, 0.1);
  border: 1PX solid rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  opacity: 1;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost.am-button-disabled {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost.am-button-disabled::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-warning {
  color: #fff;
  background-color: #e94f4f;
}
.am-button-warning.am-button-active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #d24747;
}
.am-button-warning.am-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.4;
}
.am-button-inline {
  display: inline-block;
  padding: 0 0.9375rem;
}
.am-button-inline.am-button-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.am-button-small {
  font-size: 0.8125rem;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.9375rem;
}
.am-button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-button > .am-button-icon {
  margin-right: 0.5em;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.j-audio-player {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.9375rem 0.5rem 0.625rem 0.125rem;
  display: inline-block;
  transform: rotateX(180deg);
  z-index: 999;
  cursor: pointer;
}
.j-audio-player i {
  line-height: 0;
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  top: 0.125rem;
  color: var(--theme-primary-color);
}
.j-audio-player i path[stroke="currentColor"] {
  stroke: var(--theme-primary-color);
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.web-recorder__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  min-height: 11.25rem;
  z-index: 199;
  background: #fff;
  box-shadow: 0 -0.625rem 1.875rem #e8e8e8;
}
.web-recorder__wrapper .recorder-text {
  padding: 1.75rem 1.25rem 1.5rem;
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  border-radius: 0.25rem;
}
.web-recorder__wrapper .recorder-text .recorder-tip {
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.8125rem;
}
.web-recorder__wrapper .recorder-wave {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0 1.5rem;
  height: 3.125rem;
  border-bottom: solid 0.0625rem #F0F0F0;
}
.web-recorder__wrapper .recorder-wave .wave-wrapper {
  will-change: transform;
  position: relative;
  -ms-flex: 1 1;
      flex: 1 1;
}
.web-recorder__wrapper .recorder-wave .wave-wrapper.right-wrapper {
  transform: rotateY(180deg);
}
.web-recorder__wrapper .recorder-wave .wave-wrapper .audio-wave {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.25rem;
  height: 1.5625rem;
  background-color: var(--theme-primary-color);
}
.web-recorder__wrapper .recorder-wave .recorder-tip {
  display: inline-block;
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 0.5rem;
  transform: scale(0.92);
}
.web-recorder__wrapper .recorder-action {
  height: 4rem;
  line-height: 4rem;
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.web-recorder__wrapper .recorder-action .countdown-val {
  color: var(--theme-primary-color);
}
.web-recorder__wrapper .recorder-action .countdown-val.warn-label {
  color: red;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.audio-recorder__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1999;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.audio-recorder__modal .mask-wrapper {
  -ms-flex: 1 1;
      flex: 1 1;
}
.audio-recorder__modal .recorder-wrapper {
  min-height: 14.125rem;
  background: #fff;
}
.audio-recorder__modal .recorder-wrapper .recorder-text {
  padding: 0.75rem 0.625rem;
  margin: 0.75rem;
  min-height: 3rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  font-weight: 400;
  background: #F0F0F0;
  border-radius: 0.25rem;
}
.audio-recorder__modal .recorder-wrapper .recorder-text .recorder-tip {
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.8125rem;
}
.audio-recorder__modal .recorder-wrapper .recorder-wave {
  position: relative;
  height: 4.6875rem;
  overflow: hidden;
  will-change: transform;
  border-bottom: solid 0.0625rem #F0F0F0;
}
.audio-recorder__modal .recorder-wrapper .recorder-wave .wave-item {
  display: inline-block;
  position: absolute;
  width: 0.125rem;
  bottom: 1.0625rem;
  background: var(--theme-primary-color);
}
.audio-recorder__modal .recorder-wrapper .recorder-action {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: 1.625rem;
}
.audio-recorder__modal .recorder-wrapper .recorder-action .countdown-val {
  color: var(--theme-primary-color);
}
.audio-recorder__modal .recorder-wrapper .recorder-action .countdown-val.warn-label {
  color: red;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__simple-speech {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 0.3125rem;
  height: 2.5rem;
  font-weight: 800;
  color: #828282;
  line-height: 2.5rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jimi-chat__simple-speech.active,
.jimi-chat__simple-speech:active {
  background-color: #fafafa;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__auto-complete {
  position: relative;
}
.jimi-chat__auto-complete--items {
  position: absolute;
  background: #fff;
  bottom: 3.875rem;
  width: 100%;
  box-shadow: 0 -0.5rem 0.75rem 0rem rgba(0, 0, 0, 0.05);
  cursor: pointer;
  z-index: 199;
}
.jimi-chat__auto-complete--items div {
  padding: 0.5rem 1.875rem 0.5rem 0.9375rem;
  padding-right: 1.875rem;
  color: #707070;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
}
.jimi-chat__auto-complete--items div span {
  color: var(--theme-primary-color);
}
.jimi-chat__auto-complete--items div:hover {
  background-color: #edf3ff;
}
.jimi-chat__auto-complete--items div:last-child {
  margin-bottom: 0;
}
.jimi-chat__auto-complete--items .close {
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  padding: 0.625rem;
  top: 0;
  right: 0;
  color: #707070;
  cursor: pointer;
  line-height: 0;
  box-sizing: border-box;
}
.jimi-chat__auto-complete--items .close:active {
  background: none;
}
.jimi-chat__auto-complete--items .close img {
  width: 100%;
  height: 100%;
}
.im-layout-web .jimi-chat__auto-complete--items {
  bottom: 6.25rem;
  border-bottom: solid 0.0625rem #F0F0F0;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.collapse-card {
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.375rem;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 1rem;
}
.collapse-card .collapse-card-header {
  padding: 0.75rem 1rem;
  background-color: #fafafa;
  border-bottom: 0.0625rem solid #e8e8e8;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.3s ease;
}
.collapse-card .collapse-card-header:hover {
  background-color: #f0f0f0;
}
.collapse-card .collapse-card-header .collapse-card-title {
  font-weight: 500;
  font-size: 0.875rem;
  color: #333;
}
.collapse-card .collapse-card-header .collapse-card-icon {
  font-size: 0.75rem;
  color: #666;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.collapse-card .collapse-card-header .collapse-card-icon.open {
  transform: rotate(180deg);
}
.collapse-card .collapse-card-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.collapse-card .collapse-card-content.open {
  max-height: 62.5rem;
}
.collapse-card .collapse-card-content .collapse-card-body {
  padding: 1rem;
  color: #7f7f7f;
}
.collapse-card:has(.collapse-card-content.open) .collapse-card-header {
  border-bottom: 0.0625rem solid #e8e8e8;
}
.collapse-card:not(:has(.collapse-card-content.open)) .collapse-card-header {
  border-bottom: none;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.im-emoji-select-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow: scroll;
  height: 9.1875rem;
}
.im-emoji-select-item {
  -ms-flex: 12.5% 0 1;
      flex: 12.5% 0 1;
  text-align: center;
  margin-bottom: 1.125rem;
}
.im-emoji-select-item img {
  width: 1.75rem;
  height: 1.75rem;
  vertical-align: middle;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.epidemic-pane {
  margin-top: 0.625rem;
  background: #fff;
}
.epidemic-pane .pane-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 1.5625rem;
  height: 3.125rem;
}
.epidemic-pane .pane-header .title {
  -ms-flex: 1 1;
      flex: 1 1;
  color: #373737;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.epidemic-pane .pane-header .title .more {
  color: #578AF0;
  font-size: 0.75rem;
  margin-left: 0.375rem;
}
.epidemic-pane .pane-header .desc {
  color: #9C9C9C;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.epidemic-pane .pane-wrapper {
  padding: 0 0.9375rem 0.3125rem;
  background: #F9F9F9;
}
.epidemic-pane .pane-wrapper .row-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 4.25rem;
}
.epidemic-pane .pane-wrapper .row-wrapper::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #F0F0F0;
}
.epidemic-pane .pane-wrapper .row-wrapper:first-of-type::before {
  height: 0;
}
.epidemic-pane .pane-wrapper .row-wrapper .row-item {
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.epidemic-pane .pane-wrapper .row-wrapper .row-item .label {
  color: #656565;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: bold;
}
.epidemic-pane .pane-wrapper .row-wrapper .row-item .label.tag {
  color: #373737;
  font-size: 0.9375rem;
  font-weight: 400;
  width: 5.1875rem;
  height: 2.75rem;
  text-align: center;
  line-height: 2.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.375rem;
  background-color: #ECECEC;
}
.epidemic-pane .pane-wrapper .row-wrapper .row-item .count-val {
  color: #656565;
  font-size: 1.1875rem;
  line-height: 1.625rem;
  font-weight: bold;
  margin-top: 0.1875rem;
}
.epidemic-pane .pane-wrapper .row-wrapper .row-item .count-val.tag {
  font-weight: 400;
}
.epidemic-pane .pane-wrapper .row-wrapper .row-item .danger-label {
  color: #CB4100;
}
.epidemic-pane .pane-wrapper .row-wrapper .row-item .warn-label {
  color: #E68400;
}
.epidemic-pane .pane-wrapper .row-wrapper .row-item .fine-label {
  color: #008E5D;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.error-boundary {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #666;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
.error-boundary .refresh-btn {
  color: blue;
  font-weight: 400;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__evaluate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 0.625rem;
}
.jimi-chat__evaluate .Button {
  border-radius: 0.375rem;
  background-color: #fff;
  background-size: 1.0625rem;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(223, 223, 223, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem;
  cursor: pointer;
}
.jimi-chat__evaluate .Button:not(:first-of-type) {
  margin-left: 0.625rem;
}
.jimi-chat__evaluate .Button span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  background-size: contain;
}
.jimi-chat__evaluate .Button.Active {
  color: #487dff;
}
.jimi-chat__evaluate .Button.Active .Like {
  animation: zoomIn 1s cubic-bezier(0.33, 0.8, 0.32, 1.28);
  background-image: url(/jtalk-static/45bcdb38c3d8fb63796a.svg);
}
.jimi-chat__evaluate .Button.Active .UnLike {
  animation: zoomIn 1s cubic-bezier(0.33, 0.8, 0.32, 1.28);
  background-image: url(/jtalk-static/c457dc0fda5209a419c3.svg);
}
.jimi-chat__evaluate .Like {
  background-image: url(/jtalk-static/a0c5e00c41cd501f3009.svg);
}
.jimi-chat__evaluate .UnLike {
  background-image: url(/jtalk-static/5e0286a85f661553a388.svg);
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-activity-indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
}
.am-activity-indicator-spinner {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2.125%20-1.875%2064%2064%22%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M29.875-1.875c-17.673%200-32%2014.327-32%2032s14.327%2032%2032%2032%2032-14.327%2032-32-14.327-32-32-32zm0%2060.7c-15.85%200-28.7-12.85-28.7-28.7s12.85-28.7%2028.7-28.7%2028.7%2012.85%2028.7%2028.7-12.85%2028.7-28.7%2028.7z%22%2F%3E%3Cpath%20fill%3D%22%23108ee9%22%20d%3D%22M61.858%2030.34c.003-.102.008-.203.008-.305%200-11.43-5.996-21.452-15.01-27.113l-.013.026c-.24-.137-.515-.22-.81-.22-.912%200-1.65.738-1.65%201.65%200%20.654.384%201.215.937%201.482%207.963%205.1%2013.247%2014.017%2013.247%2024.176%200%20.147-.01.293-.01.44h.022c0%20.01-.004.02-.004.03%200%20.91.74%201.65%201.65%201.65s1.65-.74%201.65-1.65c0-.06-.012-.112-.018-.167z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  animation: spinner-anime 1s linear infinite;
}
.am-activity-indicator-tip {
  font-size: 0.875rem;
  margin-left: 0.5rem;
  color: #000;
  opacity: 0.4;
}
.am-activity-indicator.am-activity-indicator-toast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 1999;
}
.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-spinner {
  margin: 0;
}
.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-toast {
  display: inline-block;
  position: relative;
  top: 0.25rem;
}
.am-activity-indicator-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 0.9375rem;
  border-radius: 0.4375rem;
  background-clip: padding-box;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.am-activity-indicator-spinner-lg {
  width: 2rem;
  height: 2rem;
}
@keyframes spinner-anime {
  100% {
    transform: rotate(360deg);
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__skeleton {
  width: 100%;
  height: 100vh;
  background-color: rgba(239, 238, 238, 0.3);
}
.jimi-chat__skeleton--head {
  padding: 1.25rem;
}
.jimi-chat__skeleton--head div {
  background-color: #e2e2e2;
  height: 1.5625rem;
  margin: 0.9375rem 0;
}
.jimi-chat__skeleton--head div:first-child {
  width: 6.25rem;
  height: 2rem;
}
.jimi-chat__skeleton--search {
  width: 80%;
  height: 2.5rem;
  margin: 0 auto;
  background-color: #e2e2e2;
  border-radius: 1.25rem;
}
.jimi-chat__skeleton--entries {
  padding: 1.25rem;
}
.jimi-chat__skeleton--entries > div {
  background-color: rgba(239, 238, 238, 0.4);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.625rem;
}
.jimi-chat__skeleton--entries > div > div {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.jimi-chat__skeleton--entries > div > div > div {
  width: calc(100vw / 4 - 3.75rem);
  height: calc(100vw / 4 - 3.75rem);
  border-radius: 100%;
  background-color: #e2e2e2;
}
.jimi-chat__skeleton--th {
  width: 60%;
  height: 1.5625rem;
  background-color: #e2e2e2;
  margin: 1.875rem auto;
}
.jimi-chat__skeleton--tb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.jimi-chat__skeleton--tb > div {
  margin: 0.625rem;
  background-color: #e2e2e2;
  width: calc(100vw / 4);
  height: 1.5625rem;
}
.jimi-chat__skeleton--rect {
  background-color: #e2e2e2;
  margin: 0.625rem;
  height: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .jimi-chat__skeleton--entries > div > div > div {
    width: calc(48rem / 4 - 3.75rem);
    height: calc(48rem / 4 - 3.75rem);
  }
  .jimi-chat__skeleton--tb > div {
    width: calc(48rem / 4);
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.web-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 5.25rem;
  height: 3.875rem;
}
.web-header .avatar {
  position: absolute;
  left: 1.25rem;
  bottom: 0.875rem;
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  background: #495b9c;
  box-shadow: 0 0.5rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  border: 0;
}
.web-header .avatar-in-iframe {
  left: 0.625rem;
  bottom: 0.4375rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #5f82df;
}
.web-header .server-title {
  color: #333;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 1rem;
}
.web-header .server-extra {
  color: var(--theme-primary-color);
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: 0.75rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.textbar-input__wrapper {
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 0.625rem 0;
  overflow: hidden;
}
.textbar-input__wrapper .rich-input {
  width: 100%;
  min-height: 1.25rem;
  max-height: 3.75rem;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.4;
  outline: none;
  background: none;
  overflow-y: scroll;
}
.textbar-input__wrapper .rich-input:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
.textbar-input__wrapper .rich-input:focus:before {
  content: none;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.im-textbar-wrapper {
  width: 100%;
}
.im-textbar-h5 .im-textbar-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 0.6875rem 0.6875rem 0.6875rem 1rem;
  -ms-flex-align: end;
      align-items: flex-end;
}
.im-textbar-h5 .im-textbar-extra-record {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.im-textbar-h5 .im-textbar-extra-record .svg stop[stop-color="start"] {
  stop-color: var(--theme-primary-color-light);
}
.im-textbar-h5 .im-textbar-extra-record .svg stop[stop-color="end"] {
  stop-color: var(--theme-primary-color);
}
.im-textbar-h5 .im-textbar-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  overflow: hidden;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 0 0.5rem 0 1.375rem;
  margin-right: 0.5rem;
  border-radius: 1.25rem;
  background: #FFFFFF;
}
.im-textbar-h5 .im-textbar-input img {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
  margin-bottom: 0.375rem;
}
.im-textbar-h5 .im-textbar-extra-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.75rem;
  margin-bottom: 0.375rem;
}
.im-textbar-h5 .im-textbar-extra-right-plus stop[stop-color="start"] {
  stop-color: var(--theme-primary-color-light);
}
.im-textbar-h5 .im-textbar-extra-right-plus stop[stop-color="end"] {
  stop-color: var(--theme-primary-color);
}
.im-textbar-h5 .im-textbar-extra-right-send stop[stop-color="start"] {
  stop-color: var(--theme-primary-color-light);
}
.im-textbar-h5 .im-textbar-extra-right-send stop[stop-color="end"] {
  stop-color: var(--theme-primary-color);
}
.im-emoji-select__hidden {
  display: none;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.modal-protal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  border-radius: 1rem 1rem 0 0;
  z-index: 2019;
  background: #fff;
}
.modal-protal.web-wrapper .modal-close__btn {
  top: 1.5625rem;
  right: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
}
.modal-protal.web-wrapper .modal-rich__wrapper {
  width: 31.25rem;
  margin: 0.625rem auto;
  height: calc(100% - 1.25rem);
  border-radius: 0.3125rem;
  background: #fff;
}
.modal-protal.web-wrapper .modal-rich__wrapper .jdfile {
  width: 12rem;
  height: 2.5rem;
  min-width: 12rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 12;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  border: #ddd solid 0.0625rem;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
}
.modal-protal.web-wrapper .modal-rich__wrapper .jdfileImage {
  width: 2em;
  min-width: 2rem;
  height: 2rem;
}
.modal-protal.web-wrapper .modal-rich__wrapper .jdfileHref {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.5em 2em 0.5em 0.2em;
  text-align: start;
  height: 1.2rem;
  line-height: 1.2rem;
  color: black;
  font-size: smaller;
}
.modal-protal.web-wrapper.modal-mask {
  background: rgba(0, 0, 0, 0.5);
}
.modal-protal.web-wrapper.service-appraise__wrapper .modal-rich__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.modal-protal.web-wrapper.animationPopIn {
  opacity: 0;
  animation: modalFadeIn 0.2s linear forwards;
  transform: unset;
}
.modal-protal.modal-mask {
  background: rgba(0, 0, 0, 0.75);
  padding: 0;
  border-radius: 0;
}
.modal-protal.modal-mask.tip-mask {
  background: transparent;
}
.modal-protal.no-padding .modal-rich__wrapper {
  padding: 0;
}
.modal-protal .tip-toast {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 6.25rem;
  padding: 0.5rem 0.9375rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 0.25rem;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
}
.modal-protal.animationPopIn {
  transform: translate3d(0, 100%, 0);
  animation: modalPopIn 0.2s linear forwards;
}
.modal-protal.animationFadeIn {
  opacity: 0;
  animation: modalFadeIn 0.2s linear forwards;
}
.modal-protal .modal-close__btn {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/jtalk-static/b2f58454f01b9df669548faefaf83890.png) no-repeat;
  background-size: 0.75rem;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
}
.modal-protal .modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.modal-protal .modal-rich__wrapper {
  color: #707070;
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 2rem 1.375rem 0;
  height: 100%;
  overflow-y: auto;
  z-index: 19;
}
.modal-protal .modal-rich__wrapper a {
  text-decoration: none;
  margin: 0 0.3125rem;
}
.modal-protal .modal-rich__wrapper a:active,
.modal-protal .modal-rich__wrapper a:focus,
.modal-protal .modal-rich__wrapper a:visited {
  color: #771caa;
  text-decoration: underline;
  margin: 0 0.3125rem;
}
.modal-protal .modal-rich__wrapper p {
  margin: 0;
  padding: 0;
  line-height: 1.25rem;
  word-break: break-word;
}
.modal-protal .modal-rich__wrapper p:not(:first-of-type) {
  margin-top: 0.625rem;
}
.modal-protal .modal-rich__wrapper ul {
  padding: 0.625rem 0 0.625rem 1.125rem;
}
.modal-protal .modal-rich__wrapper ul > li {
  padding: 0.25rem 0;
  line-height: 1.25rem;
}
.modal-protal .modal-rich__wrapper img,
.modal-protal .modal-rich__wrapper video,
.modal-protal .modal-rich__wrapper audio {
  max-width: 100%;
  margin-top: 0.625rem;
}
.modal-protal .modal-rich__wrapper img:last-of-type,
.modal-protal .modal-rich__wrapper video:last-of-type,
.modal-protal .modal-rich__wrapper audio:last-of-type {
  margin-bottom: 0.625rem;
}
.modal-protal .modal-rich__wrapper img {
  vertical-align: bottom;
}
.modal-protal .modal-rich__wrapper video {
  object-fit: cover;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-pull-to-refresh-content {
  transform-origin: left top 0;
}
.am-pull-to-refresh-content-wrapper {
  overflow: hidden;
}
.am-pull-to-refresh-transition {
  transition: transform 0.3s;
}
.am-pull-to-refresh-indicator {
  color: grey;
  text-align: center;
  height: 1.5625rem;
}
.am-pull-to-refresh-down .am-pull-to-refresh-indicator {
  margin-top: -1.5625rem;
}
.am-pull-to-refresh-up .am-pull-to-refresh-indicator {
  margin-bottom: -1.5625rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.im-msg-card {
  padding-top: 1.25rem;
}
.im-msg-card:last-of-type {
  margin-bottom: 1.25rem;
}
.im-msg-card-reverse {
  padding-top: 1.25rem;
}
.im-msg-card-reverse:last-of-type {
  margin-bottom: 1.25rem;
}
.im-msg-card-reverse .im-msg-card-wrapper,
.im-msg-card-reverse .im-msg-card-avatar,
.im-msg-card-reverse .im-msg-card-content {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.im-msg-card-reverse .im-msg-card-content {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.im-msg-card-reverse .im-msg-card-content > .robot-msg__wrapper,
.im-msg-card-reverse .im-msg-card-content > .audio-wrapper {
  max-width: 80%;
  width: fit-content;
}
.im-msg-card-reverse .im-msg-card__text {
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
  background: #FFFFFF;
  color: #333333;
}
.im-msg-card-reverse .im-msg-card__text,
.im-msg-card-reverse .im-msg-card__img,
.im-msg-card-reverse .im-msg-card__video,
.im-msg-card-reverse .im-msg-card__file {
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
}
.im-msg-card-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.im-msg-card-wrapper .refer-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 80%;
}
.im-msg-card-wrapper .refer-wrapper .refer-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #666;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.25rem 1.25rem;
  margin-bottom: 0.375rem;
  border-radius: 0.875rem;
  max-width: 17.125rem;
  background: #eaeaea;
}
.im-msg-card-wrapper .refer-wrapper .refer-content .emoji,
.im-msg-card-wrapper .refer-wrapper .refer-content .thumbnail-img {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: text-top;
}
.im-msg-card-wrapper .refer-wrapper .refer-content .thumbnail-img {
  cursor: pointer;
}
.im-msg-card-wrapper .refer-wrapper .im-msg-card__text {
  max-width: unset;
  width: fit-content;
}
.im-msg-card-avatar {
  display: block;
  margin-left: 0.625rem;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.im-msg-card-content {
  -ms-flex: 1 1;
      flex: 1 1;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.im-msg-card-content .audio-wrapper {
  position: relative;
}
.im-msg-card-content svg {
  fill: currentcolor;
}
.im-msg-card-content::before {
  content: attr(im-user-name);
  display: block;
  position: absolute;
  top: -1.25rem;
  color: #999999;
  font-size: 0.75rem;
}
.im-msg-card__text {
  word-break: break-all;
  max-width: 80%;
  padding: 0.8125rem 1.0625rem;
  border-radius: 0.75rem 0.25rem 0.75rem 0.75rem;
  background-color: var(--theme-primary-color);
  color: #FFFFFF;
}
.im-msg-card__text p {
  margin: 0;
}
.im-msg-card__text img,
.im-msg-card__text video,
.im-msg-card__text audio {
  max-width: 100%;
}
.im-msg-card__text .emoji {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: text-bottom;
}
.im-msg-card__img {
  object-fit: cover;
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 0.75rem 0.25rem 0.75rem 0.75rem;
  background: #FFFFFF;
}
.im-msg-card__video {
  object-fit: cover;
  max-width: 16.875rem;
}
.im-msg-card-status__loading .im-msg-card-wrapper::before {
  content: '';
  background: url(/jtalk-static/55adf0bad6961ba30afd.svg) no-repeat left 50%;
  width: 1.25rem;
  display: block;
  animation: rotate360CW 1s infinite forwards;
}
.im-msg-card-status__unread .im-msg-card-wrapper::before {
  content: 'unread';
  display: block;
}
.im-msg-card-status__read .im-msg-card-wrapper::before {
  content: 'read';
  display: block;
}
.im-msg-card-status__error .im-msg-card-wrapper::before {
  content: '';
  background: url(/jtalk-static/595a8cc4de30bab2e032.svg) no-repeat left 50%;
  width: 1.25rem;
  display: block;
}
.im-layout-web .im-msg-card-wrapper .refer-wrapper .refer-content {
  max-width: 33.375rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.message-wrapper {
  -ms-flex: 1 1;
      flex: 1 1;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 1rem;
}
.message-wrapper-indicator {
  text-align: center;
  margin-top: 0.3125rem;
}
.message-wrapper-indicator .label {
  display: inline-block;
  color: #999999;
  font-size: 0.75rem;
  font-weight: 400;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.8125rem;
  border-radius: 0.75rem;
  background: #E4E4E4;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.message-wrapper .im-dialog-content-timeline {
  color: #999999;
  font-size: 0.75rem;
  margin-top: 1.25rem;
  text-align: center;
}
.pull-loading div {
  width: 0.25rem;
  height: 0.25rem;
  background: #cfcfcf;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0.125rem;
}
.pull-loading div:nth-child(1) {
  animation: dot 0.9s linear infinite;
}
.pull-loading div:nth-child(2) {
  animation: dot 0.9s linear infinite;
  animation-delay: 0.3s;
}
.pull-loading div:nth-child(3) {
  animation: dot 0.9s linear infinite;
  animation-delay: 0.6s;
}
.im-layout-web .message-wrapper-indicator {
  margin-top: 0.875rem;
}
.im-layout-web .message-wrapper-indicator .label.active {
  color: var(--theme-primary-color);
  background: #DFEBFF;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.scrolling-notification-wrap {
  padding: 0.3125rem 0.625rem;
  width: 100%;
}
.scrolling-notification-wrap .scrolling-notification {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 0.625rem;
  height: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0.375rem 0 0.75rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.scrolling-notification-wrap .scrolling-notification .scrolling-notification-left {
  width: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.scrolling-notification-wrap .scrolling-notification .scrolling-notification-content {
  width: 100%;
  overflow: hidden;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.scrolling-notification-wrap .scrolling-notification .scrolling-notification-right {
  width: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.3125rem;
  -ms-flex-align: center;
      align-items: center;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.scrolling-notification-wrap .scrolling-notification .scrolling-notification-item {
  margin-left: 2.5rem;
  color: #666;
}
.notification-modal-h5 {
  width: 100%;
}
.notification-modal-h5 .notification-modal-body {
  position: relative;
  height: 100vh;
  padding: 0 1.25rem;
}
.notification-modal-h5 .notification-modal-close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
}
.notification-modal-h5 .notification-modal-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.notification-modal-h5 .notification-modal-title {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-bottom: 0.625rem;
  padding-top: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.notification-modal-h5 .notification-modal-con {
  height: 100%;
  overflow-y: auto;
  padding: 0.625rem 0 1.25rem;
  text-align: left;
}
.notification-modal-con .ql-align-right {
  text-align: right;
}
.notification-modal-con .ql-align-justify {
  text-align: justify;
}
.notification-modal-con .ql-align-center {
  text-align: center;
}
.notification-modal-con p {
  margin-bottom: 0;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__evaluate-page {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.jimi-chat__evaluate-header {
  margin-top: 1.6875rem;
  margin-bottom: 5.8125rem;
  padding: 0 1rem;
}
.jimi-chat__evaluate-header .jimi-chat__evaluate-title {
  height: 1.375rem;
  line-height: 1.25rem;
  font-size: 1rem;
  text-align: center;
  color: #606060;
}
.jimi-chat__evaluate-header .jimi-chat__evaluate-subtitle {
  height: 1.375rem;
  line-height: 1.25rem;
  font-size: 1rem;
  text-align: center;
  color: #606060;
}
.jimi-chat__evaluate-body {
  margin-bottom: 8.125rem;
}
.jimi-chat__evaluate-body .jimi-chat__evaluate-body-hearts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  height: 2.25rem;
  overflow: hidden;
}
.jimi-chat__evaluate-body .jimi-chat__evaluate-body-hearts > *:not(:first-of-type) {
  margin-left: 0.625rem;
}
.jimi-chat__evaluate-body .jimi-chat__evaluate-body-describe {
  margin-top: 1.5625rem;
  text-align: center;
  font-size: 1.125rem;
  color: #8b8b8b;
  letter-spacing: 0.03625rem;
}
.jimi-chat__evaluate-footer {
  height: 2.9375rem;
  padding: 0 1rem;
}
.jimi-chat__evaluate-footer .jimi-chat__evaluate-body-submit {
  height: 2.9375rem;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  background: #709bf7;
  line-height: 2.9375rem;
  text-align: center;
  display: block;
  font-size: 1.125rem;
  color: #ffffff;
  letter-spacing: 0.03625rem;
  border: none;
}
.jimi-chat__evaluate-footer .jimi-chat__evaluate-body-submit:disabled {
  opacity: 0.6;
}
.jimi-chat__evaluate-footer .jimi-chat__evaluate-body-submit > span {
  display: inline-block;
}
.jimi-chat__evaluate-footer .jimi-chat__evaluate-body-submit > span:not(:first-of-type) {
  margin-left: 1.25rem;
}
.jimi-chat__result {
  width: 17.875rem;
  height: 20.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0rem 0.125rem 0.375rem rgba(0, 0, 0, 0.04);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
}
.jimi-chat__result .result-status {
  position: relative;
  height: 11.5625rem;
  padding-top: 2.8125rem;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/jtalk-static/6d7c52a1f1e44e6d4939ff19918ff21d.png);
}
.jimi-chat__result .result-status::after {
  content: "";
  width: 9.375rem;
  height: 9.375rem;
  background: url(/jtalk-static/5ee387dcfb72b2a4b629.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jimi-chat__result .result-status.success {
  background-image: url(/jtalk-static/3aaf40c732046d7b108462d7286a76bc.png);
}
.jimi-chat__result .result-status.success::after {
  background-image: url(/jtalk-static/d0d97a1a79349c8bdcb1.svg);
}
.jimi-chat__result .result-tip {
  color: #E9880C;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0.625rem;
}
.jimi-chat__result .result-tip .success {
  color: #48BE7C;
}
.jimi-chat__result .result-label {
  color: #595959;
  font-size: 1rem;
  line-height: 1.5625rem;
  margin-top: 0.5625rem;
}
.jimi-chat__service-evaluate {
  width: 19.875rem;
  margin-left: 0.75rem;
  background: #fff;
  padding: 0 1rem 1.25rem;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
}
.jimi-chat__service-evaluate.disabled {
  pointer-events: none;
}
.jimi-chat__evaluate-items {
  background: #fff;
  padding-top: 0.375rem;
}
.jimi-chat__evaluate-line {
  position: relative;
  left: -0.9375rem;
  width: 19.875rem;
  height: 0.0625rem;
  background: #eff0f1;
}
.jimi-chat__evaluate-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  margin: 1rem 0 1.25rem;
}
.jimi-chat__evaluate-item:last-child {
  margin-bottom: 0;
}
.jimi-chat__evaluate-item .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #595959;
}
.jimi-chat__evaluate-item .title.required::before {
  content: "*";
  display: inline-block;
  color: #FF3333;
}
.jimi-chat__evaluate-item .wrapper.title-wrapper {
  margin: 1.375rem 0 0.25rem;
}
.jimi-chat__evaluate-item .wrapper.rate-wrapper {
  margin-top: 0.5625rem;
}
.jimi-chat__evaluate-item .wrapper.tag-wrapper {
  margin-top: 0.9375rem;
}
.jimi-chat__evaluate-item .j-radio {
  margin-right: 0.75rem;
}
.jimi-chat__evaluate-item .j-radio:last-child {
  margin-right: 0;
}
.jimi-chat__evaluate-item .star {
  color: #ddd;
  margin-right: 0.625rem;
  cursor: pointer;
}
.jimi-chat__evaluate-item .star.active {
  color: #ffc400;
}
.jimi-chat__evaluate-item .editor {
  position: relative;
}
.jimi-chat__evaluate-item .editor span {
  position: absolute;
  bottom: 0.4375rem;
  right: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #AFAFAF;
}
.jimi-chat__evaluate-item .editor textarea {
  resize: none;
  border-radius: 0.25rem;
  border: none;
  outline: none;
  width: 100%;
  min-height: 5.75rem;
  padding: 0.5rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  background: #f4f4f4;
}
.jimi-chat__evaluate-item .editor textarea::-webkit-input-placeholder {
  color: #AFAFAF;
  font-weight: 400;
}
.jimi-chat__evaluate-item .editor textarea:-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 400;
}
.jimi-chat__evaluate-item .editor textarea::placeholder {
  color: #AFAFAF;
  font-weight: 400;
}
.jimi-chat__evaluate-item .editor textarea:foucs {
  outline: none;
}
.jimi-chat__evaluate-item .eva-level {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.1875rem;
}
.jimi-chat__evaluate-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
.jimi-chat__evaluate-submit button {
  width: 100%;
  height: 2rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.375rem;
  color: #fff;
  border: none;
  outline: none;
  background: var(--theme-primary-color);
  border-radius: 1rem;
  transition: opacity 0.2s;
  cursor: pointer;
}
.jimi-chat__evaluate-submit button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.jimi-chat__evaluate-submit button:foucs {
  outline: none;
}
.j-radio {
  display: inline-block;
  height: 2.5rem;
}
.j-radio .radio-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 1.5rem;
  background: #eff0f1;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  box-sizing: border-box;
  color: #8f8f8f;
  cursor: pointer;
}
.j-radio .radio-wrapper.checked {
  color: #fff;
  background: url(/jtalk-static/e7ef503ca1ba3e73858cd150e0600fed.png) no-repeat center center / contain;
}
.j-radio .radio-wrapper > span {
  width: 1.625rem;
  height: 1.625rem;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.j-checkbox {
  display: inline-block;
}
.j-checkbox .checkbox-item {
  display: inline-block;
  padding: 0.25rem 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8f8f8f;
  margin-right: 0.8125rem;
  margin-bottom: 0.5625rem;
  cursor: pointer;
  background: #eff0f1;
  border-radius: 0.875rem;
  border: 0.0625rem solid #eff0f1;
}
.j-checkbox .checkbox-item.checked {
  background: rgba(78, 129, 255, 0.1);
  border: 0.0625rem solid var(--theme-primary-color);
  color: var(--theme-primary-color);
}
.j-checkbox .checkbox-item:focus,
.j-checkbox .checkbox-item:active {
  background: transparent;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__recommend {
  width: fit-content;
  line-height: 1.25rem;
  overflow: hidden;
  color: #666666;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
}
.jimi-chat__recommend-head {
  background: #ffffff;
  font-size: 0.875rem;
  color: #707070;
  padding: 0.625rem 0.9375rem;
  border-bottom: 0.0625rem solid #fafafa;
}
.jimi-chat__recommend-head p {
  margin: 0;
}
.jimi-chat__recommend-body {
  background: #ffffff;
  padding: 0 0.9375rem;
  overflow: hidden;
}
.jimi-chat__recommend-body .item {
  margin: 0;
  color: var(--theme-primary-color);
  margin: 0.625rem 0;
  font-size: 0.875rem;
  cursor: pointer;
}
.jimi-chat__recommend-body p.show-more {
  color: var(--theme-primary-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.jimi-chat__recommend-body p.show-more img {
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.4375rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__quickCard {
  max-width: 21.4375rem !important;
}
.jimi-chat__quickCard-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.jimi-chat__quickCard-item {
  float: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.625rem;
  height: 7.6875rem;
  margin-right: 0.625rem;
  position: relative;
  cursor: pointer;
}
.jimi-chat__quickCard-item--icon {
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  overflow: hidden;
}
.jimi-chat__quickCard-item--name {
  position: absolute;
  left: 0;
  bottom: 0.75rem;
  width: 100%;
  line-height: 1.0625rem;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__imageText {
  width: 18.75rem;
  padding: 0.9375rem;
  line-height: 1.25rem;
  text-align: left;
  overflow: hidden;
  color: #666666;
  position: relative;
  min-width: 12.5rem;
  max-width: 18.75rem;
  background: #ffffff;
  border-radius: 0 1.25rem 1.25rem 1.25rem;
}
.jimi-chat__imageText-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jimi-chat__imageText-head .Item {
  background-size: contain;
  background-position: center center;
  background-size: 100%;
  border-radius: 1rem;
  margin-bottom: 0.625rem;
}
.jimi-chat__imageText-head .ItemSmall {
  width: 5.375rem;
  height: 5.375rem;
  margin-right: 0.375rem;
}
.jimi-chat__imageText-head .ItemSmall:nth-of-type(3n + 3) {
  margin-right: 0;
}
.jimi-chat__imageText-head .ItemMiddle {
  width: 7.8125rem;
  height: 7.8125rem;
  margin-right: 0.625rem;
}
.jimi-chat__imageText-head .ItemMiddle:nth-of-type(2n + 2) {
  margin-right: 0;
}
.jimi-chat__imageText-head .ItemLarge {
  width: 16.875rem;
  height: 16.875rem;
}
.jimi-chat__imageText .More {
  height: 1.25rem;
  text-align: center;
  color: #2d8ef2;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
.jimi-chat__imageText-body {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  color: #333333;
  padding-bottom: 0.3125rem;
}
.jimi-chat__imageText-body p {
  margin-top: 0.3125rem;
  margin-bottom: 0;
}
.jimi-chat__imageText-body a {
  text-decoration: none;
  color: #2d8ef2;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.multi-choice__card {
  padding: 0.75rem;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
  background: #fff;
}
.multi-choice__card.disabled {
  pointer-events: none;
  opacity: 0.9;
}
.multi-choice__card .multi-choice__title {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.00543rem;
}
.multi-choice__card .multi-choice__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  padding: 0.75rem 0.5rem 0;
  max-height: 9rem;
  overflow: hidden;
  background: #F2F5FB;
}
.multi-choice__card .multi-choice__wrapper.show-more {
  max-height: unset;
}
.multi-choice__card .multi-choice__wrapper .multi-choice__option {
  display: inline-block;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.375rem 1.25rem;
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
  border: solid 0.0625rem #E6EAED;
  border-radius: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  cursor: pointer;
}
.multi-choice__card .multi-choice__wrapper .multi-choice__option.active {
  color: var(--theme-primary-color);
  background: rgba(78, 129, 255, 0.101562);
  border-color: rgba(78, 129, 255, 0.463205);
}
.multi-choice__card-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0.8125rem;
}
.multi-choice__card-footer .btn {
  width: 9.5rem;
  height: 2rem;
  color: #333;
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
  border-radius: 1rem;
  border: solid 0.0625rem #E6EAED;
  background: #fff;
}
.multi-choice__card-footer .btn-active {
  color: #fff;
  background-color: var(--theme-primary-color);
}
.multi-choice__card .multi-choice__more {
  color: var(--theme-primary-color);
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  text-align: center;
  padding-top: 0.75rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.image-text__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem;
  width: 18.625rem;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
  background: #fff;
  cursor: pointer;
}
.image-text__list.show-label::after {
  content: attr(data-total);
  position: absolute;
  left: 4rem;
  bottom: 1rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  padding: 0.125rem 0.625rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem 0 0.125rem;
  z-index: 9;
}
.image-text__list .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
  border: none;
  vertical-align: middle;
  border-radius: 0.5rem;
}
.image-text__list .wrapper {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 0.75rem;
  padding-right: 0.375rem;
}
.image-text__list .wrapper .title {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.image-text__list .wrapper .extra {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.image-text__list .wrapper .extra .time-label {
  display: inline-block;
  color: #707070;
  font-size: 0.75rem;
  line-height: 0.875rem;
  transform: scale(0.83);
}
.image-text__list .wrapper .extra .btn-more {
  color: #4282FA;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.avatar-wrapper .image-text__list {
  width: 100%;
}
.avatar-wrapper .image-text__list .img {
  width: 5rem;
  height: 5rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.bot-judge__card {
  width: 100%;
  height: 11.25rem;
  background: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, -100%, 0);
}
.bot-judge__card.animationPopIn {
  transform: translate3d(0, 100%, 0);
  animation: modalPopIn 0.2s linear forwards;
}
.bot-judge__card .judge-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.875rem 3.5625rem;
}
.bot-judge__card .judge-wrapper::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F0F0F0;
}
.bot-judge__card .judge-wrapper .btn {
  width: 7.5rem;
  height: 2.5rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bot-judge__card .judge-wrapper .btn.btn-resolve {
  background-image: url(/jtalk-static/ad3e37c9e11ddc443153.svg);
}
.bot-judge__card .judge-wrapper .btn.btn-resolve.active {
  background-image: url(/jtalk-static/da9c1fb6d7a4f9a85c37.svg);
}
.bot-judge__card .judge-wrapper .btn.btn-reject {
  background-image: url(/jtalk-static/2deabd022c43b106d9b9.svg);
}
.bot-judge__card .judge-wrapper .btn.btn-reject.active {
  background-image: url(/jtalk-static/848c9c61872d54aca6b3.svg);
}
.bot-judge__card .judge-footer .btn-cancel {
  height: 3.75rem;
  line-height: 3.75rem;
  color: #333;
  font-size: 0.9375rem;
  text-align: center;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.dialog-reconnect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 18.9375rem;
  min-height: 5.9375rem;
  padding: 1rem 1.25rem 0.875rem;
  background: #fff;
}
.dialog-reconnect .wrapper {
  -ms-flex: 1 1;
      flex: 1 1;
  padding-right: 2.5rem;
}
.dialog-reconnect .wrapper .tip-title {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3125rem;
}
.dialog-reconnect .wrapper .tip-desc {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-top: 0.25rem;
}
.dialog-reconnect .btn-connect {
  display: inline-block;
  width: 5rem;
  height: 1.875rem;
  line-height: 1.875rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.9375rem;
  background: #3E5CD7;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.Group-Content {
  width: 18.75rem;
  padding: 0.625rem 1.125rem;
  line-height: 1.25rem;
  text-align: left;
  overflow: hidden;
  color: #666666;
  position: relative;
  min-width: 12.5rem;
  max-width: 18.75rem;
  background: #ffffff;
  border-radius: 0 1.25rem 1.25rem 1.25rem;
}
.Group-Content .Head {
  font-size: 0.75rem;
  color: #999999;
  border-bottom: 0.0625rem dashed #e4e4e4;
  padding-bottom: 0.625rem;
}
.Group-Content .Body {
  margin-top: 0rem;
  padding: 0;
}
.Group-Content .Body .Item {
  min-height: 1.875rem;
  color: #333;
  padding: 0.8125rem 1.875rem 0.8125rem 0;
  position: relative;
  font-size: 0.875rem;
}
.Group-Content .Body .Item:after {
  content: "";
  background: url(/jtalk-static/cedbc2f4df83a1ab7e01.svg);
  background-size: 0.625rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.Group-Content .Body .Item:not(:first-of-type) {
  border-top: 0.0625rem solid #fafafa;
}
.Group-Content .Body p {
  margin: 0;
  padding: 0.125rem 0;
  font-size: 0.875rem;
  letter-spacing: -0.00563rem;
  min-height: 1.25rem;
  line-height: 1rem;
  cursor: pointer;
}
.Group-Content .Body p.Selected {
  color: gray;
}
.Group-Content .Body p.Selected:hover {
  color: gray;
}
.Group-Content .Body .fold-answer-item-inactive {
  color: gray;
}
.Group-Content .Body .body-items {
  height: 21.4375rem;
  overflow-y: hidden;
}
.Group-Content .Body .Footer {
  color: #999999;
  line-height: 1.875rem;
  font-size: 0.75rem;
  text-align: center;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.welcome-wrapper {
  width: 100%;
  margin-top: 1.25rem;
}
.welcome-wrapper .welcome-content {
  position: relative;
}
.welcome-wrapper .welcome-content .welcome-head {
  padding: 1.0625rem 0.5625rem 0.75rem 1rem;
  font-size: 0.875rem;
  color: #707070;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
  background: #fff;
}
.welcome-wrapper .welcome-content .welcome-robot {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0.9375rem;
  transform: translateY(-50%);
}
.welcome-wrapper .welcome-content .welcome-robot > img {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}
.welcome-wrapper .welcome-content .welcome-wrapper {
  margin-top: 1.25rem;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
  background: #fff;
}
.welcome-wrapper .welcome-content .welcome-wrapper .welcome-choice {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 0.875rem;
  border-bottom: 0.0625rem #A69C83 dashed;
  display: block;
}
.welcome-wrapper .welcome-content .welcome-wrapper .welcome-body {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.625rem;
}
.welcome-wrapper .welcome-content .welcome-wrapper .welcome-body > a {
  -ms-flex: 1 1;
      flex: 1 1;
  color: #3d3d3d;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}
.welcome-wrapper .welcome-content .welcome-wrapper .welcome-body > a > img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  vertical-align: middle;
}
.welcome-wrapper .welcome-content .welcome-wrapper .welcome-body > a > span {
  margin: 0.625rem 0 0;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.weather {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 18.625rem;
  padding: 0.625rem;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
  overflow: hidden;
  background: #fff;
}
.weather-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.weather-left img {
  width: 5rem;
  height: 5rem;
  vertical-align: middle;
}
.weather-right {
  -ms-flex: 1 1;
      flex: 1 1;
  margin-left: 1rem;
}
.weather-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.weather-temp {
  font-size: 2.25rem;
  line-height: 3.125rem;
  font-weight: 400;
}
.weather-info {
  margin-left: 1.25rem;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.weather-info > div:first-of-type {
  white-space: nowrap;
}
.weather-foot {
  margin-top: 0.75rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.weather-foot a {
  color: var(--theme-primary-color);
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
}
.avatar-wrapper .weather {
  width: fit-content;
  min-width: 17.8125rem;
  max-width: 18.125rem;
  padding: 0.5rem;
}
.avatar-wrapper .weather-right {
  margin-left: 0.625rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__list-content {
  line-height: 1.25rem;
  text-align: left;
  overflow: hidden;
  color: #666666;
  position: relative;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
}
.jimi-chat__list-content p {
  margin: 0;
  padding: 0.125rem 0;
  letter-spacing: -0.00563rem;
  min-height: 1.25rem;
  line-height: 1.375rem;
  cursor: pointer;
}
.jimi-chat__list-content.radio {
  background-color: white;
}
.jimi-chat__list-content.radio .jimi-chat__list-head {
  display: inline-block;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
  border-bottom: none;
}
.jimi-chat__list-content.radio .jimi-chat__list-body {
  background-color: transparent !important;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.1875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jimi-chat__list-content.radio .jimi-chat__list-body p.Item {
  padding: 0.3125rem 0.9375rem 0rem 0.9375rem;
  min-width: 3.75rem;
  border-radius: 1.125rem;
  background: #ffffff;
  color: var(--theme-primary-color);
  overflow: hidden;
  text-align: start;
  font-size: 0.875rem;
}
.jimi-chat__list-content.radio .jimi-chat__list-body p.Item:last-child {
  padding-bottom: 0.625rem;
}
.jimi-chat__list-content.radio .jimi-chat__list-body p.Item:not(:first-of-type) {
  border-top: none;
}
.jimi-chat__list-content.radio .jimi-chat__list-body p.Item.active {
  background-color: #fff;
  color: #a0a0a0;
  pointer-events: none;
}
.jimi-chat__list-content.radio .jimi-chat__list-body .Item:after {
  content: none;
}
.jimi-chat__list-head {
  font-size: 0.875rem;
  color: #707070;
  padding: 0.3125rem 0.9375rem;
  background: #ffffff;
}
.jimi-chat__list-body {
  padding: 0 0.9375rem;
  background: #ffffff;
}
.jimi-chat__list-body .Item {
  padding: 0.1875rem 0.8125rem 0.1875rem 0;
  position: relative;
  font-size: 0.875rem;
  color: var(--theme-primary-color);
}
.jimi-chat__list-body .Item:last-child {
  padding-bottom: 0.375rem;
}
.jimi-chat__list-body .fold-answer-item-inactive {
  color: #a0a0a0 !important;
}
.jimi-chat__wrapper--content.m .jimi-chat__list-head {
  border-bottom: 0.0625rem solid #fafafa;
  background-color: #fff;
}
.jimi-chat__wrapper--content.m .jimi-chat__list-body {
  background: #ffffff;
}
.jimi-chat__wrapper--content.m .jimi-chat__list-body .Item:not(:first-of-type) {
  border-top: 0.0625rem solid #fafafa;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-flow__card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 18.625rem;
  padding: 0.625rem 2.125rem 0.625rem 0.625rem;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
  background: #fff;
  cursor: pointer;
}
.jimi-flow__card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-50%);
  background: url(/jtalk-static/6b1e173eb65f87e95681e9c69aa69c0d.png) no-repeat;
  background-position: right center;
  background-size: 100%;
}
.jimi-flow__card .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  vertical-align: middle;
}
.jimi-flow__card .flow-wrapper {
  -ms-flex: 1 1;
      flex: 1 1;
  padding-left: 0.875rem;
}
.jimi-flow__card .flow-wrapper .flow-title {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.avatar-wrapper .jimi-flow__card {
  width: 17.8125rem;
}
.flow-card__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flow-card__footer .attach-btn {
  border-radius: 1rem;
  padding: 0.1875rem 0.9375rem;
  color: var(--theme-primary-color);
  font-size: 0.8125rem;
  margin: 0.625rem 0.3125rem 0 0;
  display: inline-block;
  cursor: pointer;
  background: #ffffff;
}
.flow-card__footer .attach-btn.disabled {
  color: #a0a0a0;
}
.flow-card__wrapper {
  margin: 0.625rem;
  border-radius: 0.3125rem;
  overflow: hidden;
  min-height: calc(100% - 1.25rem);
  background: #fff;
}
.flow-card__wrapper .flow-card__header {
  position: relative;
  color: #333;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 0.9375rem 1.5rem;
  border-bottom: solid 0.0625rem #e8e8e8;
}
.flow-card__wrapper .flow-card__header > span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.flow-card__wrapper .flow-card__header .btn-close__modal {
  position: absolute;
  top: 0.875rem;
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(/jtalk-static/b2f58454f01b9df669548faefaf83890.png) no-repeat;
  background-size: 0.75rem;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.flow-card__wrapper .flow-card__body .jimi-chat__custom-card {
  border-bottom: 0.0625rem dashed #e8e8e8;
  padding: 0.625rem 1.25rem;
}
.flow-card__wrapper .flow-card__body .jimi-chat__custom-card:last-of-type {
  border-bottom: none;
}
.flow-card__wrapper .flow-card__body .jimi-chat__custom-card-head > span {
  font-size: 0.875rem;
  color: #454545;
  font-weight: bold;
}
.flow-card__wrapper .flow-card__body .jimi-chat__custom-card-body {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  color: #454545;
}
.flow-card__wrapper .flow-card__body .jimi-chat__custom-card-body img {
  max-width: 100%;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__link-card {
  text-align: left;
}
.jimi-chat__link-card-text {
  min-height: 2.5rem;
  padding: 0.625rem;
  line-height: 1.25rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background: #ffffff;
  color: #333;
  font-size: 0.875rem;
}
.jimi-chat__link-card-text p {
  margin: 0;
  padding: 0;
}
.jimi-chat__link-card--card {
  display: -ms-flexbox;
  display: flex;
  height: 5.25rem;
  padding: 0.625rem;
  margin-top: 0.625rem;
  background: #ffffff;
  border-radius: 0.625rem;
}
.jimi-chat__link-card--card .icon {
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.jimi-chat__link-card--card .icon > img {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.jimi-chat__link-card--card .detail {
  height: 4rem;
  -ms-flex: 1 1;
      flex: 1 1;
  overflow: hidden;
}
.jimi-chat__link-card--card .detail .title {
  height: 1.5rem;
  padding-bottom: 0.25rem;
  line-height: 1.25rem;
  white-space: nowrap;
  word-break: break-word;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
}
.jimi-chat__link-card--card .detail .desc {
  height: 2.5rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  color: #666666;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.simpe-to-im .to-im {
  display: -ms-flexbox;
  display: flex;
  width: 7.5rem;
  height: 2rem;
  padding: 0.5rem;
  color: var(--theme-primary-color);
  border-radius: 1.40625rem;
  margin-top: 0.625rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  cursor: pointer;
}
.simpe-to-im .to-im.disabled {
  pointer-events: none;
  color: #a7a7a8;
}
.simpe-to-im .to-im.disabled div:nth-child(2) {
  background-color: rgba(167, 167, 168, 0.5);
}
.simpe-to-im .to-im.disabled div:last-child {
  color: #a7a7a8;
}
.simpe-to-im .to-im div:first-child {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.625rem;
}
.simpe-to-im .to-im div:first-child img {
  width: 100%;
  height: 100%;
}
.simpe-to-im .to-im div:nth-child(2) {
  height: 100%;
  width: 0.0625rem;
  background-color: rgba(167, 167, 168, 0.5);
  margin: 0 0.3125rem;
}
.simpe-to-im .to-im div:last-child {
  font-size: 0.875rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__im-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0.3125rem 0;
  width: 18.625rem;
}
.jimi-chat__im-wrapper .jimi-chat__im-content {
  padding: 0.9375rem 0.9375rem 0;
  background: #e7e9ed;
  min-width: 12.25rem;
  max-width: 31.25rem;
}
.jimi-chat__im-wrapper .jimi-chat__im-content .jimi-chat__im-head {
  min-height: 2.5rem;
  border-bottom: 0.0625rem #a69c83 dashed;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
}
.jimi-chat__im-wrapper .jimi-chat__im-content .jimi-chat__im-body {
  padding: 0.625rem 0 0.625rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.jimi-chat__im-wrapper .jimi-chat__im-content .jimi-chat__im-body .trans-item {
  margin: 0;
  padding: 0.125rem 0;
  color: #1857ff;
  font-size: 0.875rem;
  min-height: 1.25rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.jimi-chat__im-wrapper .jimi-chat__im-content .jimi-chat__im-body .trans-item:last-of-type {
  margin-bottom: 0;
}
.jimi-chat__im-wrapper .jimi-chat__im-content .jimi-chat__im-body .trans-item:hover {
  color: #1857ff;
}
.jimi-chat__im-wrapper .jimi-chat__im-content .jimi-chat__im-body .trans-item.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.jimi-chat__im-wrapper .jimi-chat__im-content .jimi-chat__im-body .btn-transfer {
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 1rem;
  background-color: var(--theme-primary-color);
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__timeline {
  width: 100%;
  padding: 0.9375rem 0;
  text-align: center;
  color: #707070;
}
.jimi-chat__timeline span {
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__sys-tip {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.jimi-chat__sys-tip > span {
  background: #E4E4E4;
  opacity: 0.9;
  border-radius: 0.9375rem;
  color: #999999;
  font-size: 0.75rem;
  padding: 0.1875rem 0.8125rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__rich-text {
  width: fit-content;
  max-width: 18.625rem;
  min-height: 2.25rem;
  padding: 0.75rem 1rem;
  color: #707070;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  background: #fff;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
}
.jimi-chat__rich-text .show-more {
  text-align: center;
  color: var(--theme-primary-color);
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.75rem;
  cursor: pointer;
}
.jimi-chat__rich-text > div {
  white-space: initial;
  word-break: break-word;
}
.jimi-chat__rich-text a {
  text-decoration: none;
}
.jimi-chat__rich-text a:active,
.jimi-chat__rich-text a:focus,
.jimi-chat__rich-text a:visited {
  color: #771caa;
  text-decoration: underline;
  margin: 0 0.3125rem;
}
.jimi-chat__rich-text p {
  margin: 0;
  padding: 0;
  line-height: 1.25rem;
  word-break: break-word;
}
.jimi-chat__rich-text p:not(:first-of-type) {
  margin-top: 0.625rem;
}
.jimi-chat__rich-text ul {
  padding: 0.625rem 0 0.625rem 1.125rem;
}
.jimi-chat__rich-text ul > li {
  padding: 0.25rem 0;
  line-height: 1.25rem;
}
.jimi-chat__rich-text img,
.jimi-chat__rich-text video,
.jimi-chat__rich-text audio {
  max-width: 100%;
  margin-top: 0.625rem;
}
.jimi-chat__rich-text img:last-of-type,
.jimi-chat__rich-text video:last-of-type,
.jimi-chat__rich-text audio:last-of-type {
  margin-bottom: 0.625rem;
}
.jimi-chat__rich-text img {
  vertical-align: bottom;
}
.jimi-chat__rich-text video {
  object-fit: cover;
}
.jimi-chat__rich-text .jdfile {
  width: 12rem;
  height: 2.5rem;
  min-width: 12rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 12;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  border: #ddd solid 0.0625rem;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
}
.jimi-chat__rich-text .jdfileImage {
  width: 2em;
  min-width: 2rem;
  height: 2rem;
}
.jimi-chat__rich-text .jdfileHref {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.5em 2em 0.5em 0.2em;
  text-align: start;
  height: 1.2rem;
  line-height: 1.2rem;
  color: black;
  font-size: smaller;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.skill-group {
  width: 21.4375rem;
  background: #fff;
  border-radius: 0.25rem 0.75rem 0.75rem 0.75rem;
}
.skill-group__header {
  position: relative;
  color: #707070;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.5rem;
  padding: 0 0.625rem 0 1rem;
}
.skill-group__header::before {
  content: "";
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0;
  height: 0.0625rem;
  background: #eee;
}
.skill-group ul {
  list-style: none;
  padding: 0 1rem 0.625rem 1.125rem;
}
.skill-group ul li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: var(--theme-primary-color);
  font-size: 0.875rem;
  font-weight: 500;
  min-height: 2.5rem;
  cursor: pointer;
}
.skill-group ul li:last-of-type::before {
  height: 0;
}
.skill-group ul li .extra-mark {
  color: #707070;
  font-size: 0.75rem;
  font-weight: 400;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-picker-col {
  display: block;
  position: relative;
  height: 14.875rem;
  overflow: hidden;
  width: 100%;
}
.am-picker-col-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 6.375rem 0;
}
.am-picker-col-item {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-align: center;
  font-size: 1rem;
  height: 2.125rem;
  line-height: 2.125rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-picker-col-item-selected {
  font-size: 1.0625rem;
}
.am-picker-col-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 6.375rem;
  background-repeat: no-repeat;
}
.am-picker-col-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 2.125rem;
  position: absolute;
  left: 0;
  top: 6.375rem;
  z-index: 3;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-top: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::before {
    transform: scaleY(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::after {
    transform: scaleY(0.33);
  }
}
.am-picker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.am-picker-item {
  -ms-flex: 1;
  flex: 1 1;
  text-align: center;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-picker-popup {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
}
.am-picker-popup-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transform: translateZ(0.0625rem);
}
.am-picker-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 1000;
  transform: translateZ(0.0625rem);
}
.am-picker-popup-mask-hidden {
  display: none;
}
.am-picker-popup-header {
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1PX;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-popup-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-popup-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-popup-header::after {
    transform: scaleY(0.33);
  }
}
.am-picker-popup-header .am-picker-popup-header-right {
  text-align: right;
}
.am-picker-popup-item {
  color: #108ee9;
  font-size: 1.0625rem;
  padding: 0.5625rem 0.9375rem;
  height: 2.625rem;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.am-picker-popup-item-active {
  background-color: #ddd;
}
.am-picker-popup-title {
  -ms-flex: 1;
  flex: 1 1;
  text-align: center;
  color: #000;
}
.am-picker-popup .am-picker-popup-close {
  display: none;
}
.am-picker-col {
  -ms-flex: 1;
  flex: 1 1;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-list-header {
  padding: 0.9375rem 0.9375rem 0.5625rem 0.9375rem;
  font-size: 0.875rem;
  color: #888;
  width: 100%;
  box-sizing: border-box;
}
.am-list-footer {
  padding: 0.5625rem 0.9375rem 0.9375rem 0.9375rem;
  font-size: 0.875rem;
  color: #888;
}
.am-list-body {
  position: relative;
  background-color: #fff;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-top: none;
  }
  html:not([data-scale]) .am-list-body::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body::before {
    transform: scaleY(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body::after {
    transform: scaleY(0.33);
  }
}
.am-list-body div:not(:last-child) .am-list-line {
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
    transform: scaleY(0.33);
  }
}
.am-list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.9375rem;
  min-height: 2.75rem;
  background-color: #fff;
  vertical-align: middle;
  overflow: hidden;
  transition: background-color 200ms;
  -ms-flex-align: center;
  align-items: center;
  /* list左图片显示*/
}
.am-list-item .am-list-ripple {
  position: absolute;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  transform: scale(0);
}
.am-list-item .am-list-ripple.am-list-ripple-animate {
  background-color: rgba(158, 158, 158, 0.2);
  animation: ripple 1s linear;
}
.am-list-item.am-list-item-top .am-list-line {
  -ms-flex-align: start;
  align-items: flex-start;
}
.am-list-item.am-list-item-top .am-list-line .am-list-arrow {
  margin-top: 0.125rem;
}
.am-list-item.am-list-item-middle .am-list-line {
  -ms-flex-align: center;
  align-items: center;
}
.am-list-item.am-list-item-bottom .am-list-line {
  -ms-flex-align: end;
  align-items: flex-end;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra {
  color: #f50;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra .am-list-brief {
  color: #f50;
}
.am-list-item.am-list-item-active {
  background-color: #ddd;
}
.am-list-item.am-list-item-disabled .am-list-line .am-list-content,
.am-list-item.am-list-item-disabled .am-list-line .am-list-extra {
  color: #bbb;
}
.am-list-item img {
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: middle;
}
.am-list-item .am-list-thumb:first-child {
  margin-right: 0.9375rem;
}
.am-list-item .am-list-thumb:last-child {
  margin-left: 0.5rem;
}
.am-list-item .am-list-line {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-right: 0.9375rem;
  overflow: hidden;
  /* list左侧主内容*/
  /* list右补充内容*/
  /* 辅助性文字*/
  /* list右侧箭头*/
}
.am-list-item .am-list-line .am-list-content {
  -ms-flex: 1;
  flex: 1 1;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.5;
  text-align: left;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
  color: #888;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.am-list-item .am-list-line .am-list-title {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-brief {
  color: #888;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 0.375rem;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-arrow {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate(-5809.000000%2C%20-8482.000000)%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  visibility: hidden;
}
.am-list-item .am-list-line .am-list-arrow-horizontal {
  visibility: visible;
}
.am-list-item .am-list-line .am-list-arrow-vertical {
  visibility: visible;
  transform: rotate(90deg);
}
.am-list-item .am-list-line .am-list-arrow-vertical-up {
  visibility: visible;
  transform: rotate(270deg);
}
.am-list-item .am-list-line-multiple {
  padding: 0.78125rem 0.9375rem 0.78125rem 0;
}
.am-list-item .am-list-line-multiple .am-list-content {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-multiple .am-list-extra {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-wrap .am-list-content {
  white-space: normal;
}
.am-list-item .am-list-line-wrap .am-list-extra {
  white-space: normal;
}
.am-list-item select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 1.0625rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-list .am-list-item.am-textarea-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  min-height: 2.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item::after {
    transform: scaleY(0.33);
  }
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line {
  -ms-flex-align: center;
  align-items: center;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-label {
  -ms-flex-item-align: center;
  align-self: center;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control textarea {
  line-height: 1.59375rem;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-clear {
  margin-top: 0;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line.am-textarea-error .am-textarea-error-extra {
  margin-top: 0;
}
.am-textarea-label {
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  text-align: left;
  min-height: 2.75rem;
  font-size: 1.0625rem;
  line-height: 2.75rem;
  margin-left: 0;
  margin-right: 0.3125rem;
  white-space: nowrap;
  overflow: hidden;
}
.am-textarea-label.am-textarea-label-2 {
  width: 2.125rem;
}
.am-textarea-label.am-textarea-label-3 {
  width: 3.1875rem;
}
.am-textarea-label.am-textarea-label-4 {
  width: 4.25rem;
}
.am-textarea-label.am-textarea-label-5 {
  width: 5.3125rem;
}
.am-textarea-label.am-textarea-label-6 {
  width: 6.375rem;
}
.am-textarea-label.am-textarea-label-7 {
  width: 7.4375rem;
}
.am-textarea-control {
  -ms-flex: 1;
  flex: 1 1;
  padding-top: 0.625rem;
  padding-bottom: 0.5625rem;
}
.am-textarea-control textarea {
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.59375rem;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  overflow: visible;
  display: block;
  resize: none;
  word-break: break-word;
  word-wrap: break-word;
}
.am-textarea-control textarea::-webkit-input-placeholder {
  color: #bbb;
}
.am-textarea-control textarea:-ms-input-placeholder {
  color: #bbb;
}
.am-textarea-control textarea::placeholder {
  color: #bbb;
}
.am-textarea-control textarea:disabled {
  color: #bbb;
  background-color: #fff;
}
.am-textarea-clear {
  display: none;
  width: 1.3125rem;
  height: 1.3125rem;
  margin-top: 0.75rem;
  border-radius: 50%;
  overflow: hidden;
  font-style: normal;
  color: #fff;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: 1.3125rem auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.am-textarea-clear-active {
  background-color: #108ee9;
}
.am-textarea-focus .am-textarea-clear {
  display: block;
}
.am-textarea-has-count {
  padding-bottom: 0.875rem;
}
.am-textarea-count {
  position: absolute;
  bottom: 0.375rem;
  right: 0.3125rem;
  color: #bbb;
  font-size: 0.875rem;
}
.am-textarea-count span {
  color: #000;
}
.am-textarea-error .am-textarea-control textarea {
  color: #f50;
}
.am-textarea-error .am-textarea-error-extra {
  margin-top: 0.75rem;
  width: 1.3125rem;
  height: 1.3125rem;
  margin-left: 0.5rem;
  background-size: 1.3125rem 1.3125rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'18'%20height%3D'18'%20viewBox%3D'0%200%2018%2018'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cg%20transform%3D'translate(-300.000000%2C%20-1207.000000)'%20fill%3D'%23FF5500'%3E%3Cg%20id%3D'exclamation-circle-o'%20transform%3D'translate(300.000000%2C%201207.000000)'%3E%3Cpath%20d%3D'M9%2C16.734375%20C10.0441406%2C16.734375%2011.0566406%2C16.5304688%2012.009375%2C16.1279297%20C12.9304688%2C15.7376953%2013.7566406%2C15.1804687%2014.4685547%2C14.4703125%20C15.1787109%2C13.7601563%2015.7376953%2C12.9322266%2016.1261719%2C12.0111328%20C16.5304688%2C11.0566406%2016.734375%2C10.0441406%2016.734375%2C9%20C16.734375%2C7.95585938%2016.5304688%2C6.94335938%2016.1279297%2C5.990625%20C15.7376953%2C5.06953125%2015.1804687%2C4.24335938%2014.4703125%2C3.53144531%20C13.7601563%2C2.82128906%2012.9322266%2C2.26230469%2012.0111328%2C1.87382813%20C11.0566406%2C1.46953125%2010.0441406%2C1.265625%209%2C1.265625%20C7.95585938%2C1.265625%206.94335938%2C1.46953125%205.990625%2C1.87207031%20C5.06953125%2C2.26230469%204.24335938%2C2.81953125%203.53144531%2C3.5296875%20C2.82128906%2C4.23984375%202.26230469%2C5.06777344%201.87382813%2C5.98886719%20C1.46953125%2C6.94335938%201.265625%2C7.95585938%201.265625%2C9%20C1.265625%2C10.0441406%201.46953125%2C11.0566406%201.87207031%2C12.009375%20C2.26230469%2C12.9304688%202.81953125%2C13.7566406%203.5296875%2C14.4685547%20C4.23984375%2C15.1787109%205.06777344%2C15.7376953%205.98886719%2C16.1261719%20C6.94335938%2C16.5304688%207.95585938%2C16.734375%209%2C16.734375%20L9%2C16.734375%20Z%20M9%2C18%20C4.02890625%2C18%200%2C13.9710937%200%2C9%20C0%2C4.02890625%204.02890625%2C0%209%2C0%20C13.9710937%2C0%2018%2C4.02890625%2018%2C9%20C18%2C13.9710937%2013.9710937%2C18%209%2C18%20L9%2C18%20L9%2C18%20Z%20M9%2C6.75%20C8.61152344%2C6.75%208.296875%2C7.06464844%208.296875%2C7.453125%20L8.296875%2C13.9394531%20C8.296875%2C14.3279297%208.61152344%2C14.6425781%209%2C14.6425781%20C9.38847656%2C14.6425781%209.703125%2C14.3279297%209.703125%2C13.9394531%20L9.703125%2C7.453125%20C9.703125%2C7.06464844%209.38847656%2C6.75%209%2C6.75%20L9%2C6.75%20Z%20M8.20898438%2C4.83398438%20C8.20898438%2C5.27085024%208.56313413%2C5.625%209%2C5.625%20C9.43686587%2C5.625%209.79101562%2C5.27085024%209.79101562%2C4.83398438%20C9.79101562%2C4.39711851%209.43686587%2C4.04296875%209%2C4.04296875%20C8.56313413%2C4.04296875%208.20898438%2C4.39711851%208.20898438%2C4.83398438%20L8.20898438%2C4.83398438%20Z'%20id%3D'Shape'%20transform%3D'translate(9.000000%2C%209.000000)%20scale(1%2C%20-1)%20translate(-9.000000%2C%20-9.000000)%20'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.am-textarea-disabled .am-textarea-label {
  color: #bbb;
}
.am-list-body .am-list-item:last-child {
  border-bottom: 0;
}
.am-list-body .am-list-item:last-child:after {
  display: none !important;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.message-board__card {
  width: 19.75rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.625rem;
  border-radius: 0.5rem;
  background: #fff;
}
.message-board__card.disabled {
  opacity: 0.9;
  pointer-events: none;
}
.message-board__card > .container {
  padding: 0 0.3125rem 0;
}
.message-board__card > .container .wrapper {
  padding: 0.75rem 0;
}
.message-board__card > .container .wrapper .am-list-body {
  border: none;
}
.message-board__card > .container .wrapper .am-list-body::before,
.message-board__card > .container .wrapper .am-list-body::after {
  height: 0;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item {
  min-height: 2rem;
  padding-left: 0;
  margin-bottom: 0.875rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item .am-list-line {
  padding-right: 0;
  border: none;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item .am-list-line::before,
.message-board__card > .container .wrapper .am-list-body .am-list-item .am-list-line::after {
  height: 0;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item .am-list-line .am-list-extra {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  font-size: 0.875rem;
  font-weight: 400;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item {
  height: unset;
  border: none;
  padding-left: 0;
  padding-right: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item::after {
  height: 0;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item:last-of-type {
  margin-bottom: 0;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item .am-textarea-label {
  padding: 0;
  margin-right: 0;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  min-height: 2rem;
  line-height: 2rem;
  white-space: normal;
  overflow: unset;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item .am-textarea-label.am-textarea-label-5 {
  width: unset;
  min-width: 2.8125rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item .am-textarea-control {
  padding: 0;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item .am-textarea-control::after {
  height: 0;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item .am-textarea-control textarea {
  font-size: 0.875rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.625rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item .am-textarea-control textarea::-webkit-input-placeholder {
  color: #B2B2B2;
  font-weight: normal;
  line-height: 2rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item .am-textarea-control textarea:-ms-input-placeholder {
  color: #B2B2B2;
  font-weight: normal;
  line-height: 2rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item .am-textarea-control textarea::placeholder {
  color: #B2B2B2;
  font-weight: normal;
  line-height: 2rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-textarea-item .am-textarea-control textarea[data="multi_rows"] {
  height: unset;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item {
  height: unset;
  border: none;
  padding-left: 0;
  margin-bottom: 0.625rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item:last-child {
  margin-bottom: 0;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item .am-list-line {
  padding-right: 0;
  border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item .am-list-line::before,
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item .am-list-line::after {
  height: 0;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item .am-list-line .am-input-label {
  padding: 0;
  margin-right: 0;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item .am-list-line .am-input-label.am-input-label-5 {
  width: unset;
  min-width: 2.8125rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item .am-list-line .am-input-control input {
  font-size: 0.875rem;
  height: 2rem;
  padding: 0 0.625rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item .am-list-line .am-input-control input::-webkit-input-placeholder {
  color: #B2B2B2;
  font-weight: normal;
  line-height: 2rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item .am-list-line .am-input-control input:-ms-input-placeholder {
  color: #B2B2B2;
  font-weight: normal;
  line-height: 2rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item.am-input-item .am-list-line .am-input-control input::placeholder {
  color: #B2B2B2;
  font-weight: normal;
  line-height: 2rem;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item .am-list-content {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  text-overflow: unset;
  white-space: normal;
}
.message-board__card > .container .wrapper .am-list-body .am-list-item .am-input-control,
.message-board__card > .container .wrapper .am-list-body .am-list-item .am-textarea-control {
  -ms-flex-preferred-size: 9.375rem;
      flex-basis: 9.375rem;
  border-radius: 0.25rem;
  background: #F4F4F4;
}
.message-board__card-footer .am-button {
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin: 0.5rem 0 0.625rem;
  border: none;
  border-radius: 1rem;
  background: #4E81FF;
  cursor: pointer;
}
.message-board__card-footer .am-button::before {
  border: none!important;
}
.message-board__min-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 11.8125rem;
  height: 5rem;
  padding: 0.625rem;
  border-radius: 0.5rem;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  background: #fff;
  cursor: pointer;
}
.message-board__min-card::after {
  content: "";
  width: 0.5rem;
  height: 1.125rem;
  background: url(/jtalk-static/6a449c873ec94224d46c5a19124abc95.png) no-repeat;
  background-position: center;
  background-size: 0.5rem 1.125rem;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
}
.message-board__min-card .icon {
  width: 3.6875rem;
  height: 3.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
  margin-right: 1.0625rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
img {
  max-width: 100%;
}
.chat_footer {
  padding-top: 0.3125rem;
  font-size: 0.75rem;
  color: #aaa;
  border-top: 0.0625rem solid #eee;
}
.jimi-chat__sse {
  line-height: normal !important;
  background-color: #fff;
  border-radius: 0 0.75rem 0.75rem 0.75rem;
  padding: 0.625rem;
}
.jimi-chat__sse p {
  margin: 0.25rem;
}
.doc_ref {
  margin-top: 0.625rem;
  font-size: 0.75rem;
}
.doc_ref div {
  margin: 0.375rem 0;
}
.doc_ref div span {
  padding: 0.125rem 0.375rem;
  background: #fff;
  border-radius: 0.25rem;
  border: 0.0625rem solid #eee;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.rc-dialog {
  position: relative;
  width: auto;
  margin: 0.625rem;
}
.rc-dialog-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.rc-dialog-title {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: bold;
}
.rc-dialog-content {
  position: relative;
  background-color: #ffffff;
  border: none;
  border-radius: 0.375rem 0.375rem;
  background-clip: padding-box;
}
.rc-dialog-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 1.3125rem;
  position: absolute;
  right: 1.25rem;
  top: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 0.0625rem 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-decoration: none;
}
.rc-dialog-close-x:after {
  content: '×';
}
.rc-dialog-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.rc-dialog-header {
  padding: 0.8125rem 1.25rem 0.875rem 1.25rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  background: #fff;
  color: #666;
  border-bottom: 0.0625rem solid #e9e9e9;
}
.rc-dialog-body {
  padding: 1.25rem;
}
.rc-dialog-footer {
  border-top: 0.0625rem solid #e9e9e9;
  padding: 0.625rem 1.25rem;
  text-align: right;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.rc-dialog-zoom-enter,
.rc-dialog-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-dialog-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-dialog-zoom-enter.rc-dialog-zoom-enter-active,
.rc-dialog-zoom-appear.rc-dialog-zoom-appear-active {
  animation-name: rcDialogZoomIn;
  animation-play-state: running;
}
.rc-dialog-zoom-leave.rc-dialog-zoom-leave-active {
  animation-name: rcDialogZoomOut;
  animation-play-state: running;
}
@keyframes rcDialogZoomIn {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes rcDialogZoomOut {
  0% {
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@media (min-width: 768px) {
  .rc-dialog {
    width: 37.5rem;
    margin: 1.875rem auto;
  }
}
.rc-dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}
.rc-dialog-mask-hidden {
  display: none;
}
.rc-dialog-fade-enter,
.rc-dialog-fade-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-dialog-fade-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-dialog-fade-enter.rc-dialog-fade-enter-active,
.rc-dialog-fade-appear.rc-dialog-fade-appear-active {
  animation-name: rcDialogFadeIn;
  animation-play-state: running;
}
.rc-dialog-fade-leave.rc-dialog-fade-leave-active {
  animation-name: rcDialogFadeOut;
  animation-play-state: running;
}
@keyframes rcDialogFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.service-appraise__wrapper .modal-rich__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: transparent!important;
}
.service-appraise__wrapper .modal-rich__wrapper .jimi-chat__service-evaluate {
  width: 21.25rem;
  border-radius: 0;
  padding: 1.25rem;
  margin: 0;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.im-textbar-web {
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  height: 7.5rem;
}
.im-textbar-web .im-textbar-left {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.im-textbar-web .im-textbar-left .im-textbar-extra {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 0.1875rem;
}
.im-textbar-web .im-textbar-left .im-textbar-extra img {
  margin-right: 0.625rem;
  width: 1.4375rem;
  height: 1.4375rem;
  vertical-align: middle;
}
.im-textbar-web .im-textbar-left .im-textbar-input {
  -ms-flex: 1 1;
      flex: 1 1;
}
.im-textbar-web .im-textbar-left .im-textbar-input.has-tool .textbar-input__wrapper {
  padding: 0.6875rem 0 0 0;
}
.im-textbar-web .im-textbar-right {
  float: right;
  width: 7.5rem;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.625rem;
  padding-bottom: 0.625rem;
}
.im-textbar-web .im-textbar-right .im-textbar-counter {
  font-size: 0.6875rem;
  color: #999999;
  text-align: center;
  line-height: 1.875rem;
  height: 1.875rem;
}
.im-textbar-web .im-textbar-right .im-textbar-sender {
  -ms-flex: 1 1;
      flex: 1 1;
  text-align: center;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-align: center;
  /* 垂直居中 */
  -webkit-box-pack: center;
  /* 水平居中 */
  font-weight: 400;
  color: #818181;
  background: #f4f4f4;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.im-textbar-web .im-textbar-right .im-textbar-sender.active {
  color: #fff;
  background-color: var(--theme-primary-color);
}
.im-textbar-web .im-textbar-btn {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.625rem;
  cursor: pointer;
}
.im-textbar-web .im-textbar-btn.icon-emoji path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-appraise path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-voice path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-img path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-file path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-video path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-emoji rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-appraise rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-voice rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-img rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-file rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-video rect[fill="currentColor"] {
  fill: #C3CBDD;
}
.im-textbar-web .im-textbar-btn.icon-emoji:hover path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-appraise:hover path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-voice:hover path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-img:hover path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-file:hover path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-video:hover path[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-emoji:hover rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-appraise:hover rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-voice:hover rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-img:hover rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-file:hover rect[fill="currentColor"],
.im-textbar-web .im-textbar-btn.icon-video:hover rect[fill="currentColor"] {
  fill: var(--theme-primary-color);
}
.im-textbar-web .im-textbar-btn.icon-appraise.disabled {
  cursor: not-allowed;
}
.im-textbar-web .im-textbar-btn.icon-appraise.disabled:hover {
  background-image: url(/jtalk-static/437e345dcb2f7c7a40f1.svg);
}
.im-textbar-web .im-web-emoji-inner {
  padding-top: 0.375rem;
}
.im-textbar-web .im-web-emoji-popver {
  position: absolute;
  top: -140%;
  left: 0.125rem;
  background-color: #fff;
  width: 50%;
  display: block;
  border: 0.0625rem solid #ddd;
  border-radius: 0.3125rem;
}
.im-textbar-web .im-web-emoji-arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 0.25rem;
  background-color: #fff;
  color: #fff;
  left: 8%;
  border-bottom: 0.0625rem solid #ddd;
  border-right: 0.0625rem solid #ddd;
  bottom: -0.1875rem;
  transform: translateX(-50%) rotate(45deg);
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.msg-card-prompt-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.msg-card-prompt-content {
  background: #E4E4E4;
  mix-blend-mode: normal;
  opacity: 0.9;
  border-radius: 0.9375rem;
  color: #999999;
  font-size: 0.75rem;
  padding: 0.1875rem 0.8125rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.msg-card-prompt-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.msg-card-prompt-content {
  background: #E4E4E4;
  mix-blend-mode: normal;
  opacity: 0.9;
  border-radius: 0.9375rem;
  color: #999999;
  font-size: 0.75rem;
  padding: 0.1875rem 0.8125rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.robot-inputting__animation {
  display: inline-block;
  min-width: 3rem;
}
.robot-inputting__animation i {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.25rem;
  opacity: 0.2;
  border-radius: 0.5rem;
  background: #3e5cd7;
  transition: all 0.2s;
}
.robot-inputting__animation i:first-child {
  opacity: 1;
}
.robot-inputting__animation[data-dot-count="2"] i:nth-of-type(1),
.robot-inputting__animation[data-dot-count="2"] i:nth-of-type(2) {
  opacity: 1;
}
.robot-inputting__animation[data-dot-count="3"] i {
  opacity: 1;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.im-layout-h5 .audio-wrapper .im-msg-card__text,
.im-layout-web .audio-wrapper .im-msg-card__text,
.im-layout-h5 .audio-wrapper .jimi-chat__rich-text,
.im-layout-web .audio-wrapper .jimi-chat__rich-text,
.im-layout-h5 .audio-wrapper .jimi-chat__list-head,
.im-layout-web .audio-wrapper .jimi-chat__list-head,
.im-layout-h5 .audio-wrapper .weather,
.im-layout-web .audio-wrapper .weather {
  padding-right: 1.75rem;
}
.im-layout-h5 .audio-wrapper .im-msg-card__text,
.im-layout-web .audio-wrapper .im-msg-card__text {
  max-width: 100%;
  width: fit-content;
}
.im-layout-h5 .audio-wrapper .Group-Content > .Head,
.im-layout-web .audio-wrapper .Group-Content > .Head,
.im-layout-h5 .audio-wrapper .image-text__list,
.im-layout-web .audio-wrapper .image-text__list {
  padding-right: 1rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.queuelen-wrapper {
  max-width: 80%;
  min-height: 2.25rem;
  position: absolute;
  left: 0rem;
  bottom: 3.25rem;
  border-radius: 0 1.875rem 1.875rem 0;
  color: #66441C;
  background-color: #E6DABE;
  opacity: 90.35%;
  box-sizing: border-box;
  padding: 0.4375rem 0.4375rem 0.4375rem 2.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  z-index: 1;
}
.queuelen-wrapper.webBottom {
  bottom: 3.375rem;
}
.queuelen-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.wait-icon {
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.wait-icon.slide-more {
  width: 0.875rem;
  height: 0.875rem;
  cursor: pointer;
}
.cancel-btn {
  display: inline-block;
  padding: 0 0.375rem;
  background: #D3BB90;
  border-radius: 2.5rem;
  color: #785A36;
  width: 3rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin-left: 0.25rem;
  margin-top: -0.125rem;
  cursor: pointer;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__shortcutInput {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  background: none;
  padding: 0.375rem 0.625rem;
  background: #f0f0f0;
}
.jimi-chat__shortcutInput .jimi-chat__shortcutInput-listWrapper {
  overflow: hidden;
  -ms-flex: 1 1;
      flex: 1 1;
}
.jimi-chat__shortcutInput .jimi-chat__shortcutInput-listWrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.jimi-chat__shortcutInput .jimi-chat__shortcutInput-listWrapper > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.jimi-chat__shortcutInput .jimi-chat__shortcutInput-content {
  width: 0;
}
.jimi-chat__shortcutInput .jimi-chat__shortcutInput-prev {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.jimi-chat__shortcutInput .jimi-chat__shortcutInput-next {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.im-layout-web .jimi-chat__shortcutInput {
  padding: 0.375rem 0.625rem 0.75rem 0.625rem;
  background-color: #F5F7FA;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__quick-entry-wrapper .prev-arrow,
.jimi-chat__quick-entry-wrapper .next-arrow {
  position: relative;
  display: none;
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/jtalk-static/dc301cc510b8094c7a85926833908cde.png);
  vertical-align: middle;
  cursor: pointer;
  z-index: 19;
}
.jimi-chat__quick-entry-wrapper .prev-arrow::after,
.jimi-chat__quick-entry-wrapper .next-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.75rem;
  width: 3.125rem;
  height: 1.75rem;
  background: linear-gradient(90deg, #f5f7fa 0%, rgba(245, 247, 250, 0) 100%);
  pointer-events: none;
}
.jimi-chat__quick-entry-wrapper .next-arrow {
  transform: rotateY(180deg);
}
.jimi-chat__quick-entry-wrapper .quick-entry__item {
  height: 1.75rem;
  background: #fff;
  border-radius: 1rem;
  line-height: 1.75rem;
  padding: 0 1rem;
  color: #666;
  font-weight: 400;
  margin-right: 0.375rem;
  cursor: pointer;
  font-size: 0.875rem;
  box-shadow: 0 0.0625rem 0.5rem -0.25rem rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.im-layout-web .prev-arrow,
.im-layout-web .next-arrow {
  display: inline-block;
}
.im-layout-web .quick-entry__item {
  margin-right: 0.625rem;
  background-color: transparent;
  border: solid 0.0625rem #E4E9F1;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.reconnetTips {
  height: 1.75rem;
  line-height: 1.75rem;
  background-color: #E4D8B9;
  border-radius: 1.5rem;
  opacity: 0.9;
  color: #66441C;
  z-index: 99;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding: 0 0.625rem;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tipsbtn {
  color: #4E81FF;
  margin: 0 1.3125rem;
  cursor: pointer;
}
.h5Tips {
  width: 80%;
  top: 2%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__search {
  max-width: 48rem;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #f1f5f7;
  border-top: 0.0625rem solid transparent;
  padding: 1.875rem 0.9375rem 0.9375rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
.jimi-chat__search .close-search {
  width: 3.125rem;
  height: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 1.875rem;
  right: 0;
  font-size: 2rem;
  color: #929292;
  z-index: 10;
  cursor: pointer;
}
.jimi-chat__search .search-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 0.25rem 1.125rem 0.25rem 1.125rem;
  margin-right: 1.875rem;
  height: 2.5rem;
}
.jimi-chat__search .search-input input {
  width: 100%;
  border: none;
  color: #39393a;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
}
.jimi-chat__search .search-input input:focus {
  outline: none;
  border: none;
}
.jimi-chat__search .search-input input::-webkit-search-cancel-button {
  display: none;
}
.jimi-chat__search .search-input div.search-btn {
  width: 1.25rem;
  height: 1.25rem;
  color: #9c9c9c;
  line-height: 0;
  cursor: pointer;
}
.jimi-chat__search .search-input div.search-btn img {
  width: 100%;
  height: 100%;
}
.jimi-chat__search .history {
  font-size: 0.875rem;
  color: #9c9c9c;
  margin-top: 1.25rem;
}
.jimi-chat__search .history-item {
  margin: 0.625rem 0;
  font-size: 0.875rem;
  color: #39393a;
  cursor: pointer;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.j-switch {
  display: inline-block;
}
.j-switch input {
  display: none;
}
.j-switch input:checked + label {
  background-color: var(--theme-primary-color);
}
.j-switch input:checked + label svg {
  fill: var(--theme-primary-color);
}
.j-switch input:checked + label > div {
  transform: translate3d(-1.5625rem, -50%, 0);
}
.j-switch input:checked + label > div span:nth-child(1) {
  opacity: 0;
}
.j-switch input:checked + label > div span:nth-child(2) {
  color: var(--theme-primary-color);
}
.j-switch input:checked + label > div span:nth-child(2) > svg {
  background-color: #fff;
}
.j-switch input:checked + label > div span:nth-child(3) {
  opacity: 1;
}
.j-switch > label {
  display: inline-block;
  border-radius: 6.25rem;
  background-color: #939baf;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
  cursor: pointer;
}
.j-switch > label > div {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 3.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.j-switch > label > div span {
  text-align: center;
}
.j-switch > label > div span:nth-child(1) {
  opacity: 1;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
}
.j-switch > label > div span:nth-child(3) {
  opacity: 0;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5625rem;
  overflow: hidden;
  white-space: nowrap;
}
.j-switch > label > div span:nth-child(2) {
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  line-height: 0;
}
.j-switch > label > div span:nth-child(2) > svg {
  width: 1rem;
  height: 1rem;
  background-color: #c8cad1;
  border-radius: 100%;
  color: #8590ad;
  vertical-align: middle;
}
.j-switch.md > label {
  width: 3.375rem;
  height: 1.5rem;
  font-size: 0.875rem;
}
.j-switch.lg > label {
  width: 4.6875rem;
  height: 2rem;
  font-size: 0.875rem;
}
.j-switch.lg > label div {
  padding-left: 0.5rem;
}
.j-switch.lg > label div span {
  width: calc((4.6875rem - 1.375rem) / 2);
  text-align: center;
}
.j-switch.lg > label div span:nth-child(2) {
  width: 1.375rem;
  height: 1.375rem;
  background-color: #c8cad1;
  border-radius: 100%;
  color: #8590ad;
  font-size: 1.375rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-carousel {
  position: relative;
}
.am-carousel-wrap {
  font-size: 1.125rem;
  color: #000;
  background: none;
  text-align: center;
  zoom: 1;
  width: 100%;
}
.am-carousel-wrap-dot {
  display: inline-block;
  zoom: 1;
}
.am-carousel-wrap-dot > span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.1875rem;
  border-radius: 50%;
  background: #ccc;
}
.am-carousel-wrap-dot-active > span {
  background: #888;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.web-sider {
  width: 18.75rem;
  height: 43.75rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.web-sider .pane-item .pane-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 3rem;
  padding: 0 0.875rem;
}
.web-sider .pane-item .pane-header .pane-title {
  -ms-flex: 1 1;
      flex: 1 1;
  color: #333;
  font-size: 0.875rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.web-sider .pane-item .pane-header .btn-more {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.web-sider .pane-item .pane-header .btn-more::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotateZ(-45deg) translateY(-50%);
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-right: solid 0.0625rem #C1C1C1;
  border-bottom: solid 0.0625rem #C1C1C1;
}
.web-sider .pane-item .pane-wrapper {
  min-height: 3.125rem;
}
.web-sider .pane-item .pane-wrapper .rich-text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0.75rem;
  word-wrap: break-word;
}
.web-sider .pane-item .pane-wrapper .rich-text p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.web-sider .pane-item .pane-wrapper .rich-text img,
.web-sider .pane-item .pane-wrapper .rich-text audio,
.web-sider .pane-item .pane-wrapper .rich-text video {
  max-width: 100%;
  vertical-align: middle;
  border: none;
  margin-bottom: 0.3125rem;
}
.web-sider .pane-item .pane-wrapper .url-list {
  padding: 0.125rem 0.75rem;
}
.web-sider .pane-item .pane-wrapper .url-list .url-item {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0.5rem 0;
}
.web-sider .pane-item .pane-wrapper .btn-list {
  padding: 0.125rem 0.75rem;
}
.web-sider .pane-item .pane-wrapper .btn-list .btn-item {
  display: inline-block;
  width: 5.75rem;
  text-align: center;
  margin: 0.625rem 0;
}
.web-sider .pane-item .pane-wrapper .btn-list .btn-item .btn-icon {
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  border: none;
}
.web-sider .pane-item .pane-wrapper .btn-list .btn-item .btn-title {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0.5rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.am-carousel .slider-decorator-0 {
  left: 0;
  bottom: -0.75rem !important;
}
.am-carousel .slider-decorator-0 .am-carousel-wrap-dot {
  cursor: pointer;
}
.am-carousel .slider-decorator-0 .am-carousel-wrap-dot > span {
  pointer-events: none;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.g-fade-in-right {
  animation: fadeInRight 0.5s ease both;
}
.g-fade-in-left {
  animation: fadeInLeft 0.5s ease both;
}
.g-fade-in-bottom {
  animation: fadeInBottom 0.5s ease both;
}
.g-fade-in-right-quick {
  animation: fadeInRight 0.2s forwards;
}
.g-fade-in-left-quick {
  animation: fadeInLeft 0.2s forwards;
}
.g-rotate-360-cw-infi {
  animation: rotate360CW 1s infinite;
}
.g-fade-in {
  animation: fadeIn 0.8s forwards;
}
.g-fade-bounce-in-first {
  animation: fadeBounceInFirst 0.8s ease both;
}
.g-rotate-360-cw-infi {
  animation: rotate360CW 1s infinite;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(3.125rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    transform: translate3d(0, 3.125rem, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeBounceInRight {
  0% {
    opacity: 0;
    transform: translate3d(12.5rem, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(-1.25rem, 0, 0) scale3d(0.9, 1, 1);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes fadeBounceInFirst {
  0% {
    opacity: 0;
    transform: translate3d(12.5rem, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(0rem, 0, 0) scale3d(0.9, 1, 1);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes modalPopIn {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes modalFadeIn {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotate360CW {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
:root {
  --theme-primary-color: #4F82FF;
  --theme-primary-color-light: #b5caff;
}
html,
body {
  height: 100vh;
}
html,
body,
ul,
li {
  padding: 0;
  margin: 0;
}
html {
  background-color: #FFFFFF;
}
body {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow: hidden;
  overscroll-behavior-y: none;
  background-color: #E5E6E9;
  color: #333;
  font-size: 0.875rem;
  letter-spacing: -0.00563rem;
  overflow-x: hidden;
  overflow-y: scroll;
  /*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道
  内阴影+圆角*/
  /*定义滑块
  内阴影+圆角*/
  -ms-overflow-style: none;
}
body ::-webkit-scrollbar {
  display: none;
  background-color: #FFF;
}
body ::-webkit-scrollbar-track {
  background-color: transparent;
}
body ::-webkit-scrollbar-thumb {
  border-radius: 0.375rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  resize: none;
}
#cofe-im {
  height: 100%;
  background-color: #F0F0F0;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.im-layout-h5 {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.im-layout-h5.iosx-wrapper {
  padding-bottom: 0.875rem;
}
.im-layout-h5-header {
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  overflow: hidden;
}
.im-layout-h5-header-back {
  width: 1.25rem;
  float: left;
}
.im-layout-h5-header-name {
  -ms-flex: 1 1;
      flex: 1 1;
  font-size: 1.125rem;
}
.im-layout-h5-header-status {
  font-size: 0.875rem;
  margin-left: 0.375rem;
}
.im-layout-h5-header-options {
  width: 1.25rem;
  float: right;
}
.im-layout-h5-content {
  margin: 0 1rem;
  height: 100%;
}
.im-layout-h5-body {
  -ms-flex: 1 1;
      flex: 1 1;
  overflow: scroll;
  margin: 0 1rem;
}
.im-layout-h5-footer {
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5625rem;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
}
.im-layout-h5-footer-textbar {
  -ms-flex: 1 1;
      flex: 1 1;
  height: 2.5rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  overflow: hidden;
  margin-right: 0.75rem;
  border-radius: 1.25rem;
  outline: none;
  border: none;
  background: #FFFFFF;
  padding: 0.625rem 0 0.625rem 1.375rem;
}
.im-layout-h5-footer-plus {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0.35938rem;
  background-color: var(--theme-primary-color);
  float: right;
  border-radius: 1.75rem;
  margin-top: 0.375rem;
}
.im-layout-h5-options {
  height: 9.1875rem;
  padding: 1.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.im-layout-h5-options img {
  width: 3.25rem;
  height: 3.25rem;
  vertical-align: middle;
}
.im-layout-h5-options-item {
  text-align: center;
  margin: 0.625rem 0.625rem 0.625rem 4.5rem;
}
.im-layout-h5-options-item:first-of-type {
  margin-left: 0.625rem;
}
.im-layout-h5-options-item.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.im-layout-h5-options-item:after {
  content: attr(option-label);
  display: block;
  height: 1.125rem;
  line-height: 1.125rem;
  font-size: 0.8125rem;
  color: #333333;
}
.im-layout-h5-options__hidden {
  display: none;
}
.im-layout-h5 .footer-bar__wrapper {
  position: relative;
}
.im-layout-h5 .footer-bar__wrapper .j-switch {
  position: absolute;
  right: 0;
  bottom: 3.625rem;
  z-index: 9;
  height: 1.5rem;
}
.im-layout-h5 .footer-bar__wrapper .j-switch input:checked + label {
  background: linear-gradient(to right, var(--theme-primary-color-light) 0%, var(--theme-primary-color) 100%);
}
.im-layout-h5 .footer-bar__wrapper .j-switch > label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.im-layout-h5 .footer-bar__wrapper .close-session {
  position: absolute;
  left: 0.9375rem;
  bottom: 3.125rem;
  z-index: 9;
  height: 1.5rem;
  width: 5rem;
  border-radius: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: linear-gradient(to right, var(--theme-primary-color-light) 0%, var(--theme-primary-color) 100%);
}
.im-layout-h5 .footer-bar__wrapper .close-session span {
  color: #FFFFFF;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.im-layout-web {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100vh;
  width: 100vw;
  background: #E5E6E9;
}
.im-layout-web-wrapper {
  display: -ms-flexbox;
  display: flex;
  min-width: 43.75rem;
  height: 43.75rem;
  box-shadow: 0 0.625rem 3.125rem #999999;
}
.im-layout-web-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 43.75rem;
}
.im-layout-web-body-header {
  height: 3.875rem;
  background: #FFFFFF;
}
.im-layout-web-body-content {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #F5F7FA;
  overflow: hidden;
}
.im-layout-web-body-footer {
  background: #FFFFFF;
  position: relative;
}
.im-layout-web-sider {
  width: 18.75rem;
  background: #FFFFFF;
  border-left: 0.0625rem solid #E4E9F1;
}
.im-layout-web .footer-bar__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
  background: #F5F7FA;
}
.im-layout-web .footer-bar__wrapper .jimi-chat__quick-entry-wrapper {
  -ms-flex: 1 1;
      flex: 1 1;
  overflow: hidden;
}
.im-layout-web .footer-bar__wrapper .close-session {
  position: absolute;
  left: 0.9375rem;
  bottom: 3.125rem;
  z-index: 9;
  height: 1.5rem;
  width: 5rem;
  border-radius: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: linear-gradient(to right, var(--theme-primary-color-light) 0%, var(--theme-primary-color) 100%);
}
.im-layout-web .footer-bar__wrapper .close-session span {
  color: #FFFFFF;
}
.im-layout-web .footer-bar__wrapper .j-switch {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  z-index: 9;
  height: 1.5rem;
}
.im-layout-web .footer-bar__wrapper .j-switch input:checked + label {
  background: linear-gradient(to right, var(--theme-primary-color-light) 0%, var(--theme-primary-color) 100%);
}
.im-layout-web .footer-bar__wrapper .j-switch > label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.im-client-charts-item {
  height: 3.75rem;
  padding: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}
.im-client-charts-item-headImg {
  float: left;
  height: 1.875rem;
  width: 1.875rem;
}
.im-client-charts-item-info {
  -ms-flex: 1 1;
      flex: 1 1;
  margin-left: 0.625rem;
}
.im-client-charts-item-info h3 {
  margin: 0;
  margin-bottom: 0.375rem;
  color: #333333;
  font-size: 0.875rem;
}
.im-client-charts-item-info p {
  margin: 0;
  margin-bottom: 0.25rem;
  color: #999999;
  font-size: 0.75rem;
}
.im-client-charts-item-info::after {
  content: '';
  display: block;
  background: #999999;
  width: 100%;
  height: 0.0625rem;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}
.im-client-charts-item:hover {
  background: #d9d9d9;
}
.im-client-charts-head {
  display: -ms-flexbox;
  display: flex;
}
.im-client-charts-head input {
  -ms-flex: 1 1;
      flex: 1 1;
}
.im-client-charts-head button {
  float: right;
  width: 6.25rem;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.jimi-chat__home {
  max-width: 48rem;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #f4f4f4;
  position: relative;
}
.jimi-chat__home svg {
  fill: currentcolor;
}
.jimi-chat__home .c-flex {
  display: -ms-flexbox;
  display: flex;
}
.jimi-chat__home .c-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.jimi-chat__home .c-flex-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.jimi-chat__home .c-flex-center-y {
  -ms-flex-align: center;
      align-items: center;
}
.jimi-chat__home .text-center {
  text-align: center;
}
.jimi-chat__home .flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.jimi-chat__home .font-lg {
  font-size: 0.875rem;
}
.jimi-chat__home .font-xl {
  font-size: 1.1875rem;
}
.jimi-chat__home .font-small {
  font-size: 0.75rem;
}
.jimi-chat__home .font-bold {
  font-weight: bold;
}
.jimi-chat__home .danger {
  color: #cb4100;
}
.jimi-chat__home .warn {
  color: #e68400;
}
.jimi-chat__home .black {
  color: #656565;
}
.jimi-chat__home .green {
  color: #008e5d;
}
.jimi-chat__home--header {
  height: 8.625rem;
  background-color: #17288c;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 1.625rem 2.1875rem 0;
  position: relative;
}
.jimi-chat__home--header > h1 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.jimi-chat__home--header > p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #fff;
  width: 11rem;
  padding-top: 0.5rem;
  margin: 0;
}
.jimi-chat__home .chat-entry {
  position: fixed;
  right: -1.875rem;
  bottom: 9.375rem;
  width: 6.25rem;
  height: 4.0625rem;
  background-image: linear-gradient(180deg, #cf5ef5 0%, #4042f1 100%);
  border: 0.125rem solid #ffffff;
  border-radius: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.jimi-chat__home .chat-entry img {
  width: 3.125rem;
  height: 3.125rem;
  margin-left: 0.625rem;
}
.jimi-chat__home--search {
  position: absolute;
  left: 0;
  top: 7.375rem;
  width: 100%;
  padding: 0 2.125rem;
  height: 2.5rem;
}
.jimi-chat__home--search > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 0.625rem 1.125rem 0.625rem 1.375rem;
  box-shadow: 0 0.125rem 0.5rem rgba(205, 205, 205, 0.4);
  height: 2.5rem;
}
.jimi-chat__home--search > div div.placeholder {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 0.875rem;
  font-weight: 400;
  color: #9c9c9c;
}
.jimi-chat__home--search > div div.search-btn {
  width: 1.25rem;
  color: #9c9c9c;
  line-height: 0;
}
.jimi-chat__home--search > div div.search-btn img {
  width: 100%;
  height: 100%;
}
.jimi-chat__home--nav {
  padding: 2.375rem 1.375rem 0.3125rem;
  background-color: #fff;
}
.jimi-chat__home--nav > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jimi-chat__home--nav .nav-item {
  width: calc((100vw - 2.75rem) / 4);
  margin-bottom: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.75rem;
  color: #373737;
  cursor: pointer;
}
.jimi-chat__home--nav .nav-item .item-icon {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  overflow: hidden;
}
.jimi-chat__home--nav .nav-item .item-icon img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.jimi-chat__home--nav .nav-item .item-text {
  margin-top: 0.5rem;
  color: #373737;
  font-size: 0.75rem;
  line-height: 1.0625rem;
}
.jimi-chat__home--middle {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.jimi-chat__home--middle .customized {
  background: #ffffff;
  border-radius: 0.625rem;
}
.jimi-chat__home--middle .customized .font-xl {
  margin-top: 0.3125rem;
}
.jimi-chat__home--middle .customized .c-header {
  padding: 0.625rem;
  border-bottom: 0.0625rem solid #f0f0f0;
  background-color: #f9f9f9;
}
.jimi-chat__home--middle .customized .c-header .c-flex-item {
  width: calc(100vw / 4);
}
.jimi-chat__home--middle .customized .c-header .province {
  color: #373737;
  background: #ececec;
  border-radius: 0.375rem;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 6.25rem;
}
.jimi-chat__home--middle .customized .c-header:first-child {
  background: none;
  padding: 1.1875rem 1.25rem;
}
.jimi-chat__home--middle .customized .c-header:last-child {
  border: none;
}
.jimi-chat__home--middle .customized .c-title span {
  font-size: 0.875rem;
  color: #373737;
  margin-right: 0.3125rem;
  font-weight: bold;
}
.jimi-chat__home--middle .customized .c-title a {
  font-size: 0.75rem;
  color: #578af0;
  text-decoration: none;
}
.jimi-chat__home--middle .customized .c-time {
  font-size: 0.75rem;
  color: #9c9c9c;
}
.jimi-chat__home--middle .quick-items {
  color: #fff;
  padding: 0.75rem 0.625rem;
}
.jimi-chat__home--middle .quick-items .summary {
  width: 60vw;
  margin: 0 auto;
}
.jimi-chat__home--middle .quick-items .title {
  height: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.25rem;
}
.jimi-chat__home--middle .quick-items .title > div {
  position: relative;
  font-size: 1rem;
  color: #373737;
  font-weight: bold;
  padding-left: 1rem;
}
.jimi-chat__home--middle .quick-items .items {
  padding: 0 1.25rem 0.5rem;
}
.jimi-chat__home--middle .quick-items .items div {
  display: inline-block;
  padding: 0.3125rem 1.25rem;
  background: #ebf6ff;
  border-radius: 1.25rem;
  font-weight: 400;
  margin: 0.4375rem 0.625rem 0.4375rem 0;
  font-size: 0.8125rem;
  color: #349fff;
  cursor: pointer;
}
.jimi-chat__home--tabs {
  background-color: #f9f9f9;
}
.jimi-chat__home--tabs .c-tabs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.375rem;
  background-color: #f9f9f9;
  z-index: 3;
}
.jimi-chat__home--tabs .c-tabs::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F0F0F0;
}
.jimi-chat__home--tabs .c-tabs .tab-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background: #f9f9f9;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #656565;
  cursor: pointer;
  padding: 1.25rem 0.9375rem;
  text-align: center;
}
.jimi-chat__home--tabs .c-tabs .tab-item.active {
  background-color: #f9f9f9;
  color: #487ff2;
  position: relative;
}
.jimi-chat__home--tabs .c-tabs .tab-item.active::before {
  content: " ";
  display: block;
  width: 2rem;
  height: 0.25rem;
  background-color: #487ff2;
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  border-radius: 0.625rem;
  transform: translateX(-50%);
}
.jimi-chat__home--tabs .c-tab-content {
  background-color: #f9f9f9;
  padding: 0.75rem;
}
.jimi-chat__home--tabs .c-tab-content > .item {
  color: #373737;
  font-size: 0.875rem;
  border-top: 0.0625rem solid rgba(205, 205, 205, 0.11);
  padding: 0.9375rem 2.5rem 0.9375rem 0;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.jimi-chat__home--tabs .c-tab-content > .item:first-child {
  border: none;
}
.jimi-chat__home--tabs .c-tab-content > .item::after {
  color: #3737379f;
  content: "›";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  font-size: 1.375rem;
}
.jimi-chat__home--tabs .c-tab-content .card-group {
  padding: 0.625rem 0.125rem 0;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-title {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  color: #373737;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-title > div {
  width: 0.25rem;
  height: 0.625rem;
  background-color: #4180ff;
  border-radius: 0.3125rem;
  margin-right: 0.3125rem;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.625rem 0 0.75rem;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-body a {
  display: block;
  cursor: pointer;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-body img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-body .item {
  padding: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-body .item:nth-of-type(3n+1) {
  padding-left: 0;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-body .item:nth-of-type(3n+3) {
  padding-right: 0;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-body .item > div {
  background-image: linear-gradient(223deg, #ffffff 0%, #fcfdff 100%);
  border-radius: 0.5rem;
  width: calc((100vw - 1.75rem - 1.25rem) / 3);
  height: calc((100vw - 1.75rem - 1.25rem) / 3);
  max-height: 9.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-body .item > div > div:first-child img {
  width: 2.375rem;
  height: 2.375rem;
  vertical-align: middle;
}
.jimi-chat__home--tabs .c-tab-content .card-group .group-body .item > div > div:last-child {
  overflow: hidden;
  word-break: break-all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.625rem;
  color: #373737;
  line-height: 1.125rem;
}
.jimi-chat__home .load-more {
  height: 5rem;
  text-align: center;
  font-size: 0.75rem;
  color: #9c9c9c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.jimi-chat__home .timeline {
  position: relative;
  padding: 0.75rem;
}
.jimi-chat__home .timeline::after {
  content: "";
  width: 0.0625rem;
  position: absolute;
  top: 1.25rem;
  left: 0;
  bottom: 0;
  background-color: #e9e9e9;
}
.jimi-chat__home .timeline .t-day-title {
  font-size: 0.8125rem;
  color: #373737;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}
.jimi-chat__home .timeline .t-day-title::after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #4180ff;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 0.25rem;
  z-index: 2;
}
.jimi-chat__home .timeline .t-day-date {
  margin-bottom: 1rem;
}
.jimi-chat__home .timeline .t-date-time {
  margin: 1rem 0;
  font-size: 0.625rem;
  color: #4180ff;
  position: relative;
}
.jimi-chat__home .timeline .t-date-time::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  border: 0.0625rem solid #4180ff;
  background-color: #fff;
  position: absolute;
  left: -0.9375rem;
  top: 0.1875rem;
  z-index: 2;
}
.jimi-chat__home .timeline a {
  display: block;
  color: #373737;
  text-decoration: none;
}
.jimi-chat__home .timeline .news-title {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.375rem;
}
.jimi-chat__home .timeline .news-desc {
  font-size: 0.8125rem;
  color: #9c9c9c;
  line-height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .home #cofe-im {
    background-color: #fff;
  }
  .jimi-chat__home--nav .nav-item {
    width: calc((48rem - 2.75rem) / 4);
  }
  .jimi-chat__home--tabs .c-tab-content .card-group .group-body .item > div {
    width: calc((48rem - 1.75rem - 1.25rem) / 3);
    height: calc((48rem - 1.75rem - 1.25rem) / 3);
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.noop {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.g-fade-in-right {
  animation: fadeInRight 0.5s ease both;
}
.g-fade-in-left {
  animation: fadeInLeft 0.5s ease both;
}
.g-fade-in-bottom {
  animation: fadeInBottom 0.5s ease both;
}
.g-fade-in-right-quick {
  animation: fadeInRight 0.2s forwards;
}
.g-fade-in-left-quick {
  animation: fadeInLeft 0.2s forwards;
}
.g-rotate-360-cw-infi {
  animation: rotate360CW 1s infinite;
}
.g-fade-in {
  animation: fadeIn 0.8s forwards;
}
.g-fade-bounce-in-first {
  animation: fadeBounceInFirst 0.8s ease both;
}
.g-rotate-360-cw-infi {
  animation: rotate360CW 1s infinite;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(3.125rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    transform: translate3d(0, 3.125rem, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeBounceInRight {
  0% {
    opacity: 0;
    transform: translate3d(12.5rem, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(-1.25rem, 0, 0) scale3d(0.9, 1, 1);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes fadeBounceInFirst {
  0% {
    opacity: 0;
    transform: translate3d(12.5rem, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(0rem, 0, 0) scale3d(0.9, 1, 1);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes modalPopIn {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes modalFadeIn {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotate360CW {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
/**
 * 这里用于申明全局less变量，该文件会在webpack打包时引入.
 *
 * 注：请勿在项目内通过 @import引入该文件!!!使用变量请直接@变量名.
 * ------------------------------------------------------
 * 例：example.less
 *
 * .example-class {
 *    background: @primary-color;
 * }
 * ------------------------------------------------------
 */
.img-placeholder {
  background: url(/jtalk-static/324f35ae9fa2845a926c611c242d6b18.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

