html {
  color: #333;
  background: #fff;
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, '宋体';
}
* {
  line-height: 1.5;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, '宋体' !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: none;
}
a {
  text-decoration: none;
  color: #333;
  outline: none;
}
a:hover {
  color: #333;
}
var,
em {
  font-style: normal;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
}
body {
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
}
*::-webkit-scrollbar {
  width: 0;
  height: 0;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #95b6ef;
}
img {
  -webkit-touch-callout: none;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type=date],
button,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent !important;
}
a,
input[type=text],
select,
input[type=password],
textarea {
  -webkit-tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder {
  color: #666;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.popIn {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
  -webkit-animation-name: popIn;
  animation-name: popIn;
}
.popOut {
  -webkit-animation: fadeOut 0.8s;
  animation: fadeOut 0.8s;
  -webkit-animation-name: popOut;
  animation-name: popOut;
}
body {
  overscroll-behavior-y: contain;
}
.voice-content {
  width: 100vw;
  padding-bottom: 20%;
  background-color: #ebebeb;
}
.voice-content .loading-text {
  text-align: center;
  padding: 2% 0;
}
.voice-content .message-list {
  padding: 5% 0;
}
.voice-content .msg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2%;
  height: 6%;
}
.voice-content .msg-info .user-avatar {
  width: 35px;
  height: 35px;
}
.voice-content .msg-info .user-avatar img {
  width: 100%;
  height: 100%;
}
.voice-content .msg-info .user-send {
  width: 60%;
  height: 40px;
  margin-left: 3%;
  margin-top: 1%;
  position: relative;
  background-color: #fdda01;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-content .msg-info .user-send p {
  color: #4d4d4d;
  font-size: 4.5vw;
  margin-left: 10px;
}
.voice-content .msg-info .user-send img {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.voice-content .msg-info .user-send:before {
  display: block;
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: transparent #fdda01 transparent transparent;
  position: absolute;
  left: -15px;
  top: 6px;
}
.voice-content .send-time {
  color: #999;
  width: 70%;
  margin-left: 17%;
  margin-top: 2%;
}
.voice-content .msg-info2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 2%;
  height: 6%;
}
.voice-content .msg-info2 .user-avatar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 35px;
  height: 35px;
}
.voice-content .msg-info2 .user-avatar img {
  width: 100%;
  height: 100%;
}
.voice-content .msg-info2 .user-send {
  width: 60%;
  height: 40px;
  margin-right: 3%;
  margin-top: 1%;
  position: relative;
  background-color: #71d9ff;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.voice-content .msg-info2 .user-send p {
  color: #4d4d4d;
  font-size: 4.5vw;
  margin-right: 10px;
}
.voice-content .msg-info2 .user-send img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.voice-content .msg-info2 .user-send:before {
  display: block;
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #71d9ff;
  position: absolute;
  right: -15px;
  top: 6px;
}
.voice-content .msg-info2-time {
  margin-left: 13%;
  text-align: right;
}
.recording-gif {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
.recording-gif .recording {
  width: 50%;
  height: 26%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 40%;
  left: 26%;
  font-size: 14px;
  color: #4d4d4d;
}
.recording-gif .recording img {
  width: 60px;
  height: 60px;
}
.confirm-dialog {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  position: fixed;
  display: none;
}
.confirm-dialog .confirm-show {
  width: 75%;
  height: 180px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 12.5%;
  top: 25%;
}
.confirm-dialog .confirm-show p {
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5% 0;
}
.confirm-dialog .dialog-content {
  height: 45px;
  margin: 5% 30px 36px 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background-color: #71d9ff;
  position: relative;
}
.confirm-dialog .dialog-content img {
  width: 20px;
  height: 20px;
  margin-left: 15%;
}
.confirm-dialog .dialog-content p {
  margin-left: 2%;
}
.confirm-dialog .dialog-content::before {
  display: block;
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: transparent #71d9ff transparent transparent;
  position: absolute;
  left: -15px;
  top: 6px;
}
.confirm-dialog .dialog-btn {
  width: 100%;
  height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #e6e6e6;
}
.confirm-dialog .dialog-btn button {
  width: 50%;
  background-color: #fff;
  border: 0;
  outline: none;
  height: 100%;
  font-weight: -10;
  letter-spacing: 2px;
}
.confirm-dialog .dialog-btn button:first-child {
  border-bottom-left-radius: 13px;
  border-right: 1px solid #e6e6e6;
  color: #000;
  font-weight: -10;
}
.confirm-dialog .dialog-btn button:last-child {
  border-bottom-right-radius: 13px;
  color: #71d9ff;
  font-weight: -10;
}
.loading {
  position: absolute;
  top: 30%;
  left: 45%;
  width: 13%;
  height: 8%;
  display: none;
}
.loading img {
  width: 45px;
  height: 45px;
}
.tips {
  position: absolute;
  bottom: 15%;
  left: 22.5%;
  width: 55%;
  padding: 2% 0;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  border-radius: 5px;
  font-size: 4vw;
  display: none;
}
footer {
  background-color: #f2f2f2;
  width: 100%;
  height: 65px;
  position: fixed;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .forbidden {
  position: absolute;
  width: 60%;
  height: 60%;
  background-color: rgba(0,0,0,0.4);
  border-radius: 5px;
  display: none;
}
footer button {
  width: 60%;
  height: 60%;
  border: 0;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer button img {
  width: 5%;
  margin-right: 4%;
}
footer button:active {
  background-color: #000;
  opacity: 0.1;
  color: #fff;
}
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
@-webkit-keyframes popOut {
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
@keyframes popOut {
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
