body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

li,
ul {
  list-style: none
}

h3,
li,
p,
ul {
  margin: 0;
  padding: 0
}

.chatContent {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px #f0f1f2;
  display: flex;
  height: 600px;
  width: 1100px;
  z-index: 2;
}

.userList {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 300px
}

.userList .active {
  background: #f7f7f7
}

.userList ul li {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 70px;
  padding: 0 20px;
  position: relative;
  width: 100%
}

.userList ul li .appMessageNumber {
  background: #c00;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  left: 48px;
  line-height: 20px;
  min-width: 20px;
  padding: 0 2px;
  position: absolute;
  text-align: center;
  top: 0
}

.userList ul li img {
  height: 40px;
  margin-right: 10px;
  width: 40px
}

.userList ul li .userInfo {
  width: 200px
}

.userList ul li .userInfo h3 {
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.userList ul li .userInfo span {
  color: #999;
  font-size: 12px
}

.chatContainer {
  height: 100%;
  width: 800px
}

.chatContainer .chatOnline {
  height: calc(100% - 60px)
}

.chatContainer .chatCardHeader {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  padding: 0 20px
}

.chatBtn {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 12px 0 rgb(9 7 7/3%), 0 8px 4px 0 rgb(0 0 0/4%);
  color: rgba(0, 0, 0, .87);
  cursor: pointer;
  /* height: 44px; */
  /* line-height: 44px; */
  padding: 6px;
  text-align: center;
  /* width: 120px; */
  z-index: 2;
}

.chatBtn img {
  float: left;
  height: 30px;
  /* margin-right: 10px; */
  /* margin-top: 6px; */
  width: 30px
}

.chatBtn p {
  float: left
}

.chatBtn:hover p {
  color: #ffb300
}

.totalMessageNumber {
  background: #c00;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  *font-size: 10px;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  padding: 0 4px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 1px;
  -webkit-transform: scale(.83);
  transform: scale(.83)
}

#onlineWechatRoot {
  /* height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0 */
}

.App {
  text-align: center
}

.App-logo {
  height: 40vmin;
  pointer-events: none
}

@media (prefers-reduced-motion:no-preference) {
  .App-logo {
    -webkit-animation: App-logo-spin 20s linear infinite;
    animation: App-logo-spin 20s linear infinite
  }
}

.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh
}

.App-link {
  color: #61dafb
}

@-webkit-keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

:root {
  --brand-1: #ffb300;
  --brand-2: #ffc233;
  --brand-3: #ffe48c;
  --black: #000;
  --white: #fff;
  --gray-1: rgba(0, 0, 0, .87);
  --gray-2: rgba(0, 0, 0, .54);
  --gray-3: rgba(0, 0, 0, .4);
  --gray-4: rgba(0, 0, 0, .26);
  --gray-5: rgba(0, 0, 0, .2);
  --gray-6: rgba(0, 0, 0, .1);
  --gray-7: rgba(0, 0, 0, .05);
  --gray-8: rgba(0, 0, 0, .03);
  --light-1: #f0f2f6;
  --light-2: #fafafa;
  --blue: #39f;
  --gray-dark: #333;
  --green: #62d957;
  --orange: #f70;
  --red: #f56262;
  --yellow: #ffc233;
  --yellow-light: #fff9db;
  --font-size-xs: 12px;
  /* 0.75rem; */
  --font-size-sm: 14px;
  /*0.875rem;*/
  --font-size-md: 16px;
  /*1rem;*/
  --font-size-lg: 18px;
  /*1.125rem;*/
  --radius-sm: 0.25rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;
  --shadow-1: 0 3px 4px 0 rgba(0, 0, 0, .04);
  --shadow-2: 0 4px 8px 0 rgba(0, 0, 0, .08);
  --shadow-3: 0 6px 10px 0 rgba(0, 0, 0, .08);
  --safe-top: 0px;
  --safe-bottom: 0px;
  --gutter: 12px
}

@supports (top:constant(safe-area-inset-top)) {
  :root {
    --safe-top: constant(safe-area-inset-top);
    --safe-bottom: constant(safe-area-inset-bottom)
  }
}

@supports (top:env(safe-area-inset-top)) {
  :root {
    --safe-top: env(safe-area-inset-top);
    --safe-bottom: env(safe-area-inset-bottom)
  }
}

.S--invisible {
  clip: rect(0, 0, 0, 0);
  position: absolute
}

.Avatar {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden
}

.Avatar img {
  display: block;
  height: 36px;
  object-fit: cover;
  width: 36px
}

.Avatar--sm img {
  height: 24px;
  width: 24px
}

.Avatar--lg img {
  height: 40px;
  width: 40px
}

.Avatar--square {
  border-radius: 4px
}

.Backdrop {
  background: rgba(0, 0, 0, .2);
  background: var(--gray-5);
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  outline: 0;
  position: fixed;
  right: 0;
  transition: .3s;
  width: 100vw;
  z-index: 100
}

.Backdrop.active {
  opacity: 1
}

.Bubble {
  background: #fff;
  background: var(--white);
  border-radius: 1.25rem;
  max-width: 680px;
  min-width: 1px
}

.Bubble.text {
  word-wrap: break-word;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding: 8px 16px;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  white-space: pre-wrap
}

.Bubble.image img {
  border-radius: inherit;
  display: block;
  height: auto;
  max-height: 200px;
  max-width: 200px
}

.Bubble.typing {
  padding: 8px 16px
}

.Btn,
.Bubble p {
  margin: 0
}

.Btn {
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  -webkit-appearance: none;
  background: #fff;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .1);
  border: 1px solid var(--gray-6);
  border-radius: 16px;
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1);
  display: inline-flex;
  font-family: inherit;
  font-size: 14px
    /*1rem*/
  ;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5;
  overflow: visible;
  padding: 3px 12px;
  text-align: center;
  text-transform: none;
  transition: .15s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

.Btn:not(:disabled) {
  cursor: pointer
}

.Btn:focus:not(:focus-visible) {
  outline: 0
}

.Btn:hover {
  background: rgba(0, 0, 0, .05);
  background: var(--gray-7)
}

.Btn:active {
  background: rgba(0, 0, 0, .1);
  background: var(--gray-6)
}

.Btn:disabled {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .1);
  border-color: var(--gray-6);
  color: rgba(0, 0, 0, .26);
  color: var(--gray-4);
  pointer-events: none
}

