:root {
  --brand-1: #ffb300;
  --brand-2: #ffc233;
  --brand-3: #ffe48c;
  --black: #000;
  --white: #fff;
  --gray-1: rgba(0, 0, 0, 0.87);
  --gray-2: rgba(0, 0, 0, 0.54);
  --gray-3: rgba(0, 0, 0, 0.4);
  --gray-4: rgba(0, 0, 0, 0.26);
  --gray-5: rgba(0, 0, 0, 0.2);
  --gray-6: rgba(0, 0, 0, 0.1);
  --gray-7: rgba(0, 0, 0, 0.05);
  --gray-8: rgba(0, 0, 0, 0.03);
  --light-1: #f2f4f5;
  --light-2: #fafafa;
  --blue: #39f;
  --gray-dark: #333;
  --green: #62d957;
  --orange: #f70;
  --red: #f56262;
  --yellow: #ffc233;
  --yellow-light: #fff9db;
  --shadow-1: 0 1.5px 3px 0 rgba(0, 0, 0, 0.06), 0 1.5px 3px 0 rgba(0, 0, 0, 0.08);
  --shadow-2: 0 1.5px 2px 0 rgba(0, 0, 0, 0.04), 0 1.5px 2px 0 rgba(0, 0, 0, 0.12);
  --shadow-3: 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 4px 2px 0 rgba(0, 0, 0, 0.04);
  --shadow-4: 0 8px 8px 0 rgba(0, 0, 0, 0.03), 0 6px 3px 0 rgba(0, 0, 0, 0.02);
  --shadow-5: 0 10px 10px 0 rgba(0, 0, 0, 0.03), 0 8px 4px 0 rgba(0, 0, 0, 0.02);
  --safe-top: 0px;
  --safe-bottom: 0px;
  background-color: var(--light-1)
}

@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)
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
:after,
:before {
  box-sizing: border-box
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  background-color: #fff;
  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;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-1)
}

main {
  display: block
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400
}

ol,
p,
ul {
  margin: 0
}

ol,
ul {
  padding: 0;
  list-style-type: none
}

a {
  background-color: transparent;
  color: var(--blue);
  text-decoration: none
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

img {
  border-style: none
}

img,
svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

textarea {
  overflow: auto;
  resize: none
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none !important
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

:focus,
button:focus {
  outline: 0
}

.S--invisible {
  position: absolute;
  clip: rect(0, 0, 0, 0)
}

.Avatar {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%
}

.Avatar img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: cover
}

.Avatar--sm img {
  width: 24px;
  height: 24px
}

.Avatar--lg img {
  width: 40px;
  height: 40px
}

.Avatar--square {
  border-radius: 4px
}

.Backdrop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: .3s;
  width: 100vw;
  height: 100vh;
  background: var(--gray-5);
  opacity: 0
}

.Backdrop.active {
  opacity: 1
}

.Bubble {
  max-width: 680px;
  min-width: 1px;
  background: var(--white);
  border-radius: 4px 20px 20px 20px
}

.Bubble.text {
  padding: 5px 12px;
  line-height: 1.7;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word
}

.Bubble.image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: inherit
}

.Bubble.typing {
  padding: 8px 16px
}

.Btn {
  display: inline-block;
  margin: 0;
  padding: 5px 15px;
  border: 1px solid var(--gray-6);
  border-radius: 16px;
  background: var(--white);
  color: var(--gray-1);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: inherit;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.Btn:not(:disabled) {
  cursor: pointer
}

.Btn:focus {
  outline: 0
}

.Btn:disabled {
  pointer-events: none;
  border-color: var(--gray-6);
  background-color: transparent;
  color: var(--gray-4)
}

.Btn--primary {
  border-color: transparent;
  background: linear-gradient(90deg, var(--brand-2), var(--brand-1));
  color: var(--white)
}

.Btn--primary:disabled {
  background: rgba(0, 0, 0, .06);
  color: var(--gray-4)
}

.Btn--text {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  vertical-align: initial
}

.Btn--float {
  border: 0;
  background: var(--white);
  box-shadow: var(--shadow-4);
  color: var(--brand-1)
}

.Btn--float:active,
.Btn--float:hover {
  background: rgba(0, 0, 0, .04)
}

.Btn--sm {
  padding: 1px 5px;
  border-radius: 12px;
  font-size: 12px
}

.Btn--lg {
  padding: 7px 29px;
  border-radius: 20px;
  font-size: 15px
}

.Btn--block {
  display: block;
  width: 100%
}

.Btn--block+.Btn--block {
  margin-top: 10px
}

.Card {
  overflow: hidden;
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-1)
}

.Card--xl {
  width: 300px
}

.Card--lg {
  width: 160px
}

.Card--md {
  width: 120px
}

.Card--sm {
  width: 104px
}

.Card--xs {
  width: 80px
}

.Card--fluid {
  width: calc(100% - 48px);
  max-width: 680px;
  min-width: 260px
}

