/* 上传页面样式 */
.upload-speech-add-wechat-page {
  overflow: hidden;
  margin-top: 10px;
}

.upload-speech-source {
  display: flex;
  height: 45px;
  background: #ffdfc3;
  margin-top: 10px;
}
.upload-speech-source-icon {
  margin-top: 5px;
  width: 120px;
  height: 18px;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  color: #ff853b;
  align-items: center;
  margin-left: 10px;
}
.upload-speech-source-icon > img {
  height: 15px;
  width: 15px;
  margin: 4px;
}

.upload-speech-source-animate-text {
  margin-top: 5px;
  margin-left: 5px;
  width: 100%;
  height: 18px;
}

/* 上传页面样式 */
