.media-contain{
	background: #fff;
	padding: 0.1rem 0.12rem;
}
.media-box{
	height: 2.1rem;
}
.audio-box, .video-box{
	height: 100%;
	position: relative;
}
.audio-box .img-audio{
	height: 100%;
	width: 100%;
	background-size: 100% 100%;
	position: relative;
}
.audio-box .medio-play{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.video-box  .img-video{
	/*height: 100%;*/
    height: auto;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.video-box .medio-play{
	height: 100%;
	width: 100%;
	background: #000;
}

.fbtime .publish-time,.fbtime .click-num{ font-size:.12rem; color:#999; }
.video-box img{
	width:100%;
 /*height: 100%;*/
    height: auto;
}
video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {overflow:hidden;}
video::-webkit-media-controls-panel { width: calc(100% + 30px); }