.CardMedia {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

.CardMedia:after {
  display: block;
  height: 0;
  content: ""
}

.CardMedia--wide:after {
  padding-top: 56.25%
}

.CardMedia--square:after {
  padding-top: 100%
}

.CardMedia-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.CardTitle {
  padding: 10px 12px
}

.CardTitle--center {
  padding: 4px 2px;
  text-align: center
}

.CardTitle-title {
  font-size: 16px
}

.CardTitle-subtitle {
  color: var(--gray-3);
  font-size: 10px
}

.CardContent {
  padding: 10px 12px
}

.CardTitle+.CardContent {
  padding-top: 0
}

.CardText {
  padding: 10px 12px;
  color: var(--gray-dark)
}

.CardTitle+.CardText {
  padding-top: 0
}

.CardActions {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px
}

.CardText+.CardActions,
.CardTitle+.CardActions {
  padding-top: 0
}

.CardActions .Btn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 20px
}

.CardActions .Btn+.Btn {
  margin-left: 6px
}

.CardActions--column {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0
}

.CardActions--column .Btn {
  padding: 12px;
  border: 0;
  border-top: 1px solid var(--gray-6);
  border-radius: 0;
  background: var(--white)
}

.CardActions--column .Btn:last-child {
  border-radius: 0 0 12px 12px
}

.CardActions--column .Btn+.Btn {
  margin: 0
}

.CardActions--column .Btn--primary {
  color: var(--brand-1)
}

.Divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0;
  font-size: 12px;
  color: var(--gray-3)
}

.Divider:after,
.Divider:before {
  content: "";
  display: block;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid var(--gray-6)
}

.Divider--text-center:before,
.Divider--text-left:before,
.Divider--text-right:before {
  margin-right: 12px
}

.Divider--text-center:after,
.Divider--text-left:after,
.Divider--text-right:after {
  margin-left: 12px
}

.Divider--text-left:before,
.Divider--text-right:after {
  max-width: 10%
}

.Empty {
  padding: 30px;
  text-align: center
}

.Empty-img {
  height: 125px
}

.Empty-tip {
  margin: 20px 0;
  color: var(--gray-4)
}

.Flex {
  display: -ms-flexbox;
  display: flex
}

