.header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding: 0.18667rem 0;
  z-index: 1;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.headerLogo {
  width: 0.42667rem;
  height: 0.42667rem;
  border-radius: 50%;
  background: url(//static.taocheche.com/taoche-h5/IMChat/61bdd3f89766663eb8e3acee6db8691a.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 0.26667rem;
}
.headerTitle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0.10667rem;
}
.headerName {
  font-family: PingFangSC-Regular;
  font-size: 0.21333rem;
  color: var(--dark);
  font-weight: 400;
  text-align: left;
}
.headerInput {
  font-family: PingFangSC-Regular;
  font-size: 0.18667rem;
  color: var(--shallow);
  line-height: 0.16rem;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.headerClose {
  position: absolute;
  width: 0.17333rem;
  height: 0.17333rem;
  top: 50%;
  right: 0.28rem;
  transform: translateY(-50%);
  background: url(//static.taocheche.com/taoche-h5/IMChat/b183be2e17c2736d3f4c0f2f7c983353.png) no-repeat center center;
  background-size: 100% auto;
}

.empty {
  flex: 1;
  background: var(--background);
  position: relative;
}
.empty-container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.empty-container .noData {
  width: 1.6rem;
  height: 1.6rem;
  background: url(//static.taocheche.com/taoche-h5/IMChat/1cbd78e7fbf868e30a04f9dadc37c035.png) no-repeat center center;
  background-size: 100% auto;
  margin: 0 auto;
}
.empty-container .tips {
  font-family: PingFangSC-Regular;
  font-size: 0.21333rem;
  color: var(--shallow);
  font-weight: 400;
  margin-top: 0.13333rem;
  text-align: center;
}

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

/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.18667rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}

.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 0.29333rem;
  height: 0.29333rem;
}
.am-icon-xxs {
  width: 0.2rem;
  height: 0.2rem;
}
.am-icon-xs {
  width: 0.24rem;
  height: 0.24rem;
}
.am-icon-sm {
  width: 0.28rem;
  height: 0.28rem;
}
.am-icon-md {
  width: 0.29333rem;
  height: 0.29333rem;
}
.am-icon-lg {
  width: 0.48rem;
  height: 0.48rem;
}
.am-icon-loading {
  animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
  100% {
    transform: rotate(360deg);
  }
}

.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 0.18667rem;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translateZ(0.01333rem);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateZ(0.01333rem);
}
.am-toast.am-toast-nomask .am-toast-notice {
  transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 0.8rem;
  border-radius: 0.04rem;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 0.12rem 0.2rem;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 0.06667rem;
  padding: 0.2rem 0.2rem;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 0.08rem;
}

.messages-container {
  flex: 1;
  overflow: auto;
  background: var(--background);
  padding-bottom: 0.38667rem;
  margin-top: 0.73333rem;
}
.time {
  font-family: PingFangSC-Regular;
  font-size: 0.18667rem;
  color: var(--shallow);
  text-align: center;
  font-weight: 400;
  padding-top: 0.26667rem;
  padding-bottom: 0.13333rem;
}
.message {
  font-size: 0.18667rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.message-title {
  font-family: PingFangSC-Regular;
  color: var(--shallow);
  text-align: justify;
  font-weight: 400;
  margin-left: 0.26667rem;
  margin-top: 0.21333rem;
}
.message-bubble {
  position: relative;
  padding: 0.10667rem 0.16rem;
  font-family: PingFangSC-Regular;
  font-size: 0.18667rem;
  color: var(--dark);
  text-align: justify;
  line-height: 1.5;
  font-weight: 400;
  white-space: pre-wrap;
  word-break: break-all;
}
.message-bubble .store {
  word-break: break-all;
  color: var(--theme);
}
.message.self .message-title {
  text-align: right;
  margin-right: 0.26667rem;
}
.message.self .message-bubble {
  margin: 0.05333rem 0.34667rem 0 0.78667rem;
  background-color: var(--theme);
}
.message.self .message-bubble::after {
  position: absolute;
  right: -0.10667rem;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 0.13333rem solid var(--theme);
  border-right: 0.13333rem solid transparent;
}
.message.other {
  align-items: flex-start;
}
.message.other .message-bubble {
  margin: 0.05333rem 0.78667rem 0 0.34667rem;
  background-color: #fff;
}
.message.other .message-bubble::after {
  position: absolute;
  left: -0.10667rem;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 0.13333rem solid #fff;
  border-left: 0.10667rem solid transparent;
}
.message.self .message-bubble {
  color: white;
}
.loadHistoryData {
  margin: 0.2rem 0;
  text-align: center;
  font-size: 0.16rem;
}
.loadHistoryData span {
  color: var(--shallow);
}
.newMessage {
  margin: 0.33333rem 0 0.2rem 0;
  text-align: center;
  font-size: 0.16rem;
}
.newMessage span {
  color: var(--shallow);
}
.arrowBottom {
  position: fixed;
  right: 0.2rem;
  bottom: 2rem;
  background: url(//static.taocheche.com/taoche-h5/IMChat/6c6620f860c893c12e97aa0a7d90bb69.png) no-repeat center center;
  background-size: auto 100%;
  width: 0.46667rem;
  height: 0.46667rem;
  border-radius: 50%;
}
.msgContet-list {
  margin-top: 0.2rem;
}
.msgContet-list-item {
  color: var(--theme);
}

.footer {
  font-size: 0.21333rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border-top: 0.01333rem solid var(--background);
  height: 1.22667rem;
}
.footer textarea[type='text'] {
  margin-right: 0.10667rem;
  border: none;
  height: 0.8rem;
  margin-left: 0.26667rem;
  width: 3.26667rem;
  resize: none;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}
.footer textarea[type='text']:focus {
  outline: none;
}
.footer div {
  padding: 0.12rem 0.21333rem;
  border-radius: 0.06667rem;
  border: none;
  background-color: var(--theme);
  font-family: PingFangSC-Regular;
  font-size: 0.21333rem;
  color: #ffffff;
  font-weight: 400;
  margin-left: 0.26667rem;
}
.disabled {
  background-color: var(--disabled) !important;
}

.kickModal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.kickModal-wrapper {
  padding: 0.26667rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84%;
  background-color: #fff;
}
.kickModal-wrapper .kickTips {
  width: 73%;
}
.kickModal-wrapper .kickSure {
  font-family: PingFangSC-Medium;
  font-size: 0.18667rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  padding: 0.13333rem 0.68rem;
  background-color: var(--theme);
  margin-top: 0.26667rem;
}

:root {
  --theme: #002fa7;
  --yellow: #ffe900;
  --dark: #1e293b;
  --shallow: #93a3b8;
  --disabled: #cbd5e1;
  --text: #e2e8f0;
  --tab: #f2f5fa;
  --background: #f8f9fd;
  --background1: #f2f5fa;
  --safe: #01a55d;
  --warn: #ffb530;
  --price: #de2222;
}
* {
  margin: 0;
  padding: 0;
}
.container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  /* Safari 8 */
  flex-direction: column;
  /* Safari 8 */
  justify-content: space-between;
  background-color: var(--background);
}

