article,
aside,
blockquote,
body,
button,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #515a6e;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.app-wrapper {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 825px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
  min-height: 440px;
  margin: auto;
}

.main-view {
  display: flex;
  min-width: 375px;
  flex: 1;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  position: relative;
}

.page-chat {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}

.page-chat-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}

.navbar {
  background-color: rgb(55, 115, 245);
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  min-height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  position: relative;
  z-index: 20;
  color: #fff;
}

.navbar .brand {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 20px;
}

.provider-name-wrapper {
  margin-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.provider-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content-wrapper {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}

.page-chat-form .content-wrapper .chat-form {
  padding: 20px 20px 50px 20px;
}

.description {
  padding-bottom: 10px;
  vertical-align: middle;
}

.description_icon {
  width: 14px;
  vertical-align: sub;
}

.field-list {
  margin: 0;
  padding: 0;
}

.ew-form .field-list > li {
  list-style: none;
}

.page-chat-form .content-wrapper .chat-form .mu-text-field {
  font-size: 13px;
  min-height: 72px;
  width: 100%;
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 8px;
}

.mu-text-field.has-label .mu-text-field-content {
  padding-top: 28px;
  padding-bottom: 12px;
  display: block;
}

.page-chat-form .content-wrapper .chat-form .mu-text-field-label {
  font-size: 13px;
  color: #000;
  -webkit-transform: none;
  transform: none;
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  pointer-events: visible;
  top: 8px;
  position: absolute;
  line-height: 20px;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  cursor: text;
  transform-origin: left top;
  user-select: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ew-form .field-list > li .mu-dropDown-menu,
.ew-form .field-list > li .mu-text-field-input {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 13px;
  appearance: none;
  outline: none;
  background: none;
  box-shadow: none;
  display: block;
  margin: 0;
  width: 100%;
  height: 32px;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  position: relative;
}

.page-chat-form .content-wrapper .chat-form .operations {
  margin-top: 30px;
}

.mu-raised-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  min-width: 88px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  width: 100%;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-color: #3773f5;
  color: #fff;
  text-transform: none !important;
  transform: translateZ(0);
  text-decoration: none;
  border: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.117647),
    0 1px 4px rgba(0, 0, 0, 0.117647);
}

#user_code_input {
  padding-right: 90px;
}

#user_code_action {
  position: absolute;
  top: 35px;
  right: 10px;
  cursor: pointer;
  color: #3773f5;
}