.Flex--inline {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.Flex--center {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.Flex--d-r {
  -ms-flex-direction: row;
  flex-direction: row
}

.Flex--d-rr {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.Flex--d-c {
  -ms-flex-direction: column;
  flex-direction: column
}

.Flex--d-cr {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.Flex--w-n {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.Flex--w-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.Flex--w-wr {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse
}

.Flex--jc-fs {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.Flex--jc-fe {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.Flex--jc-c {
  -ms-flex-pack: center;
  justify-content: center
}

.Flex--jc-sb {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.Flex--jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.Flex--ai-fs {
  -ms-flex-align: start;
  align-items: flex-start
}

.Flex--ai-fe {
  -ms-flex-align: end;
  align-items: flex-end
}

.Flex--ai-c {
  -ms-flex-align: center;
  align-items: center
}

.FlexItem {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  min-height: 0
}

.HelpText {
  font-size: 12px;
  color: var(--gray-4)
}

.Icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  fill: currentColor;
  transition: all .3s cubic-bezier(.18, .89, .32, 1.28)
}

.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 {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gray-2)
}

.IconBtn.Btn--primary {
  color: var(--brand-2)
}

.IconBtn:disabled {
  border-color: var(--gray-6);
  color: var(--gray-6)
}

.IconBtn>.Icon {
  display: block
}

.Image {
  position: relative;
  display: inline-block;
  overflow: hidden
}

.Image--fluid {
  max-width: 100%;
  height: auto
}

.InfiniteScroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

.InputWrapper {
  position: relative
}

.InputWrapper.is-light.has-counter {
  padding-bottom: 20px
}

.InputWrapper.is-light.has-counter+.HelpText {
  margin-top: -18px
}

.InputWrapper.is-light .Input {
  padding: 2px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  border-radius: 0;
  background-color: transparent
}

.InputWrapper.is-light .Input-counter {
  bottom: 0;
  margin-top: 0
}

.Input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 24px;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-1);
  background-color: var(--light-1);
  background-clip: padding-box;
  -webkit-tap-highlight-color: transparent
}

.Input:focus {
  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-line {
  position: relative;
  width: 100%
}

.Input-line:after,
.Input-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--brand-1);
  transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.Input-line:before {
  left: 50%
}

.Input-line:after {
  right: 50%
}

.Input-counter {
  position: relative;
  z-index: 1;
  float: right;
  margin: -26px 12px 0 0;
  color: var(--gray-3);
  font-size: 12px
}

.Label {
  display: block;
  font-size: 12px;
  color: var(--gray-2)
}

.List {
  background: var(--white)
}

.List--bordered {
  border: 1px solid var(--gray-7);
  border-radius: 2px
}

.ListItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  border-top: 1px solid var(--gray-7);
  color: var(--gray-1);
  transition: .3s
}

.ListItem:first-child {
  border-top: 0
}

a.ListItem:hover {
  background: var(--light-2);
  color: var(--brand-1);
  cursor: pointer
}

.ListItem-content {
  -ms-flex: 1;
  flex: 1
}

.Loading {
  padding: 15px
}

.Loading .Icon {
  color: var(--brand-2);
  font-size: 21px
}

.Loading-tip {
  margin-left: 5px;
  color: var(--gray-2)
}

.MediaObject {
  display: -ms-flexbox;
  display: flex
}

.MediaObject-pic {
  width: 70px;
  margin-right: 10px
}

.MediaObject-pic>img {
  display: block;
  width: 100%;
  height: 100%
}

.MediaObject-info {
  -ms-flex: 1;
  flex: 1
}

.MediaObject-title {
  font-size: 14px;
  margin-bottom: 6px
}

.MediaObject-meta {
  font-size: 12px;
  color: var(--gray-2)
}

.Message {
  position: relative
}

.Message+.Message {
  margin-top: 12px
}

.Message.left {
  -webkit-animation: msgLeft .5s ease-in-out;
  animation: msgLeft .5s ease-in-out
}

.Message.left .Bubble {
  margin-right: 18%
}

.Message.right {
  -webkit-animation: msgRight .5s ease-in-out;
  animation: msgRight .5s ease-in-out
}

.Message.right .Message-content {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.Message.right .Message-content>.Avatar {
  margin-right: 0;
  margin-left: 4px
}

.Message.right .Bubble {
  margin-left: 28%;
  border-radius: 20px 4px 20px 20px;
  background: var(--brand-3)
}

.Message.right .Avatar+.Bubble {
  margin-left: 18%
}

.Message-meta {
  margin-bottom: 8px;
  text-align: center
}

.Message-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.Message-content>.Avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px
}

.SystemMessage {
  padding: 0 16px;
  font-size: 12px;
  color: var(--gray-2);
  text-align: center
}

.SystemMessage a {
  margin-left: 5px
}

@-webkit-keyframes msgLeft {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes msgLeft {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@-webkit-keyframes msgRight {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0
  }

  20% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes msgRight {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0
  }

  20% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.Modal,
.Popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.Modal.active .Modal-dialog {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

.Modal-dialog {
  position: relative;
  z-index: 100;
  width: 320px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-5);
  opacity: 0;
  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;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

@media (max-width: 320px) {
  .Modal-dialog {
    width: 300px
  }
}

.Modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box
}

.Modal-title {
  -ms-flex: 1;
  flex: 1;
  padding: 10px 15px;
  font-size: 16px
}

.Modal-close {
  padding: 8px 12px;
  font-size: 16px
}

.Modal-footer {
  display: -ms-flexbox;
  display: flex
}

.Modal-footer--h {
  padding: 16px 25px
}

.Modal-footer--h .Btn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 20px
}

.Modal-footer--h .Btn+.Btn {
  margin-left: 12px
}

.Modal-footer--v {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 16px
}

.Modal-footer--v .Btn {
  padding: 12px;
  border: 0;
  border-top: 1px solid var(--gray-6);
  border-radius: 0;
  background: var(--white);
  color: var(--gray-2);
  font-weight: 500
}

.Modal-footer--v .Btn:last-child {
  border-radius: 0 0 12px 12px
}

.Modal-footer--v .Btn--primary {
  color: var(--brand-1)
}

.Popup {
  -ms-flex-align: end;
  align-items: flex-end
}

.Popup.active .Popup-dialog {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.Popup-dialog {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  border-radius: 12px 12px 0 0;
  background: var(--white);
  box-shadow: var(--shadow-5);
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: .3s
}

.Popup-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box
}

.Popup-title {
  padding: 7px 12px;
  -ms-flex: 1;
  flex: 1;
  color: var(--gray-2);
  font-size: 12px
}

.Popup-close {
  padding: 8px 12px;
  color: var(--gray-2);
  font-size: 16px
}

.Popup-close:hover {
  color: var(--gray-1)
}

.Popup-body.overflow {
  max-height: 300px;
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.Popup-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  background: var(--white)
}

.Popup-footer .Btn+.Btn {
  margin-top: 10px
}

.Confirm {
  text-align: center
}

.Confirm .Modal-body {
  color: var(--gray-dark);
  padding: 0 16px
}

.S--modalOpen,
.S--modalOpen .MessageContainer>.PullToRefresh {
  overflow: hidden
}

.S--wide .Popup {
  -ms-flex-align: center;
  align-items: center
}

.S--wide .Popup-dialog {
  width: 480px;
  border-radius: 12px
}

.Navbar {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  padding: 0 6px;
  padding-top: var(--safe-top);
  background: var(--white);
  box-shadow: var(--shadow-3)
}

.Navbar .IconBtn {
  padding: 10px;
  color: var(--gray-2);
  font-size: 24px
}

.Navbar-main {
  -ms-flex: 3;
  flex: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.Navbar-left,
.Navbar-right {
  -ms-flex: 2;
  flex: 2
}

.Navbar-right {
  text-align: right
}

.Navbar-title {
  color: var(--gray-1);
  font-size: 16px;
  text-align: center
}

.Navbar-logo {
  width: auto;
  height: 36px
}

.Notice {
  position: absolute;
  z-index: 30;
  top: 12px;
  left: 8px;
  right: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px;
  border-radius: 8px;
  background: var(--yellow-light);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .03), 0 3px 4px 0 rgba(0, 0, 0, .06)
}

.Notice-close,
.Notice-icon {
  margin-top: 3px;
  color: var(--gray-2);
  font-size: 16px
}

.Notice-icon {
  margin-right: 5px
}

.Notice-close {
  margin-left: 5px
}

.Notice-content {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  color: var(--gray-dark);
  word-wrap: break-word
}

.Notice-content .collapsed {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis
}

.Notice-actions {
  margin: 5px 0 -8px
}

.Notice-more {
  display: block;
  margin: 0 auto;
  color: var(--gray-2);
  transition: .3s
}

.Notice-more[aria-expanded=true] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.Popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-size: 14px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.Popover-body {
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow-5)
}

.Popover-arrow {
  display: block;
  width: 9px;
  height: 5px;
  margin-left: 10px;
  fill: var(--white)
}

.Price {
  display: inline;
  font-size: 10px
}

.Price--original {
  color: var(--gray-3);
  text-decoration: line-through
}

.Price:not(.Price--original) .Price-integer {
  font-size: 1.4em
}

.Progress {
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  overflow: hidden;
  background-color: var(--gray-5);
  border-radius: 100px
}

.Progress-bar {
  overflow: hidden;
  background-color: var(--blue);
  transition: width .6s ease
}

.Progress--success .Progress-bar {
  background-color: var(--green)
}

.Progress--error .Progress-bar {
  background-color: var(--red)
}

.PullToRefresh {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

.PullToRefresh-fallback {
  text-align: center
}

.PullToRefresh-loadMore {
  padding: 8px
}

.PullToRefresh-inner {
  overflow: hidden;
  min-height: 100%
}

.PullToRefresh-indicator {
  height: 25px;
  margin-top: -25px;
  color: grey;
  text-align: center;
  line-height: 25px
}

.PullToRefresh-spinner {
  color: var(--brand-2);
  font-size: 24px
}

.PullToRefresh-transition {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.QuickReplies {
  position: absolute;
  left: 8px;
  right: 8px;
  z-index: 110;
  bottom: 100%;
  overflow: hidden;
  padding: 4px 0;
  background: rgba(242, 244, 245, .95);
  transition: opacity .3s
}

.QuickReplies[data-visible=false] {
  visibility: hidden;
  opacity: 0
}

.QuickReply {
  position: relative;
  margin: 0;
  padding: 5px 11px;
  border: 1px solid var(--white);
  border-radius: 20px;
  line-height: 1.43;
  background: var(--white);
  cursor: pointer;
  color: var(--gray-1);
  transition: .15s ease-in-out
}

.QuickReply.new:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--white);
  background-color: var(--red);
  overflow: hidden;
  border-radius: 50%
}

.QuickReply.highlight {
  border-color: var(--brand-2)
}

.QuickReply-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.QuickReply-img {
  max-height: 16px
}

.QuickReply-img,
.QuickReply-inner>.Icon {
  margin-right: 3px
}

@media (hover: hover) {
  .QuickReply:hover {
    border-color: var(--brand-2)
  }
}

.Checkbox,
.Radio {
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  border: 1px solid var(--gray-6);
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition: .15s ease-in-out;
  -webkit-tap-highlight-color: transparent
}

.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 {
  border-color: transparent;
  background: var(--gray-7);
  color: var(--gray-4);
  cursor: auto
}

.Checkbox--checked,
.Radio--checked {
  border-color: var(--brand-3);
  background: var(--brand-3);
  color: var(--gray-1)
}

.Checkbox-input,
.Radio-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit
}

.RateActions {
  position: relative;
  z-index: 10;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 32px;
  margin: 0 8px
}

.RateBtn {
  padding: 4px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow-1);
  color: var(--gray-2);
  font-size: 24px;
  transition: .2s
}

.RateBtn+.RateBtn {
  margin-top: 9px
}

.RateBtn.active {
  box-shadow: 0
}

.RateBtn[data-type=good].active,
.RateBtn[data-type=good]:hover {
  color: var(--brand-1)
}

.RateBtn[data-type=bad].active,
.RateBtn[data-type=bad]:hover {
  color: #46c2eb
}

.RichText {
  word-wrap: break-word;
  overflow-wrap: break-word
}

.ScrollView {
  overflow: hidden
}

.ScrollView-scroller {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.ScrollView-scroller::-webkit-scrollbar {
  display: none
}

.ScrollView--fullWidth {
  margin: 0 -8px
}

.ScrollView--fullWidth:not(.ScrollView--hasControls) .ScrollView-inner {
  padding: 0 8px
}

.ScrollView--x .ScrollView-scroller {
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: -18px;
  padding-bottom: 18px
}

.ScrollView--x .ScrollView-inner {
  display: -ms-flexbox;
  display: flex
}

.ScrollView--x .ScrollView-item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 8px
}

.ScrollView--x .ScrollView-item:first-child {
  margin-left: 0
}

.ScrollView--hasControls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.ScrollView--hasControls .ScrollView-scroller {
  -ms-flex: 1;
  flex: 1
}

.ScrollView-control {
  padding: 6px;
  color: var(--gray-3);
  font-size: 16px
}

.ScrollView-control:not(:disabled):hover {
  color: var(--brand-1)
}

.Step {
  position: relative;
  padding-left: 24px;
  padding-bottom: 10px
}

.Step:last-child {
  padding-bottom: 0
}

.Step:last-child .Step-line {
  display: none
}

.Step--active .Step-dot {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background: var(--brand-1)
}

.Step--active .Step-line {
  background: var(--gray-6)
}

.Step--active .Step-desc,
.Step--active .Step-title {
  color: var(--gray-1)
}

.Step--disabled .Step-dot,
.Step--disabled .Step-line {
  background: var(--gray-6)
}

.Step--disabled .Step-desc,
.Step--disabled .Step-title {
  color: var(--gray-4)
}

.Step-dot {
  top: 6px;
  left: 2px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-radius: 50%
}

.Step-dot,
.Step-line {
  position: absolute;
  background: var(--brand-3)
}

.Step-line {
  top: 13px;
  left: 5px;
  bottom: -7px;
  width: 2px
}

.Step-title {
  color: var(--gray-2)
}

.Step-desc {
  color: var(--gray-3);
  font-size: 12px
}

.Tabs-nav {
  position: relative;
  display: -ms-flexbox;
  display: flex
}

.Tabs-nav::-webkit-scrollbar {
  display: none
}

.Tabs--scrollable .Tabs-nav {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.Tabs--scrollable .Tabs-navItem {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%
}

.Tabs-navItem {
  -ms-flex: 1;
  flex: 1;
  text-align: center
}

.Tabs-navLink {
  display: inline-block;
  margin: 0;
  padding: 8px 3px;
  border: 0;
  background: transparent;
  color: var(--gray-dark);
  line-height: 20px;
  font-weight: 300;
  transition: .3s
}

.Tabs-navLink:hover {
  cursor: pointer
}

.Tabs-navLink.active {
  color: var(--brand-1);
  font-weight: 400
}

.Tabs-navPointer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  border-radius: 1px;
  background: var(--brand-2);
  transition: .3s cubic-bezier(.4, 0, .2, 1)
}

.Tabs-pane {
  display: none
}

.Tabs-pane.active {
  display: block
}

.Tag {
  display: inline-block;
  position: relative;
  margin: 0 4px 0 0;
  padding: 2px 3px;
  border-radius: 4px;
  color: var(--brand-1);
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap
}

.Tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: currentColor;
  opacity: .1
}