.Btn--primary {
  background: linear-gradient(90deg, #ffe48c, #ffc233);
  background: linear-gradient(90deg, var(--brand-3) 0, var(--brand-2) 100%);
  background-origin: border-box;
  border-color: transparent;
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1)
}

.Btn--primary:hover {
  background: linear-gradient(90deg, #ffe48c, #ffc233) 100% /200%;
  background: linear-gradient(90deg, var(--brand-3) 0, var(--brand-2) 100%) 100% /200%;
  background-origin: border-box
}

.Btn--primary:active {
  background: linear-gradient(90deg, #ffe48c, #ffc233) 100% /400%;
  background: linear-gradient(90deg, var(--brand-3) 0, var(--brand-2) 100%) 100% /400%
}

.Btn--primary:disabled {
  background: rgba(0, 0, 0, .05);
  background: var(--gray-7);
  border-color: transparent;
  color: rgba(0, 0, 0, .26);
  color: var(--gray-4)
}

.Btn--text {
  border: 0;
  color: #39f;
  color: var(--blue);
  padding: 0;
  vertical-align: baseline;
  vertical-align: initial
}

.Btn--text,
.Btn--text:active,
.Btn--text:hover {
  background: transparent
}

.Btn--float {
  background: #fff;
  background: var(--white);
  border: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
  box-shadow: var(--shadow-2);
  color: #ffb300;
  color: var(--brand-1);
  font-size: 12px
    /*.875rem*/
  ;
  padding: 5px 19px
}

.Btn--sm {
  border-radius: 12px;
  font-size: 12px
    /*.875rem*/
  ;
  padding: 0 6px
}

.Btn--lg {
  border-radius: 20px;
  font-size: 14px
    /*.875rem*/
  ;
  padding: 6px 27px
}

.Btn--block {
  display: block;
  width: 100%
}

.Btn--block+.Btn--block {
  margin-top: 10px
}

.Btn-icon {
  -webkit-margin-end: .5rem;
  align-self: center;
  display: inline-flex;
  flex-shrink: 0;
  margin-inline-end: .5rem
}

.Card {
  background: #fff;
  background: var(--white);
  border-radius: 1.25rem;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .04);
  box-shadow: var(--shadow-1);
  overflow: hidden
}

.Card--xl {
  width: 300px
}

.Card--lg {
  width: 160px
}

.Card--md {
  width: 120px
}

.Card--sm {
  width: 104px
}

.Card--xs {
  width: 80px
}

.Card--fluid {
  max-width: 680px;
  min-width: 260px;
  width: calc(100% - 48px)
}

.CardMedia {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.CardMedia:after {
  content: "";
  display: block;
  height: 0
}

.CardMedia--wide:after {
  padding-top: 56.25%
}

.CardMedia--square:after {
  padding-top: 100%
}

.CardMedia-content {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%
}

.CardTitle {
  padding: 16px
}

.CardTitle--center {
  padding: 4px 2px;
  text-align: center
}

.CardTitle-title {
  font-size: 16px
    /*.875rem*/
  ;
  font-weight: 500;
  margin: 0
}

.CardTitle-subtitle {
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  font-size: 12px
    /*.875rem*/
  ;
}

.CardContent {
  padding: 16px
}

.CardTitle+.CardContent {
  padding-top: 0
}

.CardText {
  color: #333;
  color: var(--gray-dark);
  padding: 16px
}

.CardTitle+.CardText {
  padding-top: 0
}

.CardText p {
  margin: 0
}

.CardActions {
  display: flex;
  padding: 16px
}

.CardText+.CardActions,
.CardTitle+.CardActions {
  padding-top: 0
}

.CardActions .Btn {
  flex: 1 1 auto;
  line-height: 1.5
}

.CardActions .Btn+.Btn {
  margin-left: 12px
}

.CardActions--column {
  flex-direction: column;
  padding: 0
}

.CardActions--column .Btn {
  background: #fff;
  background: var(--white);
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid var(--gray-6);
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  padding: 10px
}

.CardActions--column .Btn:last-child {
  border-radius: 0 0 1.25rem 1.25rem
}

.CardActions--column .Btn:active,
.CardActions--column .Btn:hover {
  background: rgba(0, 0, 0, .05);
  background: var(--gray-7)
}

.CardActions--column .Btn:disabled {
  color: rgba(0, 0, 0, .26);
  color: var(--gray-4)
}

.CardActions--column .Btn+.Btn {
  margin: 0
}

.CardActions--column .Btn--primary {
  color: #ffb300;
  color: var(--brand-1)
}

.Divider {
  align-items: center;
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  display: flex;
  font-size: 14px
    /*.875rem*/
  ;
  margin: 12px 0
}

.Divider:after,
.Divider:before {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid var(--gray-6);
  content: "";
  display: block;
  flex: 1 1
}

.Divider--text-center:before,
.Divider--text-left:before,
.Divider--text-right:before {
  margin-right: 12px;
  margin-right: var(--gutter)
}

.Divider--text-center:after,
.Divider--text-left:after,
.Divider--text-right:after {
  margin-left: 12px;
  margin-left: var(--gutter)
}

.Divider--text-left:before,
.Divider--text-right:after {
  max-width: 10%
}

.Empty {
  padding: 30px;
  text-align: center
}

.Empty-img {
  height: 125px
}

.Empty-tip {
  color: rgba(0, 0, 0, .26);
  color: var(--gray-4);
  margin: 20px 0
}

.Flex {
  display: flex
}

.Flex--inline {
  display: inline-flex
}

.Flex--center {
  align-items: center;
  justify-content: center
}

.Flex--d-r {
  flex-direction: row
}

.Flex--d-rr {
  flex-direction: row-reverse
}

.Flex--d-c {
  flex-direction: column
}

.Flex--d-cr {
  flex-direction: column-reverse
}

.Flex--w-n {
  flex-wrap: nowrap
}

.Flex--w-w {
  flex-wrap: wrap
}

.Flex--w-wr {
  flex-wrap: wrap-reverse
}

.Flex--jc-fs {
  justify-content: flex-start
}

.Flex--jc-fe {
  justify-content: flex-end
}

.Flex--jc-c {
  justify-content: center
}

.Flex--jc-sb {
  justify-content: space-between
}

.Flex--jc-sa {
  justify-content: space-around
}

.Flex--ai-fs {
  align-items: flex-start
}

.Flex--ai-fe {
  align-items: flex-end
}

.Flex--ai-c {
  align-items: center
}

.FlexItem {
  flex: 1 1;
  min-height: 0;
  min-width: 0
}

.HelpText {
  color: rgba(0, 0, 0, .26);
  color: var(--gray-4);
  font-size: 12px
    /*.875rem*/
  ;
}

.Icon {
  stroke-width: 0;
  fill: currentColor;
  display: inline-block;
  height: 1em;
  transition: all .3s cubic-bezier(.18, .89, .32, 1.28);
  width: 1em
}

.is-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.IconBtn {
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2);
  padding: 0
}

.IconBtn.Btn--primary {
  color: #ffc233;
  color: var(--brand-2)
}

.IconBtn:disabled {
  border-color: rgba(0, 0, 0, .1);
  border-color: var(--gray-6);
  color: rgba(0, 0, 0, .1);
  color: var(--gray-6)
}

.IconBtn.Btn--lg {
  border-radius: 12px;
  font-size: 20px
    /*.875rem*/
  ;
  padding: 4px
}

.IconBtn>.Icon,
.IconBtn>img {
  display: block
}

.IconBtn>img {
  height: 1em;
  width: 1em
}

.Image {
  border-style: none;
  display: inline-block;
  overflow: hidden;
  position: relative
}

.Image--fluid {
  height: auto;
  max-width: 100%
}

.InfiniteScroll {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll
}

.InputWrapper {
  position: relative
}

.InputWrapper.has-counter {
  padding-bottom: 20px
}

.InputWrapper.has-counter+.HelpText {
  margin-top: -20px
}

.Input {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  background: #fff;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .1);
  border: 1px solid var(--gray-6);
  border-radius: 12px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1);
  display: block;
  font-family: inherit;
  font-size: 14px
    /*.875rem*/
  ;
  line-height: 1.5;
  margin: 0;
  min-height: 24px;
  padding: 5px 12px;
  resize: none;
  transition: .2s ease-in-out;
  width: 100%
}

