.mejs__offscreen {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal
}
.mejs__container {
	background: #000;
	font-family: "Microsoft YaHei,Helvetica,Arial,serif";
	position: relative;
	text-align: left;
	text-indent: 0;
	vertical-align: top;
	width: 100%;
	height: 100%
}
.mejs__container, .mejs__container * {
	box-sizing: border-box
}
.mejs__fill-container, .mejs__fill-container .mejs__container {
	height: 100%;
	width: 100%
}
.mejs__fill-container {
	background: transparent;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
.mejs__container:focus {
	outline: none
}
.mejs__iframe-overlay {
	height: 100%;
	position: absolute;
	width: 100%
}
.mejs__embed, .mejs__embed body {
	background: #000;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}
.mejs__fullscreen {
	overflow: hidden!important
}
.mejs__container-fullscreen {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000
}
.mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
	height: 100%!important;
	width: 100%!important
}
.mejs__background, .mejs__mediaelement {
	left: 0;
	position: absolute;
	top: 0
}
.mejs__mediaelement {
	height: 100%;
	width: 100%;
	z-index: 0
}
.mejs__mediaelement video {
	position: absolute;
	height: 100%;
	width: 100%
}
.mejs__poster {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1
}
:root .mejs__poster-img {
	display: none
}
.mejs__poster-img {
	border: 0;
	padding: 0
}
.mejs__overlay {
	left: 0;
	position: absolute;
	top: 0
}
.mejs__layer {
	z-index: 1;
	width: 100%;
	height: 100%
}
.mejs__overlay-play {
	cursor: pointer
}
.mejs__overlay-button {
	background: url(../images/mejs-controls.png) no-repeat;
	background-position: 0 -39px;
	height: 80px;
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -65px 0 0 -40px
}
@media screen and (max-device-width:600px) {
.mejs__overlay-button {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}
}
.mejs__overlay:hover>.mejs__overlay-button {
	background-position: -80px -39px
}
.mejs__overlay-loading {
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	background: #000
}
.mejs__overlay-loading-bg-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	height: 180px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -25px;
	-webkit-animation: none;
	animation: none;
	overflow: hidden
}
@media screen and (max-device-width:600px) {
.mejs__overlay-loading-bg-img {
	-webkit-transform: translate(-50%, -50%) scale(.5);
	-ms-transform: translate(-50%, -50%) scale(.5);
	transform: translate(-50%, -50%) scale(.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}
}
.mejs__overlay-loading-bg-img:before {
	content: "\20";
	display: block;
	width: 76px;
	height: 78px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -38px;
	background: url(../images/mejs-controls.png) -163px -39px no-repeat;
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	z-index: 1
}
.mejs__overlay-loading-bg-img:after {
	content: "\20";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	background: url(../images/logo.png) top no-repeat;
	background-size: contain
}
@-webkit-keyframes a {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}
}
@keyframes a {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}
}
.mejs__controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	bottom: 0;
	left: 0;
	height: 44px;
	width: 100%;
	z-index: 11;
	-webkit-transition: height .2s;
	transition: height .2s
}
.mejs__controls--off {
	height: 0
}
.mejs__controls:not([style*="display: none"]) {
	background: hsla(0,0%,6%,.6)
}
.mejs__controls--off .mejs__button, .mejs__controls--off .mejs__time {
	display: none
}
.mejs__button, .mejs__time, .mejs__time-rail {
	float: left;
	margin: 0;
	width: 32px;
	height: 40px;
	font-size: 10px;
	line-height: 10px
}
.mejs__button>button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 10px 6px;
	padding: 0;
	position: absolute;
	height: 20px;
	width: 20px;
	border: 0;
	background: transparent url(../images/mejs-controls.png);
	overflow: hidden;
	font-family: Microsoft YaHei, Helvetica, Arial, serif
}
.mejs__button>button:focus, .mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
	outline: 0
}
.mejs__time {
	box-sizing: content-box;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	overflow: hidden;
	padding: 0 6px;
	text-align: center;
	width: auto;
	line-height: 40px
}
.mejs__fullscreen-button, .mejs__sourcechooser-button, .mejs__volume-button {
	float: right
}
.mejs__play>button {
	background-position: 0 0
}
.mejs__play>button:hover {
	background-position: 0 -130px
}
.mejs__pause>button {
	background-position: -20px 0
}
.mejs__pause>button:hover {
	background-position: -20px -130px
}
.mejs__replay>button {
	background-position: -160px 0
}
.mejs__time-rail {
	direction: ltr;
	position: absolute;
	top: -4px;
	left: 0;
	margin: 0;
	width: 100%!important;
	height: 4px
}
.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
	cursor: pointer;
	display: block;
	position: absolute;
	height: 100%;
	border-radius: 2px
}
.mejs__time-total {
	height: 4px;
	margin: 5px 0 0;
	background-color: #505050;
	width: 100%;
	left: 0;
	bottom: 0
}
.mejs__time-rail:hover .mejs__time-total {
	height: 10px
}
.mejs__time-buffering {
	-webkit-animation: b 2s linear infinite;
	animation: b 2s linear infinite;
	background: -webkit-linear-gradient(135deg, hsla(0,0%,100%,.4) 25%, transparent 0, transparent 50%, hsla(0,0%,100%,.4) 0, hsla(0,0%,100%,.4) 75%, transparent 0, transparent);
	background: linear-gradient(-45deg, hsla(0,0%,100%,.4) 25%, transparent 0, transparent 50%, hsla(0,0%,100%,.4) 0, hsla(0,0%,100%,.4) 75%, transparent 0, transparent);
	background-size: 15px 15px;
	width: 100%
}
@-webkit-keyframes b {
0% {
background-position:0 0
}
to {
	background-position: 30px 0
}
}
@keyframes b {
0% {
background-position:0 0
}
to {
	background-position: 30px 0
}
}
.mejs__time-loaded {
	background: hsla(0,0%,100%,.3)
}
.mejs__time-current, .mejs__time-handle-content {
	background: #ff9000
}
.mejs__time-hovered {
	background: hsla(0,0%,100%,.5);
	z-index: 10
}
.mejs__time-hovered.negative {
	background: rgba(0,0,0,.2)
}
.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	width: 100%
}
.mejs__time-buffering {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.mejs__time-hovered {
	-webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
	transition: height .1s cubic-bezier(.44, 0, 1, 1)
}
.mejs__time-hovered.no-hover {
	-webkit-transform: scaleX(0)!important;
	-ms-transform: scaleX(0)!important;
	transform: scaleX(0)!important
}
.mejs__time-handle, .mejs__time-handle-content {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	border: 4px solid transparent;
	z-index: 11;
	left: 0;
	width: 10px;
	height: 10px;
	background: hsla(0,0%,100%,.9);
	border-radius: 10px;
	box-shadow: 0 0 5px 1px #ff9000
}
.mejs__time-total:hover .mejs__time-handle {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	opacity: 1
}
.mejs__time-handle-content {
	left: -4px;
	border: 4px solid hsla(0,0%,100%,.9);
	top: -8px;
	border-radius: 50%
}
.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.mejs__time-float {
	background: #eee;
	border: 1px solid #333;
	bottom: 100%;
	color: #111;
	display: none;
	height: 17px;
	margin-bottom: 9px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 36px
}
.mejs__time-float-current {
	display: block;
	left: 0;
	margin: 2px;
	text-align: center;
	width: 30px
}
.mejs__time-float-corner {
	border: 5px solid #eee;
	border-color: #eee transparent transparent;
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	line-height: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0
}
.mejs__long-video .mejs__time-float {
	margin-left: -23px;
	width: 64px
}
.mejs__long-video .mejs__time-float-current {
	width: 60px
}
.mejs__broadcast {
	color: #fff;
	height: 10px;
	position: absolute;
	top: 15px;
	width: 100%
}
.mejs__tips {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}
.mejs__tip-prevTime, .mejs__tip-slow {
	position: absolute;
	top: -40px;
	width: 100%;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	display: none;
	opacity: 0;
	color: #fff;
	background-color: rgba(31,31,31,.6)
}
.mejs__tip-know {
	color: #fa0;
	margin-left: 20px;
	cursor: pointer
}
.mejs__tip-prevTime>span {
	color: #fa0
}
.mejs__tip-close {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	width: 10px;
	height: 11px;
	overflow: hidden;
	line-height: 999em;
	cursor: pointer;
	background: url(../images/mejs-controls.png) -201px 0
}
.mejs__tip-close:hover {
	background-position: -201px -133px
}
.mejs__fullscreen-button>button {
	background-position: -80px 0
}
.mejs__fullscreen-button>button:hover {
	background-position: -80px -130px
}
.mejs__unfullscreen>button {
	background-position: -100px 0
}
.mejs__unfullscreen>button:hover {
	background-position: -100px -130px
}
.mejs__mute>button {
	background-position: -60px 0
}
.mejs__mute:hover>button {
	background-position: -60px -130px
}
.mejs__unmute>button {
	background-position: -40px 0
}
.mejs__unmute:hover>button {
	background-position: -40px -130px
}
.mejs__volume-button {
	position: relative
}
.mejs__volume-button>.mejs__volume-slider {
	display: none;
	height: 134px;
	width: 42px;
	background: rgba(50,50,50,.7);
	top: -134px;
	left: 50%;
	z-index: 1;
	position: absolute;
	margin-left: -21px;
	border-radius: 5px
}
.mejs__volume-button>.mejs__volume-slider:after {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 10px;
	content: "\20";
	width: 20px;
	height: 20px;
	background: url(../images/mejs-controls.png) -60px -130px no-repeat;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}
.mejs__volume-button:hover {
	border-radius: 0 0 4px 4px
}
.mejs__volume-total {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 10px;
	width: 2px;
	height: 90px;
	background: hsla(0,0%,100%,.5);
	margin: 0
}
.mejs__volume-current {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #ff9000;
	margin: 0
}
.mejs__volume-handle {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 10px;
	height: 10px;
	margin: 0 0 -5px -4px;
	background: hsla(0,0%,100%,.9);
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 0 5px 1px #ff9000
}
.mejs__volume-handle:hover {
	box-shadow: 0 0 8px 3px #ff9000
}
.mejs__horizontal-volume-slider {
	height: 36px;
	width: 56px;
	position: relative;
	display: block;
	float: left;
	vertical-align: middle
}
.mejs__horizontal-volume-total {
	top: 16px;
	width: 50px;
	height: 8px;
	background: rgba(50,50,50,.8)
}
.mejs__horizontal-volume-current, .mejs__horizontal-volume-total {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px
}
.mejs__horizontal-volume-current {
	top: 0;
	width: 100%;
	height: 100%;
	background: hsla(0,0%,100%,.8)
}
.mejs__horizontal-volume-handle {
	display: none
}
.mejs__captions-button, .mejs__chapters-button {
	position: relative
}
.mejs__captions-button>button {
	background-position: -140px 0
}
.mejs__chapters-button>button {
	background-position: -180px 0
}
.mejs__captions-button>.mejs__captions-selector, .mejs__chapters-button>.mejs__chapters-selector {
	background: rgba(50,50,50,.7);
	border: 1px solid transparent;
	border-radius: 0;
	bottom: 100%;
	margin-right: -43px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 50%;
	visibility: visible;
	width: 86px
}
.mejs__chapters-button>.mejs__chapters-selector {
	margin-right: -55px;
	width: 110px
}
.mejs__captions-selector-list, .mejs__chapters-selector-list {
	list-style-type: none!important;
	margin: 0;
	overflow: hidden;
	padding: 0
}
.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
	color: #fff;
	cursor: pointer;
	display: block;
	list-style-type: none!important;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0
}
.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
	background-color: #c8c8c8!important;
	background-color: hsla(0,0%,100%,.4)!important
}
.mejs__captions-selector-input, .mejs__chapters-selector-input {
	clear: both;
	float: left;
	left: -1000px;
	margin: 3px 3px 0 5px;
	position: absolute
}
.mejs__captions-selector-label, .mejs__chapters-selector-label {
	cursor: pointer;
	float: left;
	font-size: 10px;
	line-height: 15px;
	padding: 4px 10px 0;
	width: 100%
}
.mejs__captions-selected, .mejs__chapters-selected {
	color: #21f8f8
}
.mejs__captions-translations {
	font-size: 10px;
	margin: 0 0 5px
}
.mejs__captions-layer {
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center
}
.mejs__captions-layer a {
	color: #fff;
	text-decoration: underline
}
.mejs__captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: 400
}
.mejs__captions-position {
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 100%
}
.mejs__captions-position-hover {
	bottom: 35px
}
.mejs__captions-text, .mejs__captions-text * {
	background: hsla(0,0%,8%,.5);
	box-shadow: 5px 0 0 hsla(0,0%,8%,.5), -5px 0 0 hsla(0,0%,8%,.5);
	padding: 0;
	white-space: pre-wrap
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
display:none
}
.mejs__overlay-error {
	position: relative
}
.mejs__overlay-error>img {
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	z-index: -1
}
.mejs__cannotplay, .mejs__cannotplay a {
	color: #fff;
	font-size: .8em
}
.mejs__cannotplay {
	position: relative
}
.mejs__cannotplay a, .mejs__cannotplay p {
	display: inline-block;
	padding: 0 15px;
	width: 100%
}
.mejs-sourcechooser-button, .mejs__sourcechooser-button {
	width: 50px;
	position: relative
}
.mejs-sourcechooser-button>button, .mejs__sourcechooser-button>button {
	background: none;
	font-size: 14px;
	width: auto;
	text-align: center;
	color: #fff;
	padding: 5px;
	border-radius: 3px
}
.mejs__sourcechooser-button:hover>button {
	color: #ff9000
}
.mejs-sourcechooser-button .mejs-sourcechooser-selector, .mejs__sourcechooser-button .mejs__sourcechooser-selector {
	position: absolute;
	bottom: 40px;
	right: -10px;
	background: rgba(50,50,50,.7);
	border: 1px solid transparent;
	padding: 0;
	overflow: hidden;
	width: 70px;
	text-align: center;
	border-radius: 5px
}
.mejs-sourcechooser-button .mejs-sourcechooser-selector-down, .mejs__sourcechooser-button .mejs__sourcechooser-selector-down {
	display: none
}
.mejs-sourcechooser-selector ul, .mejs__sourcechooser-selector ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none!important;
	overflow: hidden;
	font-size: 14px
}
.mejs-sourcechooser-selector li, .mejs__sourcechooser-selector li {
	margin: 0;
	padding: 0;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 100%;
	list-style-type: none!important;
	display: block;
	color: #fff;
	overflow: hidden
}
.mejs-sourcechooser-selector li:hover, .mejs__sourcechooser-selector li:hover {
	cursor: pointer;
	background-color: hsla(0,0%,100%,.2)
}
.mejs-sourcechooser-selector input, .mejs__sourcechooser-selector input {
	display: none;
	clear: both;
	float: left;
	margin: 3px 3px 0 0
}
.mejs-sourcechooser-selector label, .mejs__sourcechooser-selector label {
	width: auto;
	display: inline-block;
	padding: 4px 0 0;
	line-height: 15px
}
.mejs__sourcechooser-button li.mejs__sourcechooser-selector-itemCur {
	color: #ff9000
}
.mejs-postroll-layer, .mejs__postroll-layer {
	background: rgba(50,50,50,.9);
	top: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 10
}
.mejs-postroll-layer-content, .mejs__postroll-layer-content {
	height: 100%;
	width: 100%
}
.mejs__logo {
	background: url(../images/pcvedio-logo.png) no-repeat 0 0;
	width: 59px;
	height: 14px;
	float: right;
	margin: 14px 6px;
	background-size: 59px
}
@media only screen and (min-width:1025px) {
.mejs__logo {
	background: url(../images/pcvedio-logo.png) no-repeat 0 0;
	width: 88px;
	height: 20px;
	float: right;
	margin: 10px 6px;
	background-size: 88px
}
}
