#textaudio1{margin-bottom:0.8em}
/* line 1, ../sass/wx-audio/_audio.scss */
.wx-audio-content {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 300px;
  height: auto;
  padding: 8px 10px;
  border: 1px solid rgba(33, 44, 55, 0.3);
  margin: 0 auto;
  font-size: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
/* line 11, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-info {
  display: none;
}
/* line 14, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-left {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 42px;
  height: 100%;
}
/* line 18, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-left .wx-audio-state {
  width: 100%;
  height: 100%;
}
/* line 23, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: calc(100% - 42px);
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
/* line 29, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-title {
  padding-bottom: 6px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
  line-height: 0.8em;
}
/* line 36, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-disc {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-bottom: 10px;
  font-size: 12px;
  color: #8c8c8c;
  margin-bottom: 0;
  line-height: 1em;
}
/* line 43, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-progrees {
  height: 2px;
  width: calc(100% - 4px);
  position: relative;
}
/* line 47, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail {
  height: 100%;
  width: 100%;
  background: #ebebeb;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 55, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-voice-p {
  width: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #09bb07;
  z-index: 2;
}
/* line 66, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-buffer-p {
  width: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #d9d9d9;
  z-index: 1;
}
/* line 77, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-loading {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 85, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-progrees-detail .wx-loading .wx-loading-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -moz-animation: slidein 6s linear infinite normal;
  -webkit-animation: slidein 6s linear infinite normal;
  animation: slidein 6s linear infinite normal;
  width: 200%;
  max-width: none !important;
  background-image: -moz-repeating-linear-gradient(-15deg, #d9d9d9, #d9d9d9 2px, #ebebeb 2px, #ebebeb 4px);
  background-image: -webkit-repeating-linear-gradient(-15deg, #d9d9d9, #d9d9d9 2px, #ebebeb 2px, #ebebeb 4px);
  background-image: repeating-linear-gradient(-15deg, #d9d9d9, #d9d9d9 2px, #ebebeb 2px, #ebebeb 4px);
}
@keyframes slidein {
  0% {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 108, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-audio-origin {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #09bb07;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
}
/* line 121, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-progrees .wx-audio-origin:before {
  content: " ";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNDAlIj48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzA5YmIwNyIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-radial-gradient(rgba(9, 187, 7, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
  background: -webkit-radial-gradient(rgba(9, 187, 7, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
  background: radial-gradient(rgba(9, 187, 7, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
  top: 50%;
  margin-top: -12px;
  margin-left: -9px;
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
/* line 142, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-time {
  width: 100%;
  padding-top: 6px;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 0.8em;
}
/* line 149, ../sass/wx-audio/_audio.scss */
.wx-audio-content .wx-audio-right .wx-audio-time span {
  font-size: 12px;
  color: #8c8c8c;
}