.Input:focus {
  border-color: #ffb300;
  border-color: var(--brand-1);
  outline: none
}

.Input:focus:not([disabled]):not([readonly])~.Input-line:after,
.Input:focus:not([disabled]):not([readonly])~.Input-line:before {
  width: 50%
}

.Input::-webkit-input-placeholder {
  color: #ccc
}

.Input:-ms-input-placeholder {
  color: #ccc
}

.Input::placeholder {
  color: #ccc
}

.Input--filled {
  background-color: #f0f2f6;
  background-color: var(--light-1);
  border-color: transparent
}

.Input--flushed {
  background: none;
  border-radius: 0;
  border-width: 0 0 1px;
  padding: 2px 12px;
  padding: 2px var(--gutter)
}

.Input--flushed:focus {
  box-shadow: 0 1px 0 0 #ffb300;
  box-shadow: var(--brand-1) 0 1px 0 0
}

.Input-counter {
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  float: right;
  font-size: 12px
    /*.875rem*/
  ;
  margin-right: 12px;
  margin-right: var(--gutter);
  position: relative;
  z-index: 1
}

.Label {
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2);
  display: block;
  font-size: 12px
    /*.875rem*/
  ;
}

.List {
  background: #fff;
  background: var(--white)
}

.List--bordered {
  border: 1px solid rgba(0, 0, 0, .05);
  border: 1px solid var(--gray-7);
  border-radius: 2px
}

.ListItem {
  align-items: center;
  border: 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1);
  display: flex;
  font-size: 14px
    /*.875rem*/
  ;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 15px;
  text-decoration: none;
  transition: .3s
}

.ListItem:focus:not(:focus-visible) {
  outline: 0
}

.ListItem+.ListItem {
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-top: 1px solid var(--gray-7)
}

.ListItem .Icon {
  color: rgba(0, 0, 0, .26);
  color: var(--gray-4)
}

button.ListItem {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  text-align: left;
  width: 100%
}

a.ListItem:hover,
button.ListItem:hover {
  background: rgba(0, 0, 0, .05);
  background: var(--gray-7);
  background-clip: padding-box;
  cursor: pointer
}

a.ListItem:active,
button.ListItem:active {
  background: rgba(0, 0, 0, .1);
  background: var(--gray-6)
}

.ListItem-content {
  flex: 1 1
}

.Loading {
  padding: 12px
}

.Loading .Icon {
  color: #ffc233;
  color: var(--brand-2);
  font-size: 24px
    /*.875rem*/
  ;
}

.Loading-tip {
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2);
  font-size: 12px
    /*.875rem*/
  ;
  margin: 0 0 0 5px
}

.MediaObject {
  display: flex
}

.MediaObject-pic {
  margin-right: 10px;
  width: 70px
}

.MediaObject-pic>img {
  display: block;
  height: 100%;
  width: 100%
}

.MediaObject-info {
  flex: 1 1
}

.MediaObject-title {
  font-size: 12px
    /*.875rem*/
  ;
  font-weight: 400;
  margin: 0 0 6px
}

.MediaObject-meta {
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2);
  font-size: 12px
    /*.875rem*/
  ;
}

.Message {
  position: relative
}

.Message+.Message {
  margin-top: 8px
}

.Message.left {
  -webkit-animation: msgLeft .5s ease-in-out;
  animation: msgLeft .5s ease-in-out
}

.Message.left .Bubble {
  margin-right: 48px
}

.Message.right {
  -webkit-animation: msgRight .5s ease-in-out;
  animation: msgRight .5s ease-in-out
}

.Message.right .Message-content {
  flex-direction: row-reverse
}

.Message.right .Message-content>.Avatar {
  margin-left: 4px;
  margin-right: 0
}

.Message.right .Bubble {
  background: #ffe48c;
  background: var(--brand-3);
  border-radius: 1.25rem;
  margin-left: 40px
}

.Message-meta {
  margin-bottom: 8px;
  text-align: center
}

.Message-content {
  align-items: flex-start;
  display: flex
}

.Message-content>.Avatar {
  flex-shrink: 0;
  margin-right: 4px
}

.SystemMessage {
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2);
  font-size: 12px
    /*.875rem*/
  ;
  padding: 0 16px;
  text-align: center
}

.SystemMessage a {
  margin-left: 5px
}

@-webkit-keyframes msgLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes msgLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes msgRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  20% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes msgRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  20% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.MessageStatus {
  align-self: center;
  margin-right: 12px
}