.Text--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.Text--break {
  word-break: break-word !important;
  overflow-wrap: break-word !important
}

.Text--ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis
}

.Time {
  display: inline-block;
  padding: 3px;
  font-size: 12px;
  color: var(--gray-3)
}

.Toast,
.Toast-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.Toast {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 200;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .3s ease 0s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden
}

.Toast[data-type=success] .Icon {
  color: var(--green)
}

.Toast[data-type=error] .Icon {
  color: var(--red)
}

.Toast[data-type=loading] .Icon {
  color: var(--yellow)
}

.Toast.show {
  opacity: 1;
  visibility: visible
}

.Toast .Icon {
  margin-right: 8px;
  font-size: 24px
}

.Toast-content {
  min-width: 160px;
  margin: 0 20px;
  padding: 18px 20px 18px 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-3)
}

.Toast-message {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px
}

.Toolbar {
  padding: 10px 12px 25px
}

.Toolbar-item {
  display: inline-block;
  width: 25%;
  margin-top: 20px;
  text-align: center
}

.Toolbar-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 70px;
  color: var(--gray-1);
  vertical-align: top
}

.Toolbar-btn:hover {
  color: var(--brand-1);
  cursor: pointer
}

.Toolbar-btn:focus {
  color: var(--gray-1)
}

