@keyframes spin {
	from {
		transform: rotateZ(0);
	}

	to {
		transform: rotateZ(1turn);
	}
}

.green-audio-player {
	width:300px;
	height: 46px;
	background: #dbe8fb;
	border: 1px solid #ccdff9;
	border-radius: 4px;
	min-width: 300px;
	padding: 14px 0 14px 21px;
	box-sizing: border-box;
	user-select: none;
	outline: none;
	margin-left:67px;
}
.volume{
	display: none;
}
.controls__current-time,.volume
.holder{
	float: left;
}
.green-audio-player.player-accessible .play-pause-btn:hover,
.green-audio-player.player-accessible .controls:hover,
.green-audio-player.player-accessible .volume__button:hover,
.green-audio-player.player-accessible .volume__controls:hover,
.green-audio-player.player-accessible .download:hover {
	outline: dotted 1px #999;
}

.green-audio-player svg,
.green-audio-player img {
	display: block;
}

.green-audio-player .holder {
	position: relative;
	width: 20px;
	height: 20px;
}
.green-audio-player .holder .loading{
	position: absolute;
	top:-32px;
	left: 0;
}
.green-audio-player .holder .loading .loading__spinner {
	position: absolute;
	left: -3px;
	width: 16px;
	height: 16px;
	border: 2px solid #3F6DAC;
	border-right-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	animation: spin 0.4s linear infinite;
}

.green-audio-player .holder .play-pause-btn {
	visibility: hidden;
	cursor: pointer;
	outline: none;
	position: absolute;
    left: 0;
    height: 18px;
    top: -34px;
}

.green-audio-player .holder .play-pause-btn:focus {
	outline: none;
}

.green-audio-player .slider {
	flex-grow: 1;
	background-color: #d8d8d8;
	cursor: pointer;
	position: relative;
}

.green-audio-player .slider .gap-progress {
	border-radius: inherit;
	position: absolute;
	pointer-events: none;
	top: 2px;
}

.green-audio-player .slider .gap-progress .pin {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #3F6DAC;
	position: absolute;
	pointer-events: all;
	border: 4px solid #c5d8f3;
}

.green-audio-player .slider .gap-progress .pin::after {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0);
	width: 200%;
	height: 200%;
	margin-left: -50%;
	margin-top: -50%;
	border-radius: 50%;
}

.green-audio-player .controls {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #3F6DAC;
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	align-items: center;
	margin-left: 25px;
	margin-right: 15px;
	outline: none;
	margin-top: -71px;
}
.green-audio-player .controls .controls__current-time{
	display: none;
}
.green-audio-player .controls .controls__slider {
	margin-left: 5px;
	margin-right: 16px;
	border-radius: 2px;
	height: 1px;
	background:#9dc0f0;
}

.green-audio-player .controls .controls__slider .controls__progress {
	width: 0;
	height: 100%;
}
.green-audio-player .controls .controls__total-time{
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #3F6DAC;

}
.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
	right: -11px;
	top: -9px;
}

.green-audio-player .controls span {
	cursor: default;
}

.green-audio-player .controls:focus {
	outline: none;
}

.green-audio-player .volume {
	position: relative;
}

.green-audio-player .volume .volume__button {
	cursor: pointer;
	outline: none;
}

.green-audio-player .volume .volume__button:focus {
	outline: none;
}

.green-audio-player .volume .volume__button.open path {
	fill: #44bfa3;
}

.green-audio-player .volume .volume__controls {
	width: 30px;
	height: 135px;
	background-color: rgba(0, 0, 0, 0.62);
	border-radius: 7px;
	position: absolute;
	left: -3px;
	bottom: 52px;
	flex-direction: column;
	align-items: center;
	display: flex;
	z-index: 2;
	outline: none;
}

.green-audio-player .volume .volume__controls .volume__slider {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 6px;
	border-radius: 3px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
	bottom: 0;
	height: 100%;
	width: 6px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
	left: -5px;
	top: -8px;
}

.green-audio-player .volume .volume__controls:focus {
	outline: none;
}

.green-audio-player .volume .volume__controls.hidden {
	display: none;
}

.green-audio-player .volume .volume__controls.top {
	bottom: 52px;
	left: -3px;
}

.green-audio-player .volume .volume__controls.middle {
	bottom: -54px;
	left: 54px;
}

.green-audio-player .volume .volume__controls.bottom {
	bottom: -164px;
	left: -3px;
}

.green-audio-player .download {
	display: none;
	margin-left: 16px;
	cursor: pointer;
	outline: none;
}

.green-audio-player .download:focus {
	outline: none;
}

.green-audio-player:focus {
	outline: none;
}

.message__offscreen {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}
/* 移动端样式 */
.bw8_chat_qq_warp{
	padding:initial !important;
}
.bw8_chat_qq_warp .green-audio-player{
	width: 4.5rem;
    height: .8rem;
    border-left: none;
    padding: .2rem;
    box-sizing: border-box;
	border-radius: .1rem;
	min-width: 4.5rem;
	margin-left: 0;
}
.bw8_chat_qq_warp  .green-audio-player .holder{
	width: .4rem;
	height: .4rem;
}
.bw8_chat_qq_warp .green-audio-player .controls{
	margin-right:0;
    font-size: .26rem;
    margin-left: .5rem;
    margin-top: -1.39rem;
}
.bw8_chat_qq_warp .green-audio-player .controls .controls__slider{
	margin-left: .1rem;
	margin-right: .32rem;
}
.bw8_chat_qq_warp .green-audio-player .slider .gap-progress .pin{
	width: .2rem;
	height: .2rem;
}
.bw8_chat_qq_warp .green-audio-player .controls .controls__slider .controls__progress .progress__pin{
	top: -0.2rem;
    right: -.22rem;
}
.bw8_chat_qq_warp .green-audio-player .controls .controls__total-time{
	font-size: .26rem;
}
.bw8_chat_qq_warp .green-audio-player .holder .play-pause-btn{
	width: .36rem;
	height: .36rem;
	top:-.65rem;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}



/* 客服端语音 */
.clientele-voice-title{
	padding:initial !important;
}
.clientele-voice-title .green-audio-player{
	margin-left: 0;
}
.clientele-voice-title .green-audio-player .holder .play-pause-btn{
	top:0;
}
.clientele-voice-title .green-audio-player .controls{
	margin-top:-21px;
}
.clientele-voice-title .green-audio-player .holder .loading .loading__spinner{
	top:33px;
}