.MessageStatus[data-status=loading] .Icon {
  color: rgba(0, 0, 0, .26);
  color: var(--gray-4)
}

.MessageStatus[data-status=fail] .IconBtn {
  color: #ff5959
}

.MessageStatus .Icon,
.MessageStatus .IconBtn {
  display: block
}

.Message.right .Bubble+.MessageStatus {
  margin-right: -28px
}

.Modal,
.Popup {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100
}

.Modal.active .Modal-dialog {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

.Modal-dialog {
  background: #fff;
  background: var(--white);
  border-radius: 1.25rem;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .08);
  box-shadow: var(--shadow-3);
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: opacity .15s linear, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, opacity .15s linear;
  transition: transform .3s ease-out, opacity .15s linear, -webkit-transform .3s ease-out;
  width: 320px;
  z-index: 100
}

@media (max-width:320px) {
  .Modal-dialog {
    width: 300px
  }
}

.Modal-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 12px
}

.Modal-title {
  flex: 1 1;
  font-size: 18px
    /*.875rem*/
  ;
  font-weight: 500;
  margin: 0
}

.Modal-close,
.Modal-title {
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1)
}

.Modal-close {
  margin: -4px
}

.Modal-footer {
  display: flex
}

.Modal-footer--h {
  padding: 12px
}

.Modal-footer--h .Btn {
  flex: 1 1 auto
}

.Modal-footer--h .Btn+.Btn {
  margin-left: 12px
}

.Modal-footer--v {
  flex-direction: column;
  padding-top: 12px
}

.Modal-footer--v .Btn {
  background: #fff;
  background: var(--white);
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid var(--gray-6);
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2);
  font-weight: 500;
  padding: 12px
}

.Modal-footer--v .Btn:last-child {
  border-radius: 0 0 1.25rem 1.25rem
}

.Modal-footer--v .Btn--primary {
  color: #ffb300;
  color: var(--brand-1)
}

.Popup {
  align-items: flex-end
}

.Popup.active .Popup-dialog {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.Popup-dialog {
  background: #fff;
  background: var(--white);
  border-radius: 1.25rem 1.25rem 0 0;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, .08);
  opacity: 0;
  overflow: hidden;
  padding-bottom: env(safe-area-inset-bottom);
  position: relative;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: .3s;
  width: 100%;
  z-index: 100
}

.Popup-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 12px
}

.Popup-title {
  flex: 1 1;
  font-size: 18px
    /*.875rem*/
  ;
  margin: 0
}

.Popup-close,
.Popup-title {
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1)
}

.Popup-close {
  margin: -4px
}

.Popup-body.overflow {
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  max-height: 70vh;
  overflow-y: auto
}

.Popup-footer {
  background: #fff;
  background: var(--white);
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  padding: 12px;
  position: relative
}

.Popup-footer .Btn+.Btn {
  margin-top: 12px
}

.Confirm {
  text-align: center
}

.Confirm .Modal-body {
  color: #333;
  color: var(--gray-dark);
  padding: 0 16px
}

.S--modalOpen,
.S--modalOpen .MessageContainer>.PullToRefresh {
  overflow: hidden
}

.S--wide .Popup {
  align-items: center
}

.S--wide .Popup-dialog {
  border-radius: 1.25rem;
  width: 480px
}

.Navbar {
  background: #f0f2f6;
  background: var(--light-1);
  border-bottom: 1px solid rgba(0, 0, 0, .03);
  border-bottom: 1px solid var(--gray-8);
  min-height: 44px;
  padding: 0 8px;
  padding-top: var(--safe-top);
  position: relative;
  z-index: 10
}

.Navbar,
.Navbar-main {
  align-items: center;
  display: flex
}

.Navbar-main {
  flex: 1 1;
  justify-content: center
}

.Navbar-left,
.Navbar-right {
  padding: 2px 0;
  width: 100px;
  width: calc(3rem + 32px)
}

.Navbar-right {
  text-align: right
}

.Navbar-title {
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1);
  font-size: 14px
    /*.875rem*/
  ;
  font-weight: 400;
  margin: 0;
  text-align: center
}

.Navbar-logo {
  height: 36px;
  width: auto
}

.Navbar .IconBtn {
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2);
  padding: 8px
}

.Notice {
  background: #fff9db;
  background: var(--yellow-light);
  border-radius: 1.25rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
  box-shadow: var(--shadow-2);
  left: 12px;
  padding: 9px 12px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 30
}

.Notice-text {
  margin: 0
}

.Notice-text.collapsed {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis
}

.Notice-text[data-overflow=true]:not(.collapsed):after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 30px
}

.Notice-text a {
  color: inherit;
  text-decoration: none
}

.Notice-icon {
  float: left;
  margin: 4px 5px 0 0
}