.Toolbar-btnIcon {
  display: inline-block
}

.Toolbar-btnIcon .Icon {
  font-size: 40px;
  transition: .3s
}

.Toolbar-img {
  width: 40px;
  height: 40px
}

.Toolbar-btnText {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  transition: .3s
}

[data-tooltip] {
  position: relative;
  cursor: pointer
}

[data-tooltip]:after,
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out .18s;
  -webkit-transform: translate(-50%, 4px);
  transform: translate(-50%, 4px);
  -webkit-transform-origin: top;
  transform-origin: top
}

[data-tooltip]:after {
  content: attr(aria-label);
  margin-bottom: 10px;
  padding: .5em 1em;
  border-radius: 6px;
  background: var(--gray-1);
  color: var(--white);
  font-size: 12px;
  white-space: nowrap
}

[data-tooltip]:before {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  border: 5px solid transparent;
  border-top: 5px solid var(--gray-1)
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

.Tree {
  background: var(--white)
}

.TreeNode-title {
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--gray-7)
}

.TreeNode-title:hover {
  background: var(--light-2);
  color: var(--brand-1);
  cursor: pointer
}

.TreeNode:last-child .TreeNode-title {
  border: 0
}

.TreeNode-children-title {
  background: var(--light-2);
  border-bottom: 1px solid var(--gray-7)
}

.TreeNode-title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-flex: 1;
  flex: 1
}

.TreeNode-children {
  display: none
}

.TreeNode-children-active {
  display: block
}

.Typing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  transition: opacity .1s
}

.Typing-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-radius: 50%;
  background: var(--brand-2);
  -webkit-animation: typing-dot .9s linear infinite;
  animation: typing-dot .9s linear infinite
}

.Typing-dot:first-child {
  margin: 0;
  opacity: .9
}

.Typing-dot:nth-child(2) {
  opacity: .3;
  -webkit-animation-delay: .225s;
  animation-delay: .225s
}

.Typing-dot:nth-child(3) {
  opacity: .6;
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

@-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 {
  position: relative;
  border-radius: inherit
}

.Video-cover,
.Video-video {
  display: block;
  width: 100%;
  max-height: 100%;
  border-radius: inherit
}

.Video-duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  color: var(--white)
}

.Video-duration:after {
  content: "＂"
}

.Video-playBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent
}

.Video-playBtn:hover {
  cursor: pointer
}

.Video-playIcon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(//gw.alicdn.com/tfs/TB1p1mkqIbpK1RjSZFyXXX_qFXa-70-70.png) 0 0 no-repeat;
  background-size: cover
}

.Video--playing .Video-playBtn {
  display: none
}

.Carousel {
  overflow: hidden
}

