.audio-player-box {
    padding: 10px 4%;
    background: #fcfcfc;
	margin: 10px;
	border: 1px solid rgba(0,0,0,0.1) !important;
	height: 90px !important;
	border-radius: 10px;
}

.audio-player-box .title {
	max-width: 80%;
	font-size: 15px;
	/* height: 35%; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* 盒子 */

.audioplayer {
    position: relative;
    z-index: 1;
}

.audioplayer>div {
    position: absolute;
    top:12px;
}


/* 播放按钮 */

.audioplayer .audioplayer-playpause {
	top: -5px;
	right: -7px;
    border-radius: 50%;
    padding: 0.1em 0.3em 0.2em;
}

.audioplayer .audioplayer-playpause a {
    display: inline-block;
    vertical-align: middle;
   /* width: 1.4em;
    height: 1.4em; */
	width: 1.8em;
	height: 1.8em;
}


/*播放 */

.audioplayer-playing .audioplayer-playpause a {
    color: #07c160!important;
	/* color: rgba(102,102,102, 0.8); */
	/* -webkit-mask: url(../img/voiceImg.gif) no-repeat 50% 50%;
	mask: url(../img/voiceImg.gif) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: currentColor; */
	width: 26px;
	height: 30px;
	background: url(../img/voiceImg.gif) no-repeat;
	background-size: 100% 100%;
   /* animation: weuiAudioPlaying 1.2s infinite; */
}

@keyframes weuiAudioPlaying {
    0% {
        -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill='%2307C160' d='M7.97 15a4.251 4.251 0 0 0 1.23-3 4.25 4.25 0 0 0-1.23-3L5 12l2.97 3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill='%2307C160' d='M7.97 15a4.251 4.251 0 0 0 1.23-3 4.25 4.25 0 0 0-1.23-3L5 12l2.97 3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        background-color: currentColor;
    }
    50% {
        -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill='%2307C160' d='M11.435 5.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill='%2307C160' d='M11.435 5.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        background-color: currentColor;
    }
    100% {
        -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%2307C160' d='M14.9 2A14.17 14.17 0 0 1 19 12a14.17 14.17 0 0 1-4.1 10l-1.485-1.5A12.036 12.036 0 0 0 16.9 12c0-3.233-1.267-6.259-3.485-8.5L14.899 2zm-3.465 3.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%2307C160' d='M14.9 2A14.17 14.17 0 0 1 19 12a14.17 14.17 0 0 1-4.1 10l-1.485-1.5A12.036 12.036 0 0 0 16.9 12c0-3.233-1.267-6.259-3.485-8.5L14.899 2zm-3.465 3.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        background-color: currentColor;
    }
}


/* 暂停 */

.audioplayer-stopped .audioplayer-playpause a {
	
	width: 26px;
	height: 30px;
	background: url(../img/voiceImg.png) no-repeat;
	background-size: 100% 100%;
   /* color: rgba(102,102,102, 0.8);
	-webkit-mask: url(../img/voiceImg.png) no-repeat 50% 50%;
	mask: url(../img/voiceImg.png) no-repeat 50% 50%;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%2307C160' d='M14.9 2A14.17 14.17 0 0 1 19 12a14.17 14.17 0 0 1-4.1 10l-1.485-1.5A12.036 12.036 0 0 0 16.9 12c0-3.233-1.267-6.259-3.485-8.5L14.899 2zm-3.465 3.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%2307C160' d='M14.9 2A14.17 14.17 0 0 1 19 12a14.17 14.17 0 0 1-4.1 10l-1.485-1.5A12.036 12.036 0 0 0 16.9 12c0-3.233-1.267-6.259-3.485-8.5L14.899 2zm-3.465 3.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  
	-webkit-mask-size: cover;
    mask-size: cover;
    background-color: currentColor; */
}


/* 显示时间 */

.audioplayer .audioplayer-time {
    /* top: 10px; */
    color: rgba(0, 0, 0, 0.3);
	margin-top: 10px;
	font-size: 12px;
	color: #969696;
}


/* 当前播放时间 */

.audioplayer .audioplayer-time-current {
    left: 0;
}


/* 音频总时间 */

.audioplayer .audioplayer-time-duration {
    right:12%;
}


/* 播放进度条 */

.audioplayer .audioplayer-bar {
	left: 0;
    /* width: 100%;
	 */
	width: 88%;
    height: 2px;
    background: #d9d9d9 ;
    border-radius: 4px;
    cursor: pointer;
}

.audioplayer .audioplayer-bar div {
    height: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}


/* 播放进度条总长 */

.audioplayer .audioplayer-bar .audioplayer-bar-loaded {
    background: rgba(0, 0, 0, 0.1);
}


/* 播放进度条播放长度 */

.audioplayer .audioplayer-bar .audioplayer-bar-played {
    background: rgba(102,102,102, 0.8);
}

.audioplayer .audioplayer-bar .audioplayer-bar-played::after {
    content: '';
    position: absolute;
	top: -2px;
	right: -6px;
	width: 6px;
	height: 6px;
    background: rgba(102,102,102,1);
    border-radius: 50%;
}


/* 音量控制 */

.audioplayer .audioplayer-volume {
    display: none;
}

/* 仿微信  css */

.audio-wrapper.edui-faked-audio{
	border: 1px solid rgba(0,0,0,0.1) !important;
	height: 80px !important;
	border-radius: 10px;
}
.audio-wrapper.edui-faked-audio
.audio-left{
	width: 15% !important;
	float: right !important;
}
.audio-wrapper.edui-faked-audio
.audio-right{
	float: left !important;
	width: 80% !important;
	margin-left: 5% ;
	margin-right: 0 !important;
}
.audio-wrapper.edui-faked-audio
.audio-left
.playicon{
	width:30px !important;
	height: 30px !important;
	top:28px !important;
	/* color: #666666; */
	color: rgba(102,102,102, 0.8);
	-webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%2307C160' d='M14.9 2A14.17 14.17 0 0 1 19 12a14.17 14.17 0 0 1-4.1 10l-1.485-1.5A12.036 12.036 0 0 0 16.9 12c0-3.233-1.267-6.259-3.485-8.5L14.899 2zm-3.465 3.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%2307C160' d='M14.9 2A14.17 14.17 0 0 1 19 12a14.17 14.17 0 0 1-4.1 10l-1.485-1.5A12.036 12.036 0 0 0 16.9 12c0-3.233-1.267-6.259-3.485-8.5L14.899 2zm-3.465 3.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background: currentColor !important;
}

.audio-wrapper.edui-faked-audio
.audio-left
.pauseicon{
	width: 30px !important;
	height:30px !important;
	top:28px !important;
	color: #07c160!important;
	background: currentColor !important;
	animation: weuiAudioPlayings 1.2s infinite;
}

@keyframes weuiAudioPlayings {
    0% {
        -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill='%2307C160' d='M7.97 15a4.251 4.251 0 0 0 1.23-3 4.25 4.25 0 0 0-1.23-3L5 12l2.97 3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill='%2307C160' d='M7.97 15a4.251 4.251 0 0 0 1.23-3 4.25 4.25 0 0 0-1.23-3L5 12l2.97 3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        background: currentColor !important;
    }
    50% {
        -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill='%2307C160' d='M11.435 5.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E  %3Cpath fill='%2307C160' d='M11.435 5.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        background: currentColor !important;
    }
    100% {
        -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%2307C160' d='M14.9 2A14.17 14.17 0 0 1 19 12a14.17 14.17 0 0 1-4.1 10l-1.485-1.5A12.036 12.036 0 0 0 16.9 12c0-3.233-1.267-6.259-3.485-8.5L14.899 2zm-3.465 3.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%2307C160' d='M14.9 2A14.17 14.17 0 0 1 19 12a14.17 14.17 0 0 1-4.1 10l-1.485-1.5A12.036 12.036 0 0 0 16.9 12c0-3.233-1.267-6.259-3.485-8.5L14.899 2zm-3.465 3.5A9.21 9.21 0 0 1 14.1 12a9.21 9.21 0 0 1-2.665 6.5L9.95 17A7.077 7.077 0 0 0 12 12a7.077 7.077 0 0 0-2.05-5l1.485-1.5zM7.97 9a4.251 4.251 0 0 1 1.23 3 4.25 4.25 0 0 1-1.23 3L5 12l2.97-3z'/%3E%3C/svg%3E") no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        background: currentColor !important;
    }
}
.audio-wrapper.edui-faked-audio
.audio-right
.progressDot{
	width: 6px !important;
	height: 6px !important;
	top:-2px !important;
	background-color: rgba(102,102,102, 0.8) !important;
}
.audio-wrapper.edui-faked-audio
.audio-right
.progressBar{
	background-color: rgba(102,102,102, 0.8) !important;
}