.Notice-close {
  left: 8px;
  position: absolute;
  top: 50%;
  top: min(50%, 33px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.Notice-close+.Notice-content {
  margin-left: 32px
}

.Notice .Icon,
.Notice-content {
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1)
}

.Notice-content {
  word-wrap: break-word;
  font-size: 14px
    /*.875rem*/
  ;
  line-height: 1.5;
  position: relative
}

.Notice-actions {
  background: #fff9db;
  background: var(--yellow-light);
  bottom: -4px;
  padding-left: 6px;
  position: absolute;
  right: -4px
}

.Notice-more[aria-expanded=true] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.Popover {
  font-size: 14px
    /*.875rem*/
  ;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  z-index: 1030
}

.Popover-body {
  background: #fff;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .08);
  box-shadow: var(--shadow-3)
}

.Popover-arrow {
  fill: #fff;
  fill: var(--white);
  display: block;
  height: 5px;
  margin-left: 10px;
  width: 9px
}

.Price {
  display: inline;
  font-size: 12px
    /*.875rem*/
  ;
}

.Price--original {
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  text-decoration: line-through
}

.Price:not(.Price--original) .Price-integer {
  font-size: 18px
    /*.875rem*/
  ;
}

.Progress {
  background-color: rgba(0, 0, 0, .2);
  background-color: var(--gray-5);
  border-radius: 100px;
  display: flex;
  height: 2px;
  overflow: hidden
}

.Progress-bar {
  background-color: #39f;
  background-color: var(--blue);
  overflow: hidden;
  transition: width .6s ease
}

.Progress--success .Progress-bar {
  background-color: #62d957;
  background-color: var(--green)
}

.Progress--error .Progress-bar {
  background-color: #f56262;
  background-color: var(--red)
}

.PullToRefresh {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: scroll
}

.PullToRefresh-fallback {
  padding-top: 12px;
  padding-top: var(--gutter);
  text-align: center
}

.PullToRefresh-loadMore {
  font-size: 14px
    /*.875rem*/
  ;
}

.PullToRefresh-inner {
  min-height: 100%;
  overflow: hidden
}

.PullToRefresh-indicator {
  color: grey;
  height: 25px;
  line-height: 25px;
  margin-top: -25px;
  text-align: center
}

.PullToRefresh-spinner {
  color: #ffc233;
  color: var(--brand-2);
  font-size: 18px
    /*.875rem*/
  ;
}

.PullToRefresh-transition {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.QuickReplies {
  background: rgba(242, 244, 245, .95);
  bottom: 100%;
  left: 0;
  overflow: hidden;
  padding: 4px 12px;
  padding: 4px var(--gutter);
  position: absolute;
  right: 0;
  transition: opacity .3s;
  z-index: 110
}

.QuickReplies[data-visible=false] {
  opacity: 0;
  visibility: hidden
}

.QuickReplies:not(.ScrollView--hasControls) {
  padding-left: 0;
  padding-right: 0
}

.QuickReplies:not(.ScrollView--hasControls) .ScrollView-inner {
  padding: 0 12px;
  padding: 0 var(--gutter)
}

.QuickReplies:not(.ScrollView--hasControls) .ScrollView-item:last-child {
  padding-right: 12px;
  padding-right: var(--gutter)
}

.QuickReply {
  background: #fff;
  background: var(--white);
  border: 1px solid #fff;
  border: 1px solid var(--white);
  border-radius: 20px;
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1);
  cursor: pointer;
  font-size: 14px
    /*.875rem*/
  ;
  font-weight: 500;
  line-height: 1.43;
  margin: 0;
  padding: 5px 11px;
  position: relative;
  transition: .15s ease-in-out
}

.QuickReply.new:after {
  background: #f56262;
  background: var(--red);
  border-radius: 50%;
  content: "";
  height: 8px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 1px;
  width: 8px
}

.QuickReply.highlight {
  border-color: #ffc233;
  border-color: var(--brand-2)
}

.QuickReply-inner {
  align-items: center;
  display: flex
}

.QuickReply-img {
  max-height: 16px
}

.QuickReply-img,
.QuickReply-inner>.Icon {
  margin-right: 3px
}

@media (hover:hover) {
  .QuickReply:hover {
    background: rgba(0, 0, 0, .05);
    background: var(--gray-7)
  }

  .QuickReply:not(.highlight):hover {
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, .05);
    border-color: var(--gray-7)
  }
}

.Checkbox,
.Radio {
  -webkit-tap-highlight-color: transparent;
  background: #f2f4f5;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px
    /*.875rem*/
  ;
  font-weight: 500;
  line-height: 20px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  transition: .15s ease-in-out
}

.RadioGroup--block .Radio {
  display: block;
  margin: 10px 0 0
}

.RadioGroup--block .Radio:first-child {
  margin: 0
}

.CheckboxGroup--block .Checkbox {
  display: block;
  margin: 10px 0 0
}

.CheckboxGroup--block .Checkbox:first-child {
  margin: 0
}

.Checkbox--disabled,
.Radio--disabled {
  background: rgba(0, 0, 0, .05);
  background: var(--gray-7);
  border-color: transparent;
  color: rgba(0, 0, 0, .26);
  color: var(--gray-4);
  cursor: auto
}

.Checkbox--checked,
.Radio--checked {
  background: #ffe48c;
  background: var(--brand-3);
  border-color: #ffe48c;
  border-color: var(--brand-3);
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1)
}

.Checkbox-input,
.Radio-input {
  cursor: inherit;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.RateActions {
  align-self: flex-end;
  margin: 0 8px;
  position: relative;
  width: 32px;
  z-index: 10
}

.RateBtn {
  background: #fff;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .04);
  box-shadow: var(--shadow-1);
  font-size: 20px
    /*.875rem*/
  ;
  padding: 4px
}

.RateBtn+.RateBtn {
  margin-top: 9px
}

.RateBtn.active {
  box-shadow: none
}

.RateBtn[data-type=up].active,
.RateBtn[data-type=up]:hover {
  color: #ffb300;
  color: var(--brand-1)
}

.RateBtn[data-type=down].active,
.RateBtn[data-type=down]:hover {
  color: #39f;
  color: var(--blue)
}

.RichText {
  word-wrap: break-word;
  overflow-wrap: break-word
}

.ScrollView {
  overflow: hidden
}

.ScrollView-scroller {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-width: none
}

.ScrollView-scroller::-webkit-scrollbar {
  display: none
}

.ScrollView--fullWidth {
  margin: 0 -12px;
  margin: 0 calc(var(--gutter)*-1)
}

.ScrollView--fullWidth:not(.ScrollView--hasControls) .ScrollView-inner {
  padding: 0 12px;
  padding: 0 var(--gutter)
}

.ScrollView--x .ScrollView-scroller {
  display: flex;
  margin-bottom: -18px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 18px
}

.ScrollView--x .ScrollView-inner {
  display: flex
}

.ScrollView--x .ScrollView-item {
  flex: 0 0 auto;
  margin-left: 8px
}

.ScrollView--x .ScrollView-item:first-child {
  margin-left: 0
}

.ScrollView--hasControls {
  align-items: center;
  display: flex
}

.ScrollView--hasControls .ScrollView-scroller {
  flex: 1 1
}

.ScrollView-control {
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  font-size: 14px
    /*.875rem*/
  ;
  padding: 6px
}

.ScrollView-control:not(:disabled):hover {
  color: #ffb300;
  color: var(--brand-1)
}

.Search {
  margin-bottom: 12px;
  position: relative
}

.Search-icon {
  font-size: 14px
    /*.875rem*/
  ;
  left: 12px;
  position: absolute;
  top: 10px
}

.Search-input {
  background: #fff;
  border-radius: 18px;
  padding: 6px 36px
}

.Search-input::-webkit-search-cancel-button {
  display: none
}

.Search-input:disabled {
  background: rgba(0, 0, 0, .05);
  background: var(--gray-7)
}

.Search-clear {
  border-radius: 24px;
  opacity: 0;
  padding: 4px;
  position: absolute;
  right: 6px;
  top: 6px
}

.Search-input:focus+.Search-clear {
  opacity: 1
}

.Select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px
}