.Carousel-inner {
  display: -ms-flexbox;
  display: flex
}

.Carousel-indicators {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none
}

.Carousel-indicators li {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  border-radius: 50%;
  background: var(--gray-4);
  transition: .3s
}

.Carousel-indicators .active {
  background: var(--brand-1)
}

.Goods {
  padding: 8px
}

.Goods+.Goods {
  border-top: 1px solid var(--gray-7)
}

.Goods-img {
  width: 80px;
  height: 80px;
  object-fit: contain
}

.Goods-img,
.Goods-main .Price {
  margin-right: 8px
}

.Goods-desc {
  color: var(--gray-3);
  font-size: 12px
}

.Goods-meta {
  color: var(--gray-3);
  font-size: 10px
}

.Goods-countUnit {
  color: var(--gray-3);
  font-size: 12px
}

.Goods-unit {
  margin-left: 3px;
  font-size: 10px
}

.Goods-buyBtn {
  float: right;
  background: var(--brand-1);
  color: #fff;
  padding: 2px
}

.Goods-detailBtn {
  min-width: 48px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 10px;
  line-height: 18px
}

.Goods-aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 8px
}

.Goods-status {
  color: var(--orange);
  font-size: 12px
}

.FileCard {
  padding: 8px
}

.FileCard-icon {
  position: relative;
  height: 60px;
  margin-right: 8px;
  color: var(--gray-2)
}

.FileCard-icon[data-type=pdf] {
  color: var(--red)
}

.FileCard-icon[data-type*=doc] {
  color: var(--blue)
}

.FileCard-icon[data-type*=ppt],
.FileCard-icon[data-type=key] {
  color: var(--orange)
}

.FileCard-icon[data-type*=xls] {
  color: var(--green)
}

.FileCard-icon[data-type=rar],
.FileCard-icon[data-type=zip] {
  color: var(--brand-1)
}

.FileCard-icon .Icon {
  font-size: 60px
}

.FileCard-name {
  height: 38px;
  margin-bottom: 4px;
  line-height: 1.4
}

.FileCard-ext {
  position: absolute;
  left: 20px;
  bottom: 15px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  max-width: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

.FileCard-meta {
  color: var(--gray-3);
  font-size: 12px
}

.FileCard-meta>a,
.FileCard-meta>span {
  margin-right: 10px
}

.Form {
  background: var(--white)
}

.Form.is-light {
  background: var(--light-2)
}

.Form.is-light .InputWrapper {
  margin: 0 -12px
}

.FormItem {
  position: relative;
  padding: 0 12px
}

.FormItem+.FormItem {
  margin-top: 20px
}

.FormItem.required .Label:after {
  content: "*";
  display: inline-block;
  color: var(--red);
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  vertical-align: middle
}

.FormItem.is-invalid .HelpText,
.FormItem.is-invalid .Label {
  color: var(--red)
}

.FormItem.is-invalid .InputWrapper.is-light .Input {
  border-bottom-color: var(--red)
}

.FormItem .CheckboxGroup,
.FormItem .RadioGroup {
  margin-top: 10px
}

.FormItem .Label+.Input {
  margin-top: 5px
}

.FormActions {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  background: var(--white)
}

.FormActions .Btn {
  -ms-flex: 1;
  flex: 1;
  line-height: 20px
}

.FormActions .Btn+.Btn {
  margin-left: 6px
}

.MessageContainer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  min-height: 0
}

.MessageContainer>.PullToRefresh {
  -ms-flex: 1;
  flex: 1
}

.MessageContainer>.PullToRefresh>.PullToRefresh-inner {
  padding-bottom: 40px
}

.MessageList {
  padding: 8px
}

.RecorderToast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 160px;
  height: 160px;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: rgba(51, 51, 51, .87);
  color: var(--white);
  text-align: center
}

.Recorder--cancel .RecorderToast {
  color: var(--red)
}

.Recorder--cancel .Recorder-btn {
  background: var(--gray-7);
  color: var(--gray-3)
}

.RecorderToast-icon {
  position: relative;
  font-size: 37px
}

.RecorderToast-waves {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: .3s
}

.RecorderToast-wave-1,
.RecorderToast-wave-2,
.RecorderToast-wave-3 {
  position: absolute;
  z-index: -1;
  color: var(--brand-2);
  -webkit-animation: wave 10s linear infinite;
  animation: wave 10s linear infinite
}

.RecorderToast-wave-1 {
  top: -25px;
  left: 14px;
  font-size: 176px;
  opacity: .2
}

.RecorderToast-wave-2 {
  top: -12px;
  left: -21px;
  font-size: 186px;
  opacity: .4
}

.RecorderToast-wave-3 {
  top: 21px;
  left: 46px;
  font-size: 71px;
  opacity: .8
}

.Recorder-btn {
  height: 38px;
  border-radius: 20px;
  background: var(--white);
  color: var(--gray-dark);
  line-height: 38px;
  text-align: center;
  transition: .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: 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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  /* padding: 8px */
}

.Composer>div+div {
  margin-left: 8px
}

.Composer--lg {
  height: 80px !important;
  display: flex;
  align-items: center;
}

.Composer-actions {
  height: 100% !important;
  display: flex;
  align-items: center;
}

.Composer-actions .IconBtn {
  padding: 6px;
  border-radius: 50%;
  font-size: 26px
}

