*{margin:0;padding:0;}
#PreVideo{
	width:100%;height:100%;position:absolute;top:0;left:0; z-index:100;overflow: hidden;background: #3571b1; cursor:pointer;
}
#PreInfo {
	width:100%;
    height: 200px;
	top:50%;
    position: absolute;
    text-align: center;
	transform: translate(0%, -50%);
}
#PreInfo img{
	border-radius:10px;
	width:160px;
	filter: opacity(0.5);
}
#PreInfo  .TitleText{
    vertical-align: middle;
    color:#FFF;
	font-size:18px;
	line-height:45px;
	width:100%;
	margin-bottom:10px;
	height:45px;
	overflow:hidden;
	background:linear-gradient(to right,rgba(30,87,153,0) 0,rgba(0,0,0,.3) 50%,rgba(125,185,232,0) 100%);
}
#PreInfo button{
	display: inline-block;
    position: absolute;
    left: 50%;
    top: 80px;
    background: #3571b1;
    margin: 0px 0 0px 0;
    /* padding: 0 20px; */
    border-radius: 10px;
    border: 0px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
}
#PreInfo i.videoIcon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/images/blue/icon-social.png) top center no-repeat;
    background-position: center -160px;
    vertical-align: -9px;
}
#PostVideo{
	width:300px;
	height:200px;
	top:50%;
	left:50%;
    position: absolute;
    text-align: center;
	transform: translate(-50%, -50%);
	background: #3571b1;
	padding:20px;
}
#PostVideo a{
	font-size: 20px;
    text-decoration: none;
    color: #fff;
}
#PostVideo img{
	width:120px;
}
#adContainer{
	width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;z-index:99; background:#000;display:none;	
}
#MyVideoDiv{
	width:100px;height:100px;margin:100px;position:absolute;top:0;left:0;z-index:98;
}