.Select:focus {
  border-color: #ffc233;
  border-color: var(--brand-2)
}

.Select:disabled {
  background-color: rgba(0, 0, 0, .05);
  background-color: var(--gray-7)
}

.Stepper {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.Step {
  padding-bottom: 10px;
  padding-left: 24px;
  position: relative
}

.Step:last-child {
  padding-bottom: 0
}

.Step:last-child .Step-line {
  display: none
}

.Step--active .Step-dot {
  background: #ffb300;
  background: var(--brand-1);
  -webkit-transform: scale(1.5);
  transform: scale(1.5)
}

.Step--active .Step-line {
  background: rgba(0, 0, 0, .1);
  background: var(--gray-6)
}

.Step--active .Step-desc,
.Step--active .Step-title {
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1)
}

.Step--disabled .Step-dot,
.Step--disabled .Step-line {
  background: rgba(0, 0, 0, .1);
  background: var(--gray-6)
}

.Step--disabled .Step-desc,
.Step--disabled .Step-title {
  color: rgba(0, 0, 0, .26);
  color: var(--gray-4)
}

.Step-dot {
  border-radius: 50%;
  height: 8px;
  left: 2px;
  top: 6px;
  width: 8px;
  z-index: 2
}

.Step-dot,
.Step-line {
  background: #ffe48c;
  background: var(--brand-3);
  position: absolute
}

.Step-line {
  bottom: -7px;
  left: 5px;
  top: 13px;
  width: 2px
}

.Step-title {
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2)
}

.Step-desc {
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  font-size: 12px
    /*.875rem*/
  ;
}

.Tabs-nav {
  display: flex;
  margin-bottom: 12px;
  position: relative
}

.Tabs-nav::-webkit-scrollbar {
  display: none
}

.Tabs--scrollable .Tabs-nav {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto
}

.Tabs--scrollable .Tabs-navItem {
  flex: 1 0 auto
}

.Tabs-navItem {
  flex: 1 1;
  text-align: center
}

.Tabs-navLink {
  background: transparent;
  border: 0;
  border-radius: 20px;
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2);
  display: block;
  font-size: 14px
    /*.875rem*/
  ;
  margin: 0;
  padding: 5px 12px;
  transition: .3s;
  width: 100%
}

.Tabs-navLink:focus:not(:focus-visible) {
  outline: 0
}

.Tabs-navLink:hover {
  background: rgba(0, 0, 0, .1);
  background: var(--gray-6);
  cursor: pointer
}

.Tabs-navLink.active,
.Tabs-navLink:hover {
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1)
}

.Tabs-navLink.active {
  position: relative;
  z-index: 1
}

.Tabs-navPointer {
  background-image: linear-gradient(90deg, #ffe48c, #ffc233);
  background-image: linear-gradient(90deg, var(--brand-3) 0, var(--brand-2) 100%);
  border-radius: 4px;
  bottom: 0;
  box-shadow: 0 1.5px 3px 0 rgba(255, 138, 0, .3);
  height: 4px;
  left: 0;
  position: absolute;
  transition: .3s
}

.Tabs-pane {
  display: none
}

.Tabs-pane.active {
  display: block
}

.Tag {
  border: 1px solid #ffb300;
  border: 1px solid var(--brand-1);
  border-radius: 4px;
  color: #ffb300;
  color: var(--brand-1);
  display: inline-block;
  font-size: 12px
    /*.875rem*/
  ;
  line-height: 1.2;
  margin: 0 4px 0 0;
  padding: 1px 3px;
  position: relative;
  white-space: nowrap
}

.Tag--primary {
  border-color: transparent;
  color: #f70;
  color: var(--orange)
}

.Tag--primary:before {
  background: currentColor;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -1px;
  opacity: .2;
  position: absolute;
  right: 0;
  top: 0
}

.Tag--success {
  background: #62d957;
  background: var(--green);
  border-color: #62d957;
  border-color: var(--green);
  color: #fff
}

.Tag--danger {
  background: #f56262;
  background: var(--red);
  border-color: #f56262;
  border-color: var(--red);
  color: #fff
}

.Tag--warning {
  background: #f70;
  background: var(--orange);
  border-color: #f70;
  border-color: var(--orange);
  color: #fff
}

.Text--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.Text--break {
  overflow-wrap: break-word !important;
  word-break: break-word !important
}

.Text--ellipsis {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis
}

.Time {
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  display: inline-block;
  font-size: 12px
    /*.875rem*/
  ;
  padding: 3px
}

.Toast,
.Toast-content {
  align-items: center;
  display: flex
}

.Toast {
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s ease 0s;
  visibility: hidden;
  z-index: 200
}

.Toast[data-type=success] .Icon {
  color: #62d957;
  color: var(--green)
}

.Toast[data-type=error] .Icon {
  color: #f56262;
  color: var(--red)
}

.Toast[data-type=loading] .Icon {
  color: #ffc233;
  color: var(--yellow)
}

.Toast.show {
  opacity: 1;
  visibility: visible
}

.Toast .Icon {
  font-size: 24px
    /*.875rem*/
  ;
  margin-right: 8px
}

.Toast-content {
  background: #fff;
  background: var(--white);
  border-radius: 30px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .08);
  box-shadow: var(--shadow-3);
  box-sizing: border-box;
  margin: 0 20px;
  min-width: 160px;
  padding: 18px 20px 18px 28px
}

.Toast-message {
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1);
  flex: 1 1 auto;
  font-size: 14px
    /*.875rem*/
  ;
  margin: 0
}

.Toolbar {
  padding: 10px 12px 25px
}

.Toolbar-item {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  width: 25%
}

.Toolbar-btn {
  background: transparent;
  border: 0;
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1);
  overflow: hidden;
  padding: 6px;
  position: relative;
  vertical-align: top;
  width: 72px
}

.Toolbar-btn,
.Toolbar-btnIcon {
  display: inline-block
}

.Toolbar-btnIcon .Icon {
  font-size: 40px;
  transition: .3s
}

.Toolbar-img {
  height: 40px;
  width: 40px
}

.Toolbar-btnText {
  display: block;
  font-size: 12px
    /*.875rem*/
  ;
  margin-top: 12px;
  transition: .3s
}

[data-tooltip] {
  cursor: pointer;
  position: relative
}

[data-tooltip]:after,
[data-tooltip]:before {
  bottom: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 4px);
  transform: translate(-50%, 4px);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all .18s ease-out .18s;
  z-index: 200
}