.Composer-actions .IconBtn:not(:disabled),
.Composer-actions .IconBtn:not(:disabled):active,
.Composer-actions .IconBtn:not(:disabled):hover {
  background: var(--white);
  color: var(--brand-1)
}

.Composer-actions .Btn--primary:not(:disabled) {
  background: var(--brand-1);
  color: var(--white)
}

.Composer-toggleBtn {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

.Composer-toggleBtn.active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.Composer-inputWrap {
  -ms-flex: 1;
  flex: 1;
  position: relative
}

.Composer-input {
  overflow: hidden;
  max-height: 126px;
  line-height: 22px;
  padding: 8px 32px 8px 16px;
  border: 0;
  background-color: var(--white);
  border-radius: 20px;
  word-break: break-all;
  caret-color: var(--brand-2);
  transition: border-color .15s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Composer-input:-ms-input-placeholder+.Composer-sendBtn {
  visibility: hidden;
  opacity: 0
}

.Composer-input:placeholder-shown+.Composer-sendBtn {
  visibility: hidden;
  opacity: 0
}

.Composer-toolbar {
  margin-right: 20px;
  padding: 8px 0
}

.Composer-toolbar .Btn {
  margin-left: 20px;
  font-size: 28px
}

.Composer-toolbar .Btn:first-child {
  margin: 0
}

.Composer-toolbar .Btn:hover {
  color: var(--brand-1)
}

.Composer-toolbar .Btn:focus:after,
.Composer-toolbar .Btn:focus:before {
  opacity: 0
}

.Composer-toolbar img {
  display: block;
  width: 28px;
  height: 28px
}

.Composer--lg {
  padding: 12px 20px 16px
}

.Composer--lg .Composer-input {
  padding: 0 px !important;
  line-height: 35px !important;
  border: 1px solid var(--white);
  border-radius: 22px
}

.Composer--lg .Composer-input:focus {
  border-color: var(--brand-1)
}

/* .Composer--lg .Composer-actions {
  padding: 4px 0
} */

.SendConfirm .Modal-dialog {
  width: 480px;
  margin: 20px
}

.SendConfirm-inner {
  height: 320px;
  text-align: center
}

.SendConfirm-inner img {
  max-width: 100%;
  max-height: 100%
}

#root,
body,
html {
  height: 100%
}

@supports (top: constant(safe-area-inset-top)) or (top:env(safe-area-inset-top)) {
  body:not(.S--noHomeBar) {
    height: calc(100% - var(--safe-bottom))
  }
}

.ChatApp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: var(--light-1)
}

.ChatFooter {
  position: relative;
  z-index: 10;
  background: rgba(242, 244, 245, .95)
}

.bordered {
  border-radius: 12px;
  box-shadow: var(--shadow-1)
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.scrollable {
  overflow: hidden;
  -webkit-overflow-scrolling: touch
}

.scrollable::-webkit-scrollbar {
  display: none
}

.scroller {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -18px;
  padding-bottom: 18px;
  white-space: nowrap
}

.scroller::-webkit-scrollbar {
  display: none
}

.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% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.S--wide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(//img.alicdn.com/tfs/TB1C.3nefb2gK0jSZK9XXaEgFXa-2880-2000.jpg) 0 0 no-repeat;
  background-size: cover
}

.S--wide #root {
  width: 100%;
  max-width: 960px;
  max-height: 700px
}

.ScrollView--hasControls .ScrollView-scroller {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.Knowledge {
  position: relative;
  padding: 12px 16px
}

.Knowledge-body {
  overflow: hidden;
  min-height: 21px;
  max-height: 276px
}

.Knowledge-actions {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  padding-top: 40px;
  background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff 58%)
}

.Knowledge-btn {
  padding: 12px;
  color: var(--brand-1);
  line-height: 20px
}

.Knowledge-btn .Icon {
  font-size: 18px;
  margin-left: 5px
}

.Knowledge-content h1 {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 12px
}

.Knowledge-content h2,
.Knowledge-content h3,
.Knowledge-content h4,
.Knowledge-content h5,
.Knowledge-content h6 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 23px
}

.Knowledge-content p {
  margin: 0 0 12px;
  line-height: 24px
}

.Knowledge-content ol,
.Knowledge-content ul {
  padding: 0 0 0 20px
}

.Knowledge-content ol {
  list-style-type: decimal
}

.Knowledge-content ul {
  list-style-type: disc
}

.Knowledge-content ol ul,
.Knowledge-content ul ul {
  list-style-type: circle
}

.Knowledge-content ol ol,
.Knowledge-content ul ol {
  list-style-type: lower-roman
}

.Knowledge-content i {
  font-style: normal
}

.Knowledge-content img,
.Knowledge-content video {
  max-width: 100%;
  height: auto;
  width: 100% !important;
  margin: 0 !important
}

.Knowledge-content table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0
}

.Knowledge-content table td,
.Knowledge-content table th {
  border: 1px solid #e8e8e8;
  border-spacing: 0;
  padding: 4px
}

.Knowledge-content .se-highlight {
  color: #f56262
}

#se-knowledge>:last-child,
.Knowledge-content>:last-child {
  margin-bottom: 0
}

.Knowledge-popup .Popup-body {
  padding: 8px 16px 20px;
  background: var(--light-2)
}

.RichText img[src*="wangwang/smiley"] {
  width: 24px !important;
  height: 24px !important;
  margin: 0 3px !important
}

.Knowledge-recommend-title {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--gray-3)
}

