#video{ width:100%; height:56.25vw; max-width:100%; max-height:100%; top:0;left:0;z-index:100;z-index: 999; overflow: hidden; background-color: #000;  position: relative;}
#video .videom-video,#video .videom-video video{ width:100%;height:100%; background:#000;}
#video .mask{
	position: absolute;top:0; left: 0;height: 100% !important; width: 100% !important; z-index: 1; }
#video .mask .poster{ background-color:#000;  background-position: center; background-repeat: no-repeat; background-size: auto 100%; -webkit-background-size: auto 100%;height: 100%; width: 100%;}
#video video{ width:1px; height:1px;}
#video audio{ width:100%; max-width:100%; position:absolute; bottom:0px;left:0px; }
#video .play .mask .poster .playBtn{display:none;}
#video .playing .mask{ display:none;}
#video .playing video{ width:100%; height:100%; max-width:100%; max-height:100%;}
#video .audioplaying .playBtn{display:none;}
#video .audioplaying audio{z-index:1;}
#video .mask .playBtn{background: url(https://skin.kankanews.com/mobilev2/images/new/playBtnRed.png) center center no-repeat;background-size: 8vw;height: 16vw;width: 8vw;position: absolute; bottom:5vw; left: 5vw;}
#video .mask .loading{background: url(https://skin.kankanews.com/mobilev2/images/new/loading.gif) center no-repeat; background-size:50vw 50vw; height:50vw;width: 50vw; position: absolute; top: 50%; left: 50%; margin-left:-25vw; margin-top:-25vw; display:none;}
#video .play .mask{display:block;}
#video .maskposter{position: absolute;top: 0px;left: 0px; background:url(https://skin.kankanews.com/mobilev2/images/line.png) 0 0; background-size: 100% 100%; width: 100%;height: 100%;}
#video .timelength{position: absolute; width: 18vw; display: block; bottom:1vw; text-align: center;color: #fff;font-size: .9em; font-style: normal;}
#video .morevideo{    position: absolute;top: 50%;width: 10em;left: 50%;color: #fff;text-align: center;font-size: .9em;margin-top: 16vw;border: 1px solid #fff;border-radius: 2px;margin-left: -5em; background: rgba(0,0,0,0.4);}
#video .play .mask .loading{ display:block;}
#video .error{color: #fff;position: absolute;width: 100%;top: 50%;font-size: 18px;text-align: center;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