[data-tooltip]:after {
  background: rgba(0, 0, 0, .87);
  background: var(--gray-1);
  border-radius: 6px;
  color: #fff;
  color: var(--white);
  content: attr(aria-label);
  font-size: 12px
    /*.875rem*/
  ;
  margin-bottom: 10px;
  padding: .5em 1em;
  white-space: nowrap
}

[data-tooltip]:before {
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, .87);
  border-top: 5px solid var(--gray-1);
  content: "";
  height: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  width: 0
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

.Tree {
  background: #fff;
  background: var(--white)
}

.TreeNode-title {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid var(--gray-7);
  display: flex;
  justify-content: space-between;
  padding: 10px 15px
}

.TreeNode-title:hover {
  background: #fafafa;
  background: var(--light-2);
  color: #ffb300;
  color: var(--brand-1);
  cursor: pointer
}

.TreeNode:last-child .TreeNode-title {
  border: 0
}

.TreeNode-children-title {
  background: #fafafa;
  background: var(--light-2);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid var(--gray-7)
}

.TreeNode-title-text {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis
}

.TreeNode-children {
  display: none
}

.TreeNode-children-active {
  display: block
}

.Typing {
  align-items: center;
  display: flex;
  height: 20px;
  transition: opacity .1s
}

.Typing-dot {
  -webkit-animation: typing-dot .9s linear infinite;
  animation: typing-dot .9s linear infinite;
  background: #ffc233;
  background: var(--brand-2);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  width: 8px
}

.Typing-dot:first-child {
  margin: 0;
  opacity: .9
}

.Typing-dot:nth-child(2) {
  -webkit-animation-delay: .225s;
  animation-delay: .225s;
  opacity: .3
}

.Typing-dot:nth-child(3) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
  opacity: .6
}