.Knowledge-recommend-item {
  padding: 5px 0
}

.Recommend-title {
  padding: 4px 15px;
  border-bottom: 1px solid var(--gray-7);
  color: var(--gray-3);
  font-size: 14px
}

.NameCard {
  width: 210px;
  margin: 20px auto 0;
  position: relative;
  overflow: initial;
  text-align: center;
  padding: 24px 8px 6px
}

.NameCard--wide {
  width: 320px
}

.NameCard-avatar {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  overflow: hidden
}

.NameCard-avatar img {
  object-fit: contain
}

.NameCard-label {
  color: var(--gray-3)
}

.NameCard-channelList {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}

.NameCard-channel {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin-left: 8px;
  text-align: center
}

.NameCard-channel:first-child {
  margin: 0
}

.NameCard-channelImg {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat
}

.NameCard-channelName {
  font-size: 12px;
  color: var(--gray-1)
}

.NameCard-channelDesc {
  font-size: 10px;
  color: var(--gray-3)
}

.Promotion {
  padding-bottom: 5px
}

.RecommendCardWrap {
  position: relative;
  width: 310px
}

.RecommendCardWrap--hasToggle {
  margin-bottom: 18px
}

.RecommendCard {
  display: -ms-flexbox;
  display: flex
}

.RecommendCard .List {
  -ms-flex: 1;
  flex: 1;
  min-width: 0
}

.RecommendCard .ListItem {
  margin-left: 10px;
  padding: 11px 10px 11px 0
}

.RecommendCard .ListItem:hover {
  background: #fff
}

.RecommendCard .ListItem[data-hot]:after {
  content: "hot";
  display: inline-block;
  width: 22px;
  height: 16px;
  margin-left: 2px;
  border-radius: 20px 20px 20px 2px;
  background: var(--brand-2);
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center
}

.RecommendCard .ListItem-content {
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  max-width: calc(100% - 24px);
  text-overflow: ellipsis;
  white-space: nowrap
}

.RecommendCard--fold {
  height: 175px
}

.RecommendCard-cover {
  width: 80px;
  border-radius: 12px 0 0 12px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover
}

.RecommendCard-toggleBtn {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 60px;
  height: 15px;
  margin: 0 0 0 -30px;
  padding: 0;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #dddedf;
  text-align: center
}

.RecommendCard-toggleBtn:focus {
  outline: 0
}

.RecommendCard--fold+.RecommendCard-toggleBtn .Icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.SkillCard .CardTitle-subtitle,
.SkillCard .CardTitle-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.SkillCard-title {
  padding: 8px;
  text-align: center
}

.Feedback-inner {
  padding: 10px 15px
}

.Feedback-inner .InputWrapper {
  margin-top: 10px
}

.Feedback-title {
  margin-bottom: 10px
}

.Feedback--hidden {
  display: none
}

.Slot {
  width: 104px;
  margin-bottom: 5px;
  line-height: 1.3
}

.Slot-alt {
  color: var(--brand-1);
  text-align: center
}

.Slot-icon {
  color: var(--gray-6);
  font-size: 32px
}

.Slot-text {
  min-height: 30px;
  padding: 5px 2px
}

.Slot-title {
  color: #333;
  font-size: 12px
}

.Slot-desc {
  margin-top: 2px;
  color: var(--gray-3);
  font-size: 10px
}

.Slot--small {
  width: 80px
}

.Slot-btn {
  min-height: 32px;
  padding: 4px 16px;
  border-color: var(--brand-2);
  color: var(--gray-1);
  line-height: 1.1
}

.Slot-btn:hover {
  background: #fff;
  cursor: pointer
}

.Slot-btn span {
  display: block
}

.SlotList--multiLine {
  width: 100%
}

.Slot-item {
  display: inline-block;
  margin: 0 8px 8px 0
}

.ComponentMessage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -ms-flex: 1;
  flex: 1;
  min-width: 0
}

.Message.left+.left .Message-content>.Avatar {
  visibility: hidden
}

.Sidebar {
  overflow-y: auto;
  width: 281px;
  padding: 20px;
  border-left: 1px solid #eee;
  background: #fff
}

.Sidebar:empty {
  display: none
}

.Sidebar h3 {
  font-size: 18px;
  font-weight: 500
}

@media (max-width: 600px) {
  .Sidebar {
    display: none
  }
}

.Sidebar-panel {
  margin-top: 24px
}

.Sidebar-panel:first-child {
  margin-top: 0
}

.AutoComplete {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 150;
  overflow-y: auto;
  width: 100%;
  max-width: 400px;
  max-height: 200px;
  margin-bottom: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
  background: var(--white);
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: .2s;
  pointer-events: none
}

.AutoComplete.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto
}

.AutoComplete a {
  display: block;
  padding: 9px 16px;
  border-top: 1px solid #eee;
  color: var(--gray-dark)
}

.AutoComplete a:hover {
  background: var(--light-2)
}

.AutoComplete mark {
  background: transparent;
  color: var(--red)
}

.ChatWrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  max-height: 900px;
  background: #f4f6f8
}

.S--wide .ChatWrapper {
  border-radius: 8px
}

.ChatWrapper-header {
  position: relative;
  z-index: 1;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: 0 2px 8px 0 #e5e8ee
}

.ChatWrapper-body {
  display: -ms-flexbox;
  display: flex
}

.Main {
  -ms-flex: 1;
  flex: 1
}