@-webkit-keyframes typing-dot {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  25% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes typing-dot {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  25% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.Video {
  border-radius: inherit;
  position: relative
}

.Video-cover,
.Video-video {
  border-radius: inherit;
  display: block;
  max-height: 100%;
  width: 100%
}

.Video-duration {
  bottom: 5px;
  color: #fff;
  color: var(--white);
  position: absolute;
  right: 5px;
  z-index: 1
}

.Video-duration:after {
  content: "＂"
}

.Video-playBtn {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.Video-playBtn:hover {
  cursor: pointer
}

.Video-playIcon {
  background: url(//gw.alicdn.com/tfs/TB1p1mkqIbpK1RjSZFyXXX_qFXa-70-70.png) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  height: 35px;
  width: 35px
}

.Video--playing .Video-playBtn {
  display: none
}

.Carousel {
  overflow: hidden;
  position: relative
}

.Carousel--draggable .Carousel-inner {
  cursor: grab;
  touch-action: pan-y
}

.Carousel--draggable .Carousel-inner:active {
  cursor: grabbing
}

.Carousel--rtl {
  direction: rtl
}

.Carousel--dragging .Carousel-item {
  pointer-events: none
}

.Carousel-inner {
  display: flex;
  will-change: transform
}

.Carousel-dots {
  bottom: 8px;
  display: flex;
  justify-content: center;
  left: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1
}

.Carousel-dot {
  background: rgba(0, 0, 0, .26);
  background: var(--gray-4);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  transition: .3s;
  width: 8px
}

.Carousel-dot.active {
  background: #ffb300;
  background: var(--brand-1)
}

.Goods {
  padding: 12px
}

.Goods+.Goods {
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-top: 1px solid var(--gray-7)
}

.Goods-img {
  border-radius: 12px;
  height: 80px;
  margin-right: 8px;
  object-fit: cover;
  width: 80px
}

.Goods-name {
  font-size: 14px
    /*.875rem*/
  ;
  font-weight: 400;
  margin: 0 0 5px
}

.Goods-main .Price {
  margin-right: 8px
}

.Goods-desc {
  font-size: 12px
    /*.875rem*/
  ;
  word-break: break-all
}

.Goods-desc,
.Goods-meta {
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3)
}

.Goods-meta {
  font-size: 12px
    /*.875rem*/
  ;
}

.Goods-countUnit {
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  font-size: 14px
    /*.875rem*/
  ;
}

.Goods-unit {
  font-size: 12px
    /*.875rem*/
  ;
  margin-left: 3px
}

.Goods-buyBtn {
  color: #fff;
  float: right;
  padding: 2px
}

.Goods-buyBtn,
.Goods-buyBtn:hover {
  background: #ffb300;
  background: var(--brand-1)
}

.Goods-detailBtn {
  border-radius: 10px;
  font-size: 12px
    /*.875rem*/
  ;
  line-height: 18px;
  min-width: 48px;
  padding: 0 10px
}

.Goods-aside {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-left: 8px
}

.Goods-status {
  color: #f70;
  color: var(--orange);
  font-size: 14px
    /*.875rem*/
  ;
}

.FileCard {
  padding: 8px
}

.FileCard-icon {
  color: rgba(0, 0, 0, .54);
  color: var(--gray-2);
  height: 60px;
  margin-right: 8px;
  position: relative
}

.FileCard-icon[data-type=pdf] {
  color: #f56262;
  color: var(--red)
}

.FileCard-icon[data-type*=doc] {
  color: #39f;
  color: var(--blue)
}

.FileCard-icon[data-type*=ppt],
.FileCard-icon[data-type=key] {
  color: #f70;
  color: var(--orange)
}

.FileCard-icon[data-type*=xls] {
  color: #62d957;
  color: var(--green)
}

.FileCard-icon[data-type=rar],
.FileCard-icon[data-type=zip] {
  color: #ffb300;
  color: var(--brand-1)
}

.FileCard-icon .Icon {
  font-size: 60px
}

.FileCard-name {
  height: 38px;
  line-height: 1.4;
  margin-bottom: 4px
}

.FileCard-ext {
  bottom: 15px;
  font-size: 14px
    /*.875rem*/
  ;
  font-weight: 700;
  left: 20px;
  max-width: 50px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

.FileCard-meta {
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3);
  font-size: 14px
    /*.875rem*/
  ;
}

.FileCard-meta>a,
.FileCard-meta>span {
  margin-right: 10px
}

.Form {
  background: #fff;
  background: var(--white)
}

.Form.is-light {
  background: #fafafa;
  background: var(--light-2)
}

.Form.is-light .FormItem {
  padding: 0
}

.Form.is-light .HelpText,
.Form.is-light .Label,
.FormItem {
  padding: 0 12px;
  padding: 0 var(--gutter)
}

.FormItem {
  position: relative
}

.FormItem+.FormItem {
  margin-top: 20px
}

.FormItem.required .Label:after {
  color: #f56262;
  color: var(--red);
  content: "*";
  display: inline-block;
  font-family: SimSun, sans-serif;
  font-size: 14px
    /*.875rem*/
  ;
  line-height: 1;
  vertical-align: middle
}

.FormItem.is-invalid .HelpText,
.FormItem.is-invalid .Label {
  color: #f56262;
  color: var(--red)
}

.FormItem.is-invalid .Input {
  border-color: #f56262;
  border-color: var(--red)
}

.FormItem .CheckboxGroup,
.FormItem .RadioGroup {
  margin-top: 10px
}

.FormItem .Label+.Input {
  margin-top: 5px
}

.FormActions {
  background: #fff;
  background: var(--white);
  display: flex;
  padding: 10px 12px;
  padding: 10px var(--gutter)
}

.FormActions .Btn {
  flex: 1 1
}

.FormActions .Btn+.Btn {
  margin-left: 6px
}

.MessageContainer {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
  position: relative
}

.MessageContainer>.PullToRefresh {
  flex: 1 1
}

.MessageContainer>.PullToRefresh>.PullToRefresh-inner {
  box-sizing: border-box;
  padding-bottom: 40px
}

.MessageContainer:focus {
  outline: 0
}

.MessageList {
  padding: 12px;
  padding: var(--gutter)
}

.RecorderToast {
  background: rgba(51, 51, 51, .87);
  border-radius: 12px;
  color: #fff;
  color: var(--white);
  height: 160px;
  left: 50%;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160px;
  z-index: 100
}

.Recorder--cancel .RecorderToast {
  color: #f56262;
  color: var(--red)
}

.Recorder--cancel .Recorder-btn {
  background: rgba(0, 0, 0, .05);
  background: var(--gray-7);
  color: rgba(0, 0, 0, .4);
  color: var(--gray-3)
}

.RecorderToast-icon {
  font-size: 37px;
  position: relative
}

.RecorderToast-waves {
  height: 100%;
  position: absolute;
  transition: .3s;
  width: 100%;
  z-index: -1
}

.RecorderToast-wave-1,
.RecorderToast-wave-2,
.RecorderToast-wave-3 {
  -webkit-animation: wave 10s linear infinite;
  animation: wave 10s linear infinite;
  color: #ffc233;
  color: var(--brand-2);
  position: absolute;
  z-index: -1
}

.RecorderToast-wave-1 {
  font-size: 176px;
  left: 14px;
  opacity: .2;
  top: -25px
}

.RecorderToast-wave-2 {
  font-size: 186px;
  left: -21px;
  opacity: .4;
  top: -12px
}

.RecorderToast-wave-3 {
  font-size: 71px;
  left: 55px;
  opacity: .8;
  top: 40px
}

.Recorder-btn {
  -webkit-touch-callout: none;
  background: #fff;
  background: var(--white);
  border-radius: 20px;
  color: #333;
  color: var(--gray-dark);
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(5%) rotate(0);
    transform: translateY(5%) rotate(0)
  }

  50% {
    -webkit-transform: translateY(-5%) rotate(180deg);
    transform: translateY(-5%) rotate(180deg)
  }

  to {
    -webkit-transform: translateY(5%) rotate(1turn);
    transform: translateY(5%) rotate(1turn)
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateY(5%) rotate(0);
    transform: translateY(5%) rotate(0)
  }

  50% {
    -webkit-transform: translateY(-5%) rotate(180deg);
    transform: translateY(-5%) rotate(180deg)
  }

  to {
    -webkit-transform: translateY(5%) rotate(1turn);
    transform: translateY(5%) rotate(1turn)
  }
}

.Composer {
  align-items: flex-end;
  display: flex;
  padding: 6px 12px;
  padding: 6px var(--gutter)
}

.Composer>div+div {
  margin-left: 12px;
  margin-left: var(--gutter)
}

.Composer-actions {
  align-items: center;
  display: flex;
  height: 36px
}

.Composer-actions .IconBtn {
  font-size: 28px;
  margin: 0 -4px
}

.Composer-toggleBtn {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

.Composer-toggleBtn.active .Icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.Composer-inputWrap {
  flex: 1 1;
  position: relative
}

.Composer-input {
  background: #fff;
  background: var(--white);
  border: 0;
  border-radius: 20px;
  caret-color: #ffc233;
  caret-color: var(--brand-2);
  max-height: 132px;
  overflow: hidden;
  padding: 6px 12px;
  transition: border-color .15s ease-in-out;
  word-break: break-all
}

.SendConfirm .Modal-dialog {
  margin: 20px;
  width: 480px
}

.SendConfirm-inner {
  height: 320px;
  text-align: center
}

.SendConfirm-inner img {
  max-height: 100%;
  max-width: 100%
}

html {
  height: 100vh
}

#root,
body,
html[data-safari] {
  height: 100%
}

body {
  margin: 0
}

.ChatApp {
  -webkit-tap-highlight-color: transparent;
  background: #f0f2f6;
  background: var(--light-1);
  color: rgba(0, 0, 0, .87);
  color: var(--gray-1);
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  height: 100%;
  line-height: 1.5
}

.S--focusing {
  --safe-bottom: 0px
}

@media (hover:none) {
  .S--focusing .MessageList {
    margin-top: 75vh
  }
}

.ChatFooter {
  background: rgba(242, 244, 245, .95);
  padding-bottom: 0;
  padding-bottom: var(--safe-bottom);
  position: relative;
  z-index: 10
}

.slide-in-right-item {
  -webkit-animation: slideInRight .5s ease-in-out both;
  animation: slideInRight .5s ease-in-out both
}

.slide-in-right-item:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.slide-in-right-item:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.slide-in-right-item:nth-child(4) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.slide-in-right-item:nth-child(5) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.slide-in-right-item:nth-child(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.slide-in-right-item:nth-child(7) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.slide-in-right-item:nth-child(8) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}

.slide-in-right-item:nth-child(9) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}

.slide-in-right-item:nth-child(10) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}

.slide-in-right-item:nth-child(11) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

/*# sourceMappingURL=main.4697f14e